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
Age
Commit message (
Expand
)
Author
2006-11-01
Remove unnecessary sign conversions made possible by last patch.
Reid Spencer
2006-11-01
Fix a bug in the interpreter where divides of unmatched signed operands
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-08-16
initial changes to support JIT'ing from multiple module providers, implicitly
Chris Lattner
2006-06-16
Simplify TargetData ctor call
Chris Lattner
2006-06-16
Simplify interpreter construction.
Chris Lattner
2006-06-01
Fix -pedantic warnings
Chris Lattner
2006-05-24
For PR786:
Reid Spencer
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-06-18
core changes for varargs
Andrew Lenharth
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
* Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-01-21
If the interpreter tries to execute an external function, kill it. Of course
Chris Lattner
2005-01-16
Improve compatiblity with HPUX on Itanium, patch by Duraid Madina
Chris Lattner
2005-01-08
Silence warnings
Chris Lattner
2005-01-08
Silence VS warnings
Chris Lattner
2004-11-29
Use System/DynamicLibrary instead of Support/DynamicLinker
Reid Spencer
2004-11-07
Implement ExecutionEngine::freeMachineCodeForFunction()
Misha Brukman
2004-10-28
Fix library name.
Reid Spencer
2004-10-27
Changes to support rand48 tests
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-16
Add support for unreachable
Chris Lattner
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-15
Fixes for PR341
Chris Lattner
2004-07-15
Fixes for PR341
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-20
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-16
Add int ferror(FILE *)
Brian Gaeke
2004-05-27
These #includes are long dead
Chris Lattner
2004-05-25
Get rid of a wart: useless getFILE function is now a cast macro.
Reid Spencer
2004-05-01
Generalize the strlen size_t hack, for the benefit of the other external
Brian Gaeke
2004-04-23
Go back to the interpreter main loop after performing intrinsic lowering,
Brian Gaeke
2004-04-20
Add support for the select instruction
Chris Lattner
2004-04-04
Adjust to new interface
Chris Lattner
2004-04-04
Adjust to new gep_type_iterator prototypes.
Chris Lattner
2004-03-13
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-02-26
remove obsolete comment
Chris Lattner
2004-02-25
Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)
Brian Gaeke
[prev]
[next]