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