aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/PowerPC
AgeCommit message (Expand)AuthorFilesLines
2025-12-03[PowerPC] Add initial support for AMO load builtins (#168746)Maryam Moghadas3-0/+167
2025-10-31[PowerPC] Take ABI into account for data layout (#149725)Jens Reidel1-0/+8
2025-10-21[clang][CodeGen] Emit `llvm.tbaa.errno` metadata during module creationAntonio Frighetto4-316/+521
2025-09-30[Clang][PowerPC] Add __dmr2048 type and DMF crypto builtins (#157152)Maryam Moghadas3-1/+238
2025-09-18[PowerPC] fix float ABI selection on ppcle (#154773)DanilaZhebryakov1-0/+3
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide1-2/+2
2025-09-12[clang] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto3-492/+707
2025-09-08[PowerPC][CLANG] DMF VSX Vector float GER 2x (rank-2 update) (#147383)Lei Huang2-10/+372
2025-08-25[PowerPC] Add DMF builtins for build and disassemble (#153097)RolandF772-9/+31
2025-08-19[PowerPC] Add BCDCOPYSIGN and BCDSETSIGN Instruction Support (#144874)Aditi Medhane1-0/+29
2025-08-06[NFC][PowerPC] Cleaning up test file and removing redundant front-end test (#...Himadhith1-143/+0
2025-07-21[PowerPC][NFC] Combine the 2 dmf neg test files (#149875)Lei Huang2-15/+2
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto1-1/+1
2025-07-17[PowerPC] Test SPE incompatibility with VSX (#147184)Guy David1-1/+1
2025-07-15[PowerPC] Add DMF basic builtins (#145372)RolandF773-0/+37
2025-07-11[NFC][PowerPC] Add test case for lockdown of vector compare greater than supp...Himadhith1-0/+143
2025-06-25[PowerPC] Support for Packed BCD conversion builtins (#142723)Himadhith1-0/+79
2025-06-20[Clang][PowerPC] Add __dmr1024 type and DMF integer calculation builtins (#14...Maryam Moghadas4-0/+312
2025-05-22Fix regression tests with bad FileCheck checks (#140373)Mohammad Bashir1-1/+1
2025-03-07[NFC] Add additional checks to test for vec_pack_to_short_fp32 (#130324)Lei Huang1-2/+8
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov1-2/+2
2024-12-05[InstCombine] Infer nusw + nneg -> nuw for getelementptr (#111144)Nikita Popov1-5/+5
2024-11-18[clang] Replace "can't" and "can not" in diagnostics with "cannot" (#116623)Krzysztof Parzyszek7-7/+7
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker12-282/+282
2024-10-01[SystemZ][z/OS] fix ppc-xmmintrin.c on z/OS (#109676)Zibi Sarbinowski1-1/+1
2024-09-23[PowerPC] Fix incorrect store alignment for __builtin_vsx_build_pair() (#108606)Lei Huang2-5/+5
2024-09-13[PowerPC][NFC] autogen mma tc checks via update_cc_test_checks (#108584)Lei Huang2-102/+170
2024-09-09Fix codegen for transparent_union function params (#104816)Lei Huang1-67/+0
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye2-14/+14
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka2-14/+14
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye2-14/+14
2024-08-19[PowerPC] Fix codegen for transparent_union function params (#101738)Lei Huang1-0/+67
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye9-149/+149
2024-08-07[PPC] Implement BCD assist builtins (#101390)Lei Huang2-0/+133
2024-07-24[AIX] Add -msave-reg-params to save arguments to stack (#97524)Qiu Chaofan1-0/+10
2024-07-08[PowerPC] Diagnose musttail instead of crash inside backend (#93267)Chen Zheng8-0/+98
2024-06-24[PPC][InlineASM] Don't write to source directory in testBenjamin Kramer1-2/+2
2024-06-24[PPC][InlineASM] Mark the 'a' constraint as unsupported (#96109)Kamau Bridgeman1-0/+9
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song8-31/+31
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song1-2/+2
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song4-14/+14
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song1-2/+2
2024-04-20[test] Avoid writing to a potentially write-protected dir (#89242)Karl-Johan Karlsson2-7/+7
2024-04-09[PowerPC] Implement 32-bit expansion for rldimi (#86783)Qiu Chaofan1-6/+0
2024-03-27[CodeGen][LLVM] Make the `va_list` related intrinsics generic. (#85460)Alex Voicu3-18/+18
2024-03-18[PowerPC] Fix behavior of rldimi/rlwimi/rlwnm builtins (#85040)Qiu Chaofan2-9/+20
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda4-0/+222
2024-03-04[PowerPC] Add intrinsics for rldimi/rlwimi/rlwnm (#82968)Qiu Chaofan1-16/+8
2024-03-01[PowerPC] Support local-dynamic TLS relocation on AIX (#66316)Felix (Ting Wang)1-3/+6
2024-02-12[clang][CodeGen] Emit atomic IR in place of optimized libcalls. (#73176)Logikable1-32/+18