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
/
GCCLibraries
/
libgcc
Age
Commit message (
Expand
)
Author
2007-08-21
Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces num...
Anton Korobeynikov
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
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-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-17
Initial Makefile.am for building with automake
Reid Spencer
2004-08-09
Shorten comment header to 80 cols
Misha Brukman
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-08-15
Convert libraries into the BYTECODE_LIBRARY style
Chris Lattner
2003-05-14
Dead file
Chris Lattner
2002-05-20
Implement the printf function, used by assert
Chris Lattner
2002-03-08
Checkin library infrastructure for building stuff to be linked with
Chris Lattner