summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Fix the build in c++03 mode.Rafael Espindola2013-07-23
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-23
* remove unnecessary spaceShuxin Yang2013-07-23
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>Shuxin Yang2013-07-22
* Replace archive members in the old position.Rafael Espindola2013-07-22
* Handle replacement into a position past the original member.Rafael Espindola2013-07-21
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* Fix inserting new elements in a specified location.Rafael Espindola2013-07-19
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-19
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-18
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-18
* llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm...NAKAMURA Takumi2013-07-17
* LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace.NAKAMURA Takumi2013-07-17
* llvm-symbolizer: be more careful with colons in file namesAlexey Samsonov2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* On error, close the temporary file descriptor.Rafael Espindola2013-07-16
* Use open+fstat instead of stat+open.Rafael Espindola2013-07-16
* Remember that we have a null terminated string.Rafael Espindola2013-07-16
* Try to open the file before use data from stat.Rafael Espindola2013-07-13
* Remove unused file. Thanks to Sean Silva for noticing it.Rafael Espindola2013-07-13
* Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola2013-07-13
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Revert commit r186216 -- it's breaking bots:Chandler Carruth2013-07-13
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* Fix a off by one error about which members need to use the string table.Rafael Espindola2013-07-12
* fix autoconf buildRafael Espindola2013-07-12
* Fix the build with c++03.Rafael Espindola2013-07-12
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* Add static.Rafael Espindola2013-07-12
* llvm-ar: Clean up memory management with OwningPtr.Benjamin Kramer2013-07-11
* Use %llu to print a 64 bit number. Should fix the ARM bots.Rafael Espindola2013-07-11
* InsertBefore is the same as AddBefore. Delete it.Rafael Espindola2013-07-11
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-11
* Remove the 'N' modifier from llvm-ar.Rafael Espindola2013-07-11
* Delete dead code.Rafael Espindola2013-07-11
* Remove support for truncating names in archives.Rafael Espindola2013-07-11
* Sync llvm-ar's help string with the options it supports.Rafael Espindola2013-07-11
* Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola2013-07-10
* Don't run internalize if we're outputing bit-code and not an object file.Bill Wendling2013-07-08
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-08
* Fixes problem when calling llvm-ar from an unmodifiable directory.Manuel Klimek2013-07-08
* COFFDumper: Print uint64_t with the right format string.Benjamin Kramer2013-07-06
* [llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.Michael Gottesman2013-07-06
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Don't create an archive if, for example, we are asked to print the index.Rafael Espindola2013-07-05
* Use simpler version of exists.Rafael Espindola2013-07-05
* Remove NoOperation.Rafael Espindola2013-07-05
* Don't treat bitcode files specially in llvm-ar.Rafael Espindola2013-07-05