summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Define ENABLE_CLANG_EXAMPLES instead of relying on BUILD_EXAMPLESAlp Toker2014-01-08
* The top-level clang Makefile is #included into other Makefiles. (sigh) So weBill Wendling2012-10-03
* Add the missing backslash-newline which was causing make errors.Bill Wendling2012-10-03
* Use an environment variable instead of what's in the make cmd goals.Bill Wendling2012-10-02
* Filter out tools and unittests which we don't want to build when we're buildi...Bill Wendling2012-09-30
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-06
* Clang-side build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* If you download clang and delete the test directory, you can end upDouglas Gregor2011-09-27
* Basic: Add support for a build variable to set the repository path that goesDaniel Dunbar2011-03-31
* Add gTest unittests to clang, and write the first one.Jeffrey Yasskin2011-02-03
* Fix typo.Eric Christopher2011-01-07
* Makefile: Follow r118918, to add configuration "ENABLE_DOCS".NAKAMURA Takumi2010-11-14
* Move lib/Runtime to runtime/, and build after everything else.Daniel Dunbar2010-06-30
* Remove cruft that I didn't intend to commit.Daniel Dunbar2010-06-26
* build: Add a generated Version.inc file instead of duplicating information.Daniel Dunbar2010-06-25
* add a libs-only target to the clang makefile, patch by Sunay IsmailChris Lattner2010-06-19
* Globally disable -fno-strict-aliasing, for reasons given in the comment.Daniel Dunbar2010-06-08
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-08
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-08
* Move include installation steps to better location, inside each include dir i...Daniel Dunbar2010-04-30
* Fix 80 col violationKovarththanan Rajaratnam2010-03-18
* Simply tags targetKovarththanan Rajaratnam2010-03-18
* add DESTDIR support for clang headers, PR6556.Chris Lattner2010-03-10
* Improve updating of test/Makefile for out-of-dir builds.Daniel Dunbar2009-12-21
* Don't try to install .dir files.Daniel Dunbar2009-11-25
* Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent...Daniel Dunbar2009-11-15
* Don't install Makefiles nor tablegen input in include/.Axel Naumann2009-10-12
* Do not install CMakeLists.txt (nor any other txt files) into include/ subdire...Axel Naumann2009-10-09
* Installation of Clang libraries and headers, from Axel Naumann!Douglas Gregor2009-10-08
* The test/ directory needs to be created always when building objdir != srcdir,Torok Edwin2009-09-23
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-24
* Add 'make cscope.files' top level target.Daniel Dunbar2009-03-18
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-16
* Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl2009-03-14
* Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl2009-03-14
* Add tags; this is documented to work, just need the wiring to enable it.Mike Stump2009-02-12
* Fix make test when configuring for a seperate build directory.Mike Stump2009-01-20
* ccc: Add installation of ccc; based on patch from Mike Stump.Daniel Dunbar2009-01-19
* Add doxygen supportDaniel Dunbar2008-07-26
* remove the old non-parallel test system. 'make' in clang/test now runsChris Lattner2008-04-06
* Use make's -C option to enter directories.Gabor Greif2008-03-20
* reduce chattyness of makefilesGabor Greif2008-03-20
* Switch over to the parallelized makefile, but keep old serialGabor Greif2008-03-18
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-15
* Build the clang headers.Chris Lattner2008-03-03
* Initial checkin of rewriter interface. It is just stubbed out for now.Chris Lattner2007-09-15
* Added libClangAnalysisTed Kremenek2007-09-06
* Make check conflicts with the other default llvm target, 'make check' will co...Chris Lattner2007-07-16
* 'make check' is what more people expect.Chris Lattner2007-07-16
* Stage two of getting CFE top correct.Reid Spencer2007-07-11