aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG
Commit message (Expand)AuthorAgeFilesLines
* Do not hoist instruction above branch condition. The instruction may use bran...Devang Patel2008-09-171-0/+18
* Fix simplifycfg crash in handing block merge.Devang Patel2008-09-091-0/+60
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-161-1/+1
* Fix mishandling of the infinite loop case when merging two blocks. ThisChris Lattner2008-07-131-0/+36
* Speculatively execute a block when the the block is the then part of a triang...Evan Cheng2008-06-071-0/+21
* Fix run line.Evan Cheng2008-06-071-1/+1
* Restucture a part of the SimplifyCFG pass and include a testcase.Matthijs Kooijman2008-05-231-0/+131
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-014-4/+4
* Fix PR2256, yet another miscompilation in simplifycfg of iChris Lattner2008-04-281-0/+30
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-61/+0
* Split some code out of the main SimplifyCFG loop into its own function.Chris Lattner2008-04-241-0/+43
* Upgrade tests.Tanya Lattner2008-03-191-62/+62
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1823-501/+453
* Check to see if a two-entry PHI block can be simplifiedDan Gohman2008-03-111-0/+15
* Make this test more challenging to help it avoid beingDan Gohman2008-03-111-2/+8
* Upgrade this test.Dan Gohman2008-03-111-6/+6
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-1022-1422/+1000
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-10/+10
* Firstly, having a BranchInst isn't exclusive with having an unwind_to.Nick Lewycky2008-03-091-0/+18
* A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_toNick Lewycky2008-03-091-0/+8
* Update the inliner and simplifycfg to handle unwind_to.Nick Lewycky2008-03-091-0/+35
* don't hoist FP additions into unconditional adds + selects. This Chris Lattner2008-01-031-0/+26
* Test -simplifycfg only.Devang Patel2007-12-281-46/+23
* If succ has succ itself as one of the predecessors then doDevang Patel2007-12-221-0/+60
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-1/+1
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-2/+0
* Turn invokes of nounwind functions into ordinary calls.Duncan Sands2007-11-221-0/+14
* Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.llChris Lattner2007-11-141-0/+11
* Implement PR1786 by iterating between dead cycle eliminationChris Lattner2007-11-131-0/+100
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-152-2/+2
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1146:Reid Spencer2007-04-221-0/+2
* For PR1319:Reid Spencer2007-04-1526-28/+49
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Can't grep for bool any more.Reid Spencer2007-01-131-1/+1
* Remove a manual renaming of a variable that was introduced beforeReid Spencer2007-01-041-1/+1
* For PR950:Reid Spencer2006-12-312-3/+3
* Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer2006-12-291-1/+1
* For PR950:Reid Spencer2006-12-232-1/+145
* fix buggy testcaseChris Lattner2006-12-161-1/+3
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0246-48/+48
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-231-1/+1
* converting massive blocks of phis into selects like this is silly.Chris Lattner2006-11-181-28/+0
* new testcaseChris Lattner2006-10-291-0/+652
* new testcase for PR957Chris Lattner2006-10-201-0/+35
* new testcase for pr867Chris Lattner2006-08-031-0/+103
* TEstcase that makes simplifycfg infloop.Chris Lattner2006-06-121-0/+613
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1