Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | omp-expand.c (struct omp_region): Add has_lastprivate_conditional member. | Jakub Jelinek | 1 | -6/+18 |
2019-06-04 | gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi... | Jakub Jelinek | 1 | -36/+53 |
2019-05-31 | tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define. | Jakub Jelinek | 1 | -0/+28 |
2019-05-30 | gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP. | Jakub Jelinek | 1 | -31/+46 |
2019-05-27 | gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect... | Jakub Jelinek | 1 | -13/+60 |
2019-05-24 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_. | Jakub Jelinek | 1 | -40/+260 |
2019-05-20 | cfgloop.h (struct loop): Add simdlen member. | Jakub Jelinek | 1 | -0/+7 |
2019-05-15 | omp-low.c (lower_rec_input_clauses): For if (0) or simdlen (1) set max_vf to 1. | Jakub Jelinek | 1 | -0/+13 |
2019-03-07 | re PR translation/79999 (possible typo in gimplify.c: depend(sink:)) | Jakub Jelinek | 1 | -4/+5 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-28 | For libgomp OpenACC entry points, redefine the "device" argument to "flags" | Thomas Schwinge | 1 | -40/+73 |
2018-12-21 | re PR middle-end/85594 (ICE during expand when compiling with -fwrapv -fopenmp) | Jakub Jelinek | 1 | -7/+13 |
2018-11-19 | re PR debug/87039 (DW_OP_fbreg used without a frame base on a C++ code w/ -fo... | Jakub Jelinek | 1 | -35/+36 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -2/+2 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 1 | -51/+398 |
2018-10-30 | Avoid unnecessarily numbering cloned symbols. | Michael Ploujnikov | 1 | -1/+2 |
2018-09-28 | tree.h (BLOCK_ORIGIN): New. | Richard Biener | 1 | -1/+1 |
2018-04-26 | re PR middle-end/85450 (ICE: invalid types in nop conversion during GIMPLE pa... | Richard Biener | 1 | -4/+24 |
2018-04-16 | [openacc] Fix ICE when compiling tile loop containing infinite loop | Cesar Philippidis | 1 | -0/+8 |
2018-04-12 | Revert 259346. | Cesar Philippidis | 1 | -8/+0 |
2018-04-12 | re PR middle-end/84955 (Incorrect OpenACC tile expansion) | Cesar Philippidis | 1 | -0/+8 |
2018-02-07 | [openacc] Fix diff_type in expand_oacc_collapse_init | Tom de Vries | 1 | -0/+2 |
2018-01-23 | re PR tree-optimization/83957 (ICE: Segmentation fault (in gimple_phi_arg)) | Jakub Jelinek | 1 | -1/+4 |
2018-01-15 | re PR middle-end/83837 (libgomp.fortran/pointer[12].f90 FAIL) | Jakub Jelinek | 1 | -9/+20 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: omp_max_vf | Richard Sandiford | 1 | -5/+6 |
2017-12-30 | Prune removed funcs from offload table | Tom de Vries | 1 | -1/+5 |
2017-12-12 | [SFN] not-quite-boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -73/+80 |
2017-11-28 | Remove Cilk Plus support. | Julia Koval | 1 | -247/+3 |
2017-11-14 | auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count. | Jan Hubicka | 1 | -1/+1 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -0/+1 |
2017-10-02 | omp-expand.c (adjust_context_scope): New function. | Kevin Buettner | 1 | -0/+38 |
2017-09-05 | re PR middle-end/81768 (error: control flow in the middle of basic block) | Jakub Jelinek | 1 | -4/+8 |
2017-08-30 | [68/77] Use scalar_mode for is_int_mode/is_float_mode pairs | Richard Sandiford | 1 | -6/+7 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -1/+2 |
2017-08-07 | Fix diff_type in expand_oacc_for char iter_type | Tom de Vries | 1 | -0/+2 |
2017-08-06 | Add missing edge probabilities in expand_oacc_for, tile case | Tom de Vries | 1 | -2/+9 |
2017-08-06 | Add missing edge probability in expand_oacc_for | Tom de Vries | 1 | -1/+3 |
2017-08-01 | Remove flag_tree_vectorize | James Greenhalgh | 1 | -2/+1 |
2017-07-19 | Handle equal-argument loop exit phi in expand_omp_for_static_chunk | Tom de Vries | 1 | -0/+4 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -25/+30 |
2017-06-11 | tree.h (id_equal): New. | Jason Merrill | 1 | -2/+2 |
2017-05-12 | Use "oacc kernels" attribute for OpenACC kernels | Thomas Schwinge | 1 | -8/+12 |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 1 | -1/+1 |
2017-02-28 | Rename the "openmp" group of optimizations to "omp" | Thomas Schwinge | 1 | -2/+2 |
2017-02-09 | gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. | Chung-Lin Tang | 1 | -33/+191 |
2017-02-06 | omp-expand.c (oxpand_omp_atomic_fetch_op, [...]): Return false if can_atomic_... | Jakub Jelinek | 1 | -2/+3 |
2017-01-25 | re PR debug/78363 (ICE in in force_type_die, at dwarf2out.c:24864) | Richard Biener | 1 | -0/+16 |
2017-01-23 | tree.h (assign_assembler_name_if_neeeded): Rename to ... | Jakub Jelinek | 1 | -2/+2 |
2017-01-20 | omp-offload: use PROP_gimple_lomp_dev | Alexander Monakov | 1 | -4/+7 |