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
Age
Commit message (
Expand
)
Author
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
DebugLoc form of getNOT().
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 info when building SelectionDAG.
Dale Johannesen
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
Explicitly add PseudoSourceValue information when lowering
Dan Gohman
2009-01-29
Make a few things const, fix some comments, and simplify
Dan Gohman
2009-01-29
Fix two typos that Duncan spotted in a comment.
Dan Gohman
2009-01-29
In the case of an extractelement on an insertelement value,
Dan Gohman
2009-01-29
Revert r63273. This was already implemented by Dale. There's no need for my
Bill Wendling
2009-01-29
- Add DebugLoc to getTargetNode().
Bill Wendling
2009-01-29
Make x86's BT instruction matching more thorough, and add some
Dan Gohman
2009-01-29
Add DebugLoc-sensitive versions of many node creation
Dale Johannesen
2009-01-28
Add DebugLoc to the getNode() methods.
Bill Wendling
2009-01-28
Add DebugLoc-aware constructors for SDNode derived
Dale Johannesen
2009-01-28
Fixed extract element when the result needs to be promoted and the input wide...
Mon P Wang
2009-01-28
Make isOperationLegal do what its name suggests, and introduce a
Dan Gohman
2009-01-28
Formatting.
Duncan Sands
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
Use ValueType::bitsLT to simplify some code.
Dan Gohman
2009-01-28
Use ZERO_EXTEND instead of ANY_EXTEND when promoting
Dan Gohman
2009-01-27
Add an assertion to the form of SelectionDAG::getConstant that takes
Dan Gohman
2009-01-27
Delete redundant return statements.
Dan Gohman
2009-01-26
Fix PR3393, which amounts to a bug in the expensive
Duncan Sands
2009-01-26
During bittest switch lowering emit shift in the test block, which should (th...
Anton Korobeynikov
2009-01-26
Take the next steps in making SDUse more consistent with LLVM Use, and
Dan Gohman
[prev]
[next]