summaryrefslogtreecommitdiffstats
path: root/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-35/+140
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-402/+977
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-180/+516
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-54/+81
* Update to LLVM 3.5a.Stephen Hines2014-04-241-124/+108
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-021-37/+0
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-021-6/+17
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-271-6/+6
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-366/+372
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-374/+368
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-368/+374
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-271-26/+26
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-211-0/+2
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-081-3/+4
* MachObjectFile: Don't leak on error.Benjamin Kramer2013-08-031-7/+9
* Typo.Eric Christopher2013-07-221-1/+1
* 80-column tidying. Formatting choices by clang-format.Eric Christopher2013-07-221-14/+16
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-2/+6
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-061-1/+45
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-8/+5
* Object: Fix Mach-O relocation printing.Ahmed Bougacha2013-05-141-2/+3
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-6/+0
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-0/+10
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-2/+19
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-261-29/+132
* Use a pointer as the relocation iterator.Rafael Espindola2013-04-251-24/+29
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-15/+1
* 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
* 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
* 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