| Commit message (Expand) | Author | Age | Files | Lines |
* | For PR950: | Reid Spencer | 2006-11-27 | 25 | -29/+134 |
* | Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and | Reid Spencer | 2006-11-23 | 31 | -59/+59 |
* | Update to new predicate simplifier VRP design. Fixes PR966 and PR967. | Nick Lewycky | 2006-11-22 | 5 | -0/+148 |
* | new testcase | Chris Lattner | 2006-11-20 | 1 | -0/+9 |
* | converting massive blocks of phis into selects like this is silly. | Chris Lattner | 2006-11-18 | 1 | -28/+0 |
* | New testcase. | Chris Lattner | 2006-11-17 | 1 | -0/+48 |
* | new testcase | Chris Lattner | 2006-11-14 | 1 | -0/+22 |
* | new testcase | Chris Lattner | 2006-11-14 | 1 | -0/+10 |
* | For PR950: | Reid Spencer | 2006-11-13 | 6 | -6/+6 |
* | Don't hard code test names into the test. | Reid Spencer | 2006-11-13 | 1 | -1/+1 |
* | Fix 80 cols violations. | Reid Spencer | 2006-11-13 | 1 | -5/+5 |
* | For PR950: | Reid Spencer | 2006-11-13 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-11-13 | 1 | -1/+1 |
* | This testcase is miscompiled by instcombine, reduced from 176.gcc | Chris Lattner | 2006-11-10 | 1 | -0/+7 |
* | new testcases for PR992/993 | Chris Lattner | 2006-11-09 | 2 | -0/+590 |
* | new testcases | Chris Lattner | 2006-11-09 | 2 | -2/+24 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -1/+1 |
* | scalarrepl should not split the two elements of the vsiidx array: | Chris Lattner | 2006-11-07 | 1 | -0/+19 |
* | Got a little ahead of myself here | Andrew Lenharth | 2006-11-07 | 1 | -0/+0 |
* | add a regression for memmove | Andrew Lenharth | 2006-11-03 | 1 | -0/+18 |
* | Testcase from http://llvm.org/bugs/show_bug.cgi?id=979 | Devang Patel | 2006-11-01 | 1 | -0/+1087 |
* | extra pass is required now | Chris Lattner | 2006-11-01 | 1 | -1/+1 |
* | new testcase that crashes global opt, reduced from chomp | Chris Lattner | 2006-11-01 | 1 | -0/+33 |
* | remove a testcase for a marginal feature | Chris Lattner | 2006-11-01 | 1 | -14/+0 |
* | another testcase for PR977 | Chris Lattner | 2006-10-31 | 1 | -0/+210 |
* | testcase for PR977 | Chris Lattner | 2006-10-31 | 1 | -0/+270 |
* | new testcase | Chris Lattner | 2006-10-29 | 1 | -0/+652 |
* | Emitting raw bytecode is awfully rude. Add -disable-output. | Nick Lewycky | 2006-10-28 | 1 | -7/+17 |
* | Improve cvs ignoring of test results. | Reid Spencer | 2006-10-27 | 2 | -0/+2 |
* | new testcase, should not reassoc fp vector | Chris Lattner | 2006-10-26 | 1 | -0/+8 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -6/+5 |
* | Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes | Nick Lewycky | 2006-10-26 | 1 | -0/+27 |
* | This testcase was logically wrong! Fixing, and including the test for the | Nick Lewycky | 2006-10-26 | 1 | -3/+24 |
* | New testcase that crashes scalarrepl | Chris Lattner | 2006-10-24 | 1 | -0/+75 |
* | new testcase | Chris Lattner | 2006-10-23 | 1 | -0/+128 |
* | Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed | Nick Lewycky | 2006-10-22 | 1 | -0/+21 |
* | AllocaInst can't return a null pointer. Fixes missed optimization | Nick Lewycky | 2006-10-22 | 1 | -1/+16 |
* | Test case for | Devang Patel | 2006-10-20 | 1 | -0/+8 |
* | new testcase for PR957 | Chris Lattner | 2006-10-20 | 1 | -0/+35 |
* | It is OK to remove extra cast if operation is EQ/NE even though source | Devang Patel | 2006-10-19 | 1 | -0/+9 |
* | Fix bug in PR454 resolution. Added new test case. | Devang Patel | 2006-10-19 | 2 | -24/+8 |
* | new testcase for PR892 | Chris Lattner | 2006-10-08 | 1 | -1/+29 |
* | new testcase for SROA for stuff like "union { int*, float* }". | Chris Lattner | 2006-10-08 | 1 | -0/+18 |
* | new testcase | Chris Lattner | 2006-10-05 | 1 | -0/+30 |
* | Move break-crit-edges before the predicate simplifier. Allows us to | Nick Lewycky | 2006-10-03 | 1 | -1/+1 |
* | new testcase, malloc should be promoted to [2 x double]. | Chris Lattner | 2006-10-01 | 1 | -0/+8 |
* | new testcase | Chris Lattner | 2006-09-21 | 1 | -0/+46 |
* | Once we're down to "setcc type constant1, constant2", at least come up | Nick Lewycky | 2006-09-20 | 1 | -0/+54 |
* | Use a total ordering to compare instructions. | Nick Lewycky | 2006-09-20 | 1 | -0/+28 |
* | Inspired by the linux kernel, the more we keep adds in the pointer realm, the... | Andrew Lenharth | 2006-09-19 | 1 | -0/+15 |