Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
[oota-llvm.git] / include / llvm / ExecutionEngine /
2014-10-01 Lang Hames[MCJIT] Turn the getSymbolAddress free function created...
2014-09-29 David BlaikieUnit test r218187, changing RTDyldMemoryManager::getSym...
2014-09-23 Lang Hames[MCJIT] Remove a few more references to JITMemoryManage...
2014-09-23 Lang Hames[MCJIT] Delete the JTIMemoryManager and associated...
2014-09-15 Lang Hames[MCJIT] Start Stringref-izing the ExecutionEngine inter...
2014-09-05 Lang Hames[MCJIT] Const-ify the symbol lookup operations on Runti...
2014-09-04 Yaron KerenPost-JIT light cleanup of ExecutionEngine.h: edited...
2014-09-04 David Blaikieunique_ptrify RuntimeDyld::Dyld
2014-09-04 Lang Hames[MCJIT] Add command-line argument to llvm-rtdyld to...
2014-09-03 David Blaikieunique_ptrify a bunch of stuff through RuntimeDyld...
2014-09-02 David Blaikieunique_ptrify passing the TargetMachine to ExecutionEng...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-26 Rafael EspindolaGive ExecutionEngine of top level buffers.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-17 Rafael EspindolaReturn a std::unique_ptr to make the ownership explicit.
2014-08-17 Rafael EspindolaDon't repeat names in comments. NFC.
2014-08-13 Rafael EspindolaSimplify ownership with std::unique_ptr. NFC.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-01 Rafael EspindolaMove virtual method out of line.
2014-08-01 Rafael EspindolaReplace comment about ownership with std::unique_ptr.
2014-07-31 Rafael EspindolaDelete dead code.
2014-07-24 Rafael EspindolaRemove dead code.
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-10 Lang Hames[RuntimeDyld] Improve error diagnostic in RuntimeDyldCh...
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
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-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-16 Zachary TurnerClean up some unnecessary mutex guards.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-31 Alp TokerExecutionEngine: avoid NDEBUG in headers
2014-04-29 David BlaikieFix MSVC build broken by r207580
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-21 Jim GrosbachObject: iterator_range accessors for ObjectImage symbol...
2014-04-18 Lang Hames[ExecutionEngine] Allow JIT clients to enable/disable...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-26 Juergen Ributzka[MCJIT] Check if there have been errors during RuntimeD...
2014-03-20 Lang HamesAdd an option to MCJIT to have it forward all sections...
2014-03-16 NAKAMURA TakumiUntabify.
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-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-02-12 Lang HamesExtend RTDyld API to enable optionally precomputing...
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
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 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-24 Andrew KaylorOptimizing MCJIT module state tracking
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
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-07 Rafael EspindolaRemove dead code.
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-08-20 Jakub StaszakFix include guards.
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-24 Andrew KaylorMaking invalidateInstructionCache automatic in SectionM...
2013-04-23 Eric ChristopherFix dependency layering issues caused by r180112.
2013-04-23 Andrew KaylorFixing typo in comment.
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2013-04-01 Nadav RotemAdd support for vector data types in the LLVM interpreter.
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-13 NAKAMURA TakumiJITEventListener.h: Use llvm-config.h instead of config.h.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-27 Andrew KaylorFix comment formatting in RuntimeDyld.h
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
next