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
/
tools
/
lli
Age
Commit message (
Expand
)
Author
2002-07-22
*** empty log message ***
Chris Lattner
2002-05-20
Remove tracing code hack
Chris Lattner
2002-05-19
Link with test/Libraries/libinstr32.a for runtime routines
Vikram S. Adve
2002-04-07
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-03-11
Remove runtime library in favor of users linking against real libraries.
Chris Lattner
2002-02-24
Remove hack. This is better fixed in Makefile.common
Chris Lattner
2002-02-24
Build with newer compiler, with same bug
Chris Lattner
2002-01-21
Eliminate opt library
Chris Lattner
2001-12-13
Build runtime library with local GCCAS
Chris Lattner
2001-12-13
Implement strlen strdup strcmp
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Fix problem where lli < foo.bc would have argc = 0
Chris Lattner
2001-10-30
Implement memset memcpy, calloc
Chris Lattner
2001-10-30
Initialize map for purify
Chris Lattner
2001-10-29
I screwed up the macros, so of course strtol didn't work. *sigh*
Chris Lattner
2001-10-29
Oops, accidentally broke reading from stdin when doing command line arguments
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-24
Add support for building a runtime library for LLI
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-09-10
Genericize support for calling functions a bit
Chris Lattner
2001-09-07
Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common
Chris Lattner
2001-08-27
Lots of new functionality
Chris Lattner
2001-08-23
Initial checkin of interpreter
Chris Lattner
[prev]