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
/
DAGCombiner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
Evan Cheng
2009-02-25
1
-17
/
+23
*
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-22
1
-23
/
+17
*
Fix a bug that David Greene found in the DAGCombiner's logic
Dan Gohman
2009-02-20
1
-2
/
+2
*
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
1
-392
/
+392
*
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
1
-17
/
+11
*
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
1
-1
/
+2
*
Propagation in TargetLowering. Includes passing a DL
Dale Johannesen
2009-02-03
1
-7
/
+9
*
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-02-01
1
-15
/
+12
*
Forgot some more DebugLoc propagations.
Bill Wendling
2009-02-01
1
-17
/
+22
*
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-31
1
-18
/
+24
*
Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible.
Bill Wendling
2009-01-31
1
-58
/
+55
*
More DebugLoc propagation.
Bill Wendling
2009-01-30
1
-87
/
+120
*
More DebugLoc propagation.
Bill Wendling
2009-01-30
1
-43
/
+62
*
More DebugLoc propagation in LOAD etc. methods.
Bill Wendling
2009-01-30
1
-26
/
+42
*
More DebugLoc propagation in floating-point methods.
Bill Wendling
2009-01-30
1
-27
/
+40
*
Standardize comments about folding xforms.
Bill Wendling
2009-01-30
1
-10
/
+10
*
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-30
1
-4
/
+4
*
Propagate debug loc info for some FP arithmetic methods.
Bill Wendling
2009-01-30
1
-13
/
+13
*
Propagate debug loc info for some FP arithmetic methods.
Bill Wendling
2009-01-30
1
-22
/
+30
*
Propagate debug loc info for BIT_CONVERT.
Bill Wendling
2009-01-30
1
-29
/
+46
*
Propagate debug loc info for more *_EXTEND methods.
Bill Wendling
2009-01-30
1
-15
/
+24
*
Propagate debug loc info for ANY_EXTEND.
Bill Wendling
2009-01-30
1
-12
/
+16
*
Propagate debug loc info for some of the *_EXTEND functions.
Bill Wendling
2009-01-30
1
-33
/
+55
*
- Propagate debug loc info for SELECT.
Bill Wendling
2009-01-30
1
-25
/
+32
*
Propagate debug loc info for Shifts.
Bill Wendling
2009-01-30
1
-60
/
+68
*
Propagate debug loc info for XOR and MatchRotate.
Bill Wendling
2009-01-30
1
-32
/
+38
*
Propagate debug loc info for OR. Also clean up some comments.
Bill Wendling
2009-01-30
1
-21
/
+24
*
Perform obvious constant arithmetic folding.
Bill Wendling
2009-01-30
1
-6
/
+8
*
Propagate debug loc info for AND. Also clean up some comments.
Bill Wendling
2009-01-30
1
-21
/
+31
*
Propagate debug loc info in SimplifyBinOpWithSameOpcodeHands.
Bill Wendling
2009-01-30
1
-8
/
+9
*
Propagate debug loc info in SimplifyNodeWithTwoResults.
Bill Wendling
2009-01-30
1
-7
/
+8
*
Propagate debug loc info for MULHS.
Bill Wendling
2009-01-30
1
-2
/
+2
*
Propagate debug loc info for SREM and UREM.
Bill Wendling
2009-01-30
1
-10
/
+12
*
Propagate debug loc info for UDIV.
Bill Wendling
2009-01-30
1
-6
/
+7
*
Propagate debug loc info for SDIV.
Bill Wendling
2009-01-30
1
-12
/
+21
*
Forgot to propagate debug loc info here.
Bill Wendling
2009-01-30
1
-2
/
+4
*
Propagate debug loc info for MUL.
Bill Wendling
2009-01-30
1
-16
/
+21
*
Propagate debug loc info in SUB.
Bill Wendling
2009-01-30
1
-7
/
+8
*
Propagate debug loc info in ADDC and ADDE.
Bill Wendling
2009-01-30
1
-11
/
+13
*
Propagate debug loc info in DAG combine's "ADD".
Bill Wendling
2009-01-30
1
-20
/
+18
*
- Propagate debug loc info in combineSelectAndUse().
Bill Wendling
2009-01-30
1
-16
/
+23
*
Propagate debug location info for the token factor.
Bill Wendling
2009-01-30
1
-5
/
+5
*
Add DebugLoc propagation to some of the methods in DAG combiner.
Bill Wendling
2009-01-30
1
-27
/
+34
*
Make x86's BT instruction matching more thorough, and add some
Dan Gohman
2009-01-29
1
-19
/
+31
*
Make isOperationLegal do what its name suggests, and introduce a
Dan Gohman
2009-01-28
1
-15
/
+17
*
Add an assertion to the form of SelectionDAG::getConstant that takes
Dan Gohman
2009-01-27
1
-6
/
+9
*
Take the next steps in making SDUse more consistent with LLVM Use, and
Dan Gohman
2009-01-26
1
-1
/
+1
*
Fold x-0 to x in unsafe-fp-math mode. This comes up in the
Dan Gohman
2009-01-23
1
-0
/
+3
*
Fix a minor bug in DAGCombiner's folding of SELECT. Folding "select C, 0, 1"
Bob Wilson
2009-01-22
1
-3
/
+5
*
Don't create ISD::FNEG nodes after legalize if they aren't legal.
Dan Gohman
2009-01-22
1
-6
/
+17
[next]