summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Expand)AuthorAge
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-20
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-18
* Clean up some unnecessary mutex guards.Zachary Turner2014-06-16
* ExecutionEngine: avoid NDEBUG in headersAlp Toker2014-05-31
* Use range loop.Rafael Espindola2014-05-08
* Fix MSVC build broken by r207580David Blaikie2014-04-29
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-18
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Don't try to initialize memory for a global if the allocation failed in Execu...Andrew Kaylor2013-11-15
* Remove dead code.Rafael Espindola2013-10-07
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-12
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* 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