Chris Lattner
|
470754e3ca
|
A large number of simple changes:
* s/Method/Function
* Kill some obsolete (external) functions that used to be to support tracing
llvm-svn: 6041
|
2003-05-08 16:18:31 +00:00 |
Chris Lattner
|
a0d7b084ef
|
Substantial changes to refactor LLI to incorporate both the Jello JIT and
the traditional LLI interpreter
llvm-svn: 5125
|
2002-12-23 23:59:41 +00:00 |
Chris Lattner
|
98cf1f5d64
|
- Eliminated the deferred symbol table stuff in Module & Function, it really
wasn't an optimization and it was causing lots of bugs.
llvm-svn: 4779
|
2002-11-20 18:36:02 +00:00 |
Chris Lattner
|
ccd1df0144
|
Eliminate use of SymTabValue class
llvm-svn: 2357
|
2002-04-28 04:55:14 +00:00 |
Chris Lattner
|
62b7fd136e
|
Change references to the Method class to be references to the Function
class. The Method class is obsolete (renamed) and all references to it
are being converted over to Function.
llvm-svn: 2144
|
2002-04-07 20:49:59 +00:00 |
Chris Lattner
|
7f74a56e24
|
Changes to build successfully with GCC 3.02
llvm-svn: 1503
|
2002-01-20 22:54:45 +00:00 |
Chris Lattner
|
d7ff578767
|
Initial checkin of interpreter
llvm-svn: 361
|
2001-08-23 17:05:04 +00:00 |