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
/
ExecutionAnnotations.h
Age
Commit message (
Expand
)
Author
2003-10-24
The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history.
Brian Gaeke
2003-10-21
Added LLVM copyright header.
John Criswell
2003-09-17
Change FunctionInfo from being an annotation put on Functions to be
Chris Lattner
2003-09-04
Remove support for breakpoints (not used).
Brian Gaeke
2003-05-08
A large number of simple changes:
Chris Lattner
2002-12-23
Substantial changes to refactor LLI to incorporate both the Jello JIT and
Chris Lattner
2002-04-09
Update comment to reflect class name change.
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-26
Change from Method to Function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-10-15
Implement global variables. Struct and Pointer initializers are not implemen...
Chris Lattner
2001-09-07
Annotations are now const
Chris Lattner
2001-08-27
Lots of new functionality
Chris Lattner
2001-08-23
Initial checkin of interpreter
Chris Lattner