Release Notes: RegisterScheduler::setDefault removed; by Mehdi Amini
[oota-llvm.git] / lib / ExecutionEngine /
2016-01-11 Lang Hames[LLI] Replace the LLI remote-JIT support with the new...
2016-01-11 Lang Hames[Orc] Add support for remote JITing to the ORC API.
2016-01-11 Lang Hames[Orc] Rename OrcTargetSupport to OrcArchitectureSupport...
2016-01-11 Lang Hames[Orc] Add error codes and a new std::error_category...
2016-01-10 Lang Hames[RuntimeDyld] Add a notifyObjectLoaded method to Runtim...
2016-01-10 Lang Hames[RuntimeDyld] Add alignment arguments to the reserveAll...
2016-01-10 Keno Fischer[SectionMemoryManager] Don't just drop the RO free...
2016-01-09 Lang Hames[Orc] Enable user-supplied memory managers in the Compi...
2016-01-09 Lang Hames[Orc][RuntimeDyld] Prevent duplicate calls to finalizeM...
2015-12-19 Rafael EspindolaDelete APIs that have been deprecated since 2010.
2015-12-18 Rafael EspindolaDrop materializeAllPermanently.
2015-12-16 Keno Fischer[SectionMemoryManager] Make better use of virtual memory
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-04 Lang Hames[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
2015-12-03 Keno Fischer[RuntimeDyld] DenseMap -> std::unordered_map
2015-11-24 Sanjoy Das[RuntimeDyld] Fix a class of arithmetic errors introduc...
2015-11-23 Sanjoy Das[RuntimeDyld] Avoid unused-private-field warning; NFC
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-11-05 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-05 Saleem AbdulrasoolRuntimeDyld: fix -Wtype-limits
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-11-01 Saleem AbdulrasoolRuntimeDyld: add COFF i386 support
2015-10-31 Lang HamesAdd a sys::OwningMemoryBlock class, which is a sys...
2015-10-30 Lang Hames[Orc] Expose the compile callback API through the C...
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-29 Lang Hames[Orc] Add support for RuntimeDyld::setProcessAllSections.
2015-10-28 Lang Hames[Orc] Remove the 'takeOwnershipOfBuffers' kludge.
2015-10-28 Vasileios Kalintiris[Orc] Remove unnecessary semicolon. NFC.
2015-10-28 Lang Hames[Orc] Re-add C bindings for the Orc APIs, with a fix...
2015-10-28 Lang Hames[Orc] Revert the C bindngs commit, r251472, while I...
2015-10-28 Lang Hames[Orc] Add experimental C bindings for Orc.
2015-10-26 Lang Hames[Orc] Add license header to OrcTargetSupport.
2015-10-23 Lang Hames[RuntimeDyld][COFF] Fix a think-o in the handling of...
2015-10-22 Davide Italiano[ExecutionEngine] Garbage collect some dead (and unsafe...
2015-10-21 Keno Fischer[RuntimeDyld] Ignore ST_FILE symbols when constructing...
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-19 Lang Hames[RuntimeDyld][COFF] Fix some endianness issues, re...
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-10-18 Lang Hames[RuntimeDyld] Add support for absolute symbols.
2015-10-15 Lang Hames[RuntimeDyld] Don't try to get the contents of sections...
2015-10-15 Richard SmithFix -Wmismatched-tags error in modules build by removin...
2015-10-13 Duncan P. N. Exon... ExecutionEngine: Remove implicit ilist iterator convers...
2015-10-13 Duncan P. N. Exon... OrcJIT: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N. Exon... Interpreter: Remove implicit ilist iterator conversions...
2015-10-10 Keno Fischer[RuntimeDyld] Fix performance problem in resolveRelocat...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-06 Lang Hames[Orc] Teach the CompileOnDemand layer to clone aliases.
2015-10-01 Keno FischerFix performance problem in long-running SectionMemoryMa...
2015-09-21 Stephen CanonRemove roundingMode argument in APFloat::mod
2015-09-10 Lang Hames[RuntimeDyld] Support non-zero addends for the MachO...
2015-09-10 Lang Hames[RuntimeDyld] Fix a bug in debugging output: all sectio...
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-09 Lang Hames[RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR...
2015-08-31 Benjamin Kramer[SectionMemoryManager] Use range-based for loops. No...
2015-08-28 Petar Jovanovic[mips64][mcjit] Add N64R6 relocations tests and fix...
2015-08-14 Lang Hames[RuntimeDyld] Make sure code-sections aren't under...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Petar Jovanovic[mips][mcjit] Calculate correct addend for HI16 and...
2015-08-11 Lang Hames[RuntimeDyld][AArch64] Add explicit addends before...
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-05 Tanya LattnerRename all references to old mailing lists to new lists...
2015-08-04 Hal Finkel[RuntimeDyld] Adapt PPC64 relocations to PPC32
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-29 Lang Hames[MCJIT] Fix PR20656 by teaching MCJIT to honor Executio...
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-27 Diego NovilloFix ODR violation. NFC.
2015-07-24 Lang Hames[RuntimeDyld] MachO: Add support for ARM scattered...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-16 Mehdi AminiFix ffiInvoke() use of DataLayout, broken in 242414
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-16 Michael KupersteinRevert "Make ExecutionEngine owning a DataLayout"
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-07 Rafael EspindolaFix the -DBUILD_SHARED_LIBS=ON build.
2015-07-07 Rafael EspindolaSimplify by passing in the section of the symbol. NFC.
2015-07-06 Rafael EspindolaRemove getRelocationAddress.
2015-07-06 Petar Jovanovic[Mips] Add support for MCJIT for MIPS32r6
2015-07-04 Lang Hames[RuntimeDyld] Skip relocations for external symbols...
2015-07-03 Rafael EspindolaUse a continue to reduce indentation.
2015-07-03 Rafael EspindolaUse a continue to reduce indentation.
2015-07-03 Rafael EspindolaContext is allocated just a few lines above. Don't...
2015-07-03 Rafael EspindolaFix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE...
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
next