summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
Commit message (Expand)AuthorAgeFilesLines
* [ExecutionEngine] Add UnaryOperator visitor to the interpreterCameron McInally2019-06-101-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* Do a sweep over move ctors and remove those that are identical to the default.Benjamin Kramer2016-10-201-22/+3
* Fix -Wmismatched-tags error in modules build by removing unused forward decla...Richard Smith2015-10-151-1/+0
* Make ExecutionEngine owning a DataLayoutMehdi Amini2015-07-161-1/+0
* Revert "Make ExecutionEngine owning a DataLayout"Michael Kuperstein2015-07-161-0/+1
* Make ExecutionEngine owning a DataLayoutMehdi Amini2015-07-161-1/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [ExecutionEngine] ArrayRefize argument passing.Benjamin Kramer2015-06-131-3/+3
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Add a missing return to operator=Reid Kleckner2014-09-161-0/+1
* Fix move-only type issues in Interpreter with MSVCReid Kleckner2014-09-161-12/+24
* Spell out a move ctor. Even the 2013 vintage of MSVC cannot synthesize move c...Benjamin Kramer2014-09-161-1/+1
* Interpreter: Hack around a series of bugs in MSVC 2012 that copies around thisBenjamin Kramer2014-09-161-3/+9
* Add return that was lost somehow in my last commit.Benjamin Kramer2014-09-151-0/+1
* Remove ancient hack that was emulating move semantics with reference counting.Benjamin Kramer2014-09-151-20/+13
* [MCJIT] Start Stringref-izing the ExecutionEngine interface.Lang Hames2014-09-151-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-12/+0
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-4/+5
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+12
* Nuke the old JIT.Rafael Espindola2014-08-071-12/+0
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-8/+8
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-061-1/+1
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-121-0/+3
* llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky2013-09-021-0/+3
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-011-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-301-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-061-1/+0
* Remove extraneous ';'s.Bill Wendling2012-01-231-1/+1
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-051-0/+6
* Don't tack "Instruction not interpretable yet!" onto the end ofDuncan Sands2011-09-091-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-14/+14
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix an ancient FIXME.Dan Gohman2010-05-011-3/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-2/+2
* add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner2009-10-291-0/+2
* Remove FreeInst.Victor Hernandez2009-10-261-1/+0
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-231-1/+1
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-4/+4
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-3/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
OpenPOWER on IntegriCloud