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
/
LegalizeFloatTypes.cpp
Age
Commit message (
Expand
)
Author
2008-10-09
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-08-28
erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...
Gabor Greif
2008-08-07
Add the remaining fp_round libcalls:
Bruno Cardoso Lopes
2008-07-27
Rename SDOperand to SDValue.
Dan Gohman
2008-07-18
Softfloat support for FDIV. Patch by
Duncan Sands
2008-07-17
LegalizeTypes support for what seems to be the
Duncan Sands
2008-07-17
Factorize some code for determining which libcall to use.
Duncan Sands
2008-07-16
Reorder methods alphabetically. No functionality change.
Duncan Sands
2008-07-15
LegalizeTypes support for fabs on ppc long double.
Duncan Sands
2008-07-10
Add a mysteriously missing libcall, FPTOSINT_F80_I32.
Duncan Sands
2008-07-09
Redo LegalizeTypes soft float support for
Duncan Sands
2008-07-09
Forgot to update the chain result when softening
Duncan Sands
2008-07-09
LegalizeTypes soft float support for FP_TO_SINT and
Duncan Sands
2008-07-09
LegalizeTypes support for powi soft float.
Duncan Sands
2008-07-09
Make the role of MVT::i32 clearer here, and add a
Duncan Sands
2008-07-08
Remove custom expansion from LegalizeTypes when doing
Duncan Sands
2008-07-08
Add missing select_cc libcall line, somehow omitted
Duncan Sands
2008-07-08
LegalizeTypes support for FP_ROUND and FP_EXTEND
Duncan Sands
2008-07-07
LegalizeTypes soft-float support for stores of a
Duncan Sands
2008-07-04
Rather than having a different custom legalization
Duncan Sands
2008-07-02
Fix typo compounded by a cut-and-pasto.
Duncan Sands
2008-06-30
Suppress compiler warning.
Evan Cheng
2008-06-25
Add support for expanding PPC 128 bit floats.
Duncan Sands
2008-06-25
Add/complete support for integer and float
Duncan Sands
2008-06-23
Support for expanding the result of EXTRACT_ELEMENT.
Duncan Sands
2008-06-23
Cleanup up LegalizeTypes handling of loads and
Duncan Sands
2008-06-21
Support for load/store of expanded float types. I
Duncan Sands
2008-06-20
Share some code that is common between integer and
Duncan Sands
2008-06-20
Rename the operation of turning a float type into an
Duncan Sands
2008-06-17
Split type expansion into ExpandInteger and ExpandFloat
Duncan Sands