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