summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [RuntimeDyld] Revert r211652 - MachO object GDB registration support.Lang Hames2014-07-151-5/+1
* llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover2014-07-041-0/+3
* Speculatively fix some code handling Power64 MachO filesReid Kleckner2014-06-301-1/+1
* Add the -arch flag support to llvm-nm to select the slice out of a Mach-OKevin Enderby2014-06-301-0/+102
* macho-dump: add code to print LC_ID_DYLIB load commands.Tim Northover2014-06-301-0/+6
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-3/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+3
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-251-1/+5
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-7/+8
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-8/+7
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-9/+7
* Fix a warning about the use of const being ignored with a cast.Kevin Enderby2014-06-201-1/+1
* Replacing the private implementations of SwapValue with calls to sys::swapByt...Artyom Skrobov2014-06-141-118/+113
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-141-1/+1
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-1/+0
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-59/+62
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-051-0/+223
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-301-0/+3
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-201-3/+17
* Revert r209235 as it broke two tests:Kevin Enderby2014-05-201-10/+2
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-201-2/+10
* Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSSKevin Enderby2014-05-191-6/+12
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-121-7/+15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-1/+2
* Add an assert that this is only used with .o files.Rafael Espindola2014-04-041-2/+4
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-031-1/+9
* Implement macho relocation iterators with section number + relocation number.Rafael Espindola2014-04-031-22/+20
* Fix llvm-objdump crash.Rafael Espindola2014-04-031-4/+4
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-031-10/+0
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-031-23/+0
* Remove getSymbolValue.Rafael Espindola2014-04-031-5/+0
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-031-2/+1
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-021-1/+2
* ARM64: initial backend importTim Northover2014-03-291-0/+22
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-211-0/+10
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-181-0/+13
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-171-7/+7
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-131-5/+5
* 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
OpenPOWER on IntegriCloud