aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-05-13llvm-ar doesn't make directoriesHEADmasterDavid Barksdale
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-09Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola
2013-05-09Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola
2013-05-08Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea
2013-05-07Remove exception handling support from the old JIT.Rafael Espindola
2013-05-06Split Alignment out of the Section Characteristics.Rafael Espindola
2013-05-06Remove some redundant includes in llvm-mc.cpp.Rafael Espindola
2013-05-04Optimize llvm-link too.Rafael Espindola
2013-05-04Last batch of cleanups to Linker.h.Rafael Espindola
2013-05-04Don't construct or delete a module on the Linker.Rafael Espindola
2013-05-04Remove unused members and constructor arguments.Rafael Espindola
2013-05-04Add missing header.Rafael Espindola
2013-05-03Revert r181009.Amara Emerson
2013-05-03Add support for reading ARM ELF build attributes.Amara Emerson
2013-05-02Remove redundant flag.Bill Wendling
2013-05-02We don't want FP elimination when doing an Apple-style build.Bill Wendling
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola
2013-04-25Don't compute a std::vector<uint8_t> just to write it out a stream.Rafael Espindola
2013-04-24Use pointers to iterate over symbols.Rafael Espindola
2013-04-24Don't produce an empty llvm.compiler.used in LTO.Rafael Espindola
2013-04-23Fix typo.Rafael Espindola
2013-04-23Simplify yaml2obj a bit.Rafael Espindola
2013-04-23Write relocations in yaml2obj.Rafael Espindola
2013-04-22llvm-readobj: Dump more COFF auxiliary recordsNico Rieck
2013-04-22llvm-readobj: Check for null section pointerNico Rieck
2013-04-22llvm-readobj: Do not print NULL StringRefsNico Rieck
2013-04-20Remove dead code.Rafael Espindola
2013-04-20These can be void.Rafael Espindola
2013-04-20Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola
2013-04-20Remove local namespace yaml to avoid confusion with llvm::yaml.Rafael Espindola
2013-04-20Small obj2yaml cleanups.Rafael Espindola
2013-04-20Remove COFFYAML::Header.Rafael Espindola
2013-04-19Remove COFFYAML::Relocation.Rafael Espindola
2013-04-19Don't read one command past the end.Rafael Espindola
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-04-16llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov
2013-04-15Remove getters now that we can specialize structs on the host endianness.Rafael Espindola
2013-04-15Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-04-15Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher
2013-04-15Recommit r179497 after fixing uninitialized variable.Eric Christopher
2013-04-14Revert "Remove some unused triple and data layout."Eric Christopher
2013-04-14If we've specified a triple on the command line then go aheadEric Christopher
2013-04-13Finish templating MachObjectFile over endianness.Rafael Espindola
2013-04-12Revert broken pieces of r179373.Benjamin Kramer
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-04-12Teach llvm-readobj to print ELF program headersNico Rieck
2013-04-12Add -expand-relocs to llvm-readobjNico Rieck