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
2011-03-17
BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...
Benjamin Kramer
2011-03-17
Move more logic into getTypeForExtArgOrReturn.
Cameron Zwarich
2011-03-17
Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().
Cameron Zwarich
2011-03-16
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
2011-03-16
Don't recompute something that we already have in a local variable.
Cameron Zwarich
2011-03-15
sext(undef) = 0, because the top bits will all be the same.
Evan Cheng
2011-03-14
BIT_CONVERT has been renamed to BITCAST.
Evan Cheng
2011-03-14
Minor optimization. sign-ext/anyext of undef is still undef.
Evan Cheng
2011-03-11
Teach FastISel to support register-immediate-immediate instructions.
Owen Anderson
2011-03-11
Replace -dag-chain-limit flag with constant. It has survived a release cycle ...
Andrew Trick
2011-03-11
Avoid replacing the value of a directly stored load with the stored value if ...
Evan Cheng
2011-03-10
Re-commit 127368 and 127371. They are exonerated.
Evan Cheng
2011-03-09
Revert 127368 and 127371 for now.
Evan Cheng
2011-03-09
Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more
Evan Cheng
2011-03-09
Improve pre-RA-sched register pressure tracking for duplicate operands.
Andrew Trick
2011-03-09
Fix typo, make helper static.
Benjamin Kramer
2011-03-08
Fix some latent bugs if the nodes are unschedulable. We'd gotten away
Eric Christopher
2011-03-08
Further improvements to pre-RA-sched=list-ilp.
Andrew Trick
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-06
Typo.
Eric Christopher
2011-03-06
Disable a couple of experimental heuristics to get the best results from the ...
Andrew Trick
2011-03-05
Be explicit with abs(). Visual Studio workaround.
Andrew Trick
2011-03-05
Fix for -sched-high-latency-cycles in sched=list-ilp mode.
Andrew Trick
2011-03-05
Missing comment.
Andrew Trick
2011-03-05
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-04
Revert commit 126684 "Use the correct shift amount type". It is only the cor...
Duncan Sands
2011-03-04
Minor pre-RA-sched fixes and cleanup.
Andrew Trick
2011-03-03
There are times when the landing pad won't have a call to 'eh.selector' in
Bill Wendling
2011-03-03
Revert r123908; the code in question is completely untested and wrong.
Eli Friedman
2011-03-02
Avoid exponential blow-up when printing DAGs.
Bob Wilson
2011-03-02
Can't introduce floating-point immediate constants after legalization.
Stuart Hastings
2011-03-01
Add a few missed unary cases when legalizing vector results. Put some cases
Duncan Sands
2011-03-01
trailing whitespace.
Jim Grosbach
2011-03-01
Generalize the register matching code in DAGISel a bit.
Jim Grosbach
2011-02-28
Use the correct shift amount type.
Owen Anderson
2011-02-28
Clean whitespace.
Owen Anderson
2011-02-27
Legalize support for fpextend of vector. PR9309.
Duncan Sands
2011-02-27
Fix typos in the comments.
Nadav Rotem
2011-02-27
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
Tobias Grosser
2011-02-26
Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega...
Benjamin Kramer
2011-02-25
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
Fix formatting of debug helper string.
Jim Grosbach
2011-02-25
Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory it
Cameron Zwarich
2011-02-25
We only want to zero extend the existing information if the bit width is
Cameron Zwarich
2011-02-24
Enable support for vector sext and trunc:
Nadav Rotem
2011-02-24
Merge information about the number of zero, one, and sign bits of live-out
Cameron Zwarich
2011-02-24
Add a getNumSignBits() method to APInt.
Cameron Zwarich
2011-02-24
Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it whenever
Cameron Zwarich
2011-02-24
Track blocks visited in reverse postorder.
Cameron Zwarich
[prev]
[next]