aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-67/+109
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-25/+13
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-11/+37
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-127/+45
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-32/+53
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-67/+79
* Update to LLVM 3.5a.Stephen Hines2014-04-241-15/+13
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+6
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-4/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+4
* Don't try to initialize memory for a global if the allocation failed in Execu...Andrew Kaylor2013-11-151-0/+4
* Remove dead code.Rafael Espindola2013-10-071-13/+1
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-121-1/+19
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-3/+14
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-151-3/+3
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-011-3/+148
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-7/+12
* Fix CastingDavid Greene2013-01-141-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-301-3/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+7
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-3/+2
* Fix regression in old-style JIT.Eli Friedman2012-10-301-7/+5
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-5/+6
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-4/+8
* Revert 165732 for further review.Micah Villmow2012-10-111-7/+4
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-4/+7
* Move TargetData to DataLayout.Micah Villmow2012-10-081-14/+14
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-211-1/+2
* EngineBuilder::create is expected to take ownership of the TargetMachine pass...Benjamin Kramer2012-04-081-3/+5
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-231-31/+29
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-2/+2
* add more support for ConstantDataSequentialChris Lattner2012-01-241-11/+27
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-7/+14
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-071-1/+4
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-011-4/+4
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-5/+3
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-191-2/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-3/+4
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-181-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-9/+9
* ExecutionEngine: move createJIT() definition (v2)Dylan Noblesmith2011-05-131-0/+29
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-131-20/+18
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-071-39/+12
* ExecutionEngine: move createJIT() definitionDylan Noblesmith2011-05-061-0/+29
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-061-12/+10
* Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appearsChandler Carruth2011-04-281-1/+1
* Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn'tNick Lewycky2011-04-111-1/+5