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
/
LegalizeTypesExpand.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split type expansion into ExpandInteger and ExpandFloat
Duncan Sands
2008-06-17
1
-1465
/
+0
*
Remove comparison methods for MVT. The main cause
Duncan Sands
2008-06-08
1
-8
/
+8
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-104
/
+103
*
Provide an explicit list of operands to MakeLibcall,
Duncan Sands
2008-04-18
1
-64
/
+69
*
Initial libcall support for LegalizeTypes. This is
Duncan Sands
2008-04-14
1
-0
/
+85
*
Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal
Dan Gohman
2008-04-12
1
-3
/
+0
*
detabify llvm, patch by Mike Stump!
Chris Lattner
2008-03-20
1
-1
/
+1
*
More APInt-ification.
Dan Gohman
2008-03-13
1
-4
/
+4
*
Initial soft-float support for LegalizeTypes. I rewrote
Duncan Sands
2008-03-12
1
-4
/
+7
*
Some LegalizeTypes code factorization and minor
Duncan Sands
2008-03-11
1
-8
/
+46
*
APInt-ify this.
Dan Gohman
2008-03-10
1
-3
/
+4
*
Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's
Scott Michel
2008-03-10
1
-13
/
+14
*
Codegen support for i128 UINT_TO_FP. This just fixes a
Dan Gohman
2008-03-05
1
-1
/
+0
*
Codegen support for i128 SINT_TO_FP.
Dan Gohman
2008-03-05
1
-7
/
+22
*
LegalizeTypes support for EXTRACT_VECTOR_ELT. The
Duncan Sands
2008-02-27
1
-3
/
+66
*
Fix a nasty bug in LegalizeTypes (spotted in
Duncan Sands
2008-02-26
1
-2
/
+1
*
Convert MaskedValueIsZero and all its users to use APInt. Also add
Dan Gohman
2008-02-25
1
-4
/
+5
*
Add support to LegalizeTypes for building legal vectors
Duncan Sands
2008-02-24
1
-0
/
+33
*
Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test
Dan Gohman
2008-02-22
1
-23
/
+25
*
Convert Legalize to use the APInt form of ComputeMaskedBits.
Dan Gohman
2008-02-20
1
-10
/
+13
*
Teach LegalizeTypes how to expand the operands of
Duncan Sands
2008-02-16
1
-0
/
+20
*
Teach LegalizeTypes how to expand and promote CTLZ,
Duncan Sands
2008-02-13
1
-1
/
+50
*
Add a isBigEndian method to complement isLittleEndian.
Duncan Sands
2008-02-11
1
-2
/
+2
*
Add truncate and AssertZext result expansion.
Duncan Sands
2008-02-10
1
-0
/
+30
*
Factor the addressing mode and the load/store VT out of LoadSDNode
Dan Gohman
2008-01-30
1
-8
/
+8
*
When expanding an operand, it's not the result value
Duncan Sands
2008-01-29
1
-2
/
+2
*
* Introduce a new SelectionDAG::getIntPtrConstant method
Chris Lattner
2008-01-17
1
-7
/
+7
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add support for splitting the operand of a return instruction.
Chris Lattner
2007-12-09
1
-48
/
+4
*
Split expansion out into its own file.
Chris Lattner
2007-12-08
1
-0
/
+1166