Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-03Add gTest unittests to clang, and write the first one.Jeffrey Yasskin
2011-01-08Fix typo.Eric Christopher
2010-11-14Makefile: Follow r118918, to add configuration "ENABLE_DOCS".NAKAMURA Takumi
2010-07-01Move 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-09Globally disable -fno-strict-aliasing, for reasons given in the comment.Daniel Dunbar
2010-06-09Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar
2010-06-09Makefile: 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-11add DESTDIR support for clang headers, PR6556.Chris Lattner
2009-12-22Improve 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-10Do not install CMakeLists.txt (nor any other txt files) into include/ subdire...Axel Naumann
2009-10-09Installation 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-17Build 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-21Fix 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-27Add doxygen supportDaniel Dunbar
2008-04-07remove 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-16Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-03Build the clang headers.Chris Lattner
2007-09-16Initial 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-05-24Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCoreChris Lattner
2007-05-21Split the AST library into two libraries: libast and libsema.Chris Lattner
2007-01-15Make the clean target tidier by cleaning the test directory.Chris Lattner
2006-11-21Make it easier to run tests from the top level with a helper targetChris Lattner
2006-10-06move driver to new subdirChris Lattner
2006-08-17Stub out the ASTStreamerChris Lattner
2006-08-17Start adding support for printing out parser callbacks and adding ast buildingChris Lattner
2006-07-31initial support for parsing, right now just ;'s at the top level, but thisChris Lattner
2006-07-03Compile without rtti or exceptions.Chris Lattner
2006-06-18Initial checkin of c-language parserChris Lattner