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
/
SimplifyCFG
Age
Commit message (
Expand
)
Author
2008-10-03
Nick Lewycky's patch.
Devang Patel
2008-09-17
Do not hoist instruction above branch condition. The instruction may use bran...
Devang Patel
2008-09-09
Fix simplifycfg crash in handing block merge.
Devang Patel
2008-08-16
Remove GCSE and LoadVN from the testsuite.
Owen Anderson
2008-07-13
Fix mishandling of the infinite loop case when merging two blocks. This
Chris Lattner
2008-06-07
Speculatively execute a block when the the block is the then part of a triang...
Evan Cheng
2008-06-07
Fix run line.
Evan Cheng
2008-05-23
Restucture a part of the SimplifyCFG pass and include a testcase.
Matthijs Kooijman
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-01
Update old-style syntax in some "not grep" tests.
Dan Gohman
2008-04-28
Fix PR2256, yet another miscompilation in simplifycfg of i
Chris Lattner
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-24
Split some code out of the main SimplifyCFG loop into its own function.
Chris Lattner
2008-03-19
Upgrade tests.
Tanya Lattner
2008-03-18
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-11
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-11
Make this test more challenging to help it avoid being
Dan Gohman
2008-03-11
Upgrade this test.
Dan Gohman
2008-03-10
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-10
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-09
Firstly, having a BranchInst isn't exclusive with having an unwind_to.
Nick Lewycky
2008-03-09
A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to
Nick Lewycky
2008-03-09
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-01-03
don't hoist FP additions into unconditional adds + selects. This
Chris Lattner
2007-12-28
Test -simplifycfg only.
Devang Patel
2007-12-22
If succ has succ itself as one of the predecessors then do
Devang Patel
2007-11-28
Add some convenience methods for querying attributes, and
Duncan Sands
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-22
Turn invokes of nounwind functions into ordinary calls.
Duncan Sands
2007-11-14
Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll
Chris Lattner
2007-11-13
Implement PR1786 by iterating between dead cycle elimination
Chris Lattner
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-22
For PR1146:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-01-13
Can't grep for bool any more.
Reid Spencer
2007-01-04
Remove a manual renaming of a variable that was introduced before
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-29
Update tests that need to be run through llvm-upgrade. This is necessary
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-16
fix buggy testcase
Chris Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-23
Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
Reid Spencer
2006-11-18
converting massive blocks of phis into selects like this is silly.
Chris Lattner
2006-10-29
new testcase
Chris Lattner
2006-10-20
new testcase for PR957
Chris Lattner
2006-08-03
new testcase for pr867
Chris Lattner
2006-06-12
TEstcase that makes simplifycfg infloop.
Chris Lattner
[next]