summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Remove the mblaze backend from llvm.Rafael Espindola1-3/+1
2013-07-25Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling3-8/+0
2013-07-23Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola5-13/+9
2013-07-23Fix use of the getOpenFile api.Rafael Espindola1-2/+2
2013-07-23Fix the build in c++03 mode.Rafael Espindola1-2/+9
2013-07-23Add an initial implementation of archive symbol table generation.Rafael Espindola1-69/+212
2013-07-23remove unnecessary spaceShuxin Yang1-1/+1
2013-07-22Recommit r186217 with testcase fix:Bill Wendling3-8/+0
2013-07-22Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>Shuxin Yang2-0/+34
2013-07-22Replace archive members in the old position.Rafael Espindola1-51/+94
2013-07-21Handle replacement into a position past the original member.Rafael Espindola1-2/+2
2013-07-19Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama1-0/+24
2013-07-19Fix inserting new elements in a specified location.Rafael Espindola1-7/+25
2013-07-19Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover1-12/+60
2013-07-18Revert "COFFDumper: Dump data directory entries."Rui Ueyama1-24/+0
2013-07-18COFFDumper: Dump data directory entries.Rui Ueyama1-0/+24
2013-07-17llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm...NAKAMURA Takumi1-1/+1
2013-07-17LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace.NAKAMURA Takumi1-1/+1
2013-07-17llvm-symbolizer: be more careful with colons in file namesAlexey Samsonov1-8/+7
2013-07-16Add a wrapper for open.Rafael Espindola11-38/+23
2013-07-16On error, close the temporary file descriptor.Rafael Espindola1-1/+3
2013-07-16Use open+fstat instead of stat+open.Rafael Espindola1-3/+13
2013-07-16Remember that we have a null terminated string.Rafael Espindola1-4/+4
2013-07-13Try to open the file before use data from stat.Rafael Espindola1-2/+3
2013-07-13Remove unused file. Thanks to Sean Silva for noticing it.Rafael Espindola1-419/+0
2013-07-13Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola1-1/+1
2013-07-13Revert commit r186217 -- this is breaking bots:Chandler Carruth3-0/+8
2013-07-13Revert commit r186216 -- it's breaking bots:Chandler Carruth1-1/+1
2013-07-12Use the function attributes to pass along the stack protector buffer size.Bill Wendling3-8/+0
2013-07-12Fix a off by one error about which members need to use the string table.Rafael Espindola1-1/+1
2013-07-12fix autoconf buildRafael Espindola1-1/+1
2013-07-12Fix the build with c++03.Rafael Espindola1-4/+2
2013-07-12Change llvm-ar to use lib/Object.Rafael Espindola6-1182/+346
2013-07-12Add static.Rafael Espindola1-33/+25
2013-07-11llvm-ar: Clean up memory management with OwningPtr.Benjamin Kramer1-15/+9
2013-07-11Use %llu to print a 64 bit number. Should fix the ARM bots.Rafael Espindola1-1/+1
2013-07-11InsertBefore is the same as AddBefore. Delete it.Rafael Espindola1-5/+4
2013-07-11Fix a FIXME about the format and add a test.Rafael Espindola1-7/+5
2013-07-11Remove the 'N' modifier from llvm-ar.Rafael Espindola1-45/+11
2013-07-11Delete dead code.Rafael Espindola1-3/+0
2013-07-11Remove support for truncating names in archives.Rafael Espindola3-42/+9
2013-07-11Sync llvm-ar's help string with the options it supports.Rafael Espindola1-3/+0
2013-07-10Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola1-11/+14
2013-07-08Don't run internalize if we're outputing bit-code and not an object file.Bill Wendling1-2/+4
2013-07-08Create files with the correct permission instead of changing it afterwards.Rafael Espindola1-9/+6
2013-07-08Fixes problem when calling llvm-ar from an unmodifiable directory.Manuel Klimek1-2/+2
2013-07-06COFFDumper: Print uint64_t with the right format string.Benjamin Kramer1-3/+3
2013-07-06[llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.Michael Gottesman1-0/+2
2013-07-05Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola5-15/+15
2013-07-05Use sys::fs::createTemporaryFile.Rafael Espindola3-12/+11