Add in the first iteration of support for llvm/clang/lldb to allow variable per addre...
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngine.cpp
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.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-03-24 Dale Johannesenfix one more fp80 case (used only by Interpreter)
2009-03-24 Dale JohannesenChange JIT for different layout of fp80.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-04 Chris Lattnerallow main to have any integer type.
2009-01-23 Nate BegemanAdd support for deleting a module provider from a JIT...
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-11-07 Evan ChengMore debug output.
2008-11-06 Evan ChengImprove JIT debugging outputs format consistency.
2008-11-05 Evan ChengDebugging output tweak.
2008-11-04 Evan Cheng80 col violation.
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-10-14 Nuno Lopeslittle optimization: reuse getPointerToGlobalIfAvailabl...
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-09-30 Evan ChengAdd runStaticConstructorsDestructors which runs ctors...
2008-09-24 Evan ChengAdd DisableGVCompilation which forces the JIT to assert...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-08-26 Dan GohmanAvoid a warning about isTargetNullPtr being unused...
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-08-07 Dale JohannesenRewrite JIT handling of GlobalVariables so they
2008-06-17 Evan ChengDon't forget to initialize SymbolSearchingDisabled.
2008-05-21 Nate BegemanFix a couple issues with the JIT and multiple modules:
next