Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for printing values from a module by name, only used | Brian Gaeke | 2003-09-05 | 1 | -77/+0 |
| | | | | | | | w/ interactive keyboard entry of names. With that, Support.cpp is history. llvm-svn: 8360 | ||||
* | A large number of simple changes: | Chris Lattner | 2003-05-08 | 1 | -12/+11 |
| | | | | | | | * 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 and | Chris Lattner | 2002-12-23 | 1 | -1/+2 |
| | | | | | | the traditional LLI interpreter llvm-svn: 5125 | ||||
* | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner | 2002-11-20 | 1 | -5/+2 |
| | | | | | | wasn't an optimization and it was causing lots of bugs. llvm-svn: 4779 | ||||
* | Eliminate use of SymTabValue class | Chris Lattner | 2002-04-28 | 1 | -4/+4 |
| | | | | llvm-svn: 2357 | ||||
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -2/+2 |
| | | | | | | | class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -10/+12 |
| | | | | llvm-svn: 1503 | ||||
* | Initial checkin of interpreter | Chris Lattner | 2001-08-23 | 1 | -0/+78 |
llvm-svn: 361 |