index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
DAGCombiner.cpp
Age
Commit message (
Expand
)
Author
2009-02-06
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-03
Propagation in TargetLowering. Includes passing a DL
Dale Johannesen
2009-02-01
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-02-01
Forgot some more DebugLoc propagations.
Bill Wendling
2009-01-31
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-31
Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible.
Bill Wendling
2009-01-30
More DebugLoc propagation.
Bill Wendling
2009-01-30
More DebugLoc propagation.
Bill Wendling
2009-01-30
More DebugLoc propagation in LOAD etc. methods.
Bill Wendling
2009-01-30
More DebugLoc propagation in floating-point methods.
Bill Wendling
2009-01-30
Standardize comments about folding xforms.
Bill Wendling
2009-01-30
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-30
Propagate debug loc info for some FP arithmetic methods.
Bill Wendling
2009-01-30
Propagate debug loc info for some FP arithmetic methods.
Bill Wendling
2009-01-30
Propagate debug loc info for BIT_CONVERT.
Bill Wendling
2009-01-30
Propagate debug loc info for more *_EXTEND methods.
Bill Wendling
2009-01-30
Propagate debug loc info for ANY_EXTEND.
Bill Wendling
2009-01-30
Propagate debug loc info for some of the *_EXTEND functions.
Bill Wendling
2009-01-30
- Propagate debug loc info for SELECT.
Bill Wendling
2009-01-30
Propagate debug loc info for Shifts.
Bill Wendling
2009-01-30
Propagate debug loc info for XOR and MatchRotate.
Bill Wendling
2009-01-30
Propagate debug loc info for OR. Also clean up some comments.
Bill Wendling
2009-01-30
Perform obvious constant arithmetic folding.
Bill Wendling
2009-01-30
Propagate debug loc info for AND. Also clean up some comments.
Bill Wendling
2009-01-30
Propagate debug loc info in SimplifyBinOpWithSameOpcodeHands.
Bill Wendling
2009-01-30
Propagate debug loc info in SimplifyNodeWithTwoResults.
Bill Wendling
2009-01-30
Propagate debug loc info for MULHS.
Bill Wendling
2009-01-30
Propagate debug loc info for SREM and UREM.
Bill Wendling
2009-01-30
Propagate debug loc info for UDIV.
Bill Wendling
2009-01-30
Propagate debug loc info for SDIV.
Bill Wendling
2009-01-30
Forgot to propagate debug loc info here.
Bill Wendling
2009-01-30
Propagate debug loc info for MUL.
Bill Wendling
2009-01-30
Propagate debug loc info in SUB.
Bill Wendling
2009-01-30
Propagate debug loc info in ADDC and ADDE.
Bill Wendling
2009-01-30
Propagate debug loc info in DAG combine's "ADD".
Bill Wendling
2009-01-30
- Propagate debug loc info in combineSelectAndUse().
Bill Wendling
2009-01-30
Propagate debug location info for the token factor.
Bill Wendling
2009-01-30
Add DebugLoc propagation to some of the methods in DAG combiner.
Bill Wendling
2009-01-29
Make x86's BT instruction matching more thorough, and add some
Dan Gohman
2009-01-28
Make isOperationLegal do what its name suggests, and introduce a
Dan Gohman
2009-01-27
Add an assertion to the form of SelectionDAG::getConstant that takes
Dan Gohman
2009-01-26
Take the next steps in making SDUse more consistent with LLVM Use, and
Dan Gohman
2009-01-23
Fold x-0 to x in unsafe-fp-math mode. This comes up in the
Dan Gohman
2009-01-22
Fix a minor bug in DAGCombiner's folding of SELECT. Folding "select C, 0, 1"
Bob Wilson
2009-01-22
Don't create ISD::FNEG nodes after legalize if they aren't legal.
Dan Gohman
2009-01-22
Add SelectionDAG::getNOT method to construct bitwise NOT operations,
Bob Wilson
2009-01-21
Simplify ReduceLoadWidth's logic: it doesn't need several different
Dan Gohman
2009-01-20
Fix a dagcombine to not generate loads of non-round integer types,
Dan Gohman
2009-01-19
Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when
Dan Gohman
[next]