aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/MachO.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-5/+25
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-36/+213
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-44/+79
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-68/+64
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-021-1/+0
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-271-4/+4
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-42/+45
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-45/+42
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-42/+45
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-211-2/+0
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+3
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-061-0/+88
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-1/+1
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-2/+0
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-0/+1
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-0/+1
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-261-0/+22
* Add the same todo about a command iterator interface into theEric Christopher2013-04-221-0/+3
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-181-1556/+89
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-151-75/+80
* Add typenames to see if bot goes green.Rafael Espindola2013-04-131-3/+3
* Some versions of gcc don't like typenames in these places.Rafael Espindola2013-04-131-9/+15
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-106/+677
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-121-64/+81
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-111-61/+64
* Fix llvm-readobj tests on big endian hosts.Rafael Espindola2013-04-111-1/+8
* Print more information about relocations.Rafael Espindola2013-04-111-64/+54
* Fix MachO's getRelocationAdditionalInfo.Rafael Espindola2013-04-111-18/+2
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-101-89/+100
* Simplify the templating a bit.Rafael Espindola2013-04-101-24/+19
* Move two methods out of line.Rafael Espindola2013-04-101-15/+21
* Template the MachO types over endianness.Rafael Espindola2013-04-101-98/+141
* Include the more specific header.Rafael Espindola2013-04-101-1/+1
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-091-53/+749
* Add a SymbolTableEntryBase.Rafael Espindola2013-04-091-5/+11
* Add a SectionBase struct.Rafael Espindola2013-04-081-0/+6
* Template the MachO types over the word size.Rafael Espindola2013-04-081-12/+27
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-081-1/+1
* Make MachOObjectFile independent from MachOObject.Rafael Espindola2013-04-071-1/+0
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-071-1/+11
* Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.Rafael Espindola2013-04-071-0/+2
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-071-17/+1
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-071-3/+14
* Construct MachOObject in MachOObjectFile's constructor.Rafael Espindola2013-04-071-1/+1
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-071-2/+3
* Remove two uses of getObject.Rafael Espindola2013-04-071-0/+1
* Remove usage of InMemoryStruct in getSymbol.Rafael Espindola2013-04-071-6/+4
* Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola2013-04-071-2/+2
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-071-1/+1