summaryrefslogtreecommitdiff
path: root/include/llvm/Object/MachO.h
Commit message (Expand)AuthorAge
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-25
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* 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
* [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
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* 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
* 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
* add a bunch of LLVM_OVERRIDE before I start refactoring these.Rafael Espindola2014-01-30
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* move getSymbolNMTypeChar to the one program that needs it: nm.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
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-21
* 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
* 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
* Add the same todo about a command iterator interface into theEric Christopher2013-04-22
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-15
* Add typenames to see if bot goes green.Rafael Espindola2013-04-13
* Some versions of gcc don't like typenames in these places.Rafael Espindola2013-04-13
* 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
* Fix llvm-readobj tests on big endian hosts.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
* Simplify the templating a bit.Rafael Espindola2013-04-10
* Move two methods out of line.Rafael Espindola2013-04-10
* Template the MachO types over endianness.Rafael Espindola2013-04-10
* Include the more specific header.Rafael Espindola2013-04-10
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-09