Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These passes preserve CFG. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | Restore isCFGOnly property of various analysis passes. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T... | Owen Anderson | 2007-11-27 | 1 | -1/+1 |
* | More templatization. | Owen Anderson | 2007-11-15 | 1 | -230/+1 |
* | Start the process of making MachineLoopInfo possible by templating Loop. | Owen Anderson | 2007-11-14 | 1 | -396/+0 |
* | Use SmallVector. | Devang Patel | 2007-08-21 | 1 | -3/+3 |
* | No need to hardcode SmallVector size. | Devang Patel | 2007-08-21 | 1 | -3/+3 |
* | Use SmallVector instead of std::vector. | Devang Patel | 2007-08-21 | 1 | -3/+3 |
* | Verify loop info. | Devang Patel | 2007-07-19 | 1 | -1/+12 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+670 |