summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
AgeCommit message (Expand)Author
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth
2014-02-18Rename some member variables from TD to DL.Rafael Espindola
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-15Don't try to initialize memory for a global if the allocation failed in Execu...Andrew Kaylor
2013-10-07Remove dead code.Rafael Espindola
2013-09-12LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper
2013-05-14SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem
2013-01-22Make APFloat constructor require explicit semantics.Tim Northover
2013-01-14Fix CastingDavid Greene
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-30convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-30Fix regression in old-style JIT.Eli Friedman
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-08-21MCJIT: Tidy up the constructor.Jim Grosbach
2012-04-08EngineBuilder::create is expected to take ownership of the TargetMachine pass...Benjamin Kramer
2012-03-23Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-24add more support for ConstantDataSequentialChris Lattner
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith
2011-12-07EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne
2011-12-01ExecutionEngine: honor optimization levelDylan Noblesmith
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng
2011-07-19Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-18Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-05-13ExecutionEngine: move createJIT() definition (v2)Dylan Noblesmith
2011-05-13ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen
2011-05-06ExecutionEngine: move createJIT() definitionDylan Noblesmith
2011-05-06ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith