summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/fp-contract-pragma.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When used in a compound expression FP_CONTRACT should proceed all explicitLang Hames2012-10-211-1/+0
| | | | | | | declarations and statements. Emit an error if the FP_CONTRACT is used later in a compound statement. llvm-svn: 166383
* Test file-scoped FP_CONTRACT pragma.Lang Hames2012-10-041-0/+17
| | | | llvm-svn: 165196
* Permanently end the whole "pragma got handled by the parser too early"Eli Friedman2012-10-041-0/+12
| | | | | | | mess by handling all pragmas which the parser touches uniformly. <rdar://problem/12248901>, etc. llvm-svn: 165195
* FP_CONTRACT: Fix two tests for -Asserts.NAKAMURA Takumi2012-10-021-7/+4
| | | | llvm-svn: 165024
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-0/+39
Clang will now honor the FP_CONTRACT pragma and emit LLVM fmuladd intrinsics for expressions of the form A * B + C (when they occur in a single statement). llvm-svn: 164989
OpenPOWER on IntegriCloud