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
/
Transforms
/
Scalar
Age
Commit message (
Expand
)
Author
2009-03-13
Oops...I committed too much.
Bill Wendling
2009-03-13
Temporarily XFAIL this test.
Bill Wendling
2009-03-12
Revert commit 66140 since it caused several failures
Duncan Sands
2009-03-11
Skip interleaved debug info when fast-forwarding through
Dale Johannesen
2009-03-10
Removing a dead debug intrinsic shouldn't trigger
Dale Johannesen
2009-03-10
Do not attempt to do parial redundancy elimination on void values.
John Criswell
2009-03-09
Don't record the increment instruction; just recompute it from the Phi
Dan Gohman
2009-03-09
Fix a few more places where induction variable types were used
Dan Gohman
2009-03-09
Use ReplacedTy instead of recomputing the same value.
Dan Gohman
2009-03-09
Use LoopInfo's getLoopLatch() instead of doing what it does manualy.
Dan Gohman
2009-03-09
Don't use an induction variable type as a memory access type.
Dan Gohman
2009-03-09
Factor out the code that determines the memory access type
Dan Gohman
2009-03-09
Move the sorting of the StrideOrder array earlier so that it doesn't
Dan Gohman
2009-03-09
Delete the isOnlyStride argument, which is unused.
Dan Gohman
2009-03-09
Tidy some LSR debug output: announce the loop it's about to process
Dan Gohman
2009-03-09
reimplement AliasSetTracker in terms of DenseMap instead of hash_map,
Chris Lattner
2009-03-08
teach SROA to handle promoting vector allocas with a memset into them into
Chris Lattner
2009-03-08
Enhance SROA to "promote to scalar" allocas which are
Chris Lattner
2009-03-08
change the MemIntrinsic get/setAlignment method to take an unsigned
Chris Lattner
2009-03-08
Introduce a new MemTransferInst pseudo class, which is a common
Chris Lattner
2009-03-06
add a bunch more passes to the C bindings (PR3734), patch by
Chris Lattner
2009-03-06
While converting an aggregate to scalare, ignore and remove aggregate's debug...
Devang Patel
2009-03-06
this wasn't intended to go in.
Chris Lattner
2009-03-06
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-03-06
Do not count DbgInfoIntrinsic while estimating loop header size.
Devang Patel
2009-03-06
Skip DbgInfoIntrinsic.
Devang Patel
2009-03-06
Don't assign rank numbers to debug intrinsic "calls".
Dale Johannesen
2009-03-06
SRThreshold is meant to be inclusive.
Evan Cheng
2009-03-05
Do not split edges to EH landing pads. It will cause code size explosion.
Evan Cheng
2009-03-05
Fix another case where debug info was affecting
Dale Johannesen
2009-03-05
Add comment to emphasize that the while body is empty.
Bill Wendling
2009-03-05
Fix another case where a dbg.declare meant something
Dale Johannesen
2009-03-04
Re-commit 65975 and a fix for the problem that
Dale Johannesen
2009-03-04
Fix this comment.
Dan Gohman
2009-03-04
Add an assertion for a condition that's always true, and not
Dan Gohman
2009-03-04
complete comment.
Chris Lattner
2009-03-04
this wasn't intended to be committed.
Chris Lattner
2009-03-04
Fix PR3720 by properly propagating alignment information from memcpy/memmove
Chris Lattner
2009-03-04
Always skip ptr-to-ptr bitcasts when counting,
Dale Johannesen
2009-03-04
Make my earlier patch to skip debug intrinsics
Dale Johannesen
2009-03-03
Instruction counters must skip the bitcasts that
Dale Johannesen
2009-03-03
When removing a store to an alloca that has only one
Dale Johannesen
2009-03-03
Use > instead of >=. We want to promote aggregates of 128-bytes.
Bill Wendling
2009-03-03
Reapply r65755, but reversing "<" to ">=".
Bill Wendling
2009-03-03
Fix a bunch of Doxygen syntax issues. Escape special characters,
Dan Gohman
2009-03-03
Don't count DebugInfo instructions in another limit
Dale Johannesen
2009-03-03
When sinking an insn in InstCombine bring its debug
Dale Johannesen
2009-03-02
If branch conditions' one successor is dominating another non-latch successor...
Devang Patel
2009-03-02
Fix PR3694: add an instcombine micro-optimization that helps
Duncan Sands
2009-03-01
Temporarily revert r65755. It was causing failures in the self-hosting
Bill Wendling
[next]