Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngine.cpp
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
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-04-28 Chandler CarruthFix the last -Wnon-pod-memset I'm seeing. This is benig...
2011-04-11 Nick LewyckyJust because a GlobalVariable's initializer is [N x...
2011-04-08 Nick Lewyckyllvm.global_[cd]tor is defined to be either external...
2011-04-06 Nick LewyckyFix comment to use llvm 2.x syntax.
2011-03-04 Eric ChristopherSupport unregistering exception frames of functions...
2010-12-04 Benjamin KramerRemove unneeded zero arrays.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-11-17 Daniel Dunbarlli: Add stub -use-mcjit option, which doesn't currentl...
2010-11-13 Daniel DunbarJIT: More nitty style tweakage, aka territory marking.
2010-11-13 Daniel DunbarFix 80-col violation / non-sensicalness.
2010-10-21 Duncan SandsFix the cleanup process of exception information in...
2010-05-15 Chris Lattnerimprove portability to systems that don't have powf...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-27 Jeffrey YasskinAvoid leaking the memory allocated for GlobalVariables...
2010-03-26 Jeffrey YasskinAvoid leaking argv and env arrays from lli.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-02-03 Jeffrey Yasskinr94686 changed all ModuleProvider parameters to Modules...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-15 Jay FoadFix llvm.org/PR6028, an assertion failure when an Undef...
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-17 Eric ChristopherAdd ability to set code model within the execution...
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-10-29 Chris Lattneradd interpreter support for indirect goto / blockaddres...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-23 Jeffrey YasskinFix llvm.org/PR4822: allow module deletion after a...
2009-10-13 Jeffrey YasskinMake the ExecutionEngine automatically remove global...
2009-10-09 Jeffrey YasskinExecutionEngine::clearGlobalMappingsFromModule failed...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-09-23 Chris Lattnererrorstr can be null, don't unconditionally set it...
2009-09-23 Chris LattnerMake EngineBuilder return more error codes, by KS Sreeram.
2009-08-23 Chris Lattnerjust remove interpreter support for endianness mismatch...
2009-08-23 Chris Lattnerremove use of alloca.h
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-04 Jeffrey YasskinMake ExecutionEngine::updateGlobalMapping(GV, NULL...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-21 Daniel DunbarSimplify / normalize some uses of Value::getName.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-07 Torok EdwinIntroduce new error handling API.
next