summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/UserInput.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use pointertype where appropriateChris Lattner2001-11-261-2/+2
| | | | llvm-svn: 1392
* *Print Stack traces better.Chris Lattner2001-11-071-5/+25
| | | | | | | | * Use the cache writer for all it's problems. * print arguments to methods in stack traces. *Print the current stack from for up/down commands. llvm-svn: 1170
* * Use cached writer to speed up printing and get symbolic types more ↵Chris Lattner2001-11-071-0/+2
| | | | | | | | consistently * When a segfault or bus error occurs, stop the program, print a stack trace, and dump the user in the debugger mode llvm-svn: 1169
* Don't fail to load runtime if running LLI from the current directoryChris Lattner2001-10-301-1/+4
| | | | llvm-svn: 1044
* Implement a -trace command line option and a trace option in the interpreter.Chris Lattner2001-10-271-1/+15
| | | | llvm-svn: 989
* * Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner2001-10-271-1/+1
| | | | | | | | | This causes code that is generated by gcc to work better. * Implement mul & div * Export malloc, free, and pow * add strtol, atoi, and atol to the runtime library llvm-svn: 988
* Provide argv for commandsChris Lattner2001-10-271-4/+20
| | | | llvm-svn: 987
* * Implement exit() builtin functionChris Lattner2001-10-271-3/+14
| | | | | | | * Implement linked in runtime library with puts(char*) in it * implement builtin putchar(int) function llvm-svn: 985
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-181-0/+61
| | | | llvm-svn: 909
* Implement global variables. Struct and Pointer initializers are not ↵Chris Lattner2001-10-151-1/+44
| | | | | | implemented yet though llvm-svn: 818
* Convert more code to use new style castsChris Lattner2001-10-011-1/+1
| | | | | | Eliminate old style casts from value.h llvm-svn: 696
* Add support for new style castsChris Lattner2001-10-011-1/+1
| | | | llvm-svn: 694
* Genericize support for calling functions a bitChris Lattner2001-09-101-1/+6
| | | | | | Add external method support llvm-svn: 528
* Lots of new functionalityChris Lattner2001-08-271-4/+10
| | | | llvm-svn: 372
* Initial checkin of interpreterChris Lattner2001-08-231-0/+147
llvm-svn: 361
OpenPOWER on IntegriCloud