aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-20re PR middle-end/85488 (segmentation fault when compiling code using the orde...Jakub Jelinek1-2/+13
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-4/+3
2018-07-26re PR middle-end/86660 (libgomp.c++/for-15.C ICEs with nvptx offloading)Jakub Jelinek1-1/+4
2018-07-17re PR middle-end/86542 (wrong-code for collapsed taskloop which needs omp_cpyfn)Jakub Jelinek1-1/+14
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-83/+10
2018-05-31re PR middle-end/85879 (ICE in expand_debug_locations, at cfgexpand.c:5405)Chung-Lin Tang1-1/+2
2018-02-10re PR sanitizer/83987 (ICE with OpenMP, sanitizer and virtual bases)Jakub Jelinek1-0/+51
2018-01-24re PR middle-end/83977 (ICE in simd_clone_clauses_extract, at omp-simd-clone....Jakub Jelinek1-0/+17
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford1-7/+9
2018-01-03poly_int: omp_max_vfRichard Sandiford1-18/+21
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford1-1/+1
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-0/+2
2017-11-28Remove Cilk Plus support.Julia Koval1-85/+5
2017-11-01Add a fixed_size_mode classRichard Sandiford1-2/+4
2017-10-10Require wi::to_wide for treesRichard Sandiford1-5/+5
2017-10-04re PR tree-optimization/82374 (#pragma GCC optimize is not applied to openmp-...Jakub Jelinek1-0/+8
2017-09-05re PR middle-end/81768 (error: control flow in the middle of basic block)Jakub Jelinek1-0/+4
2017-08-30[71/77] Use opt_scalar_mode for mode iteratorsRichard Sandiford1-3/+5
2017-08-30[6/77] Make GET_MODE_WIDER return an opt_modeRichard Sandiford1-2/+2
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford1-3/+1
2017-08-10re PR c/81687 (Compiler drops label in OpenMP region)Jakub Jelinek1-0/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-03re PR middle-end/81052 (ICE in verify_dominators, at dominance.c:1184)Jakub Jelinek1-2/+2
2017-07-05Remove enum before machine_modeRichard Sandiford1-1/+1
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor1-1/+5
2017-05-23Remove unused "default_kind" member from gcc/omp-low.c's "struct omp_context"Thomas Schwinge1-11/+1
2017-05-22re PR middle-end/80809 (Multi-free error for variable size array used within ...Jakub Jelinek1-0/+28
2017-05-22re PR middle-end/80853 (OpenMP ICE in build_outer_var_ref with array reduction)Jakub Jelinek1-3/+13
2017-04-20omp-low: fix lastprivate/linear lowering for SIMTAlexander Monakov1-21/+20
2017-04-11re PR libgomp/80394 (Empty OpenMP task is wrongly removed when optimizing)Jakub Jelinek1-2/+4
2017-03-28OpenMP/PTX privatization in SIMD regionsAlexander Monakov1-37/+96
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-9/+19
2017-01-26re PR middle-end/79236 (Many libgomp tests fail if configured with --enable-o...Jakub Jelinek1-3/+22
2017-01-20omp-low: introduce omplow_simd_contextAlexander Monakov1-44/+50
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-23/+20
2016-12-14Split omp-low into multiple filesMartin Jambor1-11990/+101
2016-11-23re PR middle-end/69183 (ICE when using OpenMP PRIVATE keyword in OMP DO loop ...Jakub Jelinek1-11/+18
2016-11-23backport: hsa-builtins.def: New file.Martin Jambor1-371/+1102
2016-11-22OpenMP loop cloning for SIMT executionJakub Jelinek1-11/+68
2016-11-22OpenMP offloading to NVPTX: middle-end changesAlexander Monakov1-64/+384
2016-11-16re PR fortran/78299 (ICE in expand_omp_for_static_nochunk, at omp-low.c:9622)Jakub Jelinek1-1/+1
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-13/+79
2016-10-19omp-low.c (pass_oacc_device_lower::gate): New method.Eric Botcazou1-5/+2
2016-10-19[PR tree-optimization/78024] Clear basic block flags before using BB_VISITED ...Thomas Schwinge1-5/+3
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1