summaryrefslogtreecommitdiff
path: root/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAge
* Add an assert that this is only used with .o files.Rafael Espindola2014-04-04
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-03
* Implement macho relocation iterators with section number + relocation number.Rafael Espindola2014-04-03
* Fix llvm-objdump crash.Rafael Espindola2014-04-03
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-03
* Remove getSymbolValue.Rafael Espindola2014-04-03
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-03
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-02
* ARM64: initial backend importTim Northover2014-03-29
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-04
* 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