summaryrefslogtreecommitdiff
path: root/include/llvm/Object
Commit message (Expand)AuthorAge
...
* Revert r181009.Amara Emerson2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-03
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-30
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Remove unused method.Rafael Espindola2013-04-29
* 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
* Add the same todo about a command iterator interface into theEric Christopher2013-04-22
* Add a TODO about wanting an iterator interface.Eric Christopher2013-04-22
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-17
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-15
* Add typenames to see if bot goes green.Rafael Espindola2013-04-13
* Some versions of gcc don't like typenames in these places.Rafael Espindola2013-04-13
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-13
* Add missing relocation namesNico Rieck2013-04-12
* Support MIPS64EL relocation type namesNico 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
* Fix llvm-readobj tests on big endian hosts.Rafael Espindola2013-04-11
* Print more information about relocations.Rafael Espindola2013-04-11
* Fix MachO's getRelocationAdditionalInfo.Rafael Espindola2013-04-11
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-10
* Simplify the templating a bit.Rafael Espindola2013-04-10
* Move two methods out of line.Rafael Espindola2013-04-10
* Template the MachO types over endianness.Rafael Espindola2013-04-10
* Include the more specific header.Rafael Espindola2013-04-10
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-09
* Add a SymbolTableEntryBase.Rafael Espindola2013-04-09
* Add a SectionBase struct.Rafael Espindola2013-04-08
* Template the MachO types over the word size.Rafael Espindola2013-04-08
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-08
* Make MachOObjectFile independent from MachOObject.Rafael Espindola2013-04-07
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-07
* Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.Rafael Espindola2013-04-07
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-07
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-07
* Construct MachOObject in MachOObjectFile's constructor.Rafael Espindola2013-04-07
* Remove unused argument.Rafael Espindola2013-04-07
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-07
* Remove two uses of getObject.Rafael Espindola2013-04-07
* Remove usage of InMemoryStruct in getSymbol.Rafael Espindola2013-04-07
* Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola2013-04-07
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-07
* Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola2013-04-07
* Remove last use of InMemoryStruct from MachOObjectFile.cpp.Rafael Espindola2013-04-06
* Don't use InMemoryStruct<macho::SymtabLoadCommand>.Rafael Espindola2013-04-06
* Don't use InMemoryStruct in getSymbol64TableEntry.Rafael Espindola2013-04-06
* Don't use InMemoryStruct in getSymbolTableEntry.Rafael Espindola2013-04-06