API changes for class Use size reduction, wave 1.
[oota-llvm.git] / lib / VMCore / AutoUpgrade.cpp
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-21 Evan ChengUndo 48570. Correctly match mmx shift instructions...
2008-03-19 Evan ChengAdd intrinsics to match mmx shift builtin's with immedi...
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-18 Evan ChengRemove int_x86_sse2_movl_dq. It's replaced with a strin...
2007-12-17 Evan ChengBring back int_x86_sse2_movl_dq intrinsic for backward...
2007-12-14 Anders CarlssonAll MMX shift instructions took a <2 x i32> vector...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
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: