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
/
test
/
Transforms
Age
Commit message (
Expand
)
Author
2011-09-27
Split the landing pad basic block with the correct function. Also merge the
Bill Wendling
2011-09-26
Convert more tests over to the new atomic instructions.
Eli Friedman
2011-09-26
Upgrade a couple more tests to the new atomic instructions.
Eli Friedman
2011-09-22
PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.
Eli Friedman
2011-09-20
Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...
Eli Friedman
2011-09-20
Update this test to the new EH model.
Bill Wendling
2011-09-20
Update to new EH model.
Bill Wendling
2011-09-19
Update to the new EH syntax.
Bill Wendling
2011-09-19
Dramatically reduce this testcase.
Bill Wendling
2011-09-19
Revert r140083 and r140084 until buildbots can be fixed.
Bill Wendling
2011-09-19
Update test to remove the 'unwind' instruction.
Bill Wendling
2011-09-19
Replace uses of unwind with unreachable for the same effect.
Bill Wendling
2011-09-19
Replace more uses of 'unwind' in the tests with calls to landingpad and
Bill Wendling
2011-09-19
Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...
Eli Friedman
2011-09-19
This testcase is dead. It doesn't inline even if I add the 'alwaysinline'
Bill Wendling
2011-09-19
[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
Andrew Trick
2011-09-15
Reapply r139759. Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-15
Make demanded-elt simplification for shufflevector slightly stronger. Spotte...
Eli Friedman
2011-09-14
objc_retainBlock is not NoModRef because it can update forwarding pointers
Dan Gohman
2011-09-13
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...
Andrew Trick
2011-09-13
Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-13
Generalize test case to handle multiple indvars modes.
Andrew Trick
2011-09-13
[indvars] Fix bugs in floating point IV range checks noticed by inspection.
Andrew Trick
2011-09-12
Conditionalize indvars test that relies on SCEV expansion of geps,
Andrew Trick
2011-09-12
indvars test only relevant for -enable-iv-rewrite.
Andrew Trick
2011-09-12
Conditionalize indvars tests that rely on SCEV expansion of geps,
Andrew Trick
2011-09-12
Removing indvars tests that directly test canonical IVs and nothing else.
Andrew Trick
2011-09-12
Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...
Andrew Trick
2011-09-12
Test case for r139453, WidenIV::GetExtendedOperandRecurrence.
Andrew Trick
2011-09-09
Mark the eh.typeid.for intrinsic as being 'const', which it is inside
Duncan Sands
2011-09-07
When inlining exception handling code into another function, ensure that
Duncan Sands
2011-09-07
Forgot to add this trampoline testcase.
Duncan Sands
2011-09-06
Try again at r138809 (make DSE more aggressive in removing dead stores at the...
Owen Anderson
2011-09-06
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-05
InstSimplify: Don't try to replace an extractvalue/insertvalue pair with the ...
Benjamin Kramer
2011-09-05
Delete trivial landing pads that just continue unwinding the caught
Duncan Sands
2011-09-05
Add some simple insertvalue simplifications, for the purpose of cleaning
Duncan Sands
2011-09-02
Try to eliminate the use of the 'unwind' instruction.
Bill Wendling
2011-09-02
Test case update for unroll-scev.
Andrew Trick
2011-09-02
Extra CHECK-NOT to make sure that GVN transform works properly.
Jakub Staszak
2011-09-02
-unroll-scev flag removal
Andrew Trick
2011-09-02
ConstantVector returns arbitrary value for the wrong index.
Jakub Staszak
2011-09-02
Compare type size instead of type _store_ size to make sure that BitCastInst
Jakub Staszak
2011-09-02
Update to new EH scheme.
Bill Wendling
2011-09-01
Fix test; sorry for any inconvenience.
Eli Friedman
2011-09-01
Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...
Eli Friedman
2011-09-01
Add missing newline.
Eli Friedman
2011-09-01
Update to new EH scheme.
Bill Wendling
2011-09-01
Update to new EH scheme.
Bill Wendling
2011-09-01
Update to new EH scheme.
Bill Wendling
[next]