summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Support.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for printing values from a module by name, only usedBrian Gaeke2003-09-051-77/+0
| | | | | | | w/ interactive keyboard entry of names. With that, Support.cpp is history. llvm-svn: 8360
* A large number of simple changes:Chris Lattner2003-05-081-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 andChris Lattner2002-12-231-1/+2
| | | | | | the traditional LLI interpreter llvm-svn: 5125
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-5/+2
| | | | | | wasn't an optimization and it was causing lots of bugs. llvm-svn: 4779
* Eliminate use of SymTabValue classChris Lattner2002-04-281-4/+4
| | | | llvm-svn: 2357
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-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.02Chris Lattner2002-01-201-10/+12
| | | | llvm-svn: 1503
* Initial checkin of interpreterChris Lattner2001-08-231-0/+78
llvm-svn: 361
OpenPOWER on IntegriCloud