| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -0/+31 |
* | Add transformation: | Bill Wendling | 2009-01-01 | 1 | -0/+11 |
* | Look through phi nodes and select instructions when | Duncan Sands | 2008-12-31 | 1 | -15/+22 |
* | This is not failing on Darwin for some reason. XFAIL for other platforms. | Bill Wendling | 2008-12-31 | 1 | -1/+1 |
* | Removed extra spaces. | Misha Brukman | 2008-12-31 | 1 | -2/+2 |
* | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 2008-12-31 | 8 | -6/+40 |
* | XFAIL test caused by r61493. Apparently, this is expected? | Bill Wendling | 2008-12-31 | 1 | -0/+4 |
* | XFAIL this for now until I can figure out what's going on. | Scott Michel | 2008-12-31 | 1 | -1/+3 |
* | Fix test erratum (which is wierd: works locally for me?) | Scott Michel | 2008-12-30 | 1 | -1/+1 |
* | - Start moving target-dependent nodes that could be represented by an | Scott Michel | 2008-12-30 | 5 | -18/+126 |
* | Allow readnone functions to read (and write!) global | Duncan Sands | 2008-12-29 | 1 | -0/+8 |
* | Check that the function prototypes are correct before assuming that the | Nick Lewycky | 2008-12-27 | 1 | -0/+19 |
* | add testcase for type parsing. | Chris Lattner | 2008-12-27 | 1 | -0/+21 |
* | - Remove Tilmann's custom truncate lowering: it completely hosed over | Scott Michel | 2008-12-27 | 7 | -25/+361 |
* | add PR # | Chris Lattner | 2008-12-25 | 1 | -0/+1 |
* | Add a simple pattern for matching 'bt'. | Chris Lattner | 2008-12-25 | 1 | -0/+20 |
* | Revert the changes in this testcase until Anton can fix them. | Bill Wendling | 2008-12-24 | 1 | -11/+15 |
* | Fix a compiler-abort on a testcase where the stack-pointer is added to | Dan Gohman | 2008-12-24 | 1 | -0/+33 |
* | Add another permutation where we should get rid of a-a. | Dale Johannesen | 2008-12-23 | 1 | -0/+24 |
* | Update test | Anton Korobeynikov | 2008-12-23 | 1 | -15/+11 |
* | Testcase to show we can tie together integers and pointers of | Chris Lattner | 2008-12-23 | 1 | -0/+9 |
* | Added shuffle and splat test cases for r61365. | Mon P Wang | 2008-12-23 | 3 | -0/+192 |
* | One more permutation of subtracting off a base value. | Dale Johannesen | 2008-12-23 | 1 | -0/+14 |
* | Use ignore & grep instead of XFAIL. | Mikhail Glushenkov | 2008-12-21 | 1 | -4/+2 |
* | Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). | Nick Lewycky | 2008-12-21 | 1 | -0/+10 |
* | Fix fast-isel to not emit invalid assembly when presented with a | Dan Gohman | 2008-12-20 | 1 | -0/+7 |
* | Use the correct Preds and Succs lists in setHeightDirty() | Dan Gohman | 2008-12-20 | 2 | -1/+30 |
* | More precise XFAIL. | Bill Wendling | 2008-12-19 | 1 | -0/+1 |
* | Un-XFAIL this test because it's passing and John doesn't seem interested in u... | Bill Wendling | 2008-12-19 | 1 | -1/+0 |
* | Fix PR3149. If an early clobber def is a physical register and it is tied to ... | Evan Cheng | 2008-12-19 | 2 | -1/+33 |
* | This test works again for Darwin because a patch was reverted. | Bill Wendling | 2008-12-19 | 1 | -4/+2 |
* | - CodeGenPrepare does not split loop back edges but it only knows about back ... | Evan Cheng | 2008-12-19 | 2 | -1/+51 |
* | Fix bug 3202. | Rafael Espindola | 2008-12-19 | 2 | -0/+22 |
* | Resubmit support for the 'nocapture' attribute. | Nick Lewycky | 2008-12-19 | 1 | -0/+14 |
* | Fix test to account for generating some vector code for mul v2i64 instead | Mon P Wang | 2008-12-18 | 1 | -2/+2 |
* | Re-XFAIL this test until debug stuff settles down. | Bill Wendling | 2008-12-18 | 1 | -1/+4 |
* | Added some basic test cases for r61209 | Mon P Wang | 2008-12-18 | 18 | -0/+564 |
* | Make all the vector elements positive in an srem of constant vector. | Nick Lewycky | 2008-12-18 | 1 | -0/+7 |
* | XFAIL on Linux. | Bill Wendling | 2008-12-18 | 1 | -1/+1 |
* | Do not XFAIL. | Bill Wendling | 2008-12-18 | 1 | -1/+0 |
* | XFAIL for now. | Devang Patel | 2008-12-17 | 1 | -0/+1 |
* | Xfail these tests for now. | Devang Patel | 2008-12-17 | 4 | -0/+4 |
* | Enhance heap sra to be substantially more aggressive w.r.t PHI | Chris Lattner | 2008-12-17 | 1 | -0/+41 |
* | Fix for PR3225: disable a broken optimization in | Eli Friedman | 2008-12-17 | 1 | -0/+19 |
* | A new dag combine; several permutations of this | Dale Johannesen | 2008-12-16 | 1 | -0/+14 |
* | Fix another crash found by inspection. If we have a PHI node merging | Chris Lattner | 2008-12-16 | 1 | -0/+24 |
* | fix a crash found by inspection. | Chris Lattner | 2008-12-16 | 2 | -8/+29 |
* | Add a helper to remove a branch and DCE the condition, and use it | Eli Friedman | 2008-12-16 | 1 | -0/+46 |
* | Remove empty test. | Bill Wendling | 2008-12-16 | 1 | -0/+0 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 1 | -13/+0 |