index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
LegalizeIntegerTypes.cpp
Age
Commit message (
Expand
)
Author
2008-10-20
LegalizeTypes support for atomic operation promotion.
Duncan Sands
2008-10-20
Use DAG.getIntPtrConstant rather than DAG.getConstant
Duncan Sands
2008-10-20
Always use either MVT::i1 or getSetCCResultType for
Duncan Sands
2008-10-20
Formatting - no functional change.
Duncan Sands
2008-10-20
Don't use a random type for the select condition,
Duncan Sands
2008-10-03
The result of getSetCCResultType (eg: i32) may be larger
Duncan Sands
2008-09-22
Fix the alignment of loads from constant pool entries when the
Dan Gohman
2008-09-12
Rename ConstantSDNode::getValue to getZExtValue, for consistency
Dan Gohman
2008-08-28
erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...
Gabor Greif
2008-07-27
Rename SDOperand to SDValue.
Dan Gohman
2008-07-17
Factorize some code for determining which libcall to use.
Duncan Sands
2008-07-16
Add support for promoting and expanding AssertZext
Duncan Sands
2008-07-16
Reorder methods alphabetically. No functionality change.
Duncan Sands
2008-07-15
LegalizeTypes support for promotion of bswap.
Duncan Sands
2008-07-15
LegalizeTypes support for promotion of SIGN_EXTEND_INREG.
Duncan Sands
2008-07-15
Reorder the integer promotion methods alphabetically.
Duncan Sands
2008-07-11
It is pointless to turn a UINT_TO_FP into an
Duncan Sands
2008-07-11
Add two missing SINT_TO_FP libcalls.
Duncan Sands
2008-07-11
Port a shift-by-1 optimization from LegalizeDAG: it
Duncan Sands
2008-07-11
Add support for 128 bit shifts and 32 bit shifts
Duncan Sands
2008-07-10
Add support for 128 bit multiplicative operations.
Duncan Sands
2008-07-10
Add a mysteriously missing libcall, FPTOSINT_F80_I32.
Duncan Sands
2008-07-10
Fix a FIXME: use an apint in CTTZ legalization.
Duncan Sands
2008-07-10
Remove PromoteIntRes_FP_ROUND - not sure what it
Duncan Sands
2008-07-10
Make the LegalizeType method naming scheme more regular.
Duncan Sands
2008-07-09
Remove some unneeded includes.
Duncan Sands
2008-07-08
Remove custom expansion from LegalizeTypes when doing
Duncan Sands
2008-07-04
Rather than having a different custom legalization
Duncan Sands
2008-06-30
Support for VAARG. As noted in a comment, this is
Duncan Sands
2008-06-30
Support for promoting select_cc operands.
Duncan Sands
2008-06-25
Add/complete support for integer and float
Duncan Sands
2008-06-23
Port some integer multiplication fixes from LegalizeDAG.
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
[prev]