index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-12-02
Unbreak VC++ build.
Jeff Cohen
2006-11-27
Removed #include <iostream> and replaced streams with llvm streams.
Bill Wendling
2006-11-27
For PR950:
Reid Spencer
2006-11-15
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-08
Remove redundant <cmath>.
Jim Laskey
2006-11-08
For PR950:
Reid Spencer
2006-11-02
Remove a function prototype that is no longer needed (REM patch missed it)
Reid Spencer
2006-11-02
For PR950:
Reid Spencer
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
[prev]
[next]