index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
LegalizeVectorOps.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change UpdateNodeOperands' operand and return value from SDValue to
Dan Gohman
2010-06-18
1
-1
/
+1
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-1
/
+1
*
Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode
Dan Gohman
2010-01-09
1
-1
/
+4
*
Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.
Dan Gohman
2009-12-11
1
-0
/
+1
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-1
/
+1
*
Added support to allow clients to custom widen. For X86, custom widen vectors...
Mon P Wang
2009-11-30
1
-55
/
+2
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-1
/
+1
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-11
/
+11
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-2
/
+2
*
Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the
Eli Friedman
2009-06-06
1
-3
/
+7
*
Remove special cases for more opcodes.
Eli Friedman
2009-05-27
1
-2
/
+2
*
Add a comment which should hopefully make the purpose of this method a
Eli Friedman
2009-05-24
1
-0
/
+3
*
Add a new step to legalization to legalize vector math operations. This
Eli Friedman
2009-05-23
1
-0
/
+332