[RuntimeDyld] Fix a class of arithmetic errors introduced in r253918
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldELF.cpp
2015-11-24 Sanjoy Das[RuntimeDyld] Fix a class of arithmetic errors introduc...
2015-11-23 Sanjoy Das[RuntimeDyld] Don't allocate unnecessary stub buffer...
2015-11-23 Sanjoy Das[RuntimeDyld] Add bounds checking to SectionEntry:...
2015-11-23 Sanjoy Das[RuntimeDyld] Add accessors to `SectionEntry`; NFC
2015-11-17 Ulrich Weigand[RuntimeDyld] Fix resolving R_PPC64_REL24 relocations
2015-11-14 Sanjoy Das[RuntimeDyld] Fix indentation and whitespace; NFC
2015-11-08 Maksim Panchenko[RuntimeDyld] Add support for R_X86_64_PC8 relocation.
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-08-28 Petar Jovanovic[mips64][mcjit] Add N64R6 relocations tests and fix...
2015-08-13 Petar Jovanovic[mips][mcjit] Calculate correct addend for HI16 and...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-05 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-04 Hal Finkel[RuntimeDyld] Adapt PPC64 relocations to PPC32
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-06 Petar Jovanovic[Mips] Add support for MCJIT for MIPS32r6
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaCleanup getRelocationAddend.
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-26 Rafael EspindolaMake getOther ELF only.
2015-06-23 Petar Jovanovic[mips64] Emit correct addend for some PC-relative reloc...
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-10 Alexei Starovoitovfix crash
2015-06-08 Petar Jovanovic[Mips64][mcjit] Add R_MIPS_PC32 relocation
2015-06-03 Daniel SandersRe-commit r238838, r238844 with fix for host/target...
2015-06-03 Rafael EspindolaThis reverts commit r238838, r238844 and r238888.
2015-06-02 Daniel Sanders[mips][mcjit] Add support for R_MIPS_PC32.
2015-06-02 Rafael EspindolaSimplify now that we always use an alignment of 2 for...
2015-06-02 Davide Italiano[RuntimeDydlELF] Use range-based loop.
2015-05-28 Petar Jovanovic[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
2015-05-22 NAKAMURA TakumiReapply part of r237975, "Fix Clang -Wmissing-override...
2015-05-22 Tobias GrosserRevert "Fix Clang -Wmissing-override warning"
2015-05-22 David BlaikieFix Clang -Wmissing-override warning
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-15 David Majnemer[RuntimeDyld] Use isInt to assert that a relocation...
2015-05-01 Keno FischerReapply [RuntimeDyldELF] Fold Placeholder into Addend
2015-04-16 Pavel LabathRevert "[RuntimeDyldELF] Fold Placeholder into Addend"
2015-04-16 Pavel LabathRevert "[RuntimeDyldELF] Fix missing cases in Placehold...
2015-04-16 Keno Fischer[RuntimeDyldELF] Fix missing cases in Placeholder proce...
2015-04-15 Keno Fischer[RuntimeDyldELF] Fold Placeholder into Addend
2015-04-14 Keno Fischer[RuntimeDyldELF] Improve GOT support
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-01-28 Lang HamesRevert r227247 and r227228: "Add weak symbol support...
2015-01-27 Keno Fischer[ExecutionEngine] Add weak symbol support to RuntimeDyld
2015-01-16 Lang Hames[RuntimeDyld] Track symbol visibility in RuntimeDyld.
2014-11-27 Lang Hames[MCJIT] Remove the local symbol table from RuntimeDlyd...
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-09-07 Lang Hames[MCJIT] Revert partial RuntimeDyldELF cleanup that...
2014-09-07 Lang Hames[MCJIT] Rewrite RuntimeDyldMachO and its derived classe...
2014-09-03 David Blaikieunique_ptrify a bunch of stuff through RuntimeDyld...
2014-08-27 Alexey SamsonovFix unaligned reads/writes in X86JIT and RuntimeDyldELF.
2014-08-25 Lang Hames[MCJIT][SystemZ] Use a simpler expression for indirect...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-17 Rafael EspindolaUse copy initialization to initialize std::unique_ptr.
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-06-27 Ulrich Weigand[RuntimeDyld, PowerPC] Fix/improve handling of TOC...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-20 Ulrich Weigand[RuntimeDyld] Fix ppc64 stub relocations on little...
2014-06-20 Ulrich Weigand[RuntimeDyld] Support more PPC64 relocations
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-04-30 James Molloy[ARM64] Try and make the ELF MCJIT *slightly* less...
2014-04-29 Reid KlecknerFix the build with MSVC 2013 by explicitly requesting...
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-26 Christian PirkerAArch64_BE Elf support for MC-JIT runtime dynamic linker
2014-03-21 Juergen Ributzka[RuntimeDyld] clang-format files.
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-11 Ulrich Weigand[ppc64] Patch in TOC restore code after all external...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-18 Lang HamesConsistently check 'IsCode' when allocating sections...
2014-02-11 Bradley Smith[AArch64] Add missing PCRel relocations for AArch64...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-29 Renato GolinEnable EHABI by default
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-11-19 Petar Jovanovic[mips] Resolve relocation for the stubs in MCJIT when...
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-05 Andrew KaylorAdding multiple GOT handling to RuntimeDyldELF
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-08-19 Andrew KaylorAdding PIC support for ELF on x86_64 platforms
2013-08-19 Andrew KaylorAdding comments to document RuntimeDyld relocation...
2013-08-16 Richard MittonFixed RuntimeDyldELF absolute relocations.
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Tim NorthoverAArch64: don't mask off shift bits when processing...
next