Now with less tabs!
[oota-llvm.git] / lib / VMCore / AutoUpgrade.cpp
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2006-12-03 Reid SpencerRemove dead code.
2006-11-28 Bill WendlingChanged to using LLVM streams.
2006-11-27 Reid SpencerFor PR950:
2006-05-30 Reid SpencerUndo a patch that breaks llvm-as because the warning...
2006-05-30 Reid SpencerWrite the WARNING message to cout instead of cerr....
2006-04-12 Reid SpencerDon't emit useless warning messages.
2006-03-25 Jim LaskeyCast instruction not inserted into basic block.
2006-03-23 Jim LaskeyAdd some more bulletproofing to auto upgrade of llvm...
2006-03-23 Jim LaskeyChange the argument types of llvm.dbg intrinsics.
2006-03-14 Chris LattnerBugfix, unbreaking CodeGen/PowerPC/cttz.ll
2006-03-14 Jim Laskey1. Handle removal of all arguments for a morphed intrinsic.
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-09 Chris Lattnerautoupgrade memcpy/memmove/memset with signed counts.
2006-03-03 Chris LattnerUnbreak autouprade of llvm.sqrt, simplify some code.
2006-03-02 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-01-27 Reid SpencerFix auto-upgrade of intrinsics to work properly with...
2006-01-23 Reid SpencerFor PR411:
2006-01-20 Chris LattnerRemove dead expression.
2006-01-20 Chris LattnerDon't use invalidated use_iterator's. This fixes a...
2006-01-19 Reid SpencerDon't forget about casting the result of an upgraded...
2006-01-19 Reid SpencerMake get_suffix faster by using a switch on getTypeID...
2006-01-19 Reid SpencerAdd a new interface function to AutoUpgrade for simulta...
2006-01-16 Reid SpencerFor PR411: