Age | Commit message (Expand) | Author | Files | Lines |
2021-09-18 | openmp: Handle unconstrained and reproducible modifiers on order(concurrent) | Jakub Jelinek | 13 | -38/+742 |
2021-09-18 | Fix ICE in pass_rpad. | liuhongt | 1 | -5/+22 |
2021-09-18 | openmp: Allow private or firstprivate arguments to default clause even for C/C++ | Jakub Jelinek | 10 | -7/+302 |
2021-09-18 | AVX512FP16: Add testcase for scalar FMA instructions. | liuhongt | 8 | -0/+475 |
2021-09-18 | AVX512FP16: Add scalar fma instructions. | liuhongt | 10 | -163/+666 |
2021-09-18 | AVX512FP16: Enable FP16 mask load/store. | H.J. Lu | 2 | -6/+47 |
2021-09-18 | AVX512FP16: Add testcase for fp16 bitwise operations. | liuhongt | 8 | -0/+456 |
2021-09-18 | AVX512FP16: Add scalar/vector bitwise operations, including | H.J. Lu | 4 | -62/+130 |
2021-09-18 | AVX512FP16: Add testcase for fma instructions | liuhongt | 16 | -0/+923 |
2021-09-18 | AVX512FP16: Add FP16 fma instructions. | liuhongt | 9 | -96/+996 |
2021-09-18 | AVX512FP16: Add testcase for vfmaddsub[132,213,231]ph/vfmsubadd[132,213,231]ph. | liuhongt | 8 | -0/+488 |
2021-09-18 | AVX512FP16: Add vfmaddsub[132,213,231]ph/vfmsubadd[132,213,231]ph. | liuhongt | 9 | -41/+524 |
2021-09-18 | Support embedded broadcast for AVX512FP16 instructions. | liuhongt | 5 | -9/+93 |
2021-09-17 | c++: improve lookup of member-qualified names | Jason Merrill | 6 | -17/+92 |
2021-09-17 | c++: fix comment typo | Jason Merrill | 1 | -1/+1 |
2021-09-18 | Daily bump. | GCC Administrator | 11 | -1/+1010 |
2021-09-17 | Factor predidacte analysis out of tree-ssa-uninit.c into its own module. | Martin Sebor | 4 | -2152/+2644 |
2021-09-17 | Fortran - (large) arrays in the main shall be static | Harald Anlauf | 2 | -2/+12 |
2021-09-17 | libstdc++: Add 'noexcept' to path::iterator members | Jonathan Wakely | 2 | -44/+60 |
2021-09-17 | libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270] | Jonathan Wakely | 3 | -1/+5 |
2021-09-17 | openacc: Remove unnecessary barriers (gimple worker partitioning/broadcast) | Julian Brown | 2 | -29/+94 |
2021-09-17 | openacc: Shared memory layout optimisation | Julian Brown | 10 | -89/+538 |
2021-09-17 | openacc: Turn off worker partitioning if num_workers==1 | Julian Brown | 1 | -16/+31 |
2021-09-17 | Add 'libgomp.oacc-c-c++-common/broadcast-many.c' | Julian Brown | 1 | -0/+77 |
2021-09-17 | Provide a relation oracle for paths. | Andrew MacLeod | 2 | -15/+224 |
2021-09-17 | Virtualize relation oracle and various cleanups. | Andrew MacLeod | 4 | -178/+206 |
2021-09-17 | testsuite: Fix gcc.target/i386/auto-init-* tests. | qing zhao | 20 | -34/+45 |
2021-09-17 | Better handle MIN/MAX_EXPR of unrelated objects [PR102200]. | Martin Sebor | 6 | -10/+496 |
2021-09-17 | rs6000: Support for vectorizing built-in functions | Bill Schmidt | 1 | -0/+257 |
2021-09-17 | rs6000: Handle some recent MMA builtin changes | Bill Schmidt | 3 | -86/+138 |
2021-09-17 | rs6000: Handle gimple folding of target built-ins | Bill Schmidt | 1 | -0/+1165 |
2021-09-17 | Fix 'hash_table::expand' to destruct stale Value objects | Thomas Schwinge | 2 | -4/+9 |
2021-09-17 | Fortran: Use _Float128 rather than __float128 for c_float128 kind. | Sandra Loosemore | 12 | -25/+24 |
2021-09-17 | PR c/102245: Disable sign-changing optimization for shifts by zero. | Roger Sayle | 2 | -2/+39 |
2021-09-17 | rs6000: Move __builtin_mffsl to the [always] stanza | Bill Schmidt | 1 | -3/+6 |
2021-09-17 | Fortran: Prefer GCC internal macros to float.h in ISO_Fortran_binding.h. | Tobias Burnus | 1 | -17/+58 |
2021-09-17 | configure, jit: Allow for 'make check-gcc-jit'. | Iain Sandoe | 2 | -0/+9 |
2021-09-17 | Revert no longer needed fix for PR95539 | Richard Biener | 1 | -12/+1 |
2021-09-17 | libstdc++: Rename tests with incorrect extension | Jonathan Wakely | 2 | -0/+0 |
2021-09-17 | libgomp: Spelling error fix in OpenMP 5.1 conformance section | Jakub Jelinek | 1 | -2/+2 |
2021-09-17 | openmp: Add support for OpenMP 5.1 atomics for C++ | Jakub Jelinek | 20 | -104/+1652 |
2021-09-17 | x86: Add TARGET_SSE_PARTIAL_REG_[FP_]CONVERTS_DEPENDENCY | H.J. Lu | 10 | -5/+125 |
2021-09-17 | x86: Properly handle USE_VECTOR_FP_CONVERTS/USE_VECTOR_CONVERTS | H.J. Lu | 4 | -3/+75 |
2021-09-17 | x86: Update memcpy/memset inline strategies for -mtune=tremont | H.J. Lu | 3 | -2/+126 |
2021-09-17 | x86: Update -mtune=tremont | H.J. Lu | 4 | -19/+23 |
2021-09-17 | Fix PR rtl-optimization/102306 | Eric Botcazou | 2 | -0/+29 |
2021-09-17 | AVX512FP16: Add intrinsics for casting between vector float16 and vector floa... | liuhongt | 6 | -0/+449 |
2021-09-17 | AVX512FP16: Add testcase for vcvtsh2sd/vcvtsh2ss/vcvtsd2sh/vcvtss2sh. | liuhongt | 8 | -0/+336 |
2021-09-17 | AVX512FP16: Add vcvtsh2ss/vcvtsh2sd/vcvtss2sh/vcvtsd2sh. | liuhongt | 10 | -1/+392 |
2021-09-17 | AVX512FP16: Add testcase for vcvtph2pd/vcvtph2psx/vcvtpd2ph/vcvtps2phx. | liuhongt | 17 | -6/+609 |