summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* tools: refactor COFFDumper symbol resolution logicSaleem Abdulrasool2014-05-25
* tools: use references rather than out pointers in COFFDumperSaleem Abdulrasool2014-05-25
* build: sort llvm-readobj sourcesSaleem Abdulrasool2014-05-24
* llvm-readobj: remove some dead codeSaleem Abdulrasool2014-05-24
* llvm-ar: Output the file we errored on.Filipe Cabecinhas2014-05-23
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-21
* Make a couple of command lines static and remove an unnecessaryEric Christopher2014-05-21
* This command line option is only used in one place. Move it there andEric Christopher2014-05-21
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-20
* llvm-readobj: use range-based for loopSaleem Abdulrasool2014-05-20
* Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...Alexey Samsonov2014-05-19
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-17
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-16
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-15
* [yaml2obj] Add "-o" command line option to specify an output file name.Simon Atanasyan2014-05-15
* Unify command line handling of MCTargetOptions and remove extraEric Christopher2014-05-15
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-14
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-14