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
/
lib
/
Transforms
/
Hello
/
Makefile
Age
Commit message (
Expand
)
Author
2010-06-24
Add an exports file for the Hello example plugin.
Dan Gohman
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-04-13
Undo previous check-in.
Devang Patel
2007-04-13
Hello uses LLVMSupport.a (SlowerOperationInformer)
Devang Patel
2007-04-09
Don't link against System or Support library. These things will already
Reid Spencer
2006-08-07
For PR780:
Reid Spencer
2005-01-11
Add the LOADABLE_MODULE=1 directive to indicate that this shared library is
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-09-15
Add a newline
Chris Lattner
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2002-08-08
Initial checkin of the "Hello World" Pass.
Chris Lattner