]> granicus.if.org Git - clang/history - Makefile
[Modules] Fix regression when an elaborated-type-specifier mentions a hidden tag
[clang] / Makefile
2015-08-18 Chris Bieneman[autoconf] Fixing reversed logic introduced r245304.
2015-08-18 Chris BienemanWe shouldn't need to pass -fno-strict-aliasing when...
2014-01-08 Alp TokerDefine ENABLE_CLANG_EXAMPLES instead of relying on...
2012-10-03 Bill WendlingThe top-level clang Makefile is #included into other...
2012-10-03 Bill WendlingAdd the missing backslash-newline which was causing...
2012-10-02 Bill WendlingUse an environment variable instead of what's in the...
2012-09-30 Bill WendlingFilter out tools and unittests which we don't want...
2011-10-06 Peter CollingbourneAdd the Clang tblgen backends to Clang, and flip the...
2011-10-06 Peter CollingbourneClang-side build system infrastructure for multiple...
2011-09-27 Douglas GregorIf you download clang and delete the test directory...
2011-03-31 Daniel DunbarBasic: Add support for a build variable to set the...
2011-02-03 Jeffrey YasskinAdd gTest unittests to clang, and write the first one.
2011-01-07 Eric ChristopherFix typo.
2010-11-14 NAKAMURA TakumiMakefile: Follow r118918, to add configuration "ENABLE_...
2010-06-30 Daniel DunbarMove lib/Runtime to runtime/, and build after everythin...
2010-06-26 Daniel DunbarRemove cruft that I didn't intend to commit.
2010-06-25 Daniel Dunbarbuild: Add a generated Version.inc file instead of...
2010-06-19 Chris Lattneradd a libs-only target to the clang makefile, patch...
2010-06-08 Daniel DunbarGlobally disable -fno-strict-aliasing, for reasons...
2010-06-08 Daniel DunbarMakefiles: Set Clang CPP compiler flags in a single...
2010-06-08 Daniel DunbarMakefile: Switch Clang Makefiles to always include...
2010-04-30 Daniel DunbarMove include installation steps to better location...
2010-03-18 Kovarththanan Raja... Fix 80 col violation
2010-03-18 Kovarththanan Raja... Simply tags target
2010-03-10 Chris Lattneradd DESTDIR support for clang headers, PR6556.
2009-12-21 Daniel DunbarImprove updating of test/Makefile for out-of-dir builds.
2009-11-25 Daniel DunbarDon't try to install .dir files.
2009-11-15 Daniel DunbarAdd examples dir, built with BUILD_EXAMPLES=1 (Makefile...
2009-10-12 Axel NaumannDon't install Makefiles nor tablegen input in include/.
2009-10-09 Axel NaumannDo not install CMakeLists.txt (nor any other txt files...
2009-10-08 Douglas GregorInstallation of Clang libraries and headers, from Axel...
2009-09-23 Torok EdwinThe test/ directory needs to be created always when...
2009-03-24 Daniel DunbarMove <root>/Driver into <root>/tools/clang-cc.
2009-03-18 Daniel DunbarAdd 'make cscope.files' top level target.
2009-03-16 Douglas GregorBuild system changes to use TableGen to generate the...
2009-03-14 Sebastian RedlRevert the switch to the tablegen diags. It fails for...
2009-03-14 Sebastian RedlSwitch diagnostics from .def to tablegen files. Please...
2009-02-12 Mike StumpAdd tags; this is documented to work, just need the...
2009-01-20 Mike StumpFix make test when configuring for a seperate build...
2009-01-19 Daniel Dunbarccc: Add installation of ccc; based on patch from Mike...
2008-07-26 Daniel DunbarAdd doxygen support
2008-04-06 Chris Lattnerremove the old non-parallel test system. 'make' in...
2008-03-20 Gabor GreifUse make's -C option to enter directories.
2008-03-20 Gabor Greifreduce chattyness of makefiles
2008-03-18 Gabor GreifSwitch over to the parallelized makefile, but keep...
2008-03-15 Chris LattnerMake a major restructuring of the clang tree: introduce...
2008-03-03 Chris LattnerBuild the clang headers.
2007-09-15 Chris LattnerInitial checkin of rewriter interface. It is just...
2007-09-06 Ted KremenekAdded libClangAnalysis
2007-07-16 Chris LattnerMake check conflicts with the other default llvm target...
2007-07-16 Chris Lattner'make check' is what more people expect.
2007-07-11 Reid SpencerStage two of getting CFE top correct.