Merging r261033:
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngine.cpp
2015-10-13 Duncan P. N. Exon... ExecutionEngine: Remove implicit ilist iterator convers...
2015-09-21 Stephen CanonRemove roundingMode argument in APFloat::mod
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-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-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-20 Keno Fischer[MCJIT] Add a FindGlobalVariableNamed utility
2015-06-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-03-31 Lang Hames[ExecutionEngine] Fix MCJIT::addGlobalMapping.
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-06 Benjamin KramerFold init() helpers into constructors. NFC.
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-01-27 Keno Fischer[ExecutionEngine] FindFunctionNamed: Skip declarations
2015-01-23 Lang Hames[Orc] New JIT APIs.
2014-12-03 Lang Hames[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
2014-11-27 Lang Hames[MCJIT] Replace JITEventListener::anchor (temporarily...
2014-11-27 Lang Hames[MCJIT] Remove JITEventListener's anchor until I can...
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-20 David MajnemerIR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
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-02 David Blaikieunique_ptrify passing the TargetMachine to ExecutionEng...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-26 Rafael EspindolaGive ExecutionEngine of top level buffers.
2014-08-26 Dylan NoblesmithExecutionEngine: address review comments
2014-08-25 Dylan NoblesmithExecutionEngine: unique_ptr-ify
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-18 Rafael EspindolaUse a range loop. NFC.
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 EspindolaInclude Archive.h
2014-08-01 Rafael EspindolaMove virtual method out of line.
2014-07-31 Rafael EspindolaDelete dead code.
2014-07-24 Rafael EspindolaRemove dead code.
2014-07-01 Alp TokerExecutionEngine::create(): fix interpreter fallback...
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-05-31 Alp TokerExecutionEngine: avoid NDEBUG in headers
2014-05-08 Rafael EspindolaUse range loop.
2014-04-29 David BlaikieFix MSVC build broken by r207580
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
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-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 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
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-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
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-11-15 Andrew KaylorDon't try to initialize memory for a global if the...
2013-10-07 Rafael EspindolaRemove dead code.
2013-09-12 Elena DemikhovskyLLVM Interpreter: implementation of "insertvalue" and...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-04-01 Nadav RotemAdd support for vector data types in the LLVM interpreter.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-14 David GreeneFix Casting
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-30 Eli FriedmanFix regression in old-style JIT.
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-08-21 Jim GrosbachMCJIT: Tidy up the constructor.
2012-04-08 Benjamin KramerEngineBuilder::create is expected to take ownership...
2012-03-23 Owen AndersonMake it feasible for clients using EngineBuilder to...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-13 Dylan NoblesmithExecutionEngine: move createJIT() definition (v2)
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: move createJIT() definition
next