Dan Gohman
|
6f34abd092
|
Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,
respectively.
llvm-svn: 97531
|
2010-03-02 01:11:08 +00:00 |
Duncan Sands
|
19d0b47b1f
|
There are two ways of checking for a given type, for example isa<PointerType>(T)
and T->isPointerTy(). Convert most instances of the first form to the second form.
Requested by Chris.
llvm-svn: 96344
|
2010-02-16 11:11:14 +00:00 |
Duncan Sands
|
9dff9bec31
|
Uniformize the names of type predicates: rather than having isFloatTy and
isInteger, we now have isFloatTy and isIntegerTy. Requested by Chris!
llvm-svn: 96223
|
2010-02-15 16:12:20 +00:00 |
Owen Anderson
|
fa1edea9ce
|
Fix comment.
llvm-svn: 93679
|
2010-01-17 06:49:03 +00:00 |
Benjamin Kramer
|
a81a6dff0d
|
Convert a ton of simple integer type equality tests to the new predicate.
llvm-svn: 92760
|
2010-01-05 20:07:06 +00:00 |
Chris Lattner
|
dc054bf39a
|
split mul/div/rem instructions out to their own file.
llvm-svn: 92689
|
2010-01-05 06:09:35 +00:00 |