summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-165-29/+33
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-133-5/+8
* opt: Initialize asm printersTobias Grosser2014-06-131-0/+1
* Remove unused and odd code.Rafael Espindola2014-06-132-18/+0
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-1333-194/+167
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-1317-33/+35
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-1230-0/+30
* Remove system_error.h.Rafael Espindola2014-06-1220-26/+25
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-4/+4
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-121-1/+1
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-124-6/+6
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-122-6/+9
* llvm-mc: Add option for prefering hex format disassembly.Jim Grosbach2014-06-111-9/+9
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-1110-16/+17
* Use an enum class.Rafael Espindola2014-06-112-22/+13
* Use an enum class.Rafael Espindola2014-06-112-18/+9
* Mark a few functions noexcept.Rafael Espindola2014-06-102-4/+4
* [llvm-readobj][ELF] Factor out the code retrieve ELF symbol informationSimon Atanasyan2014-06-101-35/+50
* tools: add a high level explanation for WoA EH dataSaleem Abdulrasool2014-06-071-21/+81
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-062-0/+2
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-051-4/+176
* lld (build with configur and make) Enable buildIain Sandoe2014-06-051-3/+3
* tools: fix parenthesis warning from GCCSaleem Abdulrasool2014-06-041-1/+1
* tools: fix silly typo in llvm-readobjSaleem Abdulrasool2014-06-041-1/+1
* tools: initial implementation of WoA EH decodingSaleem Abdulrasool2014-06-044-0/+812
* tools: introduce StreamWriter::printBooleanSaleem Abdulrasool2014-06-041-0/+4
* [Object][ELF] Range-based loop simplification.Simon Atanasyan2014-06-041-13/+10
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-6/+2
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-314-12/+37
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-312-2/+2
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-311-2/+1
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-301-0/+2
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-291-9/+22
* tools: avoid use of std::functionSaleem Abdulrasool2014-05-253-12/+14
* tools: split out Win64EHDumper from COFFDumperSaleem Abdulrasool2014-05-254-328/+406
* tools: inline simple single-use functionSaleem Abdulrasool2014-05-251-18/+6
* tools: refactor COFFDumper symbol resolution logicSaleem Abdulrasool2014-05-251-61/+69
* tools: use references rather than out pointers in COFFDumperSaleem Abdulrasool2014-05-251-18/+8
* build: sort llvm-readobj sourcesSaleem Abdulrasool2014-05-241-4/+4
* llvm-readobj: remove some dead codeSaleem Abdulrasool2014-05-241-28/+0
* llvm-ar: Output the file we errored on.Filipe Cabecinhas2014-05-231-1/+1
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-212-5/+18
* Make a couple of command lines static and remove an unnecessaryEric Christopher2014-05-211-6/+4
* This command line option is only used in one place. Move it there andEric Christopher2014-05-211-0/+3
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-201-3/+4
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-201-1/+3
* llvm-readobj: use range-based for loopSaleem Abdulrasool2014-05-201-5/+3
* Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...Alexey Samsonov2014-05-191-48/+4
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-173-13/+18
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
OpenPOWER on IntegriCloud