summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtorDavid Blaikie2014-09-021-5/+3
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-26/+2
* Give ExecutionEngine of top level buffers.Rafael Espindola2014-08-261-0/+5
* ExecutionEngine: address review commentsDylan Noblesmith2014-08-261-7/+6
* ExecutionEngine: unique_ptr-ifyDylan Noblesmith2014-08-251-20/+12
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-1/+1
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-18/+16
* Use a range loop. NFC.Rafael Espindola2014-08-181-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-2/+25
* Nuke the old JIT.Rafael Espindola2014-08-071-25/+2
* Include Archive.hRafael Espindola2014-08-011-0/+1
* Move virtual method out of line.Rafael Espindola2014-08-011-0/+4
* Delete dead code.Rafael Espindola2014-07-311-2/+1
* Remove dead code.Rafael Espindola2014-07-241-51/+0
* ExecutionEngine::create(): fix interpreter fallback when JIT is unavailableAlp Toker2014-07-011-7/+8
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-201-8/+8
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-181-8/+8
* Clean up some unnecessary mutex guards.Zachary Turner2014-06-161-25/+24
* ExecutionEngine: avoid NDEBUG in headersAlp Toker2014-05-311-0/+21
* Use range loop.Rafael Espindola2014-05-081-25/+21
* Fix MSVC build broken by r207580David Blaikie2014-04-291-0/+5
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-181-10/+20
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-31/+31
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-1/+1
* Rename some member variables from TD to DL.Rafael Espindola2014-02-181-5/+5
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-3/+1
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-1/+3
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-3/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* [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
OpenPOWER on IntegriCloud