aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-expand.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-28For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge1-40/+73
2018-12-21re PR middle-end/85594 (ICE during expand when compiling with -fwrapv -fopenmp)Jakub Jelinek1-7/+13
2018-11-19re PR debug/87039 (DW_OP_fbreg used without a frame base on a C++ code w/ -fo...Jakub Jelinek1-35/+36
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-2/+2
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-51/+398
2018-10-30Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov1-1/+2
2018-09-28tree.h (BLOCK_ORIGIN): New.Richard Biener1-1/+1
2018-04-26re PR middle-end/85450 (ICE: invalid types in nop conversion during GIMPLE pa...Richard Biener1-4/+24
2018-04-16[openacc] Fix ICE when compiling tile loop containing infinite loopCesar Philippidis1-0/+8
2018-04-12Revert 259346.Cesar Philippidis1-8/+0
2018-04-12re PR middle-end/84955 (Incorrect OpenACC tile expansion)Cesar Philippidis1-0/+8
2018-02-07[openacc] Fix diff_type in expand_oacc_collapse_initTom de Vries1-0/+2
2018-01-23re PR tree-optimization/83957 (ICE: Segmentation fault (in gimple_phi_arg))Jakub Jelinek1-1/+4
2018-01-15re PR middle-end/83837 (libgomp.fortran/pointer[12].f90 FAIL)Jakub Jelinek1-9/+20
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: omp_max_vfRichard Sandiford1-5/+6
2017-12-30Prune removed funcs from offload tableTom de Vries1-1/+5
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-73/+80
2017-11-28Remove Cilk Plus support.Julia Koval1-247/+3
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka1-1/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-0/+1
2017-10-02omp-expand.c (adjust_context_scope): New function.Kevin Buettner1-0/+38
2017-09-05re PR middle-end/81768 (error: control flow in the middle of basic block)Jakub Jelinek1-4/+8
2017-08-30[68/77] Use scalar_mode for is_int_mode/is_float_mode pairsRichard Sandiford1-6/+7
2017-08-08trans.c: Include header files.Martin Liska1-1/+2
2017-08-07Fix diff_type in expand_oacc_for char iter_typeTom de Vries1-0/+2
2017-08-06Add missing edge probabilities in expand_oacc_for, tile caseTom de Vries1-2/+9
2017-08-06Add missing edge probability in expand_oacc_forTom de Vries1-1/+3
2017-08-01Remove flag_tree_vectorizeJames Greenhalgh1-2/+1
2017-07-19Handle equal-argument loop exit phi in expand_omp_for_static_chunkTom de Vries1-0/+4
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-25/+30
2017-06-11tree.h (id_equal): New.Jason Merrill1-2/+2
2017-05-12Use "oacc kernels" attribute for OpenACC kernelsThomas Schwinge1-8/+12
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-02-28Rename the "openmp" group of optimizations to "omp"Thomas Schwinge1-2/+2
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang1-33/+191
2017-02-06omp-expand.c (oxpand_omp_atomic_fetch_op, [...]): Return false if can_atomic_...Jakub Jelinek1-2/+3
2017-01-25re PR debug/78363 (ICE in in force_type_die, at dwarf2out.c:24864)Richard Biener1-0/+16
2017-01-23tree.h (assign_assembler_name_if_neeeded): Rename to ...Jakub Jelinek1-2/+2
2017-01-20omp-offload: use PROP_gimple_lomp_devAlexander Monakov1-4/+7
2017-01-20[hsa] Rename hsa.[ch] to hsa-common.[ch]Martin Jambor1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14Coding style fixesMartin Jambor1-46/+49
2016-12-14Split omp-low into multiple filesMartin Jambor1-0/+8195