summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-8/+9
2014-08-18verify-uselistorder: Call verifyModule() and improve outputDuncan P. N. Exon Smith1-29/+33
2014-08-18Make llvm-objdump handle both arm and thumb disassembly from the same Mach-OKevin Enderby1-10/+77
2014-08-17llvm-objdump: don't print relocations in non-relocatable files.Rafael Espindola1-0/+5
2014-08-17Fix an off-by-one bug in the target independent llvm-objdump.Rafael Espindola1-10/+5
2014-08-14Silencing some -Wcast-qual warnings and removing some C-style casts at the sa...Aaron Ballman1-2/+3
2014-08-13Simplify ownership with std::unique_ptr. NFC.Rafael Espindola1-2/+3
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer28-59/+59
2014-08-12llvm-objdump: print contents of MachO __unwind_info sectionsTim Northover1-11/+249
2014-08-11Fix using -plugin-opt=apiflie when also using -plugin-opt=emit-llvm.Rafael Espindola1-18/+25
2014-08-11llvm-objdump: fix remaining use of %x format specifier for 64-bit valuesTim Northover1-1/+1
2014-08-08getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola1-1/+13
2014-08-08Use a simpler predicate. NFC.Rafael Espindola2-4/+2
2014-08-08llvm-objdump: add missing % in format specifier.Tim Northover1-2/+2
2014-08-08llvm-objdump: use portable format specifiers for info.Tim Northover1-6/+6
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher8-13/+41
2014-08-07fix configure+make buildRafael Espindola2-2/+2
2014-08-07Nuke the old JIT.Rafael Espindola6-39/+11
2014-08-06Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby3-4/+21
2014-08-05[MCJIT] Make llvm-rtdyld check RuntimeDyld's error state when running in -verifyLang Hames1-1/+8
2014-08-05Don't internalize all but main by default.Rafael Espindola2-8/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+2
2014-08-01verify-uselistorder: Reverse use-lists at every verificationDuncan P. N. Exon Smith1-21/+69
2014-08-01verify-uselistorder: Add missing `static`Duncan P. N. Exon Smith1-1/+1
2014-08-01verify-uselistorder: Move shuffleUseLists() out of lib/IRDuncan P. N. Exon Smith1-5/+100
2014-08-01verify-uselistorder: Make the verification logic easier to reuseDuncan P. N. Exon Smith1-6/+10
2014-08-01Use object::Archive::create instead of new object::Archive.Rafael Espindola1-7/+6
2014-08-01Replace comment about ownership with std::unique_ptr.Rafael Espindola1-3/+5
2014-08-01Remove lto_codegen_set_attr.Rafael Espindola1-4/+0
2014-08-01Remove some calls to std::move.Rafael Espindola12-46/+45
2014-08-01llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover3-2/+230
2014-08-01Revert of 214418:Sylvestre Ledru1-5/+0
2014-07-31Replaces a few pointers with references in llvm-nm.cpp.Rafael Espindola1-40/+39
2014-07-31msbuild integration: remove duplicated lines and BOM from 2014 integration (P...Hans Wennborg1-3/+0
2014-07-31Use a reference instead of a pointer.Rafael Espindola4-4/+4
2014-07-31Remove unused argument.Rafael Espindola1-2/+2
2014-07-31Move MCObjectSymbolizer.h to MC/MCAnalysis.Rafael Espindola1-1/+1
2014-07-31verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith1-1/+16
2014-07-31Create a default symver on Linux like ELF OSes.Eric Christopher1-0/+5
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola12-29/+30
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith7-10/+10
2014-07-30llvm-uselistorder: Improve the tool descriptionDuncan P. N. Exon Smith1-1/+3
2014-07-30llvm-uselistorder: Fix memory leak from r214125Duncan P. N. Exon Smith1-1/+1
2014-07-30[MCJIT] Actually remap sections based llvm-rtdyld options added in r214255.Lang Hames1-0/+3
2014-07-30Use range loops.Rafael Espindola1-21/+17
2014-07-30Convert a few more function pointer calls to just "f()".Rafael Espindola1-3/+3
2014-07-30Don't duplicate the function name in a comment.Rafael Espindola1-4/+3
2014-07-30Use function pointers with just f(1,2) instead of (*f)(1,2).Rafael Espindola1-27/+26
2014-07-29[MCJIT] Add options to llvm-rtdyld to describe a phony target address space forLang Hames1-0/+64
2014-07-29Use nullptr instead of NULL.Rafael Espindola1-8/+8