Age | Commit message (Expand) | Author | Files | Lines |
2015-02-13 | Re-sort #include lines using my handy dandy ./utils/sort_includes.py | Chandler Carruth | 1 | -1/+0 |
2015-01-28 | [LPM] Stop using the string based preservation API. It is an | Chandler Carruth | 1 | -11/+17 |
2013-12-19 | [stackprotector] Use analysis from the StackProtector pass for stack layout i... | Josh Magee | 1 | -0/+1 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -1/+1 |
2010-04-02 | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 1 | -0/+6 |
2010-04-02 | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 1 | -6/+0 |
2010-04-02 | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 1 | -0/+6 |
2010-04-01 | Revert r100143. | Eric Christopher | 1 | -6/+0 |
2010-04-01 | Add some switches helpful for debugging: | David Greene | 1 | -0/+6 |
2009-10-08 | Add a form of addPreserved which takes a string argument, to allow passes | Dan Gohman | 1 | -12/+12 |
2009-10-05 | stop MachineFunctionPass from claiming that it preserves LoopDependence info, | Chris Lattner | 1 | -2/+0 |
2009-07-31 | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 1 | -0/+52 |
2009-07-31 | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 1 | -50/+0 |
2009-07-31 | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 1 | -0/+50 |