summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Use pointers to iterate over symbols.Rafael Espindola2013-04-24
* Don't produce an empty llvm.compiler.used in LTO.Rafael Espindola2013-04-24
* Fix typo.Rafael Espindola2013-04-23
* Simplify yaml2obj a bit.Rafael Espindola2013-04-23
* Write relocations in yaml2obj.Rafael Espindola2013-04-23
* llvm-readobj: Dump more COFF auxiliary recordsNico Rieck2013-04-22
* llvm-readobj: Check for null section pointerNico Rieck2013-04-22
* llvm-readobj: Do not print NULL StringRefsNico Rieck2013-04-22
* Remove dead code.Rafael Espindola2013-04-20
* These can be void.Rafael Espindola2013-04-20
* Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola2013-04-20
* Remove local namespace yaml to avoid confusion with llvm::yaml.Rafael Espindola2013-04-20
* Small obj2yaml cleanups.Rafael Espindola2013-04-20
* Remove COFFYAML::Header.Rafael Espindola2013-04-20
* Remove COFFYAML::Relocation.Rafael Espindola2013-04-19
* Don't read one command past the end.Rafael Espindola2013-04-19
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2013-04-16
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-15
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-15
* Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-15
* Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-15
* Revert "Remove some unused triple and data layout."Eric Christopher2013-04-14
* If we've specified a triple on the command line then go aheadEric Christopher2013-04-14
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-13
* Revert broken pieces of r179373.Benjamin Kramer2013-04-12
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-12
* Teach llvm-readobj to print ELF program headersNico Rieck2013-04-12
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-12
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-12
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-11
* Print more information about relocations.Rafael Espindola2013-04-11
* Simplify the code. No functionality change.Rafael Espindola2013-04-11
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-10
* Template the MachO types over endianness.Rafael Espindola2013-04-10