History log of /external/llvm/projects/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/projects/Makefile
d77a0ca4934f9b2480ca80a26d95b21fc0c1aa3b 24-Jun-2013 Chandler Carruth <chandlerc@gmail.com> Filter out dragonegg when checked out into a projects subdirectory.
There is some hope of eventually supporting a unified build with it, but
until then this lets me (and others) check it out in this location
without things breaking.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184697 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
9b8cc2bc569db67a606c0264d9f25b14a086d816 09-Sep-2010 Daniel Dunbar <daniel@zuster.org> projects: Don't try to build libcxx if one happens to have it checked out into
llvm/projects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113490 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
d58816f898bc3a58ccfbad2bc149e4dce211db8a 18-Jan-2010 Daniel Dunbar <daniel@zuster.org> Don't try to build compiler-rt if it happens to be checked out into projects/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93729 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
5b80c663e7662fcf24c764f0cd1b2671958689b8 24-Jun-2008 Matthijs Kooijman <matthijs@stdin.nl> Allow the test suite to be checked out into projects/test-suite.

We will keep the old projects/llvm-test working for existing installs.

The changes to configure are made manually, since I lack autoconf-2.6. Someone
might want to run AutoGen.sh to see if that changes anything.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52675 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
57360d1f1cede3b26744d0ce3ade814fcc0f332d 29-Dec-2007 Chris Lattner <sabre@nondot.org> remove attributions from the rest of the llvm makefiles.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45416 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
de8dacf75998f4603feffb49a86bdb5ef6c3112f 17-Jan-2007 Chris Lattner <sabre@nondot.org> remove obsolete comment


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33292 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
d203342a597bff2bc896cb31b7ea8dcd4e45a425 17-Jan-2007 Reid Spencer <rspencer@reidspencer.com> For PR1074:
Remove the projects/Stacker directory. LLVM is now free of dependency
on llvm-gcc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33278 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
0d59c034322bd55e7b6d4ee1ea9f2b1d0473c92b 30-Sep-2006 Chris Lattner <sabre@nondot.org> Stacker doesn't build universal right.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30675 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
bdf6a39d1c7b699da1c15cd32211387040edb1f7 16-Jan-2005 Reid Spencer <rspencer@reidspencer.com> Rename BUILD_* to PROJ_*


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19592 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
8c2c3152d64aafe24b5b67cd7d670658eb65df18 22-Oct-2004 Reid Spencer <rspencer@reidspencer.com> Adjust to changes in Makefile.rules


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17167 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
1cf70ff8d58e389ae57f706f6025bf4a102e0f28 14-Sep-2004 Misha Brukman <brukman+llvm@gmail.com> The Sparc linking .so problem extends to the sample project as well


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16342 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
b9210123a9a006c5efe7feb70242c502433e780f 14-Sep-2004 Misha Brukman <brukman+llvm@gmail.com> Sparc cannot link shared objects (libtool issue) which affects Stacker.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16320 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
d1011c2ca71b8b7ed475e3c144b5d4f558742944 05-Sep-2004 Reid Spencer <rspencer@reidspencer.com> Make sure llvm-test doesn't build automatically so the nightly test can
finish its build phase without building and running all the tests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16172 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
9c3c65806fa23e921e6acecb5166e67d7c3a5b22 04-Sep-2004 Reid Spencer <rspencer@reidspencer.com> Uh, changing in build dir and committing in src dir doesn't lead to correct
commits. Fix it so it actually works.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16158 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
1d009bbbbd9f026005c69ad5ce72ec9f5f6f2243 04-Sep-2004 Reid Spencer <rspencer@reidspencer.com> Correct the specification of the DIRS variable to not include the source
directory prefix, just the name of the subdirectory. This prevents the
makefile from trying to find makefiles (like Makefile.common) in the wrong
place.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16157 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
7bf5dd39904673a5a005880730e2eea150da2898 23-Aug-2004 Reid Spencer <rspencer@reidspencer.com> Change the makefile back so it descends any directory with a Makefile.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15999 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
4e5b9e136f2eafcb2ab4c5b968307c2678e16a96 20-Aug-2004 Reid Spencer <rspencer@reidspencer.com> Avoid building samples. Require explicit list of directory names to build.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15937 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
cd8cf63b9480476532813c8cab955ae516f9f5fe 20-Aug-2004 Chris Lattner <sabre@nondot.org> Only build project dirs with a Makefile in them. This should fix the
problem where Depend or Debug directories prevent CVS from nuking an obsolete
project dir


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15935 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
9b3b5dee7e836ab42eb71613ecc75b0840256382 25-Nov-2003 John Criswell <criswell@uiuc.edu> Adjusted the projects Makefile so that it picks up the name of projects
by scanning the source tree (not the object tree).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10223 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
e26ba9fb3f73d893bfb6458e4f05de22bc492171 21-Oct-2003 John Criswell <criswell@uiuc.edu> Added LLVM copyrights to Makefiles.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9313 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile
2f8b41738ed579f91105569243919ff12be0ba0a 01-Jul-2003 John Criswell <criswell@uiuc.edu> Adding in projects subtree.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7017 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/Makefile