| Commit message (Expand) | Author | Age | Files | Lines |
* | Make this testcase actually recursive. I accidentally committed the wrong co... | Owen Anderson | 2006-09-02 | 1 | -1/+2 |
* | Make ArgumentPromotion handle recursive functions that pass pointers in their... | Owen Anderson | 2006-09-02 | 1 | -0/+16 |
* | Improve handling of SelectInst. | Nick Lewycky | 2006-09-02 | 2 | -1/+185 |
* | This program crashes the PredicateSimplifier. Not marked XFAIL because | Nick Lewycky | 2006-08-31 | 1 | -0/+36 |
* | Add PredicateSimplifier pass. Collapses equal variables into one form | Nick Lewycky | 2006-08-28 | 4 | -0/+223 |
* | opt no longer reads .ll files. Run llvm-as explicitly. | Chris Lattner | 2006-08-27 | 13 | -13/+13 |
* | Implement unrolling of multiblock loops. This significantly improves the | Owen Anderson | 2006-08-24 | 1 | -0/+18 |
* | For PR872: | Reid Spencer | 2006-08-18 | 13 | -13/+13 |
* | new testcase from PR877 | Chris Lattner | 2006-08-14 | 1 | -0/+466 |
* | New testcase, this used to take hours to loopsimplify. | Chris Lattner | 2006-08-12 | 2 | -0/+5 |
* | new testcase for pr867 | Chris Lattner | 2006-08-03 | 1 | -0/+103 |
* | testcase for PR827 | Chris Lattner | 2006-07-12 | 1 | -0/+843 |
* | Add tests for 16-bit byteswaps. | Chris Lattner | 2006-07-10 | 1 | -1/+15 |
* | Add a test for the LCSSA issue I just fixed. | Owen Anderson | 2006-07-09 | 1 | -0/+31 |
* | Testcase for PR820 | Chris Lattner | 2006-07-07 | 1 | -0/+138 |
* | Infinite loop in instcombine that nate hit. | Chris Lattner | 2006-06-28 | 1 | -0/+21 |
* | New testcase, reduced by nate, which crashes DSE | Chris Lattner | 2006-06-27 | 1 | -0/+1118 |
* | Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case | Owen Anderson | 2006-06-27 | 1 | -0/+31 |
* | testcase that crashes dead arg elim. | Chris Lattner | 2006-06-27 | 1 | -0/+13 |
* | new testcase that crashes indvars | Chris Lattner | 2006-06-17 | 1 | -0/+21 |
* | new testcase, instcombine should turn these into llvm.bswap intrinsics. | Chris Lattner | 2006-06-15 | 1 | -0/+28 |
* | new testcase, distilled from povray | Chris Lattner | 2006-06-14 | 1 | -0/+44 |
* | TEstcase that makes simplifycfg infloop. | Chris Lattner | 2006-06-12 | 1 | -0/+613 |
* | Make sure that LCSSA works properly when it encounters an exit block that has | Owen Anderson | 2006-06-12 | 1 | -0/+28 |
* | Update the regression tests, and add a new one encountered while compiling cr... | Owen Anderson | 2006-06-04 | 2 | -2/+28 |
* | testcase for the recent inliner improvement. | Chris Lattner | 2006-06-01 | 1 | -0/+40 |
* | Require both tests to pass. | Owen Anderson | 2006-05-29 | 1 | -1/+1 |
* | Update the testcase to check the full extent of LCSSA. | Owen Anderson | 2006-05-29 | 1 | -0/+1 |
* | New testcase: check that the inliner constant folds instructions on the | Chris Lattner | 2006-05-27 | 1 | -0/+15 |
* | Trivial testcase that LCSSA can already handle. | Owen Anderson | 2006-05-26 | 2 | -0/+28 |
* | New testcase for trivial DSE | Chris Lattner | 2006-05-26 | 1 | -1/+8 |
* | new testcase | Chris Lattner | 2006-05-25 | 1 | -0/+8 |
* | new testcases | Chris Lattner | 2006-05-25 | 1 | -0/+12 |
* | The patch corresponding to this test had to be reverted as unsafe. | Chris Lattner | 2006-05-25 | 1 | -0/+1 |
* | Testcase for a new instcombine xform, patch contributed by Nick Lewycky! | Chris Lattner | 2006-05-24 | 1 | -0/+8 |
* | New testcase for instcombine | Chris Lattner | 2006-05-13 | 1 | -0/+9 |
* | New testcase, check that dead code doesn't pessimize instcombine | Chris Lattner | 2006-05-10 | 1 | -0/+12 |
* | This test passes now, remove xfail marker | Chris Lattner | 2006-05-07 | 1 | -2/+1 |
* | new testcase from ghostscript that inf looped instcombine | Chris Lattner | 2006-05-06 | 1 | -0/+522 |
* | New testcase | Chris Lattner | 2006-05-05 | 1 | -0/+8 |
* | new testcase that crashes the instcombine pass | Chris Lattner | 2006-05-04 | 1 | -0/+50 |
* | new testcase miscompiled by instcombine | Chris Lattner | 2006-04-28 | 1 | -0/+10 |
* | new testcase | Chris Lattner | 2006-04-28 | 1 | -0/+7 |
* | This should turn into one vector shuffle instruction. | Chris Lattner | 2006-04-27 | 1 | -0/+14 |
* | new testcase | Chris Lattner | 2006-04-26 | 1 | -0/+28 |
* | new testcase | Chris Lattner | 2006-04-20 | 1 | -0/+18 |
* | can we cast between pointers and IntPtrType | Andrew Lenharth | 2006-04-20 | 1 | -0/+15 |
* | New testcase, checking to see we can turn this code: | Chris Lattner | 2006-04-14 | 1 | -0/+56 |
* | new testcase, vector operations should be CSE'd | Chris Lattner | 2006-04-14 | 1 | -0/+26 |
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 39 | -39/+39 |