index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Interpreter
/
Interpreter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify creation of the interpreter, make ExecutionEngine ctor protected,
Chris Lattner
2007-12-06
1
-12
/
+4
*
For PR1486:
Reid Spencer
2007-06-01
1
-1
/
+1
*
Remove the insufficient code in Interpreter::create that computed the
Reid Spencer
2007-03-06
1
-12
/
+0
*
Remove unnecessary #include.
Reid Spencer
2007-03-03
1
-1
/
+0
*
Deal with error handling better.
Reid Spencer
2007-03-03
1
-7
/
+15
*
Remove tabs.
Reid Spencer
2007-01-29
1
-2
/
+2
*
Implement use of new IntrinsicLowering interface.
Reid Spencer
2007-01-29
1
-1
/
+1
*
For PR761:
Reid Spencer
2007-01-26
1
-12
/
+11
*
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-15
1
-1
/
+1
*
Simplify TargetData ctor call
Chris Lattner
2006-06-16
1
-1
/
+1
*
Simplify interpreter construction.
Chris Lattner
2006-06-16
1
-20
/
+10
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
1
-1
/
+1
*
Get JIT/Interpreter working on Windows again.
Jeff Cohen
2006-03-24
1
-0
/
+5
*
remove the intrinsiclowering hook
Chris Lattner
2006-03-23
1
-7
/
+5
*
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
Chris Lattner
2006-03-22
1
-1
/
+14
*
The interpreter assumes that the caller of runFunction() must be lli, and
Jeff Cohen
2006-02-07
1
-4
/
+3
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-2
/
+3
*
* Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-20
1
-1
/
+1
*
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2004-02-09
1
-2
/
+2
*
Pass around IntrinsicLowering instances as appropriate.
Chris Lattner
2003-12-28
1
-6
/
+14
*
No longer run atExit functions from run()
Chris Lattner
2003-12-26
1
-4
/
+1
*
Finegrainify namespacification
Chris Lattner
2003-12-14
1
-3
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Be friendly to gcc 3.4... good compiler. Nice compiler.
Chris Lattner
2003-11-05
1
-1
/
+0
*
ExecutionEngine::create no longer takes a TraceMode argument.
Brian Gaeke
2003-10-24
1
-13
/
+7
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Squelch warning
Chris Lattner
2003-09-22
1
-2
/
+2
*
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-05
1
-56
/
+33
*
Remove support for interactive (step finish next) instructions.
Brian Gaeke
2003-09-05
1
-0
/
+44
*
Interpreter cleanups:
Brian Gaeke
2003-09-04
1
-12
/
+6
*
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-09-03
1
-4
/
+2
*
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-24
1
-9
/
+26
*
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-08-21
1
-1
/
+2
*
Add support for atexit function, remove support for __main function
Chris Lattner
2003-05-14
1
-4
/
+15
*
Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
Chris Lattner
2003-05-12
1
-0
/
+1
*
A large number of simple changes:
Chris Lattner
2003-05-08
1
-2
/
+2
*
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-26
1
-1
/
+0
*
MAke sure that LLI properly configures align_of(double)
Chris Lattner
2003-04-25
1
-0
/
+1
*
Initial checkin of new LLI with JIT compiler
Chris Lattner
2002-12-24
1
-0
/
+56