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