summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2025-10-31[PowerPC] Take ABI into account for data layout (#149725)Jens Reidel
2025-10-21[clang][CodeGen] Emit `llvm.tbaa.errno` metadata during module creationAntonio Frighetto
2025-09-30[Clang][PowerPC] Add __dmr2048 type and DMF crypto builtins (#157152)Maryam Moghadas
2025-09-18[PowerPC] fix float ABI selection on ppcle (#154773)DanilaZhebryakov
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide
2025-09-12[clang] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto
2025-09-08[PowerPC][CLANG] DMF VSX Vector float GER 2x (rank-2 update) (#147383)Lei Huang
2025-08-25[PowerPC] Add DMF builtins for build and disassemble (#153097)RolandF77
2025-08-19[PowerPC] Add BCDCOPYSIGN and BCDSETSIGN Instruction Support (#144874)Aditi Medhane
2025-08-06[NFC][PowerPC] Cleaning up test file and removing redundant front-end test (#...Himadhith
2025-07-21[PowerPC][NFC] Combine the 2 dmf neg test files (#149875)Lei Huang
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto
2025-07-17[PowerPC] Test SPE incompatibility with VSX (#147184)Guy David
2025-07-15[PowerPC] Add DMF basic builtins (#145372)RolandF77
2025-07-11[NFC][PowerPC] Add test case for lockdown of vector compare greater than supp...Himadhith
2025-06-25[PowerPC] Support for Packed BCD conversion builtins (#142723)Himadhith
2025-06-20[Clang][PowerPC] Add __dmr1024 type and DMF integer calculation builtins (#14...Maryam Moghadas
2025-05-22Fix regression tests with bad FileCheck checks (#140373)Mohammad Bashir
2025-03-07[NFC] Add additional checks to test for vec_pack_to_short_fp32 (#130324)Lei Huang
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2024-12-05[InstCombine] Infer nusw + nneg -> nuw for getelementptr (#111144)Nikita Popov
2024-11-18[clang] Replace "can't" and "can not" in diagnostics with "cannot" (#116623)Krzysztof Parzyszek
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2024-10-01[SystemZ][z/OS] fix ppc-xmmintrin.c on z/OS (#109676)Zibi Sarbinowski
2024-09-23[PowerPC] Fix incorrect store alignment for __builtin_vsx_build_pair() (#108606)Lei Huang
2024-09-13[PowerPC][NFC] autogen mma tc checks via update_cc_test_checks (#108584)Lei Huang
2024-09-09Fix codegen for transparent_union function params (#104816)Lei Huang
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye
2024-08-19[PowerPC] Fix codegen for transparent_union function params (#101738)Lei Huang
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-08-07[PPC] Implement BCD assist builtins (#101390)Lei Huang
2024-07-24[AIX] Add -msave-reg-params to save arguments to stack (#97524)Qiu Chaofan
2024-07-08[PowerPC] Diagnose musttail instead of crash inside backend (#93267)Chen Zheng
2024-06-24[PPC][InlineASM] Don't write to source directory in testBenjamin Kramer
2024-06-24[PPC][InlineASM] Mark the 'a' constraint as unsupported (#96109)Kamau Bridgeman
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2024-04-20[test] Avoid writing to a potentially write-protected dir (#89242)Karl-Johan Karlsson
2024-04-09[PowerPC] Implement 32-bit expansion for rldimi (#86783)Qiu Chaofan
2024-03-27[CodeGen][LLVM] Make the `va_list` related intrinsics generic. (#85460)Alex Voicu
2024-03-18[PowerPC] Fix behavior of rldimi/rlwimi/rlwnm builtins (#85040)Qiu Chaofan
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda
2024-03-04[PowerPC] Add intrinsics for rldimi/rlwimi/rlwnm (#82968)Qiu Chaofan
2024-03-01[PowerPC] Support local-dynamic TLS relocation on AIX (#66316)Felix (Ting Wang)
2024-02-12[clang][CodeGen] Emit atomic IR in place of optimized libcalls. (#73176)Logikable
2024-01-26[PowerPC] Diagnose invalid combination with Altivec, VSX and soft-float (#79109)Chen Zheng