- Jan 19, 2006
-
-
Chris Lattner authored
need the float->double part. llvm-svn: 25452
-
Chris Lattner authored
llvm-svn: 25451
-
Chris Lattner authored
llvm-svn: 25450
-
Reid Spencer authored
llvm-svn: 25449
-
Reid Spencer authored
boolean flag if we read a function prototype that needs upgrading. 2. Don't upgrade the CallInst instruction until after its been inserted into the basic block, and only if we know that we have seen an upgraded intrinsic function. llvm-svn: 25448
-
Reid Spencer authored
in the case where it needs to cast back to a signed type. llvm-svn: 25447
-
Reid Spencer authored
2. Have UpgradeInstrinicCall return an Instruction* instead of a CallInst* and return the needed CastInst* if the result of the upgraded call needs to be casted back to a signed type. llvm-svn: 25446
-
Reid Spencer authored
need to be upgraded. llvm-svn: 25445
-
Evan Cheng authored
from add / sub. llvm-svn: 25444
-
Chris Lattner authored
llvm-svn: 25443
-
Chris Lattner authored
llvm-svn: 25442
-
Reid Spencer authored
of comparisons on the various type objects. llvm-svn: 25441
-
Evan Cheng authored
llvm-svn: 25440
-
Chris Lattner authored
llvm-svn: 25439
-
Evan Cheng authored
(or (x >> c) | (y << (32 - c))) ==> (shrd x, y, c) (or (x << c) | (y >> (32 - c))) ==> (shld x, y, c) llvm-svn: 25438
-
Evan Cheng authored
in the pattern. llvm-svn: 25437
-
Evan Cheng authored
llvm-svn: 25436
-
Evan Cheng authored
llvm-svn: 25435
-
Reid Spencer authored
llvm-svn: 25434
-
Reid Spencer authored
interface requires unsigned arguments. llvm-svn: 25433
-
Reid Spencer authored
the Function and the CallInst: UpgradeCallsToIntrinsic(Function*). Also, re-factor the AutoUpgrade implementation to eliminate some duplication of code. llvm-svn: 25432
-
Reid Spencer authored
floating point intrinsics. llvm-svn: 25431
-
Chris Lattner authored
hypothetical future boog. llvm-svn: 25430
-
Chris Lattner authored
unbreaks front-ends that don't use __main (like the new CFE). llvm-svn: 25429
-
Andrew Lenharth authored
llvm-svn: 25428
-
- Jan 18, 2006
-
-
Andrew Lenharth authored
llvm-svn: 25427
-
Nate Begeman authored
Now all constant folding in the code generator is in one place. llvm-svn: 25426
-
Chris Lattner authored
support FSIN/FCOS nodes, do not lower sin/cos to them. llvm-svn: 25425
-
Chris Lattner authored
library list as well. This should help bugpoint. llvm-svn: 25424
-
Chris Lattner authored
llvm-svn: 25423
-
Chris Lattner authored
llvm-svn: 25422
-
Chris Lattner authored
llvm-svn: 25421
-
Chris Lattner authored
llvm-svn: 25420
-
Chris Lattner authored
fixes: test/Regression/CodeGen/Generic/2005-01-18-SetUO-InfLoop.ll llvm-svn: 25419
-
Chris Lattner authored
llvm-svn: 25418
-
Jim Laskey authored
support now works in gdb. llvm-svn: 25417
-
Evan Cheng authored
llvm-svn: 25416
-
Evan Cheng authored
llvm-svn: 25415
-
- Jan 17, 2006
-
-
John Criswell authored
llvm-svn: 25414
-
Evan Cheng authored
llvm-svn: 25413
-