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
/
LegalizeTypesSplit.cpp
Age
Commit message (
Expand
)
Author
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-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
Add some more FIXME's for indexed loads and stores.
Duncan Sands
2008-03-14
Simplify using getIntPtrConstant.
Duncan Sands
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
Add a FIXME about the VECTOR_SHUFFLE evil hack.
Duncan Sands
2008-02-27
LegalizeTypes support for EXTRACT_VECTOR_ELT. The
Duncan Sands
2008-02-27
LegalizeTypes support for legalizing the mask
Duncan Sands
2008-02-26
Fix a nasty bug in LegalizeTypes (spotted in
Duncan Sands
2008-02-20
LegalizeTypes support for scalarizing a vector store
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
Duncan points out that the subtraction is unneeded since hte code
Chris Lattner
2007-12-09
Add support for splitting the operand of a return instruction.
Chris Lattner
2007-12-08
add many new cases to SplitResult. SplitResult now handles all the cases tha...
Chris Lattner
2007-12-08
Implement splitting support for store, allowing us to compile:
Chris Lattner
2007-12-08
implement vector splitting of load, undef, and binops.
Chris Lattner
2007-12-08
add scaffolding for splitting of vectors.
Chris Lattner