aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LowerPacked.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+462