summaryrefslogtreecommitdiff
path: root/test/Transforms/BranchFolding
AgeCommit message (Expand)Author
2015-12-03Move branch folding test to a better location.Andrew Kaylor
2015-12-03Fix buildbot failuresAndrew Kaylor
2015-12-03[WinEH] Avoid infinite loop in BranchFolding for multiple single block funcletsAndrew Kaylor
2015-09-16Make the default triple optional by allowing an empty stringMehdi Amini
2015-08-11Address post-commit review from r243378.Sanjoy Das
2015-08-04Update test suite to make "ninja check" succeed without native backend builtinMehdi Amini
2015-07-28FileCheck'ify some wc/grep based tests; NFCI.Sanjoy Das
2014-10-16Delete -std-compile-opts.Rafael Espindola
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2007-10-19Don't branch fold inline asm statements.Bill Wendling