Age | Commit message (Expand) | Author | Files | Lines |
2020-10-07 | openmp: Improve composite simd vectorization | Jakub Jelinek | 2 | -0/+102 |
2020-09-19 | Change C front end to emit structured loop and switch tree nodes. | Sandra Loosemore | 1 | -6/+6 |
2020-08-03 | Removal of HSA offloading from gcc and libgomp | Martin Jambor | 1 | -1/+1 |
2020-06-18 | [OpenMP, gimplifier] 'inform' after 'error' diagnostic | Thomas Schwinge | 5 | -6/+6 |
2020-06-16 | openmp: Initial part of OpenMP 5.0 non-rectangular loop support | Jakub Jelinek | 2 | -8/+21 |
2020-05-29 | openmp: One omp_resolve_declare_variant followup | Jakub Jelinek | 1 | -0/+46 |
2020-05-27 | openmp: Fix up omp_declare_variant{s,_alt} htab handling | Jakub Jelinek | 1 | -0/+5 |
2020-05-14 | openmp: Fix placement of 2nd+ preparation statement for PHIs in simd clone lo... | Jakub Jelinek | 1 | -0/+18 |
2020-04-15 | openmp: Reject requires directives not at file or namespace scope [PR94593] | Jakub Jelinek | 1 | -0/+22 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-19 | re PR tree-optimization/92557 (ICE in omp_clause_aligned_alignment, at omp-lo... | Jakub Jelinek | 1 | -0/+13 |
2019-10-10 | c-common.h (c_omp_check_context_selector, [...]): Declare. | Jakub Jelinek | 2 | -0/+63 |
2019-07-30 | re PR middle-end/91216 (OpenMP ICE starting with r265930) | Jakub Jelinek | 1 | -0/+20 |
2019-07-04 | re PR middle-end/78884 ([7/8] ICE when gimplifying VLA in OpenMP SIMD region) | Jakub Jelinek | 1 | -0/+16 |
2019-07-04 | re PR tree-optimization/91063 (ICE in set_vinfo_for_stmt, at tree-vectorizer.... | Jakub Jelinek | 1 | -0/+17 |
2019-06-18 | re PR debug/90900 (ICE in copy_rtx, at rtl.c:376) | Richard Biener | 1 | -0/+11 |
2019-05-27 | re PR tree-optimization/90637 (ICE in vect_loop_versioning, at tree-vect-loop... | Richard Biener | 1 | -0/+14 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -4/+4 |
2019-03-26 | re PR c++/89796 (Incorrect warning generated with OpenMP atomic capture) | Jakub Jelinek | 1 | -0/+23 |
2019-02-09 | re PR middle-end/89246 (LTO produces references to cloned symbols which the c... | Jakub Jelinek | 2 | -0/+32 |
2019-02-02 | re PR middle-end/87887 (ICE in make_ssa_name_fn, at tree-ssanames.c:269) | Jakub Jelinek | 2 | -0/+51 |
2019-02-01 | re PR tree-optimization/88107 (ICE in find_outermost_region_in_block, at tree... | Jakub Jelinek | 1 | -0/+35 |
2019-01-29 | re PR c++/66676 (pragma omp simd aligned(x) results in "internal compiler err... | Jakub Jelinek | 1 | -0/+11 |
2019-01-24 | re PR middle-end/89015 (ICE in lookup_decl_in_outer_ctx, at omp-low.c:3480) | Jakub Jelinek | 1 | -0/+25 |
2019-01-24 | re PR c++/88976 (ICE in fold_convert_loc, at fold-const.c:2552) | Jakub Jelinek | 1 | -0/+12 |
2019-01-22 | c-c++-common/gomp/pr60823-1.c: Change aarch64-*-* target to aarch64*-*-* target. | Steve Ellcey | 5 | -13/+13 |
2019-01-17 | pr60823-1.c: Add aarch64 specific warning checks and assembler scans. | Steve Ellcey | 6 | -0/+14 |
2019-01-17 | Add dg-require-effective-target exceptions | Andrew Stubbs | 1 | -0/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-21 | re PR middle-end/85594 (ICE during expand when compiling with -fwrapv -fopenmp) | Jakub Jelinek | 2 | -0/+10 |
2018-12-10 | re PR tree-optimization/88415 (ICE: verify_gimple failed (error: dead STMT in... | Richard Biener | 1 | -0/+12 |
2018-11-20 | re PR tree-optimization/87895 (ICE in purge_dead_edges, at cfgrtl.c:3246) | Jakub Jelinek | 3 | -0/+42 |
2018-11-20 | re PR tree-optimization/88074 (g++ hangs on math expression) | Richard Biener | 1 | -0/+30 |
2018-11-14 | re PR tree-optimization/87898 (ICE in separate_decls_in_region_debug, at tree... | Jakub Jelinek | 1 | -0/+10 |
2018-11-09 | workshare-reduction-1.c: New test. | Jakub Jelinek | 58 | -0/+1362 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 12 | -47/+76 |
2018-07-05 | [testsuite] Remove 'note:' from scan-tree-dump directives | Christophe Lyon | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-23 | c-parser.c (c_parser_omp_declare_simd): Reject declare simd in pragma_stmt co... | Jakub Jelinek | 2 | -12/+35 |
2017-11-13 | [Diagnostic Patch] don't print column zero | Nathan Sidwell | 1 | -4/+4 |
2017-10-05 | pr82374.c (SIZE): Change from 1G to 1M to make it ilp32 friendly. | Jakub Jelinek | 1 | -1/+1 |
2017-10-04 | re PR tree-optimization/82374 (#pragma GCC optimize is not applied to openmp-... | Jakub Jelinek | 1 | -0/+31 |
2017-09-05 | re PR middle-end/81768 (error: control flow in the middle of basic block) | Jakub Jelinek | 1 | -0/+15 |
2017-09-05 | re PR middle-end/81768 (error: control flow in the middle of basic block) | Jakub Jelinek | 1 | -0/+15 |
2017-05-26 | Replace absolute line numbers in gcc.dg | Tom de Vries | 1 | -3/+3 |
2017-04-19 | Use relative line number for subsequent dg directives | Tom de Vries | 5 | -17/+17 |
2017-03-30 | re PR translation/80189 (gimplify.c: check whether parallel/task/teams should... | Jakub Jelinek | 2 | -2/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-09-03 | re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP) | Jakub Jelinek | 1 | -0/+1 |
2016-09-02 | re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP) | Jakub Jelinek | 5 | -0/+335 |