summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/fp-contract-pragma.cpp
AgeCommit message (Expand)Author
2023-10-03[Inliner] Also propagate `noundef` and `align` ret attributes during inliningNoah Goldstein
2023-02-23[Clang] Teach buildFMulAdd to peek through fneg to find fmul.Craig Topper
2020-05-20[clang] FastMathFlags.allowContract should be initialized only from FPFeature...Melanie Blower
2020-05-04Reapply "Add support for #pragma float_control" with buildbot fixesMelanie Blower
2020-05-01Revert "Reapply "Add support for #pragma float_control" with improvements to"Melanie Blower
2020-05-01Reapply "Add support for #pragma float_control" with improvements toMelanie Blower
2020-05-01Revert "Add support for #pragma float_control"Melanie Blower
2020-05-01Add support for #pragma float_controlMelanie Blower
2019-12-30[CodeGen] Use CreateFNeg in buildFMulAddCraig Topper
2016-09-23Revert "set the underlying value of “#pragma STDC FP_CONTRACT” on by defa...Renato Golin
2016-09-23set the underlying value of “#pragma STDC FP_CONTRACT” on by defaultSebastian Pop
2015-12-03generalize CHECK lines to make buildbot happySanjay Patel
2015-12-03change an assert when generating fmuladd to an ordinary 'if' check (PR25719)Sanjay Patel
2015-12-02fix typos; NFCSanjay Patel
2015-11-17Revert "Make FP_CONTRACT ON the default."Manuel Klimek
2015-11-16Make FP_CONTRACT ON the default.Stephen Canon
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-13Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg
2012-10-21When used in a compound expression FP_CONTRACT should proceed all explicitLang Hames
2012-10-04Test file-scoped FP_CONTRACT pragma.Lang Hames
2012-10-04Permanently end the whole "pragma got handled by the parser too early"Eli Friedman
2012-10-02FP_CONTRACT: Fix two tests for -Asserts.NAKAMURA Takumi
2012-10-02Add FP_CONTRACT support for clang.Lang Hames