aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/MachOObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Move three methods only used by MCJIT to MCJIT.Rafael Espindola1-21/+6
2014-12-04Add mach-o LC_RPATH support to llvm-objdumpJean-Daniel Dupas1-0/+5
2014-11-13Object, Mach-O: Refactor and clean code upDavid Majnemer1-12/+25
2014-11-04Remove the static version of getScatteredRelocationType() now that r221211 addedKevin Enderby1-5/+0
2014-11-04Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo...Kevin Enderby1-0/+5
2014-10-27Fix unicode chars into ascii in comment lines.NAKAMURA Takumi1-1/+1
2014-10-24[Object] Fix MachO's getUuid to return a pointer into the object instead of a...Benjamin Kramer1-2/+3
2014-10-23Update llvm-objdump’s Mach-O symbolizer code for Objective-C references.Kevin Enderby1-2/+38
2014-10-21[MCJIT] Temporarily revert r220245 - it broke several bots.Lang Hames1-3/+0
2014-10-20[MCJIT] Make MCJIT honor symbol visibility settings when populating the globalLang Hames1-0/+3
2014-10-18[llvm-objdump] Fix mach-o binding decompression errorNick Kledzik1-3/+3
2014-10-15Add MachOObjectFile::getUuid()Alexander Potapenko1-1/+10
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola1-81/+41
2014-09-17[Object] keep trailing '\0' out of StringRef when parsing mach-o bindingsNick Kledzik1-1/+1
2014-09-17[llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho...Nick Kledzik1-10/+5
2014-09-16[llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik1-1/+281
2014-09-12[llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik1-0/+172
2014-09-04Adds the next bit of support for llvm-objdump’s -private-headers for execut...Kevin Enderby1-0/+25
2014-09-02Code review tweaksNick Kledzik1-9/+9
2014-08-30Fix typo and formattingNick Kledzik1-3/+3
2014-08-30Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik1-2/+241
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper1-2/+2
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-10/+9
2014-08-18Make llvm-objdump handle both arm and thumb disassembly from the same Mach-OKevin Enderby1-1/+84
2014-08-17llvm-objdump: don't print relocations in non-relocatable files.Rafael Espindola1-0/+4
2014-08-08Delete dead code. NFC.Rafael Espindola1-20/+0
2014-08-08getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola1-5/+0
2014-08-08Use a simpler predicate. NFC.Rafael Espindola1-31/+19
2014-08-08pr20589: Fix duplicated arch flag.Rafael Espindola1-1/+1
2014-08-07Add two missing ARM cpusubtypes to the switch statement in Kevin Enderby1-0/+4
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-2/+2
2014-07-23AArch64: remove arm64 triple enumerator.Tim Northover1-2/+1
2014-07-20Namespace cleanup (no functional change)Artyom Skrobov1-11/+7
2014-07-18extracting swapStruct into include/llvm/Support/MachO.h (no functional change)Artyom Skrobov1-208/+9
2014-07-15[RuntimeDyld] Revert r211652 - MachO object GDB registration support.Lang Hames1-5/+1
2014-07-04llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover1-0/+3
2014-06-30Speculatively fix some code handling Power64 MachO filesReid Kleckner1-1/+1
2014-06-30Add the -arch flag support to llvm-nm to select the slice out of a Mach-OKevin Enderby1-0/+102
2014-06-30macho-dump: add code to print LC_ID_DYLIB load commands.Tim Northover1-0/+6
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-3/+4
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-4/+3
2014-06-25[RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames1-1/+5
2014-06-24Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola1-7/+8
2014-06-23Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola1-8/+7
2014-06-23Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola1-9/+7
2014-06-20Fix a warning about the use of const being ignored with a cast.Kevin Enderby1-1/+1
2014-06-14Replacing the private implementations of SwapValue with calls to sys::swapByt...Artyom Skrobov1-118/+113
2014-06-14Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov1-1/+1
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-1/+0
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-59/+62