summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Add MachOObjectFile::getUuid()Alexander Potapenko2014-10-151-1/+10
* Object, COFF: Move the VirtualSize/SizeOfRawData logic to getSectionSizeDavid Majnemer2014-10-091-18/+23
* Object, COFF: Cap the section contents to min(VirtualSize, SizeOfRawData)David Majnemer2014-10-091-5/+19
* Object: Add range iterators for COFF import/export tableRui Ueyama2014-10-091-0/+26
* Correctly compute the size of common symbols in COFF.Rafael Espindola2014-10-081-4/+9
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-083-139/+67
* Don't check for null after calling COFFObjectFile::toSec.Rafael Espindola2014-10-071-2/+0
* Optimize COFFObjectFile::sectionContainsSymbol a bit.Rafael Espindola2014-10-071-7/+2
* llvm-readobj: print out the fields of the COFF delay-import tableRui Ueyama2014-10-031-0/+6
* llvm-readobj: print COFF delay-load import tableRui Ueyama2014-10-031-13/+90
* llvm-readobj: print COFF imported symbolsRui Ueyama2014-10-021-0/+90
* This patch adds a new flag "-coff-imports" to llvm-readobj.Rui Ueyama2014-10-021-5/+18
* Object: BSS/virtual sections don't have contentsDavid Majnemer2014-09-261-0/+4
* Converting object's error_category to a ManagedStatic to avoid static constru...Chris Bieneman2014-09-191-2/+4
* LTO: introduce object file-based on-disk module format.Peter Collingbourne2014-09-183-4/+60
* [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
OpenPOWER on IntegriCloud