summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Expand)AuthorAge
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* ExecutionEngine: move createJIT() definition (v2)Dylan Noblesmith2011-05-13
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-13
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-07
* ExecutionEngine: move createJIT() definitionDylan Noblesmith2011-05-06
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-06
* Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appearsChandler Carruth2011-04-28
* Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn'tNick Lewycky2011-04-11
* llvm.global_[cd]tor is defined to be either external, or appending with an arrayNick Lewycky2011-04-08
* Fix comment to use llvm 2.x syntax.Nick Lewycky2011-04-06
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-04
* Remove unneeded zero arrays.Benjamin Kramer2010-12-04
* Merge System into Support.Michael J. Spencer2010-11-29
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-28
* lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar2010-11-17
* JIT: More nitty style tweakage, aka territory marking.Daniel Dunbar2010-11-13
* Fix 80-col violation / non-sensicalness.Daniel Dunbar2010-11-13
* Fix the cleanup process of exception information in JIT. Now JITDuncan Sands2010-10-21
* improve portability to systems that don't have powf/modf (e.g. solaris 9)Chris Lattner2010-05-15
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Avoid leaking the memory allocated for GlobalVariables in the interpreter, byJeffrey Yasskin2010-03-27
* Avoid leaking argv and env arrays from lli.Jeffrey Yasskin2010-03-26
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin2010-02-05
* r94686 changed all ModuleProvider parameters to Modules, which made theJeffrey Yasskin2010-02-03
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Fix http://llvm.org/PR6028, an assertion failure when an UndefValue ofJay Foad2010-01-15
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-05
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Add ability to set code model within the execution engine buildersEric Christopher2009-11-17
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-09
* add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner2009-10-29
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-27
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-23
* Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin2009-10-13
* ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin2009-10-09
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-05
* errorstr can be null, don't unconditionally set it. Only report thatChris Lattner2009-09-23
* Make EngineBuilder return more error codes, by KS Sreeram.Chris Lattner2009-09-23
* just remove interpreter support for endianness mismatches. This wasChris Lattner2009-08-23
* remove use of alloca.hChris Lattner2009-08-23
* remove a few DOUTs here and there.Chris Lattner2009-08-23
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-23