summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ShrinkWrapping.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper1-11/+11
2012-02-06Expose TargetPassConfig to PEI PassAndrew Trick1-0/+1
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng1-1/+1
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer1-2/+2
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-01-20Fix bug found by new clang warning.Jakob Stoklund Olesen1-2/+2
2010-01-05Change errs() to dbgs().David Greene1-37/+37
2009-08-22Convert DOUT to DEBUG(errs()...).Bill Wendling1-70/+80
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar1-43/+44
2009-05-13PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standardJohn Mosby1-1/+1
2009-05-12Restructure PEI code:John Mosby1-0/+1141