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
/
LegalizeTypesExpand.cpp
Age
Commit message (
Expand
)
Author
2008-06-17
Split type expansion into ExpandInteger and ExpandFloat
Duncan Sands
2008-06-08
Remove comparison methods for MVT. The main cause
Duncan Sands
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-04-18
Provide an explicit list of operands to MakeLibcall,
Duncan Sands
2008-04-14
Initial libcall support for LegalizeTypes. This is
Duncan Sands
2008-04-12
Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal
Dan Gohman
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