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
/
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