Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DSE: fix bug where we would only check libcalls for name rather than whole decl | Nuno Lopes | 2020-01-11 | 1 | -4/+6 |
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+70 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -70/+0 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-02-27 | 1 | -7/+7 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -6/+6 |
* | Make this test check the transforms it's actually doing. Also add a test that it | Nick Lewycky | 2012-09-25 | 1 | -3/+17 |
* | Don't forget that strcpy and friends return a pointer to the destination, so | Nick Lewycky | 2012-09-25 | 1 | -0/+10 |
* | Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be | Nick Lewycky | 2012-09-24 | 1 | -0/+46 |