Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -37/+37 |
| | | | | llvm-svn: 92584 | ||||
* | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -70/+80 |
| | | | | llvm-svn: 79762 | ||||
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -43/+44 |
| | | | | | | | | | | - Some clients which used DOUT have moved to DEBUG. We are deprecating the "magic" DOUT behavior which avoided calling printing functions when the statement was disabled. In addition to being unnecessary magic, it had the downside of leaving code in -Asserts builds, and of hiding potentially unnecessary computations. llvm-svn: 77019 | ||||
* | PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standard | John Mosby | 2009-05-13 | 1 | -1/+1 |
| | | | | llvm-svn: 71678 | ||||
* | Restructure PEI code: | John Mosby | 2009-05-12 | 1 | -0/+1141 |
- moved shrink wrapping code from PrologEpilogInserter.cpp to new file ShrinkWrapping.cpp. - moved PEI pass definition into new shared header PEI.h. llvm-svn: 71588 |