- Oct 12, 2003
-
-
Chris Lattner authored
llvm-svn: 9060
-
Chris Lattner authored
llvm-svn: 9059
-
Chris Lattner authored
llvm-svn: 9058
-
Chris Lattner authored
llvm-svn: 9057
-
Chris Lattner authored
allows GCCAS to only run it once. llvm-svn: 9056
-
Chris Lattner authored
llvm-svn: 9055
-
Chris Lattner authored
llvm-svn: 9054
-
Chris Lattner authored
* Print floating point values using C99 hexadecimal style FP if possible. This increases the number of floating point constants that may be emitted inline, and improves precision for global variable initializers which can not be emitted in integer form. This fixes the Olden/Power benchmark with the CBE!!!! llvm-svn: 9052
-
Chris Lattner authored
llvm-svn: 9050
-
Chris Lattner authored
* Fix isFPCSafeToPrint to find more constants safe to print, which it was failing because ftostr was padding with leading space characters. * Scan the entire module for global constants instead of each function at a time. This has the advantage of allowing us to emit constants at global scope instead of function scope. This speeds FP programs quite a bit. llvm-svn: 9048
-
- Oct 11, 2003
-
-
Brian Gaeke authored
try to understand it; maybe this will help someone else do so too. Default CVSRootDir to $CVSROOT first, then the path in ~vadve only if $CVSROOT was not set. Checkout with -z3 if we might be checking out over ssh/rsh. Check the filename of gnuplot to see if it is executable; if not, as a last resort, try just plain "gnuplot", hoping it is in the path somewhere. Remove a little extra whitespace. llvm-svn: 9046
-
Brian Gaeke authored
Linux. This is consistent with what FreeBSD and Solaris both want. This makes the JIT work on FreeBSD 5.1-RELEASE. Whee. llvm-svn: 9045
-
Brian Gaeke authored
I don't remember precisely what bug this fixed, but I remember that it fixed a bug. Sorry. (I think one of these args had a Funny Shell Character in it, or a space, or something, in my last build, and this seemed like the obvious fix.) llvm-svn: 9044
-
Chris Lattner authored
exception header. This is the final missing piece from the PR#27 puzzle. llvm-svn: 9043
-
- Oct 10, 2003
-
-
Brian Gaeke authored
causing the build of lib/Target/X86 to fail. llvm-svn: 9042
-
John Criswell authored
llvm-svn: 9041
-
John Criswell authored
Remove QMTest python classes which are no longer used. llvm-svn: 9040
-
John Criswell authored
never necessary to do that to denote them as feature tests. Removed the Feature.asm tests as they are the same as the Feature.mc tests. llvm-svn: 9039
-
Brian Gaeke authored
llvm-svn: 9038
-
Brian Gaeke authored
llvm-svn: 9037
-
Brian Gaeke authored
llvm-svn: 9036
-
Brian Gaeke authored
Dead. This is a dead header. It's not pining! It's passed on! This header is no more! It has ceased to be! It's expired and gone to meet its maker! It's a stiff! Bereft of life, it rests in peace! If you hadn't nailed it to the perch it'd be pushing up the daisies! Its metabolic processes are now history! It's off the twig! It's kicked the bucket! It's shuffled off its mortal coil, run down the curtain, and joined the bleeding choir invisibile!! THIS IS AN EX-HEADER!! llvm-svn: 9035
-
John Criswell authored
llvm-svn: 9034
-
Brian Gaeke authored
Include <cstdio> instead of <stdio.h>. llvm-svn: 9033
-
Brian Gaeke authored
llvm-svn: 9032
-
Brian Gaeke authored
llvm-svn: 9031
-
John Criswell authored
Still very rough, IMHO. llvm-svn: 9030
-
Chris Lattner authored
llvm-svn: 9028
-
Misha Brukman authored
llvm-svn: 9027
-
Misha Brukman authored
llvm-svn: 9026
-
Misha Brukman authored
llvm-svn: 9023
-
Misha Brukman authored
* Doxygenified function comments * Added FIXMEs to solicit documentation for other functions llvm-svn: 9022
-
Misha Brukman authored
llvm-svn: 9021
-
Misha Brukman authored
* Wrap code at 80 columns * Ordered includes according to LLVM style guide llvm-svn: 9020
-
Misha Brukman authored
llvm-svn: 9019
-
Misha Brukman authored
llvm-svn: 9018
-
Misha Brukman authored
llvm-svn: 9017
-
Misha Brukman authored
llvm-svn: 9016
-
Brian Gaeke authored
llvm-svn: 9015
-
Brian Gaeke authored
Never call setjmp(), longjmp() or strsignal(). llvm-svn: 9014
-