aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ShrinkWrapping.cpp
AgeCommit message (Expand)Author
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
2012-02-06Expose TargetPassConfig to PEI PassAndrew Trick
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-01-20Fix bug found by new clang warning.Jakob Stoklund Olesen
2010-01-05Change errs() to dbgs().David Greene
2009-08-22Convert DOUT to DEBUG(errs()...).Bill Wendling
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar
2009-05-13PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standardJohn Mosby
2009-05-12Restructure PEI code:John Mosby