Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PM] Add a new "lazy" call graph analysis pass for the new pass manager. | Chandler Carruth | 2014-02-06 | 1 | -0/+6 |
* | [PM] Wire up the Verifier for the new pass manager and connect it to the | Chandler Carruth | 2014-01-20 | 1 | -10/+22 |
* | [PM] Add module and function printing passes for the new pass manager. | Chandler Carruth | 2014-01-12 | 1 | -0/+12 |
* | [PM] Fix a bunch of bugs I spotted by inspection when working on this | Chandler Carruth | 2014-01-12 | 1 | -13/+15 |
* | [PM] Add support for parsing function passes and function pass manager | Chandler Carruth | 2014-01-12 | 1 | -4/+81 |
* | [PM] Actually nest pass managers correctly when parsing the pass | Chandler Carruth | 2014-01-11 | 1 | -1/+7 |
* | [PM] Add names to passes under the new pass manager, and a debug output | Chandler Carruth | 2014-01-11 | 1 | -0/+1 |
* | [PM] Add (very skeletal) support to opt for running the new pass | Chandler Carruth | 2014-01-11 | 1 | -0/+93 |