summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [yaml2obj] Initial ELF support.Sean Silva2013-06-10
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* [llvm-symbolizer] rewrite r183213 in a more clear wayAlexey Samsonov2013-06-07
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-06
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-06
* Add BinaryRef binary_size() method.Sean Silva2013-06-05
* Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva2013-06-05
* yaml2obj: split out COFF logic into separate fileSean Silva2013-06-05
* yaml2obj: add -format=<fmt> to choose input YAML interpretationSean Silva2013-06-05
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-05
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.Bob Wilson2013-06-04
* [llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...Alexey Samsonov2013-06-04
* Remove dead code.Rafael Espindola2013-06-03
* Correct handling invalid filename in llvm-symbolizerAlexey Samsonov2013-06-03
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-31
* Don't allocate temporary string for section data.Rafael Espindola2013-05-31
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29
* llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi2013-05-27
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* The command line options need to be processed before we create the TargetMach...Bill Wendling2013-05-23
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-21
* Print uint64_t -debug text correctly on 32-bit hostsTim Northover2013-05-19
* Fix the configure build.Rafael Espindola2013-05-17
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-17
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* llvm-objdump: Initialize MCDisassembler once instead of for each section.Ahmed Bougacha2013-05-16
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-09
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-06
* Remove some redundant includes in llvm-mc.cpp.Rafael Espindola2013-05-06
* Optimize llvm-link too.Rafael Espindola2013-05-04
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-04
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-04
* Remove unused members and constructor arguments.Rafael Espindola2013-05-04
* Add missing header.Rafael Espindola2013-05-04
* Revert r181009.Amara Emerson2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* Remove redundant flag.Bill Wendling2013-05-02
* We don't want FP elimination when doing an Apple-style build.Bill Wendling2013-05-02
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-26
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Don't compute a std::vector<uint8_t> just to write it out a stream.Rafael Espindola2013-04-25