aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/s390
AgeCommit message (Expand)Author
2019-07-15S/390: Fix vector shift count operandAndreas Krebbel
2019-03-25S/390: Fix PR89775. Stackpointer save/restore instructions removedAndreas Krebbel
2019-03-13S/390: Fix immediate vector operands for some builtins.Andreas Krebbel
2019-03-13S/390: Fix the vec_xl / vec_xst style builtinsAndreas Krebbel
2018-12-13S/390: Fix zvector vec_double builtinAndreas Krebbel
2018-11-26S/390: Fix flogr RTX.Andreas Krebbel
2018-09-12S/390: Use proper rounding mode for DFP to BFD conversionsAndreas Krebbel
2018-06-05S/390: Fix __builtin_tbeginc signatureAndreas Krebbel
2018-04-13IBM Z: Get rid of target specific C++ testcaseAndreas Krebbel
2018-04-12IBM Z: Spectre: Prevent thunk cfi to be emitted with -fno-dwarf2-cfi-asmAndreas Krebbel
2018-04-06IBM Z: Fix vcond-shift testcase.Andreas Krebbel
2018-04-06IBM Z: Use the dedicated NOP instructions for "nop"Andreas Krebbel
2018-02-09S/390: Fix PR84295Andreas Krebbel
2018-02-08S/390: Disable prediction of indirect branchesAndreas Krebbel
2018-01-03 Update copyright years.Jakub Jelinek
2017-10-18S/390: Fix vec-cmp-2 testcaseAndreas Krebbel
2017-10-09S/390: PR82463: Fix vec_madd header file definitionAndreas Krebbel
2017-10-09S/390: PR82465: Fix vec_sqrt builtin flagsAndreas Krebbel
2017-10-06PR82322: S/390: Fix vec_ceil and friendsAndreas Krebbel
2017-10-06PR82317: S/390: Fix vec_min/vec_max builtins for IBM z13.Andreas Krebbel
2017-09-01S/390: PR82012: Implement CAN_INLINE_P target hook.Andreas Krebbel
2017-07-27S/390: Fix PR81534Andreas Krebbel
2017-06-28S/390: New option -mpic-data-is-text-relativeAndreas Krebbel
2017-05-30Vector peeling cost model 5/6Robin Dapp
2017-05-24S/390: Fix PR80725.Andreas Krebbel
2017-04-25S/390: PR79895: Fix TImode constant handlingAndreas Krebbel
2017-04-25S/390: PR80080: Optimize atomic patterns.Dominik Vogt
2017-04-072017-04-07 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2017-04-05PR target/79890: S/390: Fix crash.Dominik Vogt
2017-04-03Fix s390 testcase vcond-shiftRobin Dapp
2017-03-24S/390: arch12: New builtins.Andreas Krebbel
2017-03-24S/390: arch12: Support new vector floating point modes.Andreas Krebbel
2017-03-24S/390: arch12: Support the mul/add/subtractAndreas Krebbel
2017-03-24S/390: arch12: Add vllezlf instruction.Andreas Krebbel
2017-03-24S/390: arch12: New vector popcount variantsAndreas Krebbel
2017-03-24S/390: arch12: Add support for new vector bitAndreas Krebbel
2017-03-24S/390: arch12: Add arch12 option.Andreas Krebbel
2017-03-24S/390: Use wfc for scalar vector comparesAndreas Krebbel
2017-03-24S/390: Move and rename vector check.Andreas Krebbel
2017-03-24S/390: vec_init improvementsAndreas Krebbel
2017-03-24S/390: PR79893: Add diagnostics vec_load_bndry builtin.Andreas Krebbel
2017-03-20S/390: PR78857: Don't use load and test if result is live.Andreas Krebbel
2017-03-06S/390: Change 2-byte NOPsRobin Dapp
2017-02-09S/390: Fix glob pattern for vector tests.Andreas Krebbel
2017-02-02S/390: Rename __S390_VX__ to __VX__.Andreas Krebbel
2017-01-31S/390: Rename __S390_ARCH_LEVEL__ to __ARCH__.Andreas Krebbel
2017-01-30S/390: PR target/79240: Fix assertion in s390_extzv_shift_ok.Dominik Vogt
2017-01-27S/390: Fix matching setmem_long_and*.Dominik Vogt
2017-01-18S/390: Downcase first letter of error messages.Andreas Krebbel
2017-01-18 * gcc.target/s390/target-attribute/tattr-2.c: Add -fno-ipa-icfJakub Jelinek