summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/Interpreter.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-14
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-08
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-24
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-29
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-08
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner2007-12-06
* For PR1486:Reid Spencer2007-06-01
* Remove the insufficient code in Interpreter::create that computed theReid Spencer2007-03-06
* Remove unnecessary #include.Reid Spencer2007-03-03
* Deal with error handling better.Reid Spencer2007-03-03
* Remove tabs.Reid Spencer2007-01-29
* Implement use of new IntrinsicLowering interface.Reid Spencer2007-01-29
* For PR761:Reid Spencer2007-01-26
* Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner2006-11-15
* Simplify TargetData ctor callChris Lattner2006-06-16
* Simplify interpreter construction.Chris Lattner2006-06-16
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-24
* remove the intrinsiclowering hookChris Lattner2006-03-23
* Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.Chris Lattner2006-03-22
* The interpreter assumes that the caller of runFunction() must be lli, andJeff Cohen2006-02-07
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Convert tabs to spacesMisha Brukman2005-04-22
* * Remove trailing whitespaceMisha Brukman2005-04-21
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-20
* Start using the new and improve interface to FunctionType argumentsChris Lattner2004-02-09
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-28
* No longer run atExit functions from run()Chris Lattner2003-12-26
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Be friendly to gcc 3.4... good compiler. Nice compiler.Chris Lattner2003-11-05
* ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke2003-10-24
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Squelch warningChris Lattner2003-09-22
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-05
* Remove support for interactive (step finish next) instructions.Brian Gaeke2003-09-05
* Interpreter cleanups:Brian Gaeke2003-09-04
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-03
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-24