summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/MachOObjectFile.cpp
AgeCommit message (Expand)Author
2014-08-08Delete dead code. NFC.Rafael Espindola
2014-08-08getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola
2014-08-08Use a simpler predicate. NFC.Rafael Espindola
2014-08-08pr20589: Fix duplicated arch flag.Rafael Espindola
2014-08-07Add two missing ARM cpusubtypes to the switch statement in Kevin Enderby
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola
2014-07-23AArch64: remove arm64 triple enumerator.Tim Northover
2014-07-20Namespace cleanup (no functional change)Artyom Skrobov
2014-07-18extracting swapStruct into include/llvm/Support/MachO.h (no functional change)Artyom Skrobov
2014-07-15[RuntimeDyld] Revert r211652 - MachO object GDB registration support.Lang Hames
2014-07-04llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover
2014-06-30Speculatively fix some code handling Power64 MachO filesReid Kleckner
2014-06-30Add the -arch flag support to llvm-nm to select the slice out of a Mach-OKevin Enderby
2014-06-30macho-dump: add code to print LC_ID_DYLIB load commands.Tim Northover
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2014-06-25[RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames
2014-06-24Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola
2014-06-23Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola
2014-06-23Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola
2014-06-20Fix a warning about the use of const being ignored with a cast.Kevin Enderby
2014-06-14Replacing the private implementations of SwapValue with calls to sys::swapByt...Artyom Skrobov
2014-06-14Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-05Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby
2014-05-30MachO: support N_INDR aliases in assembly files.Tim Northover
2014-05-20Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby
2014-05-20Revert r209235 as it broke two tests:Kevin Enderby
2014-05-20Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby
2014-05-19Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSSKevin Enderby
2014-05-12[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-04-04Add an assert that this is only used with .o files.Rafael Espindola
2014-04-03Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola
2014-04-03Implement macho relocation iterators with section number + relocation number.Rafael Espindola
2014-04-03Fix llvm-objdump crash.Rafael Espindola
2014-04-03Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola
2014-04-03Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola
2014-04-03Remove getSymbolValue.Rafael Espindola
2014-04-03Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola
2014-04-02Fix a nomenclature error in llvm-nm.Rafael Espindola
2014-03-29ARM64: initial backend importTim Northover
2014-03-21[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka
2014-03-18Darwin: Add assembler directives to create version-min load commands.Jim Grosbach
2014-03-17[C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov
2014-03-13[C++11] Introduce ObjectFile::sections().Alexey Samsonov
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2014-02-21Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola