[MCJIT] Remove JITEventListener's anchor until I can determine the right place
[oota-llvm.git] / lib / Object /
2014-11-26 Rui UeyamaObject/COFF: Fix off-by-one error for object having...
2014-11-25 David MajnemerCOFF: Add back an assertion that is superseded by r222124
2014-11-21 Tim NorthoverRemove duplication of relocation names in lib/Object...
2014-11-21 Tim NorthoverRemove duplication of relocation names in lib/Object...
2014-11-19 Rui Ueyamallvm-readobj: fix off-by-one error in COFFDumper
2014-11-19 Rui Ueyamallvm-readobj: teach it how to dump COFF base relocation...
2014-11-18 Michael J. SpencerSupport ELF files of unknown type.
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-11-13 Rui UeyamaUn-break the big-endian buildbots
2014-11-13 David MajnemerObject, Mach-O: Refactor and clean code up
2014-11-13 David MajnemerObject, COFF: Refactor code to get relocation iterators
2014-11-13 David MajnemerObject, COFF: Increase code reuse
2014-11-13 David MajnemerObject, COFF: getRelocationSymbol shouldn't assert
2014-11-13 David MajnemerObject, COFF: Cleanup some code in getSectionName
2014-11-13 David MajnemerObject, COFF: Fix some theoretical bugs
2014-11-13 Rui Ueyamallvm-readobj: Print out address table when dumping...
2014-11-12 Nick KledzikObject, support both mach-o archive t.o.c file names
2014-11-10 Chad Rosier[yaml2obj] Support AArch64 relocations.
2014-11-06 Simon Atanasyan[ELF][yaml2obj] Handle additional MIPS specific st_othe...
2014-11-06 David MajnemerObject, COFF: Don't consider AuxFunctionDefinition...
2014-11-06 David MajnemerObject, COFF: Infer symbol sizes from adjacent symbols
2014-11-05 David Majnemerllvm-readobj: Add support for dumping the DOS header...
2014-11-04 Simon Atanasyan[yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN...
2014-11-04 Kevin EnderbyRemove the static version of getScatteredRelocationType...
2014-11-04 Kevin EnderbyAdd the code and test cases for 32-bit Intel to llvm...
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.
next