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