- 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
-
Reid Spencer authored
llvm-svn: 32161
-
- Nov 17, 2006
-
-
Reid Spencer authored
premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. llvm-svn: 31807
-
Reid Spencer authored
be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793
-
- Nov 15, 2006
-
-
Chris Lattner authored
llvm-svn: 31766
-
- Nov 11, 2006
-
-
Reid Spencer authored
llvm-svn: 31655
-
- Nov 02, 2006
-
-
Reid Spencer authored
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions (I didn't want to delete code without review) and unused variables in generated code. Maintainers should clean up the remaining issues when they see them. All changes pass DejaGnu tests and Olden. llvm-svn: 31380
-
- Oct 24, 2006
-
-
Chris Lattner authored
will compute a locally wrong numbering for the intrinsics. This fixes a nasty issue where the x86 backend started miscompiling stuff in a 'cvs up'd build after the altivec intrinsics were added. llvm-svn: 31172
-