summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/float128-declarations.cpp
AgeCommit message (Expand)Author
2025-09-22[Driver] Enable __float128 support on X86 on Hurd (#160045)Brad Smith
2023-11-19[Driver] Enable __float128 support on X86 on FreeBSD / NetBSD (#72788)Brad Smith
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
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-07-09[ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled ...Fangrui Song
2018-12-05[Haiku] Support __float128 for x86 and x86_64Kristina Brooks
2018-12-04[SystemZ] Do not support __float128Ulrich Weigand
2018-11-15CGDecl::emitStoresForConstant fix synthesized constant's nameJF Bastien
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-04-23[Solaris] __float128 is supported on Solaris/x86Rainer Orth
2017-02-20Enable support for __float128 in Clang on OpenBSD/X86Brad Smith
2016-05-09Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic
2016-04-15Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic
2016-04-13Enable support for __float128 in ClangNemanja Ivanovic