Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+191 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -191/+0 |
* | [SLSR] Call getPointerSizeInBits with the correct address space. | Jingyue Wu | 2016-07-11 | 1 | -3/+20 |
* | [SLSR] Fix crash on handling 128-bit integers. | Jingyue Wu | 2016-07-09 | 1 | -32/+38 |
* | [SLSR] garbage-collect unused instructions | Jingyue Wu | 2015-04-21 | 1 | -1/+1 |
* | [NFC] [SLSR] clean up some tests | Jingyue Wu | 2015-04-15 | 1 | -28/+62 |
* | [SLSR] consider &B[S << i] as &B[(1 << i) * S] | Jingyue Wu | 2015-04-06 | 1 | -5/+5 |
* | [SLSR] handles off bounds GEPs | Jingyue Wu | 2015-04-02 | 1 | -0/+25 |
* | [SLSR] handle candidate form &B[i * S] | Jingyue Wu | 2015-03-26 | 1 | -0/+109 |