index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
LegalizeTypesSplit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split type expansion into ExpandInteger and ExpandFloat
Duncan Sands
2008-06-17
1
-582
/
+0
*
LegalizeTypes support for INSERT_VECTOR_ELT with
Duncan Sands
2008-06-15
1
-23
/
+35
*
Remove comparison methods for MVT. The main cause
Duncan Sands
2008-06-08
1
-1
/
+1
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-37
/
+34
*
Add some more FIXME's for indexed loads and stores.
Duncan Sands
2008-04-18
1
-0
/
+2
*
Simplify using getIntPtrConstant.
Duncan Sands
2008-03-14
1
-5
/
+3
*
Initial soft-float support for LegalizeTypes. I rewrote
Duncan Sands
2008-03-12
1
-10
/
+4
*
Some LegalizeTypes code factorization and minor
Duncan Sands
2008-03-11
1
-18
/
+21
*
Add a FIXME about the VECTOR_SHUFFLE evil hack.
Duncan Sands
2008-02-27
1
-0
/
+2
*
LegalizeTypes support for EXTRACT_VECTOR_ELT. The
Duncan Sands
2008-02-27
1
-12
/
+108
*
LegalizeTypes support for legalizing the mask
Duncan Sands
2008-02-27
1
-0
/
+55
*
Fix a nasty bug in LegalizeTypes (spotted in
Duncan Sands
2008-02-26
1
-3
/
+2
*
LegalizeTypes support for scalarizing a vector store
Duncan Sands
2008-02-20
1
-0
/
+23
*
* Introduce a new SelectionDAG::getIntPtrConstant method
Chris Lattner
2008-01-17
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Duncan points out that the subtraction is unneeded since hte code
Chris Lattner
2007-12-09
1
-1
/
+1
*
Add support for splitting the operand of a return instruction.
Chris Lattner
2007-12-09
1
-4
/
+15
*
add many new cases to SplitResult. SplitResult now handles all the cases tha...
Chris Lattner
2007-12-08
1
-3
/
+168
*
Implement splitting support for store, allowing us to compile:
Chris Lattner
2007-12-08
1
-3
/
+26
*
implement vector splitting of load, undef, and binops.
Chris Lattner
2007-12-08
1
-4
/
+84
*
add scaffolding for splitting of vectors.
Chris Lattner
2007-12-08
1
-0
/
+122