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
/
LegalizeDAGTypes.cpp
Age
Commit message (
Expand
)
Author
2007-12-08
Rename LegalizeDAGTypes.cpp -> LegalizeTypes.cpp
Chris Lattner
2007-12-08
Split the class definition of DAGTypeLegalizer out into a header.
Chris Lattner
2007-12-06
implement the rest of the functionality from SelectionDAGLegalize::ScalarizeV...
Chris Lattner
2007-12-05
more scalarization
Chris Lattner
2007-12-05
scalarize vector binops
Chris Lattner
2007-12-04
Implement framework for scalarizing node results. This is sufficient
Chris Lattner
2007-12-04
start providing framework for scalarizing vectors.
Chris Lattner
2007-11-24
Implement support for custom legalization in DAGTypeLegalizer::ExpandOperand.
Chris Lattner
2007-11-24
Several changes:
Chris Lattner
2007-11-21
Fix a bug in which node A is replaced by node B, but later
Duncan Sands
2007-11-09
Move MinAlign to MathExtras.h.
Duncan Sands
2007-11-09
Fix some load/store logic that would be wrong for
Duncan Sands
2007-11-02
Fix a thinko.
Duncan Sands
2007-10-31
Promotion of sdiv/srem/udiv/urem.
Duncan Sands
2007-10-30
Add support for expanding trunc stores. Consider
Duncan Sands
2007-10-29
Add explicit keywords.
Dan Gohman
2007-10-28
The guaranteed alignment of ptr+offset is only the minimum of
Duncan Sands
2007-10-25
Small formatting changes. Add a sanity check.
Duncan Sands
2007-10-25
Promote SETCC operands.
Duncan Sands
2007-10-25
Correctly extract the ValueType from a VTSDNode.
Duncan Sands
2007-10-22
Support for expanding extending loads of integers with
Duncan Sands
2007-10-22
Fix up the logic for result expanding the various extension
Duncan Sands
2007-10-20
Add promote operand support for [su]int_to_fp.
Chris Lattner
2007-10-20
Add result promotion of FP_TO_*INT, fixing CodeGen/X86/trunc-to-bool.ll
Chris Lattner
2007-10-20
simplify some code.
Chris Lattner
2007-10-20
Implement promote and expand for operands of memcpy and friends.
Chris Lattner
2007-10-19
Add support for a few more nodes.
Duncan Sands
2007-10-19
rename ExpandOperation to ExpandOperationResult, as suggested
Chris Lattner
2007-10-19
Support for expanding ADDE and SUBE.
Duncan Sands
2007-10-19
Implement a few new operations.
Chris Lattner
2007-10-19
Implement expansion of SINT_TO_FP and UINT_TO_FP operands.
Chris Lattner
2007-10-19
implement support for custom expansion of any node type, in one place.
Chris Lattner
2007-10-19
Make use of TLI.ExpandOperation, remove softfloat stuff.
Chris Lattner
2007-10-19
add expand support for bit_convert result, even allowing custom expansion.
Chris Lattner
2007-10-18
Support for ADDC/SUBC.
Duncan Sands
2007-10-17
Return Expand from getOperationAction for all extended
Duncan Sands
2007-10-16
implement promotion of select and select_cc, allowing MallocBench/gs to
Chris Lattner
2007-10-15
implement promotion of BR_CC operands, fixing bisort on ppc.
Chris Lattner
2007-10-15
updates from duncan
Chris Lattner
2007-10-15
Fix some typos. Call getTypeToTransformTo rather than
Duncan Sands
2007-10-15
One mundane change: Change ReplaceAllUsesOfValueWith to *optionally*
Chris Lattner