- Mar 01, 2007
-
-
Jim Laskey authored
llvm-svn: 34802
-
Reid Spencer authored
llvm-svn: 34799
-
Reid Spencer authored
llvm-svn: 34798
-
Reid Spencer authored
llvm-svn: 34797
-
Reid Spencer authored
This caused a warning for construction with -1. Avoid the warning by using -1ULL instead. llvm-svn: 34796
-
Reid Spencer authored
llvm-svn: 34795
-
Reid Spencer authored
verbose code to sext/trunc or zext/trunc and APInt with new methods on that class. llvm-svn: 34794
-
Reid Spencer authored
llvm-svn: 34793
-
Reid Spencer authored
redundant and more verbose than the ConstantInt(const APInt&) constructor. llvm-svn: 34792
-
Reid Spencer authored
llvm-svn: 34791
-
Reid Spencer authored
APInt's of unequal bitwidth. llvm-svn: 34790
-
Reid Spencer authored
llvm-svn: 34789
-
Anton Korobeynikov authored
properly aligned llvm-svn: 34788
-
Nicolas Geoffray authored
llvm-svn: 34787
-
Evan Cheng authored
llvm-svn: 34786
-
Evan Cheng authored
llvm-svn: 34785
-
Evan Cheng authored
llvm-svn: 34784
-
Evan Cheng authored
- Some code clean up. llvm-svn: 34783
-
Reid Spencer authored
are not needed as the results are the same with or without it. Patch by Nicholas Lewycky. llvm-svn: 34782
-
Evan Cheng authored
llvm-svn: 34781
-
Reid Spencer authored
llvm-svn: 34780
-
Reid Spencer authored
Thanks for the idea Chris. llvm-svn: 34779
-
Bill Wendling authored
llvm-svn: 34777
-
Reid Spencer authored
llvm-svn: 34775
-
Reid Spencer authored
llvm-svn: 34774
-
Evan Cheng authored
A restore is promoted to copy (or deleted entirely), remove the kill from the last use of the targetted register. llvm-svn: 34773
-
Evan Cheng authored
llvm-svn: 34772
-
Evan Cheng authored
llvm-svn: 34770
-
Evan Cheng authored
llvm-svn: 34768
-
Evan Cheng authored
llvm-svn: 34767
-
Reid Spencer authored
Make GetConstantFactor compute its result using an APInt. llvm-svn: 34765
-
Dale Johannesen authored
member, instead of resetting in every function that uses it. llvm-svn: 34764
-
Evan Cheng authored
llvm-svn: 34763
-
- Feb 28, 2007
-
-
Reid Spencer authored
Adjust to changes in ConstantRange interface. llvm-svn: 34762
-
Reid Spencer authored
interface not depend on Type or ICmpInst. llvm-svn: 34761
-
Reid Spencer authored
from a predicate and an APInt. This is removed from ConstantRange class so that ConstantRange doesn't have to depend on lib/VMCore. llvm-svn: 34760
-
Jim Laskey authored
llvm-svn: 34759
-
Reid Spencer authored
Remove ConstantInt from ConstantRange interface and adjust its users to compensate. llvm-svn: 34758
-
Reid Spencer authored
APInt. The implied type is the integer type that corresponds to the bit width of the APInt. llvm-svn: 34757
-
Reid Spencer authored
First round of ConstantRange changes. This makes all CR constructors use only APInt and not use ConstantInt. Clients are adjusted accordingly. llvm-svn: 34756
-