- Jul 09, 2010
-
-
Gabor Greif authored
llvm-svn: 107962
-
- May 28, 2010
-
-
Dan Gohman authored
lib/Transforms/Utils and into lib/Analysis so that Analysis passes can use them. llvm-svn: 104949
-
Dan Gohman authored
llvm-svn: 104945
-
- Feb 16, 2010
-
-
Duncan Sands authored
and T->isPointerTy(). Convert most instances of the first form to the second form. Requested by Chris. llvm-svn: 96344
-
- Feb 15, 2010
-
-
Duncan Sands authored
isInteger, we now have isFloatTy and isIntegerTy. Requested by Chris! llvm-svn: 96223
-
- Jan 30, 2010
-
-
Bob Wilson authored
unconditionally. Besides checking the offset, also check that the underlying object is aligned as much as the load itself. llvm-svn: 94875
-
Bob Wilson authored
llvm-svn: 94863
-
- Jan 29, 2010
-
-
Bob Wilson authored
create a testcase where this matters. The select+load transformation only occurs when isSafeToLoadUnconditionally is true, and in those situations, instcombine also changes the underlying objects to be aligned. This seems like a good idea regardless, and I've verified that it doesn't pessimize the subsequent realignment. llvm-svn: 94850
-
Bob Wilson authored
indices are safe if the result is known to be within the bounds of the underlying object. llvm-svn: 94829
-
- Jan 22, 2010
-
-
Victor Hernandez authored
llvm-svn: 94194
-
Victor Hernandez authored
llvm-svn: 94112
-
- Jan 19, 2010
-
-
Eric Christopher authored
llvm-svn: 93831
-
- Jan 05, 2010
-
-
Chris Lattner authored
llvm-svn: 92685
-