summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h
Commit message (Collapse)AuthorAgeFilesLines
* The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history.Brian Gaeke2003-10-241-71/+0
| | | | llvm-svn: 9490
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
| | | | llvm-svn: 9321
* Change FunctionInfo from being an annotation put on Functions to beChris Lattner2003-09-171-15/+1
| | | | | | something which is mapped from functions. llvm-svn: 8580
* Remove support for breakpoints (not used).Brian Gaeke2003-09-041-14/+0
| | | | | | Remove some dead code and whitespace. llvm-svn: 8346
* A large number of simple changes:Chris Lattner2003-05-081-10/+9
| | | | | | | * s/Method/Function * Kill some obsolete (external) functions that used to be to support tracing llvm-svn: 6041
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-231-28/+0
| | | | | | the traditional LLI interpreter llvm-svn: 5125
* Update comment to reflect class name change.Chris Lattner2002-04-091-2/+2
| | | | llvm-svn: 2213
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-14/+15
| | | | | | | class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144
* Change from Method to FunctionChris Lattner2002-03-261-1/+2
| | | | llvm-svn: 1992
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+1
| | | | llvm-svn: 1503
* Implement global variables. Struct and Pointer initializers are not ↵Chris Lattner2001-10-151-10/+37
| | | | | | implemented yet though llvm-svn: 818
* Annotations are now constChris Lattner2001-09-071-1/+1
| | | | llvm-svn: 470
* Lots of new functionalityChris Lattner2001-08-271-1/+2
| | | | llvm-svn: 372
* Initial checkin of interpreterChris Lattner2001-08-231-0/+91
llvm-svn: 361
OpenPOWER on IntegriCloud