aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-06-16Simplify TargetData ctor callChris Lattner1-1/+1
2006-06-16Simplify interpreter construction.Chris Lattner1-20/+10
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson1-1/+1
2006-03-24Get JIT/Interpreter working on Windows again.Jeff Cohen1-0/+5
2006-03-23remove the intrinsiclowering hookChris Lattner1-7/+5
2006-03-22Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.Chris Lattner1-1/+14
2006-02-07The interpreter assumes that the caller of runFunction() must be lli, andJeff Cohen1-4/+3
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen1-1/+1
2005-04-22Convert tabs to spacesMisha Brukman1-2/+3
2005-04-21* Remove trailing whitespaceMisha Brukman1-5/+5
2004-06-20Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner1-1/+1
2004-02-09Start using the new and improve interface to FunctionType argumentsChris Lattner1-2/+2
2003-12-28Pass around IntrinsicLowering instances as appropriate.Chris Lattner1-6/+14
2003-12-26No longer run atExit functions from run()Chris Lattner1-4/+1
2003-12-14Finegrainify namespacificationChris Lattner1-3/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-11-05Be friendly to gcc 3.4... good compiler. Nice compiler.Chris Lattner1-1/+0
2003-10-24ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke1-13/+7
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-09-22Squelch warningChris Lattner1-2/+2
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke1-56/+33
2003-09-05Remove support for interactive (step finish next) instructions.Brian Gaeke1-0/+44
2003-09-04Interpreter cleanups:Brian Gaeke1-12/+6
2003-09-03ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke1-4/+2
2003-08-24Targets now configure themselves based on the source module, not on theChris Lattner1-9/+26
2003-08-21The JIT now passes the environment pointer to the main() function when itJohn Criswell1-1/+2
2003-05-14Add support for atexit function, remove support for __main functionChris Lattner1-4/+15
2003-05-12Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner1-0/+1
2003-05-08A large number of simple changes:Chris Lattner1-2/+2
2003-04-26Remove two fields from TargetData which are target specific.Chris Lattner1-1/+0
2003-04-25MAke sure that LLI properly configures align_of(double)Chris Lattner1-0/+1
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner1-0/+56