index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Interpreter
/
UserInput.cpp
Age
Commit message (
Expand
)
Author
2003-09-05
Remove support for interactive (step finish next) instructions.
Brian Gaeke
2003-09-04
Interpreter cleanups:
Brian Gaeke
2003-05-14
Add support for atexit function, remove support for __main function
Chris Lattner
2003-05-08
A large number of simple changes:
Chris Lattner
2002-12-23
Substantial changes to refactor LLI to incorporate both the Jello JIT and
Chris Lattner
2002-11-07
Make command line arguments setup be endian correct!!
Chris Lattner
2002-09-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-05-07
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-04-08
Remove extranous #include
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2002-03-11
Do not link in runtime library anymore, assume that user manually links in
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-26
Use pointertype where appropriate
Chris Lattner
2001-11-07
*Print Stack traces better.
Chris Lattner
2001-11-07
* Use cached writer to speed up printing and get symbolic types more consiste...
Chris Lattner
2001-10-30
Don't fail to load runtime if running LLI from the current directory
Chris Lattner
2001-10-27
Implement a -trace command line option and a trace option in the interpreter.
Chris Lattner
2001-10-27
* Make pointer values work better by treating them uniformly as 64 bit values.
Chris Lattner
2001-10-27
Provide argv for commands
Chris Lattner
2001-10-27
* Implement exit() builtin function
Chris Lattner
2001-10-18
Enhancements to pass argc & argv to main if required
Chris Lattner
2001-10-15
Implement global variables. Struct and Pointer initializers are not implemen...
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-09-10
Genericize support for calling functions a bit
Chris Lattner
2001-08-27
Lots of new functionality
Chris Lattner
2001-08-23
Initial checkin of interpreter
Chris Lattner