summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-211-6/+6
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-14/+14
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-041-1/+0
* Simplify getSymbolFlags.Rafael Espindola2014-01-311-8/+5
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-301-10/+0
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-36/+13
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-241-9/+10
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-211-10/+10
* Fix a pair of array index checks.Eric Christopher2013-12-061-2/+5
* 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
OpenPOWER on IntegriCloud