summaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/Interpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Squelch warningChris Lattner2003-09-221-2/+2
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-56/+33
* Remove support for interactive (step finish next) instructions.Brian Gaeke2003-09-051-0/+44
* Interpreter cleanups:Brian Gaeke2003-09-041-12/+6
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-031-4/+2
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-241-9/+26
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-211-1/+2
* Add support for atexit function, remove support for __main functionChris Lattner2003-05-141-4/+15
* Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner2003-05-121-0/+1
* A large number of simple changes:Chris Lattner2003-05-081-2/+2
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-261-1/+0
* MAke sure that LLI properly configures align_of(double)Chris Lattner2003-04-251-0/+1