index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Interpreter
/
Interpreter.cpp
Age
Commit message (
Expand
)
Author
2007-01-26
For PR761:
Reid Spencer
2006-11-15
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-06-16
Simplify TargetData ctor call
Chris Lattner
2006-06-16
Simplify interpreter construction.
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-03-24
Get JIT/Interpreter working on Windows again.
Jeff Cohen
2006-03-23
remove the intrinsiclowering hook
Chris Lattner
2006-03-22
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
Chris Lattner
2006-02-07
The interpreter assumes that the caller of runFunction() must be lli, and
Jeff Cohen
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
* Remove trailing whitespace
Misha Brukman
2004-06-20
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-02-09
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2003-12-28
Pass around IntrinsicLowering instances as appropriate.
Chris Lattner
2003-12-26
No longer run atExit functions from run()
Chris Lattner
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-05
Be friendly to gcc 3.4... good compiler. Nice compiler.
Chris Lattner
2003-10-24
ExecutionEngine::create no longer takes a TraceMode argument.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-22
Squelch warning
Chris Lattner
2003-09-05
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-05
Remove support for interactive (step finish next) instructions.
Brian Gaeke
2003-09-04
Interpreter cleanups:
Brian Gaeke
2003-09-03
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-08-24
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-21
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-05-14
Add support for atexit function, remove support for __main function
Chris Lattner
2003-05-12
Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
Chris Lattner
2003-05-08
A large number of simple changes:
Chris Lattner
2003-04-26
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-25
MAke sure that LLI properly configures align_of(double)
Chris Lattner
2002-12-24
Initial checkin of new LLI with JIT compiler
Chris Lattner