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