summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/fp16-ops.c
AgeCommit message (Expand)Author
2024-10-28Remove support for RenderScript (#112916)Aaron Ballman
2024-02-12[test] Replace aarch64-*-{eabi,gnueabi} with aarch64Fangrui Song
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-09-29[Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFCDavid Green
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-03-13[Sema] Use the canonical type in function isVectorAkira Hatanaka
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2019-10-14[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally
2019-10-10Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko
2019-10-09[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally
2017-12-09[CodeGen][X86] Fix handling of __fp16 vectors.Akira Hatanaka
2016-06-09RenderScript support in the FrontendPirama Arumuga Nainar
2015-05-29[Sema] Promote compound assignment exprs. with fp16 LHS and int. RHS.Ahmed Bougacha
2015-05-14Add flag to enable native half typePirama Arumuga Nainar
2015-03-23[CodeGen] Properly support the half FP type with non-native operations.Ahmed Bougacha
2015-03-23[CodeGen] Convert double -> __fp16 in one step.Ahmed Bougacha
2015-03-14Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha
2014-07-17IR: update Clang to use polymorphic __fp16 conversion intrinsics.Tim Northover
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-07-09Tests: check for target availability for target-specific tests.Jim Grosbach
2011-10-14Missed tests for half FP supportAnton Korobeynikov