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
/
libprofile
/
Makefile
Age
Commit message (
Expand
)
Author
2009-08-28
Read Makefile.config before using LLVMGCC.
Andreas Neustifter
2009-08-20
Don't try to build .bc version of libprofile if LLVMGCC isn't available.
Daniel Dunbar
2009-08-20
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
Daniel Dunbar
2007-12-29
remove attributions from the rest of the llvm makefiles.
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
2005-10-18
This was never updated for the project makefile changes
Chris Lattner
2005-01-13
Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by
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-26
Add EXTRA_DIST for additional files to be distributed.
Reid Spencer
2003-10-28
Initial checkin of function and block profiling runtime library
Chris Lattner