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
2009-01-31
Propagate debug info in LegalizeFloatTypes.
Dale Johannesen
2009-01-31
Propagate debug info through MakeLibCall and a
Dale Johannesen
2009-01-21
Cleanup whitespace and comments, and tweak some
Duncan Sands
2009-01-21
Allow targets to legalize operations (with illegal operands) that produces mu...
Sanjiv Gupta
2009-01-01
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2008-12-09
Fix PR3117: not all nodes being legalized. The
Duncan Sands
2008-12-01
Change the interface to the type legalization method
Duncan Sands
2008-11-18
Reapply r59464, this time using the correct type
Duncan Sands
2008-11-18
Revert r59464. It was causing this failure:
Bill Wendling
2008-11-17
Add soft float support for a bunch more operations. Original
Duncan Sands
2008-11-12
Fix unsigned char->ppcf128 conversion.
Dale Johannesen
2008-11-10
Fix PR2667: add soft float support for sint_to_fp/uint_to_fp
Duncan Sands
2008-11-07
Fix unsigned->ppcf128 conversion.
Dale Johannesen
2008-11-05
Fix thinko in ppcf128 expansion of truncating store.
Duncan Sands
2008-11-03
Fix some ppcf128 regressions: make ExpandFloatRes_LOAD
Dale Johannesen
2008-10-31
Add a bunch of libcalls for ppcf128 that were somehow
Duncan Sands
2008-10-29
Fix PR2977: LegalizeTypes support for expanding
Duncan Sands
2008-10-29
Fix 80 column violations.
Duncan Sands
2008-10-28
Fix darwin ppc llvm-gcc build breakage: intercept
Duncan Sands
2008-10-23
Fix thinko - the operand number has nothing to do
Duncan Sands
2008-10-22
LegalizeTypes soft-float support for fpow.
Duncan Sands
2008-10-20
Use DAG.getIntPtrConstant rather than DAG.getConstant
Duncan Sands
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
[prev]
[next]