Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees | David Green | 2018-02-28 | 1 | -4/+1 |
* | [LibCallsShrinkWrap] Remove an unnecessary class member variable. | Davide Italiano | 2017-04-26 | 1 | -8/+7 |
* | [LibCallsShrinkWrap] More descriptive assertion messages. | Davide Italiano | 2017-04-26 | 1 | -3/+3 |
* | [LibCallsShrinkWrap] Remove some temporary cl::opt(s). | Davide Italiano | 2017-04-26 | 1 | -24/+1 |
* | [LibCallsShrinkWrap] Teach the pass how to preserve the dominator. | Davide Italiano | 2017-04-26 | 1 | -7/+25 |
* | [Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC) | David L. Jones | 2017-01-23 | 1 | -91/+91 |
* | Give some helper classes/functions internal linkage. NFC. | Benjamin Kramer | 2016-11-19 | 1 | -1/+3 |
* | [LibcallsShrinkWrap] This pass doesn't preserve the CFG. | Davide Italiano | 2016-11-08 | 1 | -2/+5 |
* | Check the number of Args in LibCallsShrinkWrap. | Rong Xu | 2016-10-24 | 1 | -0/+2 |
* | Conditionally eliminate library calls where the result value is not used | Rong Xu | 2016-10-18 | 1 | -0/+564 |