Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees | David Green | 2018-02-28 | 1 | -7/+4 |
* | Use phi ranges to simplify code. No functionality change intended. | Benjamin Kramer | 2017-12-30 | 1 | -22/+12 |
* | Make helpers static. NFC. | Benjamin Kramer | 2017-11-24 | 1 | -4/+4 |
* | [PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivial unswitching, | Chandler Carruth | 2017-11-17 | 1 | -71/+1444 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
* | [PM/Unswitch] Fix a bug in the domtree update logic for the new unswitch | Chandler Carruth | 2017-05-25 | 1 | -14/+62 |
* | [ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). | Eugene Zelenko | 2017-05-16 | 1 | -9/+28 |
* | [PM/Unswitch] Teach the new simple loop unswitch to handle loop | Chandler Carruth | 2017-05-12 | 1 | -23/+138 |
* | [PM/LoopUnswitch] Introduce a new, simpler loop unswitch pass. | Chandler Carruth | 2017-04-27 | 1 | -0/+626 |