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
/
Makefile
Age
Commit message (
Expand
)
Author
2010-04-15
Revert r100896 and around - this breaks the only mingw32 buildbot we have.
Anton Korobeynikov
2010-04-09
suck the propagating "has dynamic libs" check into a single makefile
Chris Lattner
2010-04-09
add minix support, patch by Kees van Reeuwijk! PR6797
Chris Lattner
2010-03-06
disable this for mingw as well, we really need a 'has no dynamic linking' pre...
Chris Lattner
2010-03-05
disable libprofile on cygwin, patch by Aaron Gray.
Chris Lattner
2009-08-28
Another NO_RUNTIME_LIBRARIES tweak...
Daniel Dunbar
2009-08-28
Tweak NO_RUNTIME_LIBS.
Daniel Dunbar
2009-08-27
Don't build runtime libraries in an Apple style build.
Daniel Dunbar
2009-08-20
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
Daniel Dunbar
2009-03-02
Drop toy GC runtime.
Gordon Henriksen
2007-12-29
remove attributions from the rest of the llvm makefiles.
Chris Lattner
2007-09-11
Reenable libgc and libprofile is explicitly requested.
Chris Lattner
2007-08-21
Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces num...
Anton Korobeynikov
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-04-07
Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of value
Reid Spencer
2006-04-07
add a newline at the end of the file
Chris Lattner
2006-04-06
Avoid building the runtime libraries if llvm-gcc version 4 is detected.
Reid Spencer
2006-04-02
For PR722:
Reid Spencer
2005-01-13
Re-enable libprofile now that llvm-ar is working better.
Reid Spencer
2004-12-15
Disable libprofile as llvm-ar bus errors on it, and I don't want to break
Chris Lattner
2004-10-23
Remove the clean target.
Reid Spencer
2004-09-08
Disable libprofile as it breaks the build on Sparc (autoconf issues).
Misha Brukman
2004-09-03
Clean up some "clean:" targets so they use $(VERB) and don't print anything
Reid Spencer
2004-08-09
* Remove UIUC-specific comment
Misha Brukman
2004-05-23
Build the garbage collectors
Chris Lattner
2004-04-16
Remove libraries that have no reason to be here, and keep breaking the nightl...
Chris Lattner
2004-04-13
Reenable library now that the loopsimplify bug is fixed
Chris Lattner
2004-04-13
Temporary hack to get the nightly tester running
Chris Lattner
2004-02-27
Build zlib and libpng
Chris Lattner
2004-02-04
Clean out DESTLIBBYTECODE when making clean in runtime.
Brian Gaeke
2004-01-16
Clarify comment.
Brian Gaeke
2003-12-08
Simplify makefiles by just explicitly listing directories
Chris Lattner
2003-12-08
Fixed the dynamic generation of the list of subdirectories to compile.
John Criswell
2003-11-16
As per PR96, don't build subdirs if LLVMGCCDIR is not set to something
Brian Gaeke
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-08-15
Adjust level, build things in parallel
Chris Lattner
2003-08-15
Convert libraries into the BYTECODE_LIBRARY style
Chris Lattner
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-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