summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-08-08getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola
2014-08-08Use a simpler predicate. NFC.Rafael Espindola
2014-08-08llvm-objdump: add missing % in format specifier.Tim Northover
2014-08-08llvm-objdump: use portable format specifiers for info.Tim Northover
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07fix configure+make buildRafael Espindola
2014-08-07Nuke the old JIT.Rafael Espindola
2014-08-06Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby
2014-08-05[MCJIT] Make llvm-rtdyld check RuntimeDyld's error state when running in -verifyLang Hames
2014-08-05Don't internalize all but main by default.Rafael Espindola
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-08-01verify-uselistorder: Reverse use-lists at every verificationDuncan P. N. Exon Smith
2014-08-01verify-uselistorder: Add missing `static`Duncan P. N. Exon Smith
2014-08-01verify-uselistorder: Move shuffleUseLists() out of lib/IRDuncan P. N. Exon Smith
2014-08-01verify-uselistorder: Make the verification logic easier to reuseDuncan P. N. Exon Smith
2014-08-01Use object::Archive::create instead of new object::Archive.Rafael Espindola
2014-08-01Replace comment about ownership with std::unique_ptr.Rafael Espindola
2014-08-01Remove lto_codegen_set_attr.Rafael Espindola
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-08-01llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover
2014-08-01Revert of 214418:Sylvestre Ledru
2014-07-31Replaces a few pointers with references in llvm-nm.cpp.Rafael Espindola
2014-07-31msbuild integration: remove duplicated lines and BOM from 2014 integration (P...Hans Wennborg
2014-07-31Use a reference instead of a pointer.Rafael Espindola
2014-07-31Remove unused argument.Rafael Espindola
2014-07-31Move MCObjectSymbolizer.h to MC/MCAnalysis.Rafael Espindola
2014-07-31verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith
2014-07-31Create a default symver on Linux like ELF OSes.Eric Christopher
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith
2014-07-30llvm-uselistorder: Improve the tool descriptionDuncan P. N. Exon Smith
2014-07-30llvm-uselistorder: Fix memory leak from r214125Duncan P. N. Exon Smith
2014-07-30[MCJIT] Actually remap sections based llvm-rtdyld options added in r214255.Lang Hames
2014-07-30Use range loops.Rafael Espindola
2014-07-30Convert a few more function pointer calls to just "f()".Rafael Espindola
2014-07-30Don't duplicate the function name in a comment.Rafael Espindola
2014-07-30Use function pointers with just f(1,2) instead of (*f)(1,2).Rafael Espindola
2014-07-29[MCJIT] Add options to llvm-rtdyld to describe a phony target address space forLang Hames
2014-07-29Use nullptr instead of NULL.Rafael Espindola
2014-07-29Remove unused includes.Rafael Espindola
2014-07-29Delete dead code.Rafael Espindola
2014-07-29gold plugin: Fix handling of corrupted bitcode files.Rafael Espindola
2014-07-29Small gold plugin simplifications.Rafael Espindola
2014-07-29Install the `obj2yaml` and `yaml2obj` utilities together with other LLVM tools.Simon Atanasyan
2014-07-29llvm-uselistorder: Fix header comments from r214144Duncan P. N. Exon Smith
2014-07-28llvm-uselistorder: Add -num-shuffles optionDuncan P. N. Exon Smith
2014-07-28Tweak llvm-nm’s -undefined-only (aka -u) printing for Mach-O filesKevin Enderby
2014-07-28llvm-uselistorder: Get it building in configure+make after r214125Duncan P. N. Exon Smith
2014-07-28Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith
2014-07-28llvm-uselistorder: Add -save-temps optionDuncan P. N. Exon Smith