summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* llvm-cov: Support specifying multiple source filesJustin Bogner2014-06-27
* [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames2014-06-27
* Support: update DLLCharacteristics enumerationSaleem Abdulrasool2014-06-27
* Don't force the build of toos/lto as a static lib.Rafael Espindola2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Fix the new LTOCodeGenerator setup in gold to parse options before using MAttrs.Tom Roeder2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Fix unresolved symbols when loading gold pluginAlexey Volkov2014-06-25
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-23
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Simplify memory management with std::unique_ptr.Rafael Espindola2014-06-23
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-23
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-23
* Fix some double printing of filenames for archives in llvm-nm whenKevin Enderby2014-06-20
* Small clanups:Rafael Espindola2014-06-20
* Added the -m option as an alias for -format=darwin to llvm-nm and llvm-sizeKevin Enderby2014-06-20
* The gold plugin doesn't need disassemblers.Rafael Espindola2014-06-19
* Set gold plugin options in a sane order.Rafael Espindola2014-06-19
* Fix the output of llvm-nm for Mach-O files to use the characters ā€˜dā€™ and ...Kevin Enderby2014-06-19
* Simplify. No functionality change.Rafael Espindola2014-06-19
* Reduce indentation. No functionality change.Rafael Espindola2014-06-19
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-19
* Use lib/LTO directly in the gold plugin.Rafael Espindola2014-06-19
* Remove an incorrect fixme.Rafael Espindola2014-06-19
* Remove unused includes following r211294Alp Toker2014-06-19
* Use the c++ APIs.Rafael Espindola2014-06-19
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-19
* 80-column fixups.Eric Christopher2014-06-19
* Teach llvm-size to know about Mach-O universal files (aka fat files) andKevin Enderby2014-06-18
* Add a symbols() range and use a range loop.Rafael Espindola2014-06-18
* Simplify code.Rafael Espindola2014-06-18
* [llvm-readobj] Fix member functions name style.Simon Atanasyan2014-06-18
* [llvm-readobj] Fix compile error.Simon Atanasyan2014-06-18
* [llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2014-06-18
* Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, andKevin Enderby2014-06-17
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-16
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* opt: Initialize asm printersTobias Grosser2014-06-13
* Remove unused and odd code.Rafael Espindola2014-06-13
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-12
* llvm-mc: Add option for prefering hex format disassembly.Jim Grosbach2014-06-11
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11