| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Teach ScalarEvolution to consider loop preheaders in the search for | Dan Gohman | 2008-09-15 | 1 | -35/+0 |
| | | | | | | | | an if statement that guards a loop, to allow indvars to avoid smax operations in more situations. llvm-svn: 56232 | ||||
| * | Fix WriteAsOperand to not emit a leading space character. Adjust | Dan Gohman | 2008-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | its callers to emit a space character before calling it when a space is needed. This fixes several spurious whitespace issues in ScalarEvolution's debug dumps. See the test changes for examples. This also fixes odd space-after-tab indentation in the output for switch statements, and changes calls from being printed like this: call void @foo( i32 %x ) to this: call void @foo(i32 %x) llvm-svn: 56196 | ||||
| * | Extend ScalarEvolution's executesAtLeastOnce logic to be able to | Dan Gohman | 2008-08-12 | 1 | -0/+35 |
| continue past the first conditional branch when looking for a relevant test. This helps it avoid using MAX expressions in loop trip counts in more cases. llvm-svn: 54697 | |||||

