summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make RecordStreamer.h private.Rafael Espindola2014-07-043-3/+45
* Ignore llvm.* globals.Rafael Espindola2014-07-041-6/+3
* Implement LTOModule on top of IRObjectFile.Rafael Espindola2014-07-041-14/+12
* Mark intrinsic functions as llvm-specific.Rafael Espindola2014-07-041-0/+5
* Don't include llvm.metadata variables in archive symbol tables.Rafael Espindola2014-07-041-0/+5
* llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover2014-07-041-0/+3
* Move createIRObjectFile to the IRObjectFile class and return the concrete type.Rafael Espindola2014-07-031-1/+1
* Add support for inline asm symbols to IRObjectFile.Rafael Espindola2014-07-034-22/+232
* Invert the MC -> Object dependency.Rafael Espindola2014-07-034-120/+1
* 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
* Replace two release calls with std::move. I missed this on the previous commit.Rafael Espindola2014-06-241-2/+2
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-249-52/+58
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-238-35/+44
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-238-97/+71
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-231-10/+6
* Fix a warning about the use of const being ignored with a cast.Kevin Enderby2014-06-201-1/+1
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-191-6/+2
* Teach llvm-size to know about Mach-O universal files (aka fat files) andKevin Enderby2014-06-181-1/+1
* Change IRObjectFile to parse the bitcode lazily.Rafael Espindola2014-06-181-2/+13
* Fix a memory leak in the error path.Rafael Espindola2014-06-181-2/+10
* Fix pr17056.Rafael Espindola2014-06-161-5/+5
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-55/+42
* Replacing the private implementations of SwapValue with calls to sys::swapByt...Artyom Skrobov2014-06-142-130/+120
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-142-2/+2
* Remove unused and odd code.Rafael Espindola2014-06-131-9/+0
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-138-174/+183
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-129-60/+70
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
OpenPOWER on IntegriCloud