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
/
LegalizeTypesGeneric.cpp
Age
Commit message (
Expand
)
Author
2009-02-25
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
Evan Cheng
2009-02-22
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-06
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-04
Fill in more omissions in DebugLog propagation.
Dale Johannesen
2009-02-02
Remove trailing spaces.
Duncan Sands
2009-01-31
DebugLoc propagation. Done with file.
Dale Johannesen
2008-12-16
Preserve SourceValue information when lowering produces multiple loads from
Dan Gohman
2008-12-15
Added support to LegalizeType for expanding the operands of scalar to vector
Mon P Wang
2008-12-09
Fix PR3117: not all nodes being legalized. The
Duncan Sands
2008-11-10
Tweak some comments.
Duncan Sands
2008-10-29
Fix PR2977: LegalizeTypes support for expanding
Duncan Sands
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-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-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-20
Share some code that is common between integer and
Duncan Sands