aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LowerPacked.cpp
Commit message (Expand)AuthorAgeFilesLines
* For PR950:Reid Spencer2006-12-311-7/+7
* For PR950:Reid Spencer2006-12-231-5/+38
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+1
* For PR950:Reid Spencer2006-11-271-14/+9
* Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling2006-11-261-8/+5
* For PR950:Reid Spencer2006-10-201-11/+11
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Lowerpacked and SCCP support for the insertelement operation.Robert Bocchino2006-01-171-8/+45
* Added lower packed support for the extractelement operation.Robert Bocchino2006-01-101-0/+31
* getting there...Duraid Madina2005-12-261-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-44/+44
* Fix the exposed prototype for the lower packed pass, thanks toChris Lattner2004-11-191-1/+2
* Check in hook that I forgotChris Lattner2004-11-181-0/+3
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Initial checkin of a pass to lower packed operations to scalars operations.Reid Spencer2004-08-211-0/+359