Finishing initial docs for all transformations in Passes.html.
[oota-llvm.git] / lib / Transforms / Scalar / LowerPacked.cpp
2007-11-04 Gordon HenriksenFinishing initial docs for all transformations in Passe...
2007-10-29 Dan GohmanDon't bitcast from pointer-to-vector to pointer-to...
2007-10-29 Dan GohmanUse an array instead of a fixed-length std::vector.
2007-10-29 Dan GohmanDo a real assert if there is an unhandled vector instru...
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-05 Reid SpencerSilence some warnings from doxygen about @param argumen...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerChange an assert that mentions Packed Type -> Vector...
2007-02-15 Reid SpencerFor PR1195:
2007-02-12 Chris Lattnerstop using methods that take vectors.
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Bill WendlingRemoved #include <iostream> and replaced with llvm_...
2006-10-20 Reid SpencerFor PR950:
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-01-17 Robert BocchinoLowerpacked and SCCP support for the insertelement...
2006-01-10 Robert BocchinoAdded lower packed support for the extractelement opera...
2005-12-26 Duraid Madinagetting there...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-19 Chris LattnerFix the exposed prototype for the lower packed pass...
2004-11-18 Chris LattnerCheck in hook that I forgot
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-21 Reid SpencerInitial checkin of a pass to lower packed operations...