- Oct 03, 2012
-
-
Bill Wendling authored
can't have the logic here to add in the 'tools/{driver,libclang}' directories, because they will be added in for ALL Makefiles which #include the top-level one. Place the logic into the 'tools' Makefile. llvm-svn: 165103
-
Bill Wendling authored
llvm-svn: 165098
-
- Oct 02, 2012
-
-
Bill Wendling authored
llvm-svn: 164992
-
- Sep 30, 2012
-
-
Bill Wendling authored
llvm-svn: 164916
-
- Oct 06, 2011
-
-
Peter Collingbourne authored
the build systems to use clang-tblgen. llvm-svn: 141291
-
Peter Collingbourne authored
llvm-svn: 141267
-
- Sep 27, 2011
-
-
Douglas Gregor authored
with the copy line failing with an error, yet the make will complete successfully. From Greg Clayton! llvm-svn: 140639
-
- Mar 31, 2011
-
-
Daniel Dunbar authored
into the Clang version. llvm-svn: 128595
-
- Feb 03, 2011
-
-
Jeffrey Yasskin authored
This is the Makefile version only; the cmake implementation is coming soon. llvm-svn: 124777
-
- Jan 07, 2011
-
-
Eric Christopher authored
llvm-svn: 123041
-
- Nov 14, 2010
-
-
NAKAMURA Takumi authored
llvm-svn: 119025
-
- Jul 01, 2010
-
-
Daniel Dunbar authored
llvm-svn: 107327
-
- Jun 26, 2010
-
-
Daniel Dunbar authored
llvm-svn: 106932
-
- Jun 25, 2010
-
-
Daniel Dunbar authored
llvm-svn: 106863
-
- Jun 19, 2010
-
-
Chris Lattner authored
in PR7397 llvm-svn: 106386
-
- Jun 08, 2010
-
-
Daniel Dunbar authored
llvm-svn: 105644
-
Daniel Dunbar authored
Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. llvm-svn: 105638
-
Daniel Dunbar authored
- This eliminates most dependencies on how Clang is installed relative to LLVM. llvm-svn: 105637
-
- Apr 30, 2010
-
-
Daniel Dunbar authored
Move include installation steps to better location, inside each include dir instead of at the top-level. Also, don't set NO_INSTALL=1 for c-index-test. llvm-svn: 102724
-
- Mar 18, 2010
-
-
Kovarththanan Rajaratnam authored
llvm-svn: 98823
-
Kovarththanan Rajaratnam authored
llvm-svn: 98822
-
- Mar 10, 2010
-
-
Chris Lattner authored
Patch by Matthias Klose! llvm-svn: 98192
-
- Dec 22, 2009
-
-
Daniel Dunbar authored
llvm-svn: 91854
-
- Nov 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89836
-
- Nov 15, 2009
-
-
Daniel Dunbar authored
Move tools/wpa to examples/wpa, and unbreak its build. llvm-svn: 88825
-
- Oct 12, 2009
-
-
Axel Naumann authored
Fix exclusion of .tmp, which in turn enables installation of $(PROJ_OBJ_ROOT)/tools/clang/include/*.inc. llvm-svn: 83855
-
- Oct 09, 2009
-
-
Axel Naumann authored
llvm-svn: 83665
-
Douglas Gregor authored
llvm-svn: 83582
-
- Sep 23, 2009
-
-
Torok Edwin authored
because the toplevel 'make check-all' needs the rule for test/lit.site.cfg, and for that test/ must exist. llvm-svn: 82624
-
- Mar 24, 2009
-
-
Daniel Dunbar authored
Again, I tried to update cmake but it is untested. llvm-svn: 67605
-
- Mar 18, 2009
-
-
Daniel Dunbar authored
llvm-svn: 67168
-
- Mar 17, 2009
-
-
Douglas Gregor authored
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. llvm-svn: 67058
-
- Mar 14, 2009
-
-
Sebastian Redl authored
Revert the switch to the tablegen diags. It fails for seperate objdir builds 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. llvm-svn: 67009
-
Sebastian Redl authored
llvm-svn: 67007
-
- Feb 12, 2009
-
-
Mike Stump authored
llvm-svn: 64350
-
- Jan 20, 2009
-
-
Mike Stump authored
llvm-svn: 62614
-
- Jan 19, 2009
-
-
Daniel Dunbar authored
- 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. llvm-svn: 62517
-
- Jul 26, 2008
-
-
Daniel Dunbar authored
- Stolen from LLVM with minor modifications llvm-svn: 54103
-
- Apr 07, 2008
-
-
Chris Lattner authored
the tests in parallel. llvm-svn: 49290
-
- Mar 20, 2008
-
-
Gabor Greif authored
Also, do not try to remove build/ dir when cleaning, this does not exist any more. llvm-svn: 48599
-