- Jul 23, 2003
-
-
Chris Lattner authored
llvm-svn: 7254
-
Chris Lattner authored
llvm-svn: 7253
-
Chris Lattner authored
whether the constant is signed or unsigned, then casting llvm-svn: 7252
-
Chris Lattner authored
llvm-svn: 7250
-
Chris Lattner authored
llvm-svn: 7249
-
Chris Lattner authored
llvm-svn: 7248
-
Chris Lattner authored
llvm-svn: 7247
-
Chris Lattner authored
llvm-svn: 7246
-
Chris Lattner authored
llvm-svn: 7245
-
Chris Lattner authored
llvm-svn: 7244
-
Chris Lattner authored
llvm-svn: 7243
-
Chris Lattner authored
llvm-svn: 7242
-
- Jul 22, 2003
-
-
Chris Lattner authored
- InstCombine (cast (and X, (1 << size(X)-1)) to bool) ==> x < 0 llvm-svn: 7241
-
Chris Lattner authored
llvm-svn: 7240
-
John Criswell authored
llvm-svn: 7239
-
John Criswell authored
the *action-if-not-given* code when the --disable option is used. Rather, the AC_ARG_ENABLE macro sets the $enableval variable, which then needs to be checked to determine if --enable, --disable, or neither was specified. llvm-svn: 7238
-
Brian Gaeke authored
llvm-svn: 7237
-
John Criswell authored
This should keep it from breaking for now. llvm-svn: 7236
-
John Criswell authored
This script uses files within the new autoconf subdirectory and includes changes from Brian Gaeke's recent changes to configure.ac. llvm-svn: 7235
-
John Criswell authored
llvm-svn: 7234
-
John Criswell authored
llvm-svn: 7233
-
John Criswell authored
llvm-svn: 7232
-
John Criswell authored
llvm-svn: 7231
-
Brian Gaeke authored
llvm-svn: 7230
-
Chris Lattner authored
llvm-svn: 7229
-
Vikram S. Adve authored
(2) Detect LLVMDIR using the LEVEL variable in Makefile. (3) To perform #2 propertly, use the same Makefile search rules as gmake. llvm-svn: 7228
-
Vikram S. Adve authored
llvm-svn: 7227
-
John Criswell authored
Expanded upon testing priorities. llvm-svn: 7225
-
- Jul 21, 2003
-
-
Misha Brukman authored
llvm-svn: 7223
-
Chris Lattner authored
llvm-svn: 7217
-
John Criswell authored
a load of the global variable with the variable's constant value. llvm-svn: 7216
-
John Criswell authored
This test helps to see if the optimization correctly handles variables that are declared constant and external. llvm-svn: 7215
-
Chris Lattner authored
llvm-svn: 7214
-
Chris Lattner authored
llvm-svn: 7213
-
Chris Lattner authored
llvm-svn: 7210
-
Misha Brukman authored
llvm-svn: 7209
-
- Jul 20, 2003
-
-
Anand Shukla authored
llvm-svn: 7208
-
- Jul 19, 2003
-
-
Misha Brukman authored
x86 or Sparc, LLC will automatically default to that platform, no guessing required. On another platform, it will default to `noarch' and will have to guess which architecture to compile to. llvm-svn: 7207
-
- Jul 18, 2003
-
-
Anand Shukla authored
llvm-svn: 7206
-
Brian Gaeke authored
Avoid a fall-through in the (stubby) treatment of the longjmp intrinsic call which causes llc & lli to core-dump. Add a sort-of treatment of cast double to ulong. I am not really sure what a user should expect to see upon casting a negative FP value to unsigned long long. But with what is given here, I was able to write a program that could cast -123.456 to ulong and back and get -123.0, which seems like a step in the right direction. GCC seems to give you 0. I don't know if I'd consider that useful. These cases were coming up in GNU coreutils-5.0. llvm-svn: 7205
-