summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [Object] keep trailing '\0' out of StringRef when parsing mach-o bindingsNick Kledzik2014-09-171-1/+1
* [llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho...Nick Kledzik2014-09-171-10/+5
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-161-1/+281
* [llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik2014-09-121-0/+172
* Support: Delete {aligned_,}{u,}{little,big}8_tRui Ueyama2014-09-111-1/+0
* Attempt to pacify buildbots.David Majnemer2014-09-101-11/+0
* Object: Add support for bigobjDavid Majnemer2014-09-101-113/+160
* Restore the ability to check if LLVMCreateObjectFile was successfulBjorn Steinbrink2014-09-051-3/+4
* Adds the next bit of support for llvm-objdump’s -private-headers for execut...Kevin Enderby2014-09-041-0/+25
* unique_ptrify IRObjectFile::createIRObjectFileDavid Blaikie2014-09-032-4/+3
* unique_ptrify MachOUniversalBinary::createDavid Blaikie2014-09-032-4/+3
* Pass a && to getLazyBitcodeModule.Rafael Espindola2014-09-031-1/+1
* Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.David Blaikie2014-09-032-2/+4
* 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-272-6/+5
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-261-2/+1
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-4/+1
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-1/+1
* Fix a pair of use after free. Should bring the bots back.Rafael Espindola2014-08-191-2/+2
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-1910-148/+143
* Make llvm-objdump handle both arm and thumb disassembly from the same Mach-OKevin Enderby2014-08-181-1/+84
* Added forgotten noexcept.Abramo Bagnara2014-08-181-1/+1
* llvm-objdump: don't print relocations in non-relocatable files.Rafael Espindola2014-08-172-0/+8
* Add a non-templated ELFObjectFileBase class.Rafael Espindola2014-08-171-0/+4
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* AArch64: add support for dynamic-loader relocationsTim Northover2014-08-111-0/+11
* Delete dead code. NFC.Rafael Espindola2014-08-082-40/+0
* getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola2014-08-082-10/+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
* A std::unique_ptr case I missed in the previous patch.Rafael Espindola2014-07-312-4/+6
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-317-14/+19
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-2/+1
* Correct the ownership passing semantics of object::createBinary and make them...David Blaikie2014-07-212-3/+3
* Remove unnecessary use of unique_ptr::release() used to construct another uni...David Blaikie2014-07-211-2/+1
* Remove unused variable.David Blaikie2014-07-211-1/+0
* Namespace cleanup (no functional change)Artyom Skrobov2014-07-201-11/+7
* [PowerPC] 32-bit ELF PIC supportHal Finkel2014-07-181-0/+1
* 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
* Object/LLVMBuild.txt: Sort required_libraries by alphabetical order.NAKAMURA Takumi2014-07-141-1/+1
* Add forgotten `break` statement.Simon Atanasyan2014-07-131-0/+1
* [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan2014-07-131-0/+1
* [ELFYAML] Group ELF section type flags to target specific blocks.Simon Atanasyan2014-07-121-9/+23
* Add support for BSD format Archive map symbols (aka the table of contentsKevin Enderby2014-07-081-6/+63
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-062-6/+8
* This only needs a StringRef. No functionality change.Rafael Espindola2014-07-051-1/+2
OpenPOWER on IntegriCloud