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
*
One more transformation.
Dale Johannesen
2008-12-02
1
-0
/
+8
*
Add a few more transformations.
Dale Johannesen
2008-12-02
1
-0
/
+24
*
Add a missing case in visitADD.
Dale Johannesen
2008-11-27
1
-0
/
+3
*
If the type legalizer actually legalized anything
Duncan Sands
2008-11-24
1
-181
/
+178
*
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-23
1
-1
/
+1
*
- Move conversion of [SU]ADDO from DAG combiner into legalizer.
Bill Wendling
2008-11-22
1
-34
/
+0
*
Default to converting UADDO to the generic form that SADDO is converted to.
Bill Wendling
2008-11-21
1
-1
/
+1
*
Remove chains. Unnecessary.
Bill Wendling
2008-11-21
1
-6
/
+4
*
Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC"
Bill Wendling
2008-11-21
1
-3
/
+9
*
Implement the sadd_with_overflow intrinsic. This is converted into
Bill Wendling
2008-11-21
1
-0
/
+30
*
Fix for PR3040:
Bill Wendling
2008-11-11
1
-18
/
+35
*
Added support for the following definition of shufflevector
Mon P Wang
2008-11-10
1
-2
/
+6
*
Type of shuffle mask has changed.
Evan Cheng
2008-11-05
1
-1
/
+2
*
Don't produce invalid comparisons after legalize.
Chris Lattner
2008-10-28
1
-2
/
+4
*
Use a legal integer type for vector shuffle mask
Duncan Sands
2008-10-19
1
-4
/
+4
*
Teach DAGCombine to fold constant offsets into GlobalAddress nodes,
Dan Gohman
2008-10-18
1
-0
/
+22
*
Define patterns for shld and shrd that match immediate
Dan Gohman
2008-10-17
1
-5
/
+9
*
Rename LoadX to LoadExt.
Evan Cheng
2008-10-14
1
-12
/
+12
*
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-09
1
-3
/
+3
*
Rename ConstantSDNode's getSignExtended to getSExtValue, for
Dan Gohman
2008-09-26
1
-7
/
+7
*
Reapplying r56550
Bill Wendling
2008-09-24
1
-13
/
+13
*
Temporarily revert r56550 until missing commit can be added.
Eric Christopher
2008-09-24
1
-13
/
+13
*
Refactor the constant folding code into it's own function. And call it from both
Bill Wendling
2008-09-24
1
-13
/
+13
*
Per review feedback: Only perform
Evan Cheng
2008-09-22
1
-39
/
+27
*
Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and
Dan Gohman
2008-09-12
1
-1
/
+1
*
Rename ConstantSDNode::getValue to getZExtValue, for consistency
Dan Gohman
2008-09-12
1
-41
/
+48
*
In visitUREM, arrange for the temporary UDIV node to be
Dan Gohman
2008-09-08
1
-0
/
+1
*
Revert my previous change -- the subtraction of two constants was a no-op
Bill Wendling
2008-09-08
1
-1
/
+1
*
Convert
Bill Wendling
2008-09-07
1
-1
/
+1
*
Fix a search+replace-o.
Dan Gohman
2008-09-05
1
-1
/
+1
*
Clean up uses of TargetLowering::getTargetMachine.
Dan Gohman
2008-09-04
1
-4
/
+4
*
Another situation where ROTR is cheaper than ROTL.
Bill Wendling
2008-08-31
1
-3
/
+3
*
For this pattern, ROTR is the cheaper option.
Bill Wendling
2008-08-31
1
-4
/
+4
*
- Fix comment so that it describes how the code really works:
Bill Wendling
2008-08-31
1
-6
/
+6
*
fix some 80-col violations
Gabor Greif
2008-08-30
1
-19
/
+23
*
Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shi...
Evan Cheng
2008-08-30
1
-0
/
+60
*
Fix 80 col. violations.
Evan Cheng
2008-08-29
1
-2
/
+4
*
Back out 55498. It broken Apple style bootstrapping.
Evan Cheng
2008-08-29
1
-106
/
+81
*
erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...
Gabor Greif
2008-08-28
1
-299
/
+299
*
Optimize DAGCombiner's worklist processing. Previously it started
Dan Gohman
2008-08-28
1
-77
/
+102
*
disallow direct access to SDValue::ResNo, provide a getter instead
Gabor Greif
2008-08-26
1
-2
/
+2
*
Disable DAGCombine's alignment inference in "fast" codegen mode.
Dan Gohman
2008-08-20
1
-5
/
+8
*
Improve support for vector casts in LLVM IR and CodeGen.
Dan Gohman
2008-08-14
1
-0
/
+4
*
Take the FrameOffset into account when computing the alignment
Dan Gohman
2008-08-11
1
-1
/
+1
*
Improve dagcombining for sext-loads and sext-in-reg nodes.
Dan Gohman
2008-07-31
1
-9
/
+21
*
Rename SDOperand to SDValue.
Dan Gohman
2008-07-27
1
-701
/
+701
*
Tidy SDNode::use_iterator, and complete the transition to have it
Dan Gohman
2008-07-27
1
-8
/
+8
*
Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to ou...
Evan Cheng
2008-07-22
1
-1
/
+2
*
Add titles to the various SelectionDAG viewGraph calls
Dan Gohman
2008-07-21
1
-18
/
+0
*
Add VerifyNode, a place to put sanity checks on
Duncan Sands
2008-07-21
1
-1
/
+2
[next]