Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.
[oota-llvm.git] / lib / Object /
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-27 NAKAMURA TakumiFix unicode chars into ascii in comment lines.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-24 Benjamin Kramer[Object] Fix MachO's getUuid to return a pointer into...
2014-10-23 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code for Object...
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
2014-10-20 Alexey SamsonovBe more specific about return type of MachOUniversalBin...
2014-10-18 Nick Kledzik[llvm-objdump] Fix mach-o binding decompression error
2014-10-15 Alexander PotapenkoAdd MachOObjectFile::getUuid()
2014-10-09 David MajnemerObject, COFF: Move the VirtualSize/SizeOfRawData logic...
2014-10-09 David MajnemerObject, COFF: Cap the section contents to min(VirtualSi...
2014-10-09 Rui UeyamaObject: Add range iterators for COFF import/export...
2014-10-08 Rafael EspindolaCorrectly compute the size of common symbols in COFF.
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-07 Rafael EspindolaDon't check for null after calling COFFObjectFile:...
2014-10-07 Rafael EspindolaOptimize COFFObjectFile::sectionContainsSymbol a bit.
2014-10-03 Rui Ueyamallvm-readobj: print out the fields of the COFF delay...
2014-10-03 Rui Ueyamallvm-readobj: print COFF delay-load import table
2014-10-02 Rui Ueyamallvm-readobj: print COFF imported symbols
2014-10-02 Rui UeyamaThis patch adds a new flag "-coff-imports" to llvm...
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-09-19 Chris BienemanConverting object's error_category to a ManagedStatic...
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-17 Nick Kledzik[Object] keep trailing '\0' out of StringRef when parsi...
2014-09-17 Nick Kledzik[llvm-objdump] properly use c_str() with format("%s...
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-11 Rui UeyamaSupport: Delete {aligned_,}{u,}{little,big}8_t
2014-09-10 David MajnemerAttempt to pacify buildbots.
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-05 Bjorn SteinbrinkRestore the ability to check if LLVMCreateObjectFile...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-09-03 David Blaikieunique_ptrify IRObjectFile::createIRObjectFile
2014-09-03 David Blaikieunique_ptrify MachOUniversalBinary::create
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-09-03 David BlaikieEnsure ErrorOr cannot implicitly invoke explicit ctors...
2014-09-02 Nick KledzikCode review tweaks
2014-08-30 Nick KledzikFix typo and formatting
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-19 Rafael EspindolaFix a pair of use after free. Should bring the bots...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-18 Abramo BagnaraAdded forgotten noexcept.
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaAdd a non-templated ELFObjectFileBase class.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-11 Tim NorthoverAArch64: add support for dynamic-loader relocations
2014-08-08 Rafael EspindolaDelete dead code. NFC.
2014-08-08 Rafael EspindolagetLoadName is only implemented for ELF, make it ELF...
2014-08-08 Rafael EspindolaUse a simpler predicate. NFC.
2014-08-08 Rafael Espindolapr20589: Fix duplicated arch flag.
2014-08-07 Kevin EnderbyAdd two missing ARM cpusubtypes to the switch statement in
2014-07-31 Rafael EspindolaA std::unique_ptr case I missed in the previous patch.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-21 David BlaikieCorrect the ownership passing semantics of object:...
2014-07-21 David BlaikieRemove unnecessary use of unique_ptr::release() used...
2014-07-21 David BlaikieRemove unused variable.
2014-07-20 Artyom SkrobovNamespace cleanup (no functional change)
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-18 Artyom Skrobovextracting swapStruct into include/llvm/Support/MachO...
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-07-14 NAKAMURA TakumiObject/LLVMBuild.txt: Sort required_libraries by alphab...
2014-07-13 Simon AtanasyanAdd forgotten `break` statement.
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-12 Simon Atanasyan[ELFYAML] Group ELF section type flags to target specif...
2014-07-08 Kevin EnderbyAdd support for BSD format Archive map symbols (aka...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-05 Rafael EspindolaThis only needs a StringRef. No functionality change.
2014-07-04 Rafael EspindolaMake RecordStreamer.h private.
2014-07-04 Rafael EspindolaIgnore llvm.* globals.
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
2014-07-04 Rafael EspindolaMark intrinsic functions as llvm-specific.
2014-07-04 Rafael EspindolaDon't include llvm.metadata variables in archive symbol...
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-07-03 Rafael EspindolaMove createIRObjectFile to the IRObjectFile class and...
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-06-30 Reid KlecknerSpeculatively fix some code handling Power64 MachO...
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-30 Tim Northovermacho-dump: add code to print LC_ID_DYLIB load commands.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Lang Hames[RuntimeDyld] Adds the necessary hooks to MCJIT to...
2014-06-24 Rafael EspindolaReplace two release calls with std::move. I missed...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-23 Rafael EspindolaConvert a few methods to use ErrorOr.
2014-06-20 Kevin EnderbyFix a warning about the use of const being ignored...
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-18 Rafael EspindolaChange IRObjectFile to parse the bitcode lazily.
2014-06-18 Rafael EspindolaFix a memory leak in the error path.
2014-06-16 Rafael EspindolaFix pr17056.
next