| Commit message (Expand) | Author | Age | Files | Lines |
* | Define ENABLE_CLANG_EXAMPLES instead of relying on BUILD_EXAMPLES | Alp Toker | 2014-01-08 | 1 | -0/+6 |
* | The top-level clang Makefile is #included into other Makefiles. (sigh) So we | Bill Wendling | 2012-10-03 | 1 | -2/+1 |
* | Add the missing backslash-newline which was causing make errors. | Bill Wendling | 2012-10-03 | 1 | -2/+2 |
* | Use an environment variable instead of what's in the make cmd goals. | Bill Wendling | 2012-10-02 | 1 | -1/+1 |
* | Filter out tools and unittests which we don't want to build when we're buildi... | Bill Wendling | 2012-09-30 | 1 | -0/+5 |
* | Add the Clang tblgen backends to Clang, and flip the switch to cause | Peter Collingbourne | 2011-10-06 | 1 | -3/+3 |
* | Clang-side build system infrastructure for multiple tblgens. | Peter Collingbourne | 2011-10-06 | 1 | -0/+10 |
* | If you download clang and delete the test directory, you can end up | Douglas Gregor | 2011-09-27 | 1 | -1/+1 |
* | Basic: Add support for a build variable to set the repository path that goes | Daniel Dunbar | 2011-03-31 | 1 | -0/+3 |
* | Add gTest unittests to clang, and write the first one. | Jeffrey Yasskin | 2011-02-03 | 1 | -5/+7 |
* | Fix typo. | Eric Christopher | 2011-01-07 | 1 | -1/+1 |
* | Makefile: Follow r118918, to add configuration "ENABLE_DOCS". | NAKAMURA Takumi | 2010-11-14 | 1 | -0/+4 |
* | Move lib/Runtime to runtime/, and build after everything else. | Daniel Dunbar | 2010-06-30 | 1 | -1/+1 |
* | Remove cruft that I didn't intend to commit. | Daniel Dunbar | 2010-06-26 | 1 | -5/+0 |
* | build: Add a generated Version.inc file instead of duplicating information. | Daniel Dunbar | 2010-06-25 | 1 | -1/+6 |
* | add a libs-only target to the clang makefile, patch by Sunay Ismail | Chris Lattner | 2010-06-19 | 1 | -0/+7 |
* | Globally disable -fno-strict-aliasing, for reasons given in the comment. | Daniel Dunbar | 2010-06-08 | 1 | -0/+10 |
* | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar | 2010-06-08 | 1 | -0/+6 |
* | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar | 2010-06-08 | 1 | -1/+31 |
* | Move include installation steps to better location, inside each include dir i... | Daniel Dunbar | 2010-04-30 | 1 | -27/+0 |
* | Fix 80 col violation | Kovarththanan Rajaratnam | 2010-03-18 | 1 | -2/+3 |
* | Simply tags target | Kovarththanan Rajaratnam | 2010-03-18 | 1 | -1/+1 |
* | add DESTDIR support for clang headers, PR6556. | Chris Lattner | 2010-03-10 | 1 | -4/+4 |
* | Improve updating of test/Makefile for out-of-dir builds. | Daniel Dunbar | 2009-12-21 | 1 | -1/+1 |
* | Don't try to install .dir files. | Daniel Dunbar | 2009-11-25 | 1 | -2/+2 |
* | Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent... | Daniel Dunbar | 2009-11-15 | 1 | -0/+6 |
* | Don't install Makefiles nor tablegen input in include/. | Axel Naumann | 2009-10-12 | 1 | -3/+5 |
* | Do not install CMakeLists.txt (nor any other txt files) into include/ subdire... | Axel Naumann | 2009-10-09 | 1 | -1/+1 |
* | Installation of Clang libraries and headers, from Axel Naumann! | Douglas Gregor | 2009-10-08 | 1 | -0/+25 |
* | The test/ directory needs to be created always when building objdir != srcdir, | Torok Edwin | 2009-09-23 | 1 | -1/+1 |
* | Move <root>/Driver into <root>/tools/clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -2/+2 |
* | Add 'make cscope.files' top level target. | Daniel Dunbar | 2009-03-18 | 1 | -1/+7 |
* | Build system changes to use TableGen to generate the various | Douglas Gregor | 2009-03-16 | 1 | -1/+1 |
* | Revert the switch to the tablegen diags. It fails for seperate objdir builds ... | Sebastian Redl | 2009-03-14 | 1 | -1/+1 |
* | Switch diagnostics from .def to tablegen files. Please validate the Windows b... | Sebastian Redl | 2009-03-14 | 1 | -1/+1 |
* | Add tags; this is documented to work, just need the wiring to enable it. | Mike Stump | 2009-02-12 | 1 | -0/+3 |
* | Fix make test when configuring for a seperate build directory. | Mike Stump | 2009-01-20 | 1 | -0/+8 |
* | ccc: Add installation of ccc; based on patch from Mike Stump. | Daniel Dunbar | 2009-01-19 | 1 | -1/+1 |
* | Add doxygen support | Daniel Dunbar | 2008-07-26 | 1 | -1/+1 |
* | remove the old non-parallel test system. 'make' in clang/test now runs | Chris Lattner | 2008-04-06 | 1 | -3/+3 |
* | Use make's -C option to enter directories. | Gabor Greif | 2008-03-20 | 1 | -4/+3 |
* | reduce chattyness of makefiles | Gabor Greif | 2008-03-20 | 1 | -4/+6 |
* | Switch over to the parallelized makefile, but keep old serial | Gabor Greif | 2008-03-18 | 1 | -1/+4 |
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -1/+1 |
* | Build the clang headers. | Chris Lattner | 2008-03-03 | 1 | -1/+1 |
* | Initial checkin of rewriter interface. It is just stubbed out for now. | Chris Lattner | 2007-09-15 | 1 | -1/+1 |
* | Added libClangAnalysis | Ted Kremenek | 2007-09-06 | 1 | -1/+1 |
* | Make check conflicts with the other default llvm target, 'make check' will co... | Chris Lattner | 2007-07-16 | 1 | -3/+0 |
* | 'make check' is what more people expect. | Chris Lattner | 2007-07-16 | 1 | -0/+3 |
* | Stage two of getting CFE top correct. | Reid Spencer | 2007-07-11 | 1 | -0/+11 |