summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
Commit message (Expand)AuthorAge
...
* Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNodeDan Gohman2010-01-09
* Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.Dan Gohman2009-12-11
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* Added support to allow clients to custom widen. For X86, custom widen vectors...Mon P Wang2009-11-30
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the Eli Friedman2009-06-06
* Remove special cases for more opcodes.Eli Friedman2009-05-27
* Add a comment which should hopefully make the purpose of this method a Eli Friedman2009-05-24
* Add a new step to legalization to legalize vector math operations. This Eli Friedman2009-05-23