summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Use an enum class.Rafael Espindola2014-06-11
* Use an enum class.Rafael Espindola2014-06-11
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* [llvm-readobj][ELF] Factor out the code retrieve ELF symbol informationSimon Atanasyan2014-06-10
* tools: add a high level explanation for WoA EH dataSaleem Abdulrasool2014-06-07
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-06
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* lld (build with configur and make) Enable buildIain Sandoe2014-06-05
* tools: fix parenthesis warning from GCCSaleem Abdulrasool2014-06-04
* tools: fix silly typo in llvm-readobjSaleem Abdulrasool2014-06-04
* tools: initial implementation of WoA EH decodingSaleem Abdulrasool2014-06-04
* tools: introduce StreamWriter::printBooleanSaleem Abdulrasool2014-06-04
* [Object][ELF] Range-based loop simplification.Simon Atanasyan2014-06-04
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-31
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-31
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-30
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-29
* tools: avoid use of std::functionSaleem Abdulrasool2014-05-25
* tools: split out Win64EHDumper from COFFDumperSaleem Abdulrasool2014-05-25
* tools: inline simple single-use functionSaleem Abdulrasool2014-05-25