summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/multiple-loop-post-inc.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-14/+14
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-25/+25
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders1-1/+1
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders1-1/+1
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders1-1/+1
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer1-1/+1
2012-06-26Enable the new LoopInfo algorithm by default.Andrew Trick1-4/+4
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper1-1/+1
2011-11-10Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng1-0/+4
2010-04-08When expanding expressions which are using post-inc mode for multiple loops,Dan Gohman1-0/+27
2010-04-07Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman1-0/+277