summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne2016-11-091-2/+6
* Drop materializeAllPermanently.Rafael Espindola2015-12-181-1/+1
* Make ExecutionEngine owning a DataLayoutMehdi Amini2015-07-161-3/+2
* Revert "Make ExecutionEngine owning a DataLayout"Michael Kuperstein2015-07-161-2/+3
* Make ExecutionEngine owning a DataLayoutMehdi Amini2015-07-161-3/+2
* [ExecutionEngine] ArrayRefize argument passing.Benjamin Kramer2015-06-131-8/+6
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-6/+7
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-241-1/+1
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-141-1/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-7/+6
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-3/+1
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-081-2/+2
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-241-4/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+1
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-291-1/+1
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-081-1/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-0/+4
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner2007-12-061-12/+4
* For PR1486:Reid Spencer2007-06-011-1/+1
* Remove the insufficient code in Interpreter::create that computed theReid Spencer2007-03-061-12/+0
* Remove unnecessary #include.Reid Spencer2007-03-031-1/+0
* Deal with error handling better.Reid Spencer2007-03-031-7/+15
* Remove tabs.Reid Spencer2007-01-291-2/+2
* Implement use of new IntrinsicLowering interface.Reid Spencer2007-01-291-1/+1
* For PR761:Reid Spencer2007-01-261-12/+11
* Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner2006-11-151-1/+1
* Simplify TargetData ctor callChris Lattner2006-06-161-1/+1
* Simplify interpreter construction.Chris Lattner2006-06-161-20/+10
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-1/+1
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-241-0/+5
* remove the intrinsiclowering hookChris Lattner2006-03-231-7/+5
* Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.Chris Lattner2006-03-221-1/+14
* The interpreter assumes that the caller of runFunction() must be lli, andJeff Cohen2006-02-071-4/+3
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Convert tabs to spacesMisha Brukman2005-04-221-2/+3
* * Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-201-1/+1
* Start using the new and improve interface to FunctionType argumentsChris Lattner2004-02-091-2/+2
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-281-6/+14
* No longer run atExit functions from run()Chris Lattner2003-12-261-4/+1
* Finegrainify namespacificationChris Lattner2003-12-141-3/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Be friendly to gcc 3.4... good compiler. Nice compiler.Chris Lattner2003-11-051-1/+0
* ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke2003-10-241-13/+7
OpenPOWER on IntegriCloud