summaryrefslogtreecommitdiff
path: root/test/CodeGen/x86_64-longdouble.c
Commit message (Collapse)AuthorAgeFilesLines
* Update clang for D20348Peter Collingbourne2016-06-141-4/+4
| | | | | | Differential Revision: http://reviews.llvm.org/D20339 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272710 91177308-0d34-0410-b5e6-96231b3b80d8
* Add NaCl (a target where long double = double) to long double ABI testDerek Schuff2015-08-101-0/+135
A test was recently (r244468) added to cover long double calling convention codegen, distinguishing between Android and GNU conventions (where long doubles are fp128 and x86_fp80, respectively). Native Client is a target where long doubles are the same as doubles. This change augments the test to cover that case. Also rename the test to test/codeGen/X86_64-longdouble.c Differential Revision: http://reviews.llvm.org/D11921 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244524 91177308-0d34-0410-b5e6-96231b3b80d8