summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ShrinkWrapping.cpp
Commit message (Expand)AuthorAge
* Remove duplicate includes.Roman Divacky2012-12-21
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Expose TargetPassConfig to PEI PassAndrew Trick2012-02-06
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Fix bug found by new clang warning.Jakob Stoklund Olesen2011-01-20
* Change errs() to dbgs().David Greene2010-01-05
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standardJohn Mosby2009-05-13
* Restructure PEI code:John Mosby2009-05-12