summaryrefslogtreecommitdiff
path: root/gcc/testsuite/lib/target-supports.exp
AgeCommit message (Expand)Author
2020-05-11rs6000: powerpc_future_ok and powerpc_future_hwKelvin Nilsen
2020-05-09gcc/testsuite: Remove traces of crisv32-* outside gcc.target/crisHans-Peter Nilsson
2020-04-29arm: Fix parameter passing for [[no_unique_address]]Richard Sandiford
2020-04-24amdgcn: Testsuite tweaksAndrew Stubbs
2020-04-24introduce target fileio and require it in tests that use tmpnamAlexandre Oliva
2020-04-22testsuite: [arm] Include arm_acle.h in related effective targetsChristophe Lyon
2020-04-22testsuite: [arm/cde] Include arm_cde.h and arm_mve.h in arm_v8*m_main_cde*Christophe Lyon
2020-04-22testsuite: [arm/mve] Include arm_mve.h in arm_v8_1m_mve_okChristophe Lyon
2020-04-22testsuite: [arm] Add arm_softfp_ok and arm_hard_ok effective targets.Christophe Lyon
2020-04-18testsuite: Disable gdc standard runtime tests if phobos is not built.Iain Buclaw
2020-04-09aarch64: Add support for arm_sve_vector_bitsRichard Sandiford
2020-04-08[Arm] Implement CDE intrinsics for MVE registers.Matthew Malcomson
2020-04-08[Arm] Implement scalar Custom Datapath Extension intrinsicsMatthew Malcomson
2020-04-08arm: CLI for Custom Datapath Extension (CDE)Dennis Zhang
2020-04-02Fix check_effective_target_sigsetjmp for glibc targets.Sandra Loosemore
2020-03-25testsuite: adjustments for amdgcnAndrew Stubbs
2020-03-24Test for sigsetjmp support in analyzer tests requiring that feature.Sandra Loosemore
2020-03-24[testsuite,arm] target-supports.exp: Add arm_fp_dp_ok effective-targetChristophe Lyon
2020-03-23[ARM][GCC][13x]: MVE ACLE scalar shift intrinsics.Srinath Parvathaneni
2020-03-23testsuite, arm: Change tests to assembleAndre Vieira
2020-03-23AMDGCN offloading – use amdgcn-amdhsaTobias Burnus
2020-03-16[ARM][GCC][1/x]: MVE ACLE intrinsics framework patch.Srinath Parvathaneni
2020-02-27PowerPC Add has_arch_pwr* checksWill Schmidt
2020-02-21[PATCH, GCC/ARM] Fix MVE scalar shift testsMihail Ionescu
2020-02-15c++: Add -std=c++20.Jason Merrill
2020-02-11Add ppc_ieee128_ok target-supports procWill Schmidt
2020-02-06[Testsuite] – More fixes for remote execution: check_gc_sections_available,...Tobias Burnus
2020-01-31aarch64: Add Armv8.6 SVE bfloat16 supportRichard Sandiford
2020-01-31aarch64: Add Armv8.6 SVE matrix multiply supportRichard Sandiford
2020-01-23c-family: One more 40752 tweak for unsigned char.Jason Merrill
2020-01-21[AArch64] effective_target for aarch64 f64mm asmMatthew Malcomson
2020-01-19testsuite: effective_target_march_option: support checking for -march=*Hans-Peter Nilsson
2020-01-16[PATCH, GCC/ARM, 3/10] Save/restore FPCXTNS in nsentry functionsMihail Ionescu
2020-01-16[PATCH, GCC/ARM, 2/10] Add command line support for Armv8.1-M MainlineMihail Ionescu
2020-01-14Initial commit of analyzerDavid Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20gcc/testsuite/ChangeLog:Stam Markianos-Wright
2019-12-17Add extract_last for amdgcnAndrew Stubbs
2019-12-11MSP430: Add -fno-exceptions multilibJozef Lawrynowicz
2019-12-02PR92398: Fix testcase failure of pr72804.cLuo Xiong Hu
2019-11-29Improve tree-vect-patterns.c handling of boolean comparisonsRichard Sandiford
2019-11-26Update vect_char_add target selector to use its own cacheJoel Hutton
2019-11-20Restrict bb-slp-40.c to targets with VnQI addition (PR 92366)Richard Sandiford
2019-11-18Add optabs for accelerating RAW and WAR alias checksRichard Sandiford
2019-11-18[testsuite][ARM] check_effective_target_arm_vfp_ok_nocache: Fix typo in optio...Christophe Lyon
2019-11-07[arm][1/X] Add initial support for saturation intrinsicsKyrylo Tkachov
2019-10-13Remove dg-add-options c99_runtimeRainer Orth
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill
2019-10-08re PR tree-optimization/90836 (Missing popcount pattern matching)Dmitrij Pochepko
2019-09-30[AArch64][SVE] Utilize ASRD instruction for division and remainderYuliang Wang