- 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
-
- Sep 29, 2006
-
-
Chris Lattner authored
override the optimization level. llvm-svn: 30672
-
- Sep 04, 2006
-
-
Chris Lattner authored
llvm-svn: 30096
-
Chris Lattner authored
llvm-svn: 30093
-
Chris Lattner authored
llvm-svn: 30087
-
Chris Lattner authored
llvm-svn: 30086
-
Chris Lattner authored
libraries they need. This uses llvm-config to link the tools. llvm-svn: 30084
-
Chris Lattner authored
llvm-svn: 30074
-
- Aug 28, 2006
-
-
Reid Spencer authored
Close out this long standing bug by removing the remaining overloaded virtual functions in LLVM. The -Woverloaded-virtual option is now turned on. llvm-svn: 29934
-
- Aug 25, 2006
-
-
Reid Spencer authored
llvm-svn: 29883
-
Reid Spencer authored
Final commit for this bug. This removes the last EH holdouts in LLVM and turns off exception support by using the -fno-exceptions option. This leads to the following reduction in library and executable sizes: DEBUG BUILD RELEASE BUILD before after delta before after delta lib 162,328K 157,616K 4,712 17,864K 16,416K 1,448K bin 571,444K 557,156K 14,288 63,296K 56,996K 6,300K Debug Improvement: 19,000K (2.59%) Release Improvement: 7,748K (9.55%) llvm-svn: 29882
-
Reid Spencer authored
Demote check for bison from error to warning and make sure that the makefile can handle an empty definition for BISON variable. llvm-svn: 29861
-