aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-2/+3
* Fix dubious type name similar to member name.Sean Silva2013-06-111-1/+1
* [yaml2obj] Initial ELF support.Sean Silva2013-06-104-1/+85
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-1/+1
* [llvm-symbolizer] rewrite r183213 in a more clear wayAlexey Samsonov2013-06-072-7/+10
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-062-7/+113
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-062-5/+17
* Add BinaryRef binary_size() method.Sean Silva2013-06-051-4/+3
* Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva2013-06-051-29/+2
* yaml2obj: split out COFF logic into separate fileSean Silva2013-06-054-287/+330
* yaml2obj: add -format=<fmt> to choose input YAML interpretationSean Silva2013-06-051-11/+39
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-051-2/+2
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-055-16/+12
* Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.Bob Wilson2013-06-042-4/+2
* [llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...Alexey Samsonov2013-06-042-9/+20
* Remove dead code.Rafael Espindola2013-06-032-44/+0
* Correct handling invalid filename in llvm-symbolizerAlexey Samsonov2013-06-031-2/+2
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-312-2/+2
* Don't allocate temporary string for section data.Rafael Espindola2013-05-312-25/+12
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-292-2/+2
* llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi2013-05-271-1/+2
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-242-2/+2
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-246-553/+130
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-242-16/+51
* The command line options need to be processed before we create the TargetMach...Bill Wendling2013-05-231-9/+8
* 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