summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/builtins.c
AgeCommit message (Expand)Author
2025-11-17[clang][NFC] Make CodeGen/builtins.c cover more architectures (#168319)Oliver Hunt
2025-11-16[NFC][clang] Correct bswapg test to work when int128 is not available (#168261)Oliver Hunt
2025-11-15[Clang] Add __builtin_bswapg (#162433)clf
2025-08-26[Clang] Support generic bit counting builtins on fixed boolean vectors (#154203)Joseph Huber
2025-08-26[clang][test] Add a RUN line for the bytecode interpreter (#155363)Timm Baeder
2025-07-17[Clang][CodeGen][X86] don't coerce int128 into `{i64,i64}` for SysV-like ABIs...T0b1-iOS
2024-10-14Clang: Support minimumnum and maximumnum intrinsics (#96281)YunQiang Su
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-07-23Revert "[Clang][Interp] `__builtin_os_log_format_buffer_size` should be an un...Mitch Phillips
2024-07-23[Clang][Interp] `__builtin_os_log_format_buffer_size` should be an unevaluate...yronglin
2024-05-02[clang][CodeGen] Fix in codegen for __builtin_popcountg/ctzg/clzg (#90845)Björn Pettersson
2024-03-21[clang] Implement __builtin_{clzg,ctzg} (#83431)OverMighty
2024-02-28[clang] Fix __builtin_popcountg not matching GCC (#83313)OverMighty
2024-02-26[clang] Implement __builtin_popcountg (#82359)OverMighty
2024-02-13[LLVM] Add `__builtin_readsteadycounter` intrinsic and builtin for realtime c...Joseph Huber
2024-01-24[clang] Incorrect IR involving the use of bcopy (#79298)Vojislav Tomasevic
2023-11-01[clang] Additional FP classification functions (#69041)Serge Pavlov
2023-07-11[clang] Use llvm.is_fpclass to implement FP classification functionsSerge Pavlov
2023-06-18[clang] Add __builtin_isfpclassSerge Pavlov
2023-03-09Revert "Add __builtin_set_flt_rounds"Aaron Ballman
2023-03-09Revert "Disable test for __builtin_set_flt_rounds to avoid breaking PPC build...Aaron Ballman
2023-03-09Disable test for __builtin_set_flt_rounds to avoid breaking PPC buildbotjinge90
2023-03-09Add __builtin_set_flt_roundsjinge90
2023-03-07Add missing roundtointegral builtin functions for some FP instructions to be ...Jun Sha (Joshua)
2022-12-19[Intrinsic] Rename flt.rounds intrinsic to get.roundingQiu Chaofan
2022-12-05clang: Convert builtins test to opaque pointersMatt Arsenault
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
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
2021-04-16[Builtins] Add memory allocation builtins (PR12543)Dávid Bolvanský
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-01-17Add __warn_memset_zero_len builtin as a workaround for glibc issueserge-sans-paille
2019-12-10Remove implicit conversion that promotes half to other larger precision types...Jim Lin
2019-05-28[clang] Handle lrint/llrint builtinsAdhemerval Zanella
2019-05-16[clang] Handle lround/llround builtinsAdhemerval Zanella
2019-02-08[opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight
2019-01-17CodeGen: Cast llvm.flt.rounds result to match __builtin_flt_roundsAnton Korobeynikov
2018-12-14[Clang] Add __builtin_launderEric Fiselier
2018-11-06os_log: Allow specifying mask type in format string.Akira Hatanaka
2018-11-06os_log: Add a new privacy annotation "sensitive".Akira Hatanaka
2018-11-06os_log: Minor code cleanups. NFC.Akira Hatanaka
2018-11-02Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover
2018-11-01Revert "Reapply Logging: make os_log buffer size an integer constant expressi...Tim Northover