summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LowerPacked.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove the lower packed pass. It can never work and even the parts that Chris Lattner2008-02-191-448/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Finishing initial docs for all transformations in Passes.html.Gordon Henriksen2007-11-041-2/+2
* Don't bitcast from pointer-to-vector to pointer-to-array whenDan Gohman2007-10-291-20/+4
* Use an array instead of a fixed-length std::vector.Dan Gohman2007-10-291-6/+8
* Do a real assert if there is an unhandled vector instruction insteadDan Gohman2007-10-291-3/+3
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-2/+2
* Silence some warnings from doxygen about @param argument name not matching theReid Spencer2007-08-051-3/+3
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-1/+1
* For PR1195:Reid Spencer2007-02-151-2/+2
* Change an assert that mentions Packed Type -> Vector Type.Reid Spencer2007-02-151-1/+1
* For PR1195:Reid Spencer2007-02-151-19/+19
* stop using methods that take vectors.Chris Lattner2007-02-121-2/+2
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+3
* 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
OpenPOWER on IntegriCloud