- Jun 01, 2006
-
-
Reid Spencer authored
llvm-svn: 28631
-
Chris Lattner authored
llvm-svn: 28630
-
Chris Lattner authored
llvm-svn: 28629
-
Reid Spencer authored
are available. These libraries are used in lib/System and should be included on the link line or if not available generate an error when building lib/System. llvm-svn: 28628
-
Chris Lattner authored
llvm-svn: 28627
-
Reid Spencer authored
suite is disabled by default because of the length of time it takes to run. To enable it certain command line fu must be used. This patch just encodes the command line fu as the magical "check-llvm2cpp" target. llvm-svn: 28626
-
Reid Spencer authored
emitted variable to actually have a type (picky, picky, picky!) llvm-svn: 28625
-
Reid Spencer authored
llvm-svn: 28624
-
Reid Spencer authored
libraries. llvm-svn: 28623
-
Reid Spencer authored
llvm-svn: 28622
-
Reid Spencer authored
IncludeFile hack to ensure linkage of analysis passes. This works around some -pedantic warnings about assigning an object to a function. llvm-svn: 28621
-
Reid Spencer authored
LiveIntervalAnalysis.cpp:218: error: floating constant exceeds range of 'double' llvm-svn: 28620
-
Owen Anderson authored
llvm-svn: 28619
-
Owen Anderson authored
reimplement getValueDominatingFunction to walk the DominanceTree rather than just searching blindly. llvm-svn: 28618
-
Evan Cheng authored
llvm-svn: 28617
-
Reid Spencer authored
Don't warn about -pedantic errors. Add a note to the PR instead. llvm-svn: 28616
-
Reid Spencer authored
llvm-svn: 28615
-
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
it more likely to be in a developer's path and consistent with all the other tools. llvm-svn: 28613
-
Reid Spencer authored
an empty file. llvm-svn: 28612
-
Reid Spencer authored
llvm-svn: 28611
-
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
-
Reid Spencer authored
1. Capture the ENABLE_THREADS configure variable in Makefile.config 2. Use ENABLE_THREADS to avoid building ParallelJIT if threads are not present. llvm-svn: 28609
-
Reid Spencer authored
llvm-svn: 28608
-
Evan Cheng authored
llvm-svn: 28607
-
Evan Cheng authored
llvm-svn: 28606
-
Reid Spencer authored
llvm-svn: 28605
-
Owen Anderson authored
llvm-svn: 28604
-
Evan Cheng authored
llvm-svn: 28603
-
- May 31, 2006
-
-
Reid Spencer authored
/bzlib.c:126: warning: string length `1056' is greater than the length `509' ISO C89 compilers are required to support llvm-svn: 28602
-
Chris Lattner authored
utostr. To keep the efficiency in the 32-bit case, make it check to see if the value is 32-bits and if so switch over to the faster 32-bit case. llvm-svn: 28601
-
Chris Lattner authored
but for sub, it really does! Fix fixes a miscompilation of fibheap_cut in llvmgcc4. llvm-svn: 28600
-
Owen Anderson authored
llvm-svn: 28599
-
Andrew Lenharth authored
llvm-svn: 28598
-
Andrew Lenharth authored
llvm-svn: 28597
-
Andrew Lenharth authored
Fix build breakage on alpha, without causing it on x86. as a bonus, all platforms can invent the same number of unique names now llvm-svn: 28596
-
Andrew Lenharth authored
llvm-svn: 28595
-
Evan Cheng authored
llvm-svn: 28594
-
Andrew Lenharth authored
llvm-svn: 28593
-
Evan Cheng authored
llvm-svn: 28592
-