aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LowerPacked.cpp
AgeCommit message (Expand)Author
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-08-05Silence some warnings from doxygen about @param argument name not matching theReid Spencer
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-02-15For PR1195:Reid Spencer
2007-02-15Change an assert that mentions Packed Type -> Vector Type.Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-12stop using methods that take vectors.Chris Lattner
2007-02-05Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-27For PR950:Reid Spencer
2006-11-26Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling
2006-10-20For PR950:Reid Spencer
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-01-17Lowerpacked and SCCP support for the insertelement operation.Robert Bocchino
2006-01-10Added lower packed support for the extractelement operation.Robert Bocchino
2005-12-26getting there...Duraid Madina
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-19Fix the exposed prototype for the lower packed pass, thanks toChris Lattner
2004-11-18Check in hook that I forgotChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-21Initial checkin of a pass to lower packed operations to scalars operations.Reid Spencer