summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/finite-math.c
AgeCommit message (Expand)Author
2024-07-26Remove FiniteMathOnly and use only NoHonorINFs and NoHonorNANs. (#97342)Zahira Ammarguellat
2017-12-16[Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-04-09Process the -freciprocal-math optimization flag (PR20912)Sanjay Patel
2015-01-23Process the -fno-signed-zeros optimization flag (PR20870)Sanjay Patel
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-12-10Remove unneeded typedef and volatileMichael Ilseman
2012-12-04Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly m...Michael Ilseman