summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-061-3/+3
| | | | | | the build systems to use clang-tblgen. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141291 91177308-0d34-0410-b5e6-96231b3b80d8
* Clang-side build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141267 91177308-0d34-0410-b5e6-96231b3b80d8
* If you download clang and delete the test directory, you can end upDouglas Gregor2011-09-271-1/+1
| | | | | | | | with the copy line failing with an error, yet the make will complete successfully. From Greg Clayton! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140639 91177308-0d34-0410-b5e6-96231b3b80d8
* Basic: Add support for a build variable to set the repository path that goesDaniel Dunbar2011-03-311-0/+3
| | | | | | into the Clang version. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128595 91177308-0d34-0410-b5e6-96231b3b80d8
* Add gTest unittests to clang, and write the first one.Jeffrey Yasskin2011-02-031-5/+7
| | | | | | | This is the Makefile version only; the cmake implementation is coming soon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124777 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo.Eric Christopher2011-01-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123041 91177308-0d34-0410-b5e6-96231b3b80d8
* Makefile: Follow r118918, to add configuration "ENABLE_DOCS".NAKAMURA Takumi2010-11-141-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119025 91177308-0d34-0410-b5e6-96231b3b80d8
* Move lib/Runtime to runtime/, and build after everything else.Daniel Dunbar2010-06-301-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107327 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove cruft that I didn't intend to commit.Daniel Dunbar2010-06-261-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106932 91177308-0d34-0410-b5e6-96231b3b80d8
* build: Add a generated Version.inc file instead of duplicating information.Daniel Dunbar2010-06-251-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106863 91177308-0d34-0410-b5e6-96231b3b80d8
* add a libs-only target to the clang makefile, patch by Sunay IsmailChris Lattner2010-06-191-0/+7
| | | | | | | in PR7397 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106386 91177308-0d34-0410-b5e6-96231b3b80d8
* Globally disable -fno-strict-aliasing, for reasons given in the comment.Daniel Dunbar2010-06-081-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105644 91177308-0d34-0410-b5e6-96231b3b80d8
* Makefiles: Set Clang CPP compiler flags in a single location, instead of ↵Daniel Dunbar2010-06-081-0/+6
| | | | | | scattered throughout the project Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105638 91177308-0d34-0410-b5e6-96231b3b80d8
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-1/+31
| | | | | | - This eliminates most dependencies on how Clang is installed relative to LLVM. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105637 91177308-0d34-0410-b5e6-96231b3b80d8
* Move include installation steps to better location, inside each include dir ↵Daniel Dunbar2010-04-301-27/+0
| | | | | | | | instead of at the top-level. Also, don't set NO_INSTALL=1 for c-index-test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102724 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix 80 col violationKovarththanan Rajaratnam2010-03-181-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98823 91177308-0d34-0410-b5e6-96231b3b80d8
* Simply tags targetKovarththanan Rajaratnam2010-03-181-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98822 91177308-0d34-0410-b5e6-96231b3b80d8
* add DESTDIR support for clang headers, PR6556.Chris Lattner2010-03-101-4/+4
| | | | | | | Patch by Matthias Klose! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98192 91177308-0d34-0410-b5e6-96231b3b80d8
* Improve updating of test/Makefile for out-of-dir builds.Daniel Dunbar2009-12-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91854 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't try to install .dir files.Daniel Dunbar2009-11-251-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89836 91177308-0d34-0410-b5e6-96231b3b80d8
* Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake ↵Daniel Dunbar2009-11-151-0/+6
| | | | | | | | equivalent yet). Move tools/wpa to examples/wpa, and unbreak its build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88825 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't install Makefiles nor tablegen input in include/.Axel Naumann2009-10-121-3/+5
| | | | | | | Fix exclusion of .tmp, which in turn enables installation of $(PROJ_OBJ_ROOT)/tools/clang/include/*.inc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83855 91177308-0d34-0410-b5e6-96231b3b80d8
* Do not install CMakeLists.txt (nor any other txt files) into include/ ↵Axel Naumann2009-10-091-1/+1
| | | | | | subdirectories git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83665 91177308-0d34-0410-b5e6-96231b3b80d8
* Installation of Clang libraries and headers, from Axel Naumann!Douglas Gregor2009-10-081-0/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83582 91177308-0d34-0410-b5e6-96231b3b80d8
* The test/ directory needs to be created always when building objdir != srcdir,Torok Edwin2009-09-231-1/+1
| | | | | | | | because the toplevel 'make check-all' needs the rule for test/lit.site.cfg, and for that test/ must exist. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82624 91177308-0d34-0410-b5e6-96231b3b80d8
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-2/+2
| | | | | | | Again, I tried to update cmake but it is untested. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67605 91177308-0d34-0410-b5e6-96231b3b80d8
* Add 'make cscope.files' top level target.Daniel Dunbar2009-03-181-1/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67168 91177308-0d34-0410-b5e6-96231b3b80d8
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | diagnostics. This builds on the patch that Sebastian committed and then revert. Major differences are: - We don't remove or use the current ".def" files. Instead, for now, we just make sure that we're building the ".inc" files. - Fixed CMake makefiles to run TableGen and build the ".inc" files when needed. Tested with both the Xcode and Makefile generators provided by CMake, so it should be solid. - Fixed normal makefiles to handle out-of-source builds that involve the ".inc" files. I'll send a separate patch to the list with Sebastian's changes that eliminate the use of the .def files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67058 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert the switch to the tablegen diags. It fails for seperate objdir builds ↵Sebastian Redl2009-03-141-1/+1
| | | | | | and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67009 91177308-0d34-0410-b5e6-96231b3b80d8
* Switch diagnostics from .def to tablegen files. Please validate the Windows ↵Sebastian Redl2009-03-141-1/+1
| | | | | | build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67007 91177308-0d34-0410-b5e6-96231b3b80d8
* Add tags; this is documented to work, just need the wiring to enable it.Mike Stump2009-02-121-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64350 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix make test when configuring for a seperate build directory.Mike Stump2009-01-201-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62614 91177308-0d34-0410-b5e6-96231b3b80d8
* ccc: Add installation of ccc; based on patch from Mike Stump.Daniel Dunbar2009-01-191-1/+1
| | | | | | | | | | | - This doesn't follow normal installation procedure of python code, but no sense trying too hard since ccc will be moved to C++. - Entry point is now tools/ccc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62517 91177308-0d34-0410-b5e6-96231b3b80d8
* Add doxygen supportDaniel Dunbar2008-07-261-1/+1
| | | | | | | | - Stolen from LLVM with minor modifications git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54103 91177308-0d34-0410-b5e6-96231b3b80d8
* remove the old non-parallel test system. 'make' in clang/test now runsChris Lattner2008-04-061-3/+3
| | | | | | | the tests in parallel. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49290 91177308-0d34-0410-b5e6-96231b3b80d8
* Use make's -C option to enter directories.Gabor Greif2008-03-201-4/+3
| | | | | | | | Also, do not try to remove build/ dir when cleaning, this does not exist any more. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48599 91177308-0d34-0410-b5e6-96231b3b80d8
* reduce chattyness of makefilesGabor Greif2008-03-201-4/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48597 91177308-0d34-0410-b5e6-96231b3b80d8
* Switch over to the parallelized makefile, but keep old serialGabor Greif2008-03-181-1/+4
| | | | | | | | | | | | | | | | | | | | | | | makefile around (just change Makefile.parallel to Makefile to get back old functionality). To run parallel tests, specify make -jN test # where N = num of CPUs * 2 to get detailed output, run make -jN test VERBOSE=1 to only get error descriptions *after the tests have run*, type make report this gives you the extra information which was omitted in non-VERBOSE mode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48486 91177308-0d34-0410-b5e6-96231b3b80d8
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-1/+1
| | | | | | | | | | | lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48402 91177308-0d34-0410-b5e6-96231b3b80d8
* Build the clang headers.Chris Lattner2008-03-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47834 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of rewriter interface. It is just stubbed out for now.Chris Lattner2007-09-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41990 91177308-0d34-0410-b5e6-96231b3b80d8
* Added libClangAnalysisTed Kremenek2007-09-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41742 91177308-0d34-0410-b5e6-96231b3b80d8
* Make check conflicts with the other default llvm target, 'make check' will ↵Chris Lattner2007-07-161-3/+0
| | | | | | come later I guess. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39900 91177308-0d34-0410-b5e6-96231b3b80d8
* 'make check' is what more people expect.Chris Lattner2007-07-161-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39899 91177308-0d34-0410-b5e6-96231b3b80d8
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+11
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39734 91177308-0d34-0410-b5e6-96231b3b80d8