summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ShrinkWrapping.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change errs() to dbgs().David Greene2010-01-051-37/+37
| | | | llvm-svn: 92584
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-70/+80
| | | | llvm-svn: 79762
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-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 standardJohn Mosby2009-05-131-1/+1
| | | | llvm-svn: 71678
* Restructure PEI code:John Mosby2009-05-121-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
OpenPOWER on IntegriCloud