summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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