summaryrefslogtreecommitdiff
path: root/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAge
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Fix a pair of array index checks.Eric Christopher2013-12-06
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-02
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-02
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-27
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-21
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-08
* MachObjectFile: Don't leak on error.Benjamin Kramer2013-08-03
* Typo.Eric Christopher2013-07-22
* 80-column tidying. Formatting choices by clang-format.Eric Christopher2013-07-22
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-06
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Object: Fix Mach-O relocation printing.Ahmed Bougacha2013-05-14
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-30
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-26
* Use a pointer as the relocation iterator.Rafael Espindola2013-04-25
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Use pointers to iterate over symbols.Rafael Espindola2013-04-24
* Revert r180189.Rafael Espindola2013-04-24
* Formatting fixes.Rafael Espindola2013-04-24
* Use a pointer as the relocation iterator.Rafael Espindola2013-04-24
* refactor the struct byte swapping to a helper function.Rafael Espindola2013-04-19
* Don't read one command past the end.Rafael Espindola2013-04-19
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-13
* 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
* 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
* Template the MachO types over endianness.Rafael Espindola2013-04-10
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-09
* More uses for SymbolTableEntryBase.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
* Remove is64BitLoadCommand.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