- Aug 08, 2010
-
-
Eric Christopher authored
llvm-svn: 110548
-
Eric Christopher authored
config.h and llvm-config.h. This could probably be improved. llvm-svn: 110547
-
Nick Lewycky authored
llvm-svn: 110543
-
Nick Lewycky authored
llvm-svn: 110541
-
Bill Wendling authored
relatively expensive comparison analyzer on each instruction. Also rename the comparison analyzer method to something more in line with what it actually does. This pass is will eventually be folded into the Machine CSE pass. llvm-svn: 110539
-
Nick Lewycky authored
llvm-svn: 110538
-
Oscar Fuentes authored
llvm-svn: 110536
-
Oscar Fuentes authored
This is the cmake equivalent of r110532, which fixed bug #7809. llvm-svn: 110535
-
Rafael Espindola authored
llvm-svn: 110534
-
Eric Christopher authored
llvm-svn: 110533
-
Eric Christopher authored
included in exported interfaces. Update a couple of exported interfaces. llvm-svn: 110532
-
Bill Wendling authored
useful after all. llvm-svn: 110531
-
Rafael Espindola authored
llvm-svn: 110529
-
Rafael Espindola authored
llvm-svn: 110528
-
Eric Christopher authored
llvm-svn: 110527
-
Rafael Espindola authored
llvm-svn: 110524
-
- Aug 07, 2010
-
-
Rafael Espindola authored
llvm-svn: 110522
-
Rafael Espindola authored
llvm-svn: 110521
-
Rafael Espindola authored
use opt. llvm-svn: 110520
-
Benjamin Kramer authored
llvm-svn: 110518
-
Benjamin Kramer authored
llvm-svn: 110517
-
Benjamin Kramer authored
llvm-svn: 110516
-
Benjamin Kramer authored
llvm-svn: 110512
-
Owen Anderson authored
llvm-svn: 110505
-
Owen Anderson authored
llvm-svn: 110504
-
Nick Lewycky authored
llvm-svn: 110502
-
Dan Gohman authored
confusing to have different arguments for the same virtual function at different levels of the class hierarchy. llvm-svn: 110500
-
Dan Gohman authored
llvm-svn: 110499
-
Dan Gohman authored
the implicit one. llvm-svn: 110498
-
Dan Gohman authored
llvm-svn: 110496
-
Dan Gohman authored
std::deque, since this is a stack and only supports push/pop on one end, and remove an unimplemented declaration. llvm-svn: 110495
-
Dan Gohman authored
out of PassManager.cpp and into Core.cpp with the rest of the C binding code. llvm-svn: 110494
-
Owen Anderson authored
llvm-svn: 110493
-
Dan Gohman authored
llvm-svn: 110492
-
Dale Johannesen authored
form of CMPSD (etc.) Matching a 128-bit memory operand is wrong, the instruction uses only 64 bits (same as ADDSD etc.) 8193553. llvm-svn: 110491
-
Owen Anderson authored
llvm-svn: 110489
-
Owen Anderson authored
llvm-svn: 110488
-
Rafael Espindola authored
some default values that are not used. llvm-svn: 110485
-
Jakob Stoklund Olesen authored
necessary. Sometimes, live range splitting doesn't shrink the current interval, but simply changes some instructions to use a new interval. That makes the original more suitable for spilling. In this case, we don't need to duplicate the original. llvm-svn: 110481
-
Bruno Cardoso Lopes authored
llvm-svn: 110480
-