aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Object: Fix Mach-O relocation printing.Ahmed Bougacha2013-05-141-2/+3
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-092-11/+0
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+1
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-0/+10
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-292-2/+25
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-263-452/+132
* Use a pointer as the relocation iterator.Rafael Espindola2013-04-251-24/+29
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-252-17/+2
* Use pointers to iterate over symbols.Rafael Espindola2013-04-241-30/+36
* Revert r180189.Rafael Espindola2013-04-241-29/+24
* Formatting fixes.Rafael Espindola2013-04-241-31/+20
* Use a pointer as the relocation iterator.Rafael Espindola2013-04-241-23/+28
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+39
* refactor the struct byte swapping to a helper function.Rafael Espindola2013-04-191-70/+20
* Don't read one command past the end.Rafael Espindola2013-04-191-2/+6
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-181-82/+1379
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-151-1/+1
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-417/+15
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-121-8/+44
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-111-44/+8
* Print more information about relocations.Rafael Espindola2013-04-111-8/+44
* Fix MachO's getRelocationAdditionalInfo.Rafael Espindola2013-04-111-0/+6
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-101-9/+9
* Template the MachO types over endianness.Rafael Espindola2013-04-101-6/+6
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-091-852/+110
* More uses for SymbolTableEntryBase.Rafael Espindola2013-04-091-35/+9
* Add a SymbolTableEntryBase.Rafael Espindola2013-04-091-47/+27
* Add a SectionBase struct.Rafael Espindola2013-04-081-24/+24
* Template the MachO types over the word size.Rafael Espindola2013-04-081-65/+86
* Remove is64BitLoadCommand.Rafael Espindola2013-04-081-20/+10
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-081-5/+8
* Make MachOObjectFile independent from MachOObject.Rafael Espindola2013-04-071-16/+9
* Implement MachOObjectFile::getData directly.Rafael Espindola2013-04-071-1/+1
* Implement MachOObjectFile::is64Bit directly.Rafael Espindola2013-04-071-1/+2
* Implement MachOObjectFile::getHeaderSize directly.Rafael Espindola2013-04-071-1/+1
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-071-14/+15
* Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.Rafael Espindola2013-04-071-41/+44
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-071-58/+27
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-071-8/+23
* Use getLoadCommandInfo instead of MachOObj->getLoadCommandInfo.Rafael Espindola2013-04-071-18/+19
* Construct MachOObject in MachOObjectFile's constructor.Rafael Espindola2013-04-071-16/+20
* Remove unused argument.Rafael Espindola2013-04-073-3/+3
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-071-0/+14
* Remove two uses of getObject.Rafael Espindola2013-04-071-0/+3
* Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola2013-04-071-0/+8
* Remove last use of InMemoryStruct from MachOObjectFile.cpp.Rafael Espindola2013-04-061-4/+19
* Don't use InMemoryStruct<macho::SymtabLoadCommand>.Rafael Espindola2013-04-061-20/+43
* Don't use InMemoryStruct in getSymbol64TableEntry.Rafael Espindola2013-04-061-24/+19
* Don't use InMemoryStruct in getSymbolTableEntry.Rafael Espindola2013-04-061-23/+19
* Don't use InMemoryStruct in getRelocation.Rafael Espindola2013-04-061-31/+21