index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
LegalizeVectorTypes.cpp
Age
Commit message (
Expand
)
Author
2013-04-21
Legalize vector truncates by parts rather than just splitting.
Jim Grosbach
2013-04-21
Tidy up comment grammar.
Jim Grosbach
2013-03-07
SDAG: Handle scalarizing an extend of a <1 x iN> vector.
Jim Grosbach
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-11-29
Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECT
Justin Holewinski
2012-11-29
Teach the legalizer how to handle operands for VSELECT nodes
Justin Holewinski
2012-10-10
Add alternative support for FP_ROUND from v2f32 to v2f64
Michael Liao
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-30
Add support for FMA to WidenVectorResult.
Craig Topper
2012-07-24
Change llvm_unreachable in SplitVectorOperand to report_fatal_error. Keeps re...
Craig Topper
2012-07-23
Tidy up. Fix indentation and remove trailing whitespace.
Craig Topper
2012-07-23
Change llvm_unreachable in SplitVectorResult to report_fatal_error. Keeps rel...
Craig Topper
2012-07-16
Minor cleanup and docs.
Nadav Rotem
2012-07-15
Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ...
Nadav Rotem
2012-06-24
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-04-04
Removed useless switch for default case when switch was covering all the enum...
Pete Cooper
2012-04-03
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...
Pete Cooper
2012-02-15
Added hook to let targets custom lower splitting of illegal vectors
Pete Cooper
2012-01-11
On AVX, we can load v8i32 at a time. The bug happens when two uneven loads ar...
Nadav Rotem
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-03
Fix incorrect widening of the bitcast sdnode in case the incoming operand is ...
Nadav Rotem
2011-12-13
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-11-15
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-10-26
Simplify SplitVecRes_UnaryOp by removing all the code that is
Duncan Sands
2011-10-21
Fix pr11194. When promoting and splitting integers we need to use
Nadav Rotem
2011-10-21
1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...
Nadav Rotem
2011-10-19
Add support for the vector-widening of vselect and vector-setcc
Nadav Rotem
2011-09-23
Tweak the handling of MERGE_VALUES nodes: remove the need for
Duncan Sands
2011-09-06
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-08-31
Fill in type legalization for MERGE_VALUES in all the various cases. Patch b...
Eli Friedman
2011-08-22
Be less redundant.
Nick Lewycky
2011-08-19
Eli points out that this is what report_fatal_error() is for.
Nick Lewycky
2011-08-19
This is not actually unreachable, so don't use llvm_unreachable for it. Since
Nick Lewycky
2011-08-12
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-07-26
Add obvious missing case to switch. PR10497.
Eli Friedman
2011-07-20
PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.
Eli Friedman
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-06-13
Fix a bug in FindMemType. When widening vector loads, use a wider memory type
Nadav Rotem
2011-06-06
Add methods to support the integer-promotion of vector types. Methods to
Nadav Rotem
2011-06-01
Refactor LegalizeTypes: Erase LegalizeAction and make the type legalizer use
Nadav Rotem
2011-03-23
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
Eli Friedman
2011-03-01
Add a few missed unary cases when legalizing vector results. Put some cases
Duncan Sands
2011-02-27
Legalize support for fpextend of vector. PR9309.
Duncan Sands
2011-02-16
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-14
fix PR9210 by implementing some type legalization logic for
Chris Lattner
2011-01-26
[AVX] Support EXTRACT_SUBVECTOR on x86. This provides a default
David Greene
2011-01-07
Change EXTRACT_SUBVECTOR to require a constant index.
Bob Wilson
2010-11-23
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-10-20
Remove Synthesizable from the Type system; as MMX vector
Dale Johannesen
[next]