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
/
libtrace
/
Makefile
Age
Commit message (
Expand
)
Author
2007-01-07
the old trace values pass has been removed, remove its runtime library.
Chris Lattner
2006-11-17
Undo removal of the runtime libraries. While this may have been a bit
Reid Spencer
2006-11-16
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
Reid Spencer
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2004-12-22
For PR432:
Reid Spencer
2004-12-13
Use the new BYTECODE_DESTINATION to override the default bytecode install
Reid Spencer
2004-12-02
Standardize the makefiles with space around = to match the rest of LLVM.
Reid Spencer
2004-12-02
Standardize the format of the runtime libraries makefiles.
Reid Spencer
2004-04-16
Fit comment into 80 cols.
Misha Brukman
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-08-17
This really isn't the gcc library!
Chris Lattner
2003-08-15
initial checkin, adjust LEVEL
Chris Lattner
2003-08-15
Convert libraries into the BYTECODE_LIBRARY style
Chris Lattner
2003-07-08
Native libraries (libinstr*.a) should not have been taken out when
Vikram S. Adve
2003-05-27
Update to match the reality that is now.
Chris Lattner
2002-05-20
Tracelib is now an LLVM library just like all other libraries in this
Chris Lattner
2002-05-19
Runtime routines to support tracing.
Vikram S. Adve