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
/
LegalizeTypes.cpp
Age
Commit message (
Expand
)
Author
2008-07-27
Rename SDOperand to SDValue.
Dan Gohman
2008-07-27
Tidy SDNode::use_iterator, and complete the transition to have it
Dan Gohman
2008-07-21
Add titles to the various SelectionDAG viewGraph calls
Dan Gohman
2008-07-14
Ignore TargetConstant with an illegal type. These
Duncan Sands
2008-07-10
Remove PromoteIntRes_FP_ROUND - not sure what it
Duncan Sands
2008-07-10
Make sure the alignment of the temporary created
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-07
Add explicit keywords.
Dan Gohman
2008-07-02
Let AnalyzeNewNode take care of calling ExpungeNode.
Duncan Sands
2008-06-30
ExpungeNode is only needed for new nodes! This
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
2008-06-15
LegalizeTypes support for INSERT_VECTOR_ELT with
Duncan Sands
2008-06-11
Sometimes (rarely) nodes held in LegalizeTypes
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-16
Ongoing work on improving the instruction selection infrastructure:
Roman Levenstein
2008-04-14
Initial libcall support for LegalizeTypes. This is
Duncan Sands
2008-04-13
LegalizeTypes can sometimes have deleted nodes
Duncan Sands
2008-04-12
Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal
Dan Gohman
2008-04-07
Re-commit of the r48822, where the infinite looping problem discovered
Roman Levenstein
2008-04-03
Backing out 48222 temporarily.
Evan Cheng
2008-03-26
Use a linked data structure for the uses lists of an SDNode, just like
Roman Levenstein
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-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
In debug builds check that the key property holds: all
Duncan Sands
2008-02-04
I don't see how NodeUpdated can be called with a
Duncan Sands
2008-02-03
Fix typo
Chris Lattner
2008-02-03
handle the case where a node can become ready to process
Chris Lattner
2008-02-03
Use the new infrastructure for listening to node updates to
Chris Lattner
2008-02-03
add a -view-legalize-types-dags option, for viewing the dags going into legal...
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-08
implement some methods.
Chris Lattner
2007-12-08
add scaffolding for splitting of vectors.
Chris Lattner
2007-12-08
split scalarization out to its own file.
Chris Lattner
2007-12-08
Split expansion out into its own file.
Chris Lattner
2007-12-08
Split promotion support out to its own file.
Chris Lattner
2007-12-08
Rename LegalizeDAGTypes.cpp -> LegalizeTypes.cpp
Chris Lattner