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
/
runtime
Age
Commit message (
Expand
)
Author
2002-11-08
fix path
Chris Lattner
2002-11-06
Add note about what this is
Chris Lattner
2002-07-30
Pass renamed
Chris Lattner
2002-07-18
Fixes to be LP64 correct
Chris Lattner
2002-05-20
Allow libraries to specify other libraries to link to
Chris Lattner
2002-05-20
Tracelib is now an LLVM library just like all other libraries in this
Chris Lattner
2002-05-20
* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn
Chris Lattner
2002-05-20
Implement the printf function, used by assert
Chris Lattner
2002-05-19
Runtime routines to support tracing.
Vikram S. Adve
2002-03-22
Remove compilation of __main because we now link -lgcc into programs
Chris Lattner
2002-03-18
Need rule for runtime.o. This is just temporary to provide
Vikram S. Adve
2002-03-11
Add strcat function
Chris Lattner
2002-03-08
Checkin library infrastructure for building stuff to be linked with
Chris Lattner
2002-02-26
Add a clean target stub
Chris Lattner
2002-01-23
Initial checkin of Makefile, just a dummy file for now.
Chris Lattner