aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/AutoUpgrade.cpp
AgeCommit message (Expand)Author
2006-05-30Undo a patch that breaks llvm-as because the warning message is written toReid Spencer
2006-05-30Write the WARNING message to cout instead of cerr. Writing to cerr causesReid Spencer
2006-04-12Don't emit useless warning messages.Reid Spencer
2006-03-25Cast instruction not inserted into basic block.Jim Laskey
2006-03-23Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics.Jim Laskey
2006-03-23Change the argument types of llvm.dbg intrinsics.Jim Laskey
2006-03-14Bugfix, unbreaking CodeGen/PowerPC/cttz.llChris Lattner
2006-03-141. Handle removal of all arguments for a morphed intrinsic.Jim Laskey
2006-03-13Handle the removal of the debug chain.Jim Laskey
2006-03-09autoupgrade memcpy/memmove/memset with signed counts.Chris Lattner
2006-03-03Unbreak autouprade of llvm.sqrt, simplify some code.Chris Lattner
2006-03-02Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner
2006-01-27Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer
2006-01-23For PR411:Reid Spencer
2006-01-20Remove dead expression.Chris Lattner
2006-01-20Don't use invalidated use_iterator's. This fixes a crash compiling povrayChris Lattner
2006-01-19Don't forget about casting the result of an upgraded call to an intrinsicReid Spencer
2006-01-19Make get_suffix faster by using a switch on getTypeID rather than a seriesReid Spencer
2006-01-19Add a new interface function to AutoUpgrade for simultaneously upgradingReid Spencer
2006-01-16For PR411:Reid Spencer