aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-211-1/+3
* Print uint64_t -debug text correctly on 32-bit hostsTim Northover2013-05-191-5/+5
* Fix the configure build.Rafael Espindola2013-05-171-1/+1
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-173-665/+86
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-172-2/+2
* llvm-objdump: Initialize MCDisassembler once instead of for each section.Ahmed Bougacha2013-05-161-45/+45
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-7/+7
* Remove the MachineMove class.Rafael Espindola2013-05-133-12/+14
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-092-34/+20
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-4/+4
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+1
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-073-22/+0
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-061-14/+4
* Remove some redundant includes in llvm-mc.cpp.Rafael Espindola2013-05-061-3/+0
* Optimize llvm-link too.Rafael Espindola2013-05-041-2/+2
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-041-1/+1
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-041-1/+2
* Remove unused members and constructor arguments.Rafael Espindola2013-05-041-1/+1
* Add missing header.Rafael Espindola2013-05-041-0/+1
* Revert r181009.Amara Emerson2013-05-033-70/+0
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-033-0/+70
* Remove redundant flag.Bill Wendling2013-05-021-1/+1
* We don't want FP elimination when doing an Apple-style build.Bill Wendling2013-05-021-1/+1
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-262-234/+192
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-254-8/+12
* Don't compute a std::vector<uint8_t> just to write it out a stream.Rafael Espindola2013-04-251-83/+17
* Use pointers to iterate over symbols.Rafael Espindola2013-04-241-1/+3
* Don't produce an empty llvm.compiler.used in LTO.Rafael Espindola2013-04-241-19/+19
* Fix typo.Rafael Espindola2013-04-231-7/+7
* Simplify yaml2obj a bit.Rafael Espindola2013-04-231-105/+112
* Write relocations in yaml2obj.Rafael Espindola2013-04-231-0/+13
* llvm-readobj: Dump more COFF auxiliary recordsNico Rieck2013-04-221-1/+6
* llvm-readobj: Check for null section pointerNico Rieck2013-04-221-1/+1
* llvm-readobj: Do not print NULL StringRefsNico Rieck2013-04-223-11/+10
* Remove dead code.Rafael Espindola2013-04-201-4/+0
* These can be void.Rafael Espindola2013-04-201-12/+7
* Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola2013-04-203-7/+7
* Remove local namespace yaml to avoid confusion with llvm::yaml.Rafael Espindola2013-04-201-8/+6
* Small obj2yaml cleanups.Rafael Espindola2013-04-201-69/+76
* Remove COFFYAML::Header.Rafael Espindola2013-04-201-17/+38
* Remove COFFYAML::Relocation.Rafael Espindola2013-04-191-11/+19
* Don't read one command past the end.Rafael Espindola2013-04-191-2/+6
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-184-116/+82
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-2/+3
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2013-04-161-0/+8
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-151-3/+3
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-151-10/+8
* Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-151-16/+14
* Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-151-14/+16