- Jul 11, 2007
-
-
Evan Cheng authored
llvm-svn: 38515
-
- Jul 10, 2007
-
-
Dale Johannesen authored
llvm-svn: 38514
-
Evan Cheng authored
llvm-svn: 38513
-
Dale Johannesen authored
pedantic satisfaction level. llvm-svn: 38512
-
Owen Anderson authored
llvm-svn: 38511
-
Owen Anderson authored
llvm-svn: 38510
-
Owen Anderson authored
llvm-svn: 38509
-
Owen Anderson authored
llvm-svn: 38508
-
Chris Lattner authored
llvm-svn: 38507
-
Rafael Espindola authored
llvm-svn: 38506
-
Anton Korobeynikov authored
llvm-svn: 38505
-
Owen Anderson authored
llvm-svn: 38504
-
Dan Gohman authored
the new CONCAT_VECTORS node type instead, as that's what legalize uses now. And add a peep for EXTRACT_VECTOR_ELT of INSERT_VECTOR_ELT. llvm-svn: 38503
-
Owen Anderson authored
llvm-svn: 38502
-
Evan Cheng authored
llvm-svn: 38501
-
Evan Cheng authored
llvm-svn: 38500
-
Evan Cheng authored
llvm-svn: 38499
-
Evan Cheng authored
llvm-svn: 38498
-
Owen Anderson authored
llvm-svn: 38497
-
Evan Cheng authored
llvm-svn: 38496
-
Evan Cheng authored
llvm-svn: 38495
-
Owen Anderson authored
llvm-svn: 38494
-
Owen Anderson authored
llvm-svn: 38493
-
Dan Gohman authored
llvm-svn: 38492
-
Dan Gohman authored
Thanks to Lauro for spotting this! llvm-svn: 38491
-
Reid Spencer authored
Patch by Benoit Boissinot. Thanks, Benoit! llvm-svn: 38490
-
Dan Gohman authored
undef in either the left or right operand. llvm-svn: 38489
-
Reid Spencer authored
right so there is no need to duplicate logic, just use the values the makefile provides. Eliminate some redundnt -D options from the output. Fix the help output so it fits on 80 cols. llvm-svn: 38488
-
Reid Spencer authored
contains some of the defines but not all CPP flags. llvm-svn: 38487
-
Reid Spencer authored
put into the CPP.Defines variable. Seems the convention was corrupted with various changes made. It is important to get command line parameters into the right variable because things like llvm-config and sub-makefiles depend on it. llvm-svn: 38486
-
Evan Cheng authored
When a node value is only used by a CopyToReg, use the user's dest. This should not be restricted to nodes that produce only a single value. llvm-svn: 38485
-
Evan Cheng authored
llvm-svn: 38484
-
Nick Lewycky authored
llvm-svn: 38483
-
Owen Anderson authored
BitVector, make sure to set or clear ALL of the bits. llvm-svn: 38481
-
Owen Anderson authored
Move some key maps from std::map to DenseMap. This improves the time to optimize Anton's testcase from 17.5s to 15.7s. llvm-svn: 38480
-
Owen Anderson authored
Use a cheaper test, delaying calling find_leader() until we know that it's necessary. This improves the time to optimize Anton's testcase from 21.1s to 17.6s. llvm-svn: 38479
-
Dan Gohman authored
in addition to the intrinsic forms. Add spill-folding entries for these new instructions, and for the scalar min and max instrinsic instructions which were missing. And add some preliminary ISelLowering code for using the new non-intrinsic vector sqrt instruction, and fneg and fabs. llvm-svn: 38478
-
Owen Anderson authored
llvm-svn: 38477
-
Owen Anderson authored
llvm-svn: 38476
-
Owen Anderson authored
This reduces the time to optimize Anton's testcase from 31.2s to 21.s! llvm-svn: 38475
-