- 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 03, 2006
-
-
Reid Spencer authored
llvm-svn: 31404
-
- 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
-
- Aug 08, 2006
-
-
John Criswell authored
llvm-svn: 29569
-
John Criswell authored
llvm-svn: 29568
-
- Jul 28, 2006
-
-
John Criswell authored
llvm-svn: 29388
-
John Criswell authored
included in the distribution. Also added the glibc LICENSES file, which should be included as well. llvm-svn: 29386
-
- Jun 01, 2006
-
-
Reid Spencer authored
Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are left on as a reminder to developers to clean them up. llvm-svn: 28614
-
Reid Spencer authored
an empty file. llvm-svn: 28612
-
Reid Spencer authored
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610
-
- May 24, 2006
-
-
Reid Spencer authored
Minor tweaks in public headers and a few .cpp files so that LLVM can build successfully with -pedantic and projects using LLVM with -pedantic don't get warnings from LLVM. There's still more -pedantic warnings to fix. llvm-svn: 28453
-
- Apr 07, 2006
-
-
Reid Spencer authored
3. This ensures that if llvm-gcc isn't available and consequently the value of LLVMGCC_MAJVERS is blank, that the old (include runtime) behavior will persist. llvm-svn: 27499
-
Chris Lattner authored
llvm-svn: 27492
-
Reid Spencer authored
llvm-svn: 27464
-
- Apr 02, 2006
-
-
Reid Spencer authored
Change the check for llvm-gcc from using LLVMGCCDIR to LLVMGCC. This checks for the actual tool rather than the directory in which the tool resides. In the case of this bug, it is possible that the directory exists but that the tools in that directory do not. This fix should avoid the makefile from erroneously proceeding without the actual tools being available. llvm-svn: 27361
-
- Mar 13, 2006
-
-
Evan Cheng authored
llvm-svn: 26732
-
- Mar 09, 2006
-
-
Chris Lattner authored
llvm-svn: 26629
-
- Jan 30, 2006
-
-
Chris Lattner authored
llvm-svn: 25796
-
- Jan 27, 2006
-
-
Chris Lattner authored
llvm-svn: 25705
-
Chris Lattner authored
llvm-svn: 25704
-
- Nov 28, 2005
-
-
John Criswell authored
llvm-svn: 24498
-
- Oct 18, 2005
-
-
Chris Lattner authored
llvm-svn: 23790
-
Chris Lattner authored
llvm-svn: 23789
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21427
-
- Mar 23, 2005
-
-
Misha Brukman authored
llvm-svn: 20789
-
- Jan 28, 2005
-
-
Chris Lattner authored
llvm-svn: 19876
-
- Jan 13, 2005
-
-
Reid Spencer authored
the JIT. llvm-svn: 19524
-
Reid Spencer authored
llvm-svn: 19523
-
- Jan 02, 2005
-
-
Chris Lattner authored
llvm-svn: 19262
-
Chris Lattner authored
llvm-svn: 19261
-
Chris Lattner authored
llvm-svn: 19260
-
Chris Lattner authored
llvm-svn: 19259
-
- Dec 22, 2004
-
-
Reid Spencer authored
* Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096
-
- Dec 15, 2004
-
-
Chris Lattner authored
the nightly testers. llvm-svn: 18960
-
- Dec 13, 2004
-
-
Reid Spencer authored
destination for this library so that it goes to $(cferuntime_libdir) rather than just $(libdir). Normal bytecode libraries should be installed in the $(libdir), but these ones are "special" because they're part of the the C/C++ front end. llvm-svn: 18882
-
- Dec 08, 2004
-
-
Reid Spencer authored
llvm-svn: 18613
-
- Dec 05, 2004
-
-
Reid Spencer authored
llvm-svn: 18548
-
- Dec 04, 2004
-
-
Reid Spencer authored
llvm-svn: 18506
-
- Dec 02, 2004
-
-
Reid Spencer authored
llvm-svn: 18429
-