- Feb 27, 2008
-
-
Gabor Greif authored
llvm-svn: 47671
-
- Feb 25, 2008
-
-
Andrew Lenharth authored
llvm-svn: 47574
-
- Feb 05, 2008
-
-
Chris Lattner authored
dependencies in makefile, and fix llvm_cv_no_link_all_option on darwin. Patch by Shantonu Sen, more info here: http://lists.cs.uiuc.edu/pipermail/llvmdev/2008-February/012410.html llvm-svn: 46760
-
- Jan 28, 2008
-
-
Duncan Sands authored
directories. Patch by Sam Bishop. llvm-svn: 46453
-
Chris Lattner authored
output. Patch contributed by Sam Bishop! llvm-svn: 46432
-
- Jan 22, 2008
-
-
Chris Lattner authored
This fixes PR1927 This should be pulled into llvm 2.2. llvm-svn: 46245
-
- Jan 16, 2008
-
-
Chris Lattner authored
llvm-svn: 46032
-
- Jan 06, 2008
-
-
Gordon Henriksen authored
fiends. Change Makefile.ocaml to not touch CFLAGS. llvm-svn: 45663
-
- Jan 01, 2008
-
-
Chris Lattner authored
Don't include system headers in the .d files. Don't use $@ in the makefile rules, as there are two possible targets it could resolve to: use the one that we need explicitly. llvm-svn: 45473
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45416
-
- Sep 26, 2007
-
-
Chris Lattner authored
llvm-svn: 42344
-
- Jul 23, 2007
-
-
Reid Spencer authored
Fix -include line so it doesn't reference /dev/null llvm-svn: 40429
-
Reid Spencer authored
produces warning from make about bad timestamp on /dev/null Patch by Holger Schurig. llvm-svn: 40426
-
- Jul 10, 2007
-
-
Reid Spencer authored
Patch by Benoit Boissinot. Thanks, Benoit! llvm-svn: 38490
-
Reid Spencer authored
put into the CPP.Defines variable. Seems the convention was corrupted with various changes made. It is important to get command line parameters into the right variable because things like llvm-config and sub-makefiles depend on it. llvm-svn: 38486
-
- Jun 29, 2007
-
-
Reid Spencer authored
llvm-svn: 37800
-
David Greene authored
llvm-svn: 37798
-
- Jun 28, 2007
-
-
David Greene authored
--enable-expensive-checks allows the developer to enable runtime checking that can greatly increase compile time. Currently it only turns on _GLIBCXX_DEBUG. Other expensive debugging checks added later should be controlled by this configure option. This patch also updates llvm-config with a --cppflags option to inform llvm-gcc how to build itself so that it is compatible with an llvm that was built with _GLIBCXX_DEBUG. llvm-svn: 37777
-
- May 18, 2007
-
-
Reid Spencer authored
Merged from the release_20 branch. llvm-svn: 37188
-
- May 02, 2007
-
-
Reid Spencer authored
llvm-svn: 36651
-
Reid Spencer authored
llvm-svn: 36650
-
- Apr 16, 2007
-
-
Anton Korobeynikov authored
target for tabs checking. llvm-svn: 36146
-
- Apr 15, 2007
-
-
Chris Lattner authored
llvm-svn: 36032
-
- Apr 09, 2007
-
-
Reid Spencer authored
Patch by Scott Michel. llvm-svn: 35826
-
- Mar 29, 2007
-
-
Reid Spencer authored
Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function accordingly. Also, fix some memory issues in sys::Path. llvm-svn: 35476
-
- Feb 28, 2007
-
-
Chris Lattner authored
llvm-svn: 34723
-
- Feb 27, 2007
-
-
Chris Lattner authored
llvm-svn: 34683
-
- Feb 09, 2007
-
-
Reid Spencer authored
llvm-svn: 34099
-
Reid Spencer authored
llvm-svn: 34093
-
- Feb 07, 2007
-
-
Reid Spencer authored
"clean" target item. This gets around having the built sources disappear when only one build mode wants to be cleaned. With the "clean-all" target, all build modes are cleaned so it also makes sense to clean out the built sources at that point. llvm-svn: 34003
-
Reid Spencer authored
llvm-svn: 33976
-
- Feb 06, 2007
-
-
Reid Spencer authored
a directory's Makefile will prevent the build products from that directory from being installed. This is useful for tools and libraries that are only useful as part of the build process. llvm-svn: 33968
-
- Feb 04, 2007
-
-
Reid Spencer authored
libraries linked with. This permits a project to still use USEDLIBS to specify its own libraries in conjunction with LINK_COMPONENTS. llvm-stacker needs this after libLLVMTransforms.a went away. llvm-svn: 33886
-
- Jan 26, 2007
-
-
Andrew Lenharth authored
llvm-svn: 33535
-
- Jan 11, 2007
-
-
Reid Spencer authored
versions of FLEX even through we don't use REJECT. Thanks to Jeff Cohen for tracking this down. llvm-svn: 33085
-
- Jan 03, 2007
-
-
Reid Spencer authored
use of the REJECT macro but we don't use it. This just hushes up a warning in the presence of -Wno-unused. llvm-svn: 32843
-
- Dec 30, 2006
-
-
Reid Spencer authored
depend on the compiler. This works around problems in the Stacker runtime when the CFE changes in such a way that the assembly file needs to be updated. llvm-svn: 32773
-
- Dec 16, 2006
-
-
Reid Spencer authored
The default is disabled until we know this doesn't break anyone. llvm-svn: 32635
-
- Dec 10, 2006
-
-
Reid Spencer authored
need it like llvm-gcc3 did. llvm-svn: 32410
-
- Dec 03, 2006
-
-
Reid Spencer authored
llvm-svn: 32163
-