- Sep 29, 2010
-
-
Daniel Dunbar authored
- I don't like returning StringRef's ever, unless it is actually important for performance, which it isn't here. - Also, stop validating getClangRevision to be an integer, I don't see a good reason to do this. llvm-svn: 115071
-
Daniel Dunbar authored
patch by Jonathan Mulder! llvm-svn: 115049
-
- Jul 18, 2010
-
-
Chris Lattner authored
llvm-svn: 108633
-
- Jun 08, 2010
-
-
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
-
- Jan 24, 2010
-
-
Chris Lattner authored
llvm-svn: 94379
-
- Jan 22, 2010
-
-
Ted Kremenek authored
Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). llvm-svn: 94235
-
- Jan 21, 2010
-
-
Daniel Dunbar authored
assuming SVN. This should be fixed to not necessarily be an integer. llvm-svn: 94081
-
- Oct 09, 2009
-
-
Douglas Gregor authored
llvm-svn: 83582
-
- Oct 05, 2009
-
-
Douglas Gregor authored
branch/revision information. Use that information in the driver, rather than one-off branch/revision computation. llvm-svn: 83321
-
- Aug 23, 2009
-
-
Douglas Gregor authored
llvm-svn: 79824
-
- 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 16, 2008
-
-
Chris Lattner authored
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. llvm-svn: 48402
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45412
-
- Oct 26, 2006
-
-
Chris Lattner authored
llvm-svn: 39055
-
- Oct 25, 2006
-
-
Chris Lattner authored
llvm-svn: 39047
-
- Jul 03, 2006
-
-
Chris Lattner authored
llvm-svn: 38629
-
- Jun 18, 2006
-
-
Chris Lattner authored
llvm-svn: 38539
-
- Apr 22, 2007
-
-
Chris Lattner authored
the type symtab, and global/function protos, and is missing the important size optimization, but it is a place to start. llvm-svn: 36331
-
Chris Lattner authored
the type symtab, and global/function protos, and are missing the important size optimization, but it is a place to start. llvm-svn: 36330
-
- Feb 06, 2007
-
-
Reid Spencer authored
llvm-svn: 33967
-
- Apr 17, 2006
-
-
Chris Lattner authored
llvm-svn: 27738
-
Chris Lattner authored
Altivec vectors. llvm-svn: 27736
-
- Jun 02, 2004
-
-
Chris Lattner authored
bytecode files on systems that don't support #!/bin/sh natively (ie, win32). llvm-svn: 13937
-
- Oct 21, 2003
-
-
John Criswell authored
llvm-svn: 9312
-
- Jun 06, 2001
-
-
Chris Lattner authored
llvm-svn: 2
-