aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-16Clean up some unnecessary mutex guards.Zachary Turner1-25/+24
2014-05-31ExecutionEngine: avoid NDEBUG in headersAlp Toker1-0/+21
2014-05-08Use range loop.Rafael Espindola1-25/+21
2014-04-29Fix MSVC build broken by r207580David Blaikie1-0/+5
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-18[ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames1-10/+20
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-31/+31
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-2/+2
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth1-1/+1
2014-02-18Rename some member variables from TD to DL.Rafael Espindola1-5/+5
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-3/+1
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck1-1/+3
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-3/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-2/+2
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+6
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-4/+0
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+4
2013-11-15Don't try to initialize memory for a global if the allocation failed in Execu...Andrew Kaylor1-0/+4
2013-10-07Remove dead code.Rafael Espindola1-13/+1
2013-09-12LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky1-1/+19
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-1/+1
2013-05-14SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo1-3/+14
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola1-3/+3
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem1-3/+148
2013-01-22Make APFloat constructor require explicit semantics.Tim Northover1-7/+12
2013-01-14Fix CastingDavid Greene1-1/+2
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-5/+5
2012-12-30convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes1-3/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-8/+7
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth1-3/+2
2012-10-30Fix regression in old-style JIT.Eli Friedman1-7/+5
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow1-5/+6
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow1-4/+8
2012-10-11Revert 165732 for further review.Micah Villmow1-7/+4
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow1-4/+7
2012-10-08Move TargetData to DataLayout.Micah Villmow1-14/+14
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky1-1/+1
2012-08-21MCJIT: Tidy up the constructor.Jim Grosbach1-1/+2
2012-04-08EngineBuilder::create is expected to take ownership of the TargetMachine pass...Benjamin Kramer1-3/+5
2012-03-23Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson1-31/+29
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-2/+2
2012-01-24add more support for ConstantDataSequentialChris Lattner1-11/+27
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith1-7/+14
2011-12-07EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne1-1/+4
2011-12-01ExecutionEngine: honor optimization levelDylan Noblesmith1-4/+4
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng1-5/+3
2011-07-19Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad1-2/+1
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-3/+4