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
/
LegalizeTypesExpand.cpp
Age
Commit message (
Expand
)
Author
2008-03-20
detabify llvm, patch by Mike Stump!
Chris Lattner
2008-03-13
More APInt-ification.
Dan Gohman
2008-03-12
Initial soft-float support for LegalizeTypes. I rewrote
Duncan Sands
2008-03-11
Some LegalizeTypes code factorization and minor
Duncan Sands
2008-03-10
APInt-ify this.
Dan Gohman
2008-03-10
Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's
Scott Michel
2008-03-05
Codegen support for i128 UINT_TO_FP. This just fixes a
Dan Gohman
2008-03-05
Codegen support for i128 SINT_TO_FP.
Dan Gohman
2008-02-27
LegalizeTypes support for EXTRACT_VECTOR_ELT. The
Duncan Sands
2008-02-26
Fix a nasty bug in LegalizeTypes (spotted in
Duncan Sands
2008-02-25
Convert MaskedValueIsZero and all its users to use APInt. Also add
Dan Gohman
2008-02-24
Add support to LegalizeTypes for building legal vectors
Duncan Sands
2008-02-22
Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test
Dan Gohman
2008-02-20
Convert Legalize to use the APInt form of ComputeMaskedBits.
Dan Gohman
2008-02-16
Teach LegalizeTypes how to expand the operands of
Duncan Sands
2008-02-13
Teach LegalizeTypes how to expand and promote CTLZ,
Duncan Sands
2008-02-11
Add a isBigEndian method to complement isLittleEndian.
Duncan Sands
2008-02-10
Add truncate and AssertZext result expansion.
Duncan Sands
2008-01-30
Factor the addressing mode and the load/store VT out of LoadSDNode
Dan Gohman
2008-01-29
When expanding an operand, it's not the result value
Duncan Sands
2008-01-17
* Introduce a new SelectionDAG::getIntPtrConstant method
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-09
Add support for splitting the operand of a return instruction.
Chris Lattner
2007-12-08
Split expansion out into its own file.
Chris Lattner