summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Expand)AuthorAge
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-15
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-01
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Fix CastingDavid Greene2013-01-14
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Fix regression in old-style JIT.Eli Friedman2012-10-30
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-21
* EngineBuilder::create is expected to take ownership of the TargetMachine pass...Benjamin Kramer2012-04-08
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-23
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* add more support for ConstantDataSequentialChris Lattner2012-01-24
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-12
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-07
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-01
* - 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