summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-17
* Don't use PathV1.h in llvm-link.Rafael Espindola2013-06-17
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-17
* Don't link with the archive library programs that don't use it.Rafael Espindola2013-06-17
* [yaml2obj] Move some classes into anonymous namespaces.Sean Silva2013-06-15
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-15
* Remove the LLVM specific archive index.Rafael Espindola2013-06-14
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-14
* Remove unused header.Rafael Espindola2013-06-14
* [yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva2013-06-14
* [yaml2obj] Add support for specifying raw section content.Sean Silva2013-06-13
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-13
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-13
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-13
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-13
* Try to fix the build with libstdc++ 4.4.Rafael Espindola2013-06-13
* Reduce sys::Path usage in bugpoint.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-12
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-11
* Fix dubious type name similar to member name.Sean Silva2013-06-11
* [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