aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/SystemZ
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov5-167/+143
2023-12-18[InstCombine] Replace non-demanded undef vector with poisonNikita Popov4-18/+18
2023-12-15[SystemZ] Support i128 as legal type in VRs (#74625)Ulrich Weigand7-56/+58
2023-12-05[SystemZ] Properly support 16 byte atomic int/fp types and ops. (#73134)Jonas Paulsson7-0/+1532
2023-12-04[SystemZ] Fix __builtin_s390_vceq* inconsistencyUlrich Weigand1-4/+4
2023-12-04[SystemZ] Fix naming of vlrlr/vstrlr builtinsUlrich Weigand1-2/+2
2023-12-04[SystemZ] Implement vector rotate in terms of funnel shiftUlrich Weigand2-28/+29
2023-11-27Add `REQUIRES: systemz-registered-target` to test added in #68926 (9a38a72).Douglas Yung1-0/+2
2023-11-27[SystemZ][z/OS] This change adds support for the PPA2 section in zOS (#68926)Yusra Syeda1-0/+25
2023-11-23[SystemZ] Move new test into existing CodeGen test. (#73230)Jonas Paulsson1-0/+13
2023-11-08[SystemZ] Do not run mbackchain-4.c test without SystemZ target (#71678)Ilya Leoshkevich1-0/+1
2023-11-08[SystemZ] Add backchain target-feature (#71668)Ilya Leoshkevich1-0/+11
2023-06-13[IR] Update to use new shufflevector semanticsManuelJBrito4-14/+14
2023-04-18[ClangFE] Handle statement expressions properly with CheckAtomicAlignment().Jonas Paulsson1-0/+13
2023-03-21[PowerPC] Emit warn_deprecated_lax_vec_conv_all warning only for PPCMaryam Moghadas2-2/+2
2023-03-15[Clang] Give warning for an underaligned 128-bit __sync library call.Jonas Paulsson2-0/+233
2023-02-21[PowerPC] Include vector bool and pixel when emitting lax warningMaryam Moghadas2-2/+4
2023-02-16[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov2-682/+606
2023-01-27[SystemZ] Fix handling of vectors and their exposure of the vector ABI.Jonas Paulsson5-0/+88
2023-01-11[IRBuilder] Use canonical i64 type for insertelement index used by vector spl...Paul Walker1-32/+32
2022-12-06[SystemZ] Add "REQUIRES: systemz-registered-target" on test.Jonas Paulsson1-0/+1
2022-12-06[SystemZ] Emit a .gnu_attribute for an externally visible vector abi.Jonas Paulsson25-0/+496
2022-11-08[clang][test] Use opt -passes=<name> instead of opt -nameBjorn Pettersson1-1/+1
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov14-1895/+1895
2022-09-08[SystemZ] Fix new test caseJonas Paulsson1-0/+1
2022-09-08[SystemZ] Improve handling of vector alignments.Jonas Paulsson1-0/+68
2022-08-03[SystemZ] Make 128 bit integers be aligned to 8 bytes.Jonas Paulsson3-2/+16
2022-04-26[SystemZ] Fix C++ ABI for passing args of structs containing zero width bitfi...Jonas Paulsson1-4/+2
2022-04-21Support z16 processor nameUlrich Weigand5-4/+8
2022-04-19[SystemZ] Handle SystemZ specific inline assembly address operands.Jonas Paulsson1-0/+112
2022-04-13[InlineAsm] Add support for address operands ("p").Jonas Paulsson1-0/+35
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov15-38/+38
2022-02-18[Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim2-20/+20
2022-02-13A significant number of our tests in C accidentally use functionsAaron Ballman3-8/+8
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim3-32/+32
2022-01-06[CodeGen] Emit elementtype attributes for indirect inline asm constraintsNikita Popov1-11/+11
2021-12-14[InstCombine] fold mask-with-signbit-splat to icmp+selectSanjay Patel1-4/+4
2021-12-13[instcombine] Canonicalize constant index type to i64 for extractelement/inse...Philip Reames4-26/+26
2021-12-02[funcattrs] Infer writeonly argument attributePhilip Reames1-1/+1
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim3-32/+32
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim3-32/+32
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee3-32/+32
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee3-32/+32
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee3-32/+32
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee3-32/+32
2021-07-30[z/OS]Remove overriding default attribute aligned valueFanbo Meng1-1/+1
2021-07-26[SystemZ] Add support for new cpu architecture - arch14Ulrich Weigand6-0/+218
2021-05-19-fno-semantic-interposition: Don't set dso_local on GlobalVariableFangrui Song1-15/+4
2021-03-29[NFC] clang-formatting zos-alignment.cFanbo Meng1-42/+42
2021-03-29[SystemZ][z/OS] Add test of leading zero length bitfield in const/volatile st...Fanbo Meng1-0/+18