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