summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Adds the next bit of support for llvm-objdump’s -private-headers for execut...Kevin Enderby2014-09-041-0/+25
* Code review tweaksNick Kledzik2014-09-021-9/+9
* Fix typo and formattingNick Kledzik2014-08-301-3/+3
* Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik2014-08-301-2/+241
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-2/+2
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-10/+9
* Make llvm-objdump handle both arm and thumb disassembly from the same Mach-OKevin Enderby2014-08-181-1/+84
* llvm-objdump: don't print relocations in non-relocatable files.Rafael Espindola2014-08-171-0/+4
* Delete dead code. NFC.Rafael Espindola2014-08-081-20/+0
* getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola2014-08-081-5/+0
* Use a simpler predicate. NFC.Rafael Espindola2014-08-081-31/+19
* pr20589: Fix duplicated arch flag.Rafael Espindola2014-08-081-1/+1
* Add two missing ARM cpusubtypes to the switch statement in Kevin Enderby2014-08-071-0/+4
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-2/+1
* Namespace cleanup (no functional change)Artyom Skrobov2014-07-201-11/+7
* extracting swapStruct into include/llvm/Support/MachO.h (no functional change)Artyom Skrobov2014-07-181-208/+9
* [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
OpenPOWER on IntegriCloud