- Aug 24, 2007
-
-
Chris Lattner authored
This eliminates a conditional on that path, and ensures ICmpInst/FCmpInst both have an out-of-line virtual method to home the class. llvm-svn: 41371
-
Devang Patel authored
Fix regression that I caused yesterday night while adding logic to select appropriate split condition branch. llvm-svn: 41365
-
Chris Lattner authored
llvm-svn: 41360
-
Chris Lattner authored
llvm-svn: 41359
-
Devang Patel authored
condition predicate is GT or GE then execute false branch first. llvm-svn: 41358
-
Devang Patel authored
llvm-svn: 41357
-
Devang Patel authored
llvm-svn: 41356
-
Devang Patel authored
llvm-svn: 41354
-
Dale Johannesen authored
llvm-svn: 41353
-
Chris Lattner authored
llvm-svn: 41352
-
Dale Johannesen authored
Interface to rest of the compiler unchanged, as yet. llvm-svn: 41348
-
- Aug 23, 2007
-
-
Chris Lattner authored
llvm-svn: 41319
-
Chris Lattner authored
llvm-svn: 41318
-
Anton Korobeynikov authored
llvm-svn: 41316
-
Chris Lattner authored
Add an APSInt::toString() method. llvm-svn: 41309
-
- Aug 22, 2007
-
-
Devang Patel authored
llvm-svn: 41295
-
Devang Patel authored
llvm-svn: 41292
-
Devang Patel authored
"True Loop" and "False Loop" naming terminology to refer two loops after loop cloning is confusing. Instead just use A_Loop and B_Loop. llvm-svn: 41287
-
Andrew Lenharth authored
llvm-svn: 41286
-
Bill Wendling authored
llvm-svn: 41284
-
Devang Patel authored
llvm-svn: 41282
-
Devang Patel authored
Starting value of second loop's induction variable can not be lower then starting value of original loop's induction variable. llvm-svn: 41280
-
- Aug 21, 2007
-
-
Devang Patel authored
llvm-svn: 41250
-
Devang Patel authored
llvm-svn: 41246
-
Devang Patel authored
llvm-svn: 41230
-
Devang Patel authored
llvm-svn: 41228
-
Bruno Cardoso Lopes authored
llvm-svn: 41225
-
Bruno Cardoso Lopes authored
llvm-svn: 41224
-
Chris Lattner authored
same value which get RAUW'd. This speeds up reading the .bc file in PR1616 from 852s to 0.19s on my G5 with a debug build. llvm-svn: 41209
-
Anton Korobeynikov authored
llvm-svn: 41208
-
Devang Patel authored
llvm-svn: 41207
-
Chris Lattner authored
llvm-svn: 41205
-
Devang Patel authored
llvm-svn: 41204
-
Chris Lattner authored
llvm-svn: 41203
-
- Aug 20, 2007
-
-
Anton Korobeynikov authored
- Move SCEVExpander::expand() out-of-line workarounding possible toolchain bug llvm-svn: 41197
-
Devang Patel authored
Replace indunction variable with split value in loop body. This fixes art miscompile. llvm-svn: 41195
-
Devang Patel authored
llvm-svn: 41194
-
Dan Gohman authored
scheduler implementations. llvm-svn: 41191
-
Dan Gohman authored
llvm-svn: 41190
-
Dan Gohman authored
use the ValueType name instead of the llvm type name, to match what the verifier expects. For integers these are the same, but for floating-point values the intrinsics use f32/f64 instead of float/double. llvm-svn: 41189
-