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
/
projects
/
Makefile
Age
Commit message (
Expand
)
Author
2010-09-09
projects: Don't try to build libcxx if one happens to have it checked out into
Daniel Dunbar
2010-01-18
Don't try to build compiler-rt if it happens to be checked out into projects/
Daniel Dunbar
2008-06-24
Allow the test suite to be checked out into projects/test-suite.
Matthijs Kooijman
2007-12-29
remove attributions from the rest of the llvm makefiles.
Chris Lattner
2007-01-17
remove obsolete comment
Chris Lattner
2007-01-17
For PR1074:
Reid Spencer
2006-09-30
Stacker doesn't build universal right.
Chris Lattner
2005-01-16
Rename BUILD_* to PROJ_*
Reid Spencer
2004-10-22
Adjust to changes in Makefile.rules
Reid Spencer
2004-09-14
The Sparc linking .so problem extends to the sample project as well
Misha Brukman
2004-09-13
Sparc cannot link shared objects (libtool issue) which affects Stacker.
Misha Brukman
2004-09-04
Make sure llvm-test doesn't build automatically so the nightly test can
Reid Spencer
2004-09-03
Uh, changing in build dir and committing in src dir doesn't lead to correct
Reid Spencer
2004-09-03
Correct the specification of the DIRS variable to not include the source
Reid Spencer
2004-08-23
Change the makefile back so it descends any directory with a Makefile.
Reid Spencer
2004-08-20
Avoid building samples. Require explicit list of directory names to build.
Reid Spencer
2004-08-20
Only build project dirs with a Makefile in them. This should fix the
Chris Lattner
2003-11-25
Adjusted the projects Makefile so that it picks up the name of projects
John Criswell
2003-10-20
Added LLVM copyrights to Makefiles.
John Criswell
2003-06-30
Adding in projects subtree.
John Criswell