Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand head-of-file comment. | Brian Gaeke | 2004-06-03 | 1 | -1/+3 |
| | | | | llvm-svn: 13982 | ||||
* | Use new form of unconditional branch constructor. | Brian Gaeke | 2004-06-01 | 1 | -1/+1 |
| | | | | llvm-svn: 13930 | ||||
* | Start cleaning up this pass so that I can debug it. | Brian Gaeke | 2004-03-30 | 1 | -80/+34 |
| | | | | llvm-svn: 12548 | ||||
* | Start using the nicer terminator auto-insertion API | Chris Lattner | 2003-11-20 | 1 | -3/+1 |
| | | | | llvm-svn: 10111 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+5 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -1/+3 |
| | | | | llvm-svn: 9071 | ||||
* | Do not use BasicBlock::*_iterator, just use *_iterator itself. | Chris Lattner | 2003-09-24 | 1 | -2/+1 |
| | | | | | | Isn't updating copy and pasted code a joy llvm-svn: 8702 | ||||
* | Correct comments | Brian Gaeke | 2003-09-05 | 1 | -9/+1 |
| | | | | | | | Don't include InstLoops.h Don't export factory functions for these passes llvm-svn: 8373 | ||||
* | A pass to combine multiple backedges that go to same target | Anand Shukla | 2003-07-18 | 1 | -0/+227 |
llvm-svn: 7201 |