- Mar 02, 2007
-
-
Evan Cheng authored
- Available value use may be deleted (e.g. noop move). llvm-svn: 34841
-
Evan Cheng authored
llvm-svn: 34839
-
Chris Lattner authored
passed in registers, not directly from the pregs themselves. llvm-svn: 34838
-
Chris Lattner authored
llvm-svn: 34837
-
Reid Spencer authored
this to a NOTE: because pari/gp results start to get rounded incorrectly after 192 bits of precision. APInt and pari/gp never differ by more than 1, but APInt is more accurate because it does not lose precision after 192 bits as does pari/gp. llvm-svn: 34834
-
Nick Lewycky authored
llvm-svn: 34833
-
Chris Lattner authored
llvm-svn: 34832
-
Reid Spencer authored
llvm-svn: 34831
-
Reid Spencer authored
llvm-svn: 34828
-
Reid Spencer authored
but not on X86 becuase shift by word size is "undefined". llvm-svn: 34825
-
Dale Johannesen authored
llvm-svn: 34824
-
Reid Spencer authored
llvm-svn: 34822
-
Reid Spencer authored
Constant::isNullValue() in situations where it is possible. llvm-svn: 34821
-
Reid Spencer authored
llvm-svn: 34818
-
- Mar 01, 2007
-
-
Reid Spencer authored
llvm-svn: 34816
-
Reid Spencer authored
using isNullValue() instead of getZExtValue() == 0. llvm-svn: 34815
-
Reid Spencer authored
assert if the ConstantInt's value is large. llvm-svn: 34814
-
Reid Spencer authored
bit width of the ConstantInt being converted. llvm-svn: 34810
-
Reid Spencer authored
and back. While this is not strictly necessary, it does pave the way for future changes in casting. It should now be possible to improve vector casting to deal with un-equal fp/int sizes. llvm-svn: 34808
-
Reid Spencer authored
functional change with this patch. llvm-svn: 34806
-
Jim Laskey authored
llvm-svn: 34805
-
Jim Laskey authored
llvm-svn: 34804
-
Reid Spencer authored
llvm-svn: 34803
-
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
-