summaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
Commit message (Expand)AuthorAgeFilesLines
* Add a fixed_size_mode classRichard Sandiford2017-11-011-2/+4
* Require wi::to_wide for treesRichard Sandiford2017-10-101-5/+5
* re PR tree-optimization/82374 (#pragma GCC optimize is not applied to openmp-...Jakub Jelinek2017-10-041-0/+8
* re PR middle-end/81768 (error: control flow in the middle of basic block)Jakub Jelinek2017-09-051-0/+4
* [71/77] Use opt_scalar_mode for mode iteratorsRichard Sandiford2017-08-301-3/+5
* [6/77] Make GET_MODE_WIDER return an opt_modeRichard Sandiford2017-08-301-2/+2
* [4/77] Add FOR_EACH iterators for modesRichard Sandiford2017-08-301-3/+1
* re PR c/81687 (Compiler drops label in OpenMP region)Jakub Jelinek2017-08-101-0/+2
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* re PR middle-end/81052 (ICE in verify_dominators, at dominance.c:1184)Jakub Jelinek2017-08-031-2/+2
* Remove enum before machine_modeRichard Sandiford2017-07-051-1/+1
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor2017-06-151-1/+5
* Remove unused "default_kind" member from gcc/omp-low.c's "struct omp_context"Thomas Schwinge2017-05-231-11/+1
* re PR middle-end/80809 (Multi-free error for variable size array used within ...Jakub Jelinek2017-05-221-0/+28
* re PR middle-end/80853 (OpenMP ICE in build_outer_var_ref with array reduction)Jakub Jelinek2017-05-221-3/+13
* omp-low: fix lastprivate/linear lowering for SIMTAlexander Monakov2017-04-201-21/+20
* re PR libgomp/80394 (Empty OpenMP task is wrongly removed when optimizing)Jakub Jelinek2017-04-111-2/+4
* OpenMP/PTX privatization in SIMD regionsAlexander Monakov2017-03-281-37/+96
* Rename the "openmp" group of optimizations to "omp"Thomas Schwinge2017-02-281-2/+2
* gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang2017-02-091-9/+19
* re PR middle-end/79236 (Many libgomp tests fail if configured with --enable-o...Jakub Jelinek2017-01-261-3/+22
* omp-low: introduce omplow_simd_contextAlexander Monakov2017-01-201-44/+50
* [hsa] Rename hsa.[ch] to hsa-common.[ch]Martin Jambor2017-01-201-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Coding style fixesMartin Jambor2016-12-141-23/+20
* Split omp-low into multiple filesMartin Jambor2016-12-141-11990/+101
* re PR middle-end/69183 (ICE when using OpenMP PRIVATE keyword in OMP DO loop ...Jakub Jelinek2016-11-231-11/+18
* backport: hsa-builtins.def: New file.Martin Jambor2016-11-231-371/+1102
* OpenMP loop cloning for SIMT executionJakub Jelinek2016-11-221-11/+68
* OpenMP offloading to NVPTX: middle-end changesAlexander Monakov2016-11-221-64/+384
* re PR fortran/78299 (ICE in expand_omp_for_static_nochunk, at omp-low.c:9622)Jakub Jelinek2016-11-161-1/+1
* omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek2016-11-101-13/+79
* omp-low.c (pass_oacc_device_lower::gate): New method.Eric Botcazou2016-10-191-5/+2
* [PR tree-optimization/78024] Clear basic block flags before using BB_VISITED ...Thomas Schwinge2016-10-191-5/+3
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek2016-10-091-12/+8
* ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek2016-09-261-10/+4
* Add inline functions for various bitwise operations.Jason Merrill2016-09-161-2/+2
* re PR fortran/77516 (ICE in is_gimple_min_invariant, at gimple-expr.c:706)Jakub Jelinek2016-09-081-1/+3
* re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek2016-09-021-1/+2
* omp-low.c (lower_oacc_reductions): Adjust variable lookup to use maybe_lookup...Chung-Lin Tang2016-08-171-3/+12
* re PR middle-end/72781 (-Wuninitialized false positives in OpenMP code)Jakub Jelinek2016-08-081-1/+9
* function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of ...Richard Biener2016-07-211-0/+2
* c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis2016-07-151-0/+4
* re PR middle-end/71758 (ICE in verify_gimple_in_cfg, at tree-cfg.c:5212)Jakub Jelinek2016-07-111-1/+7
* re PR tree-optimization/71647 (aligned(x:32) in #pragma omp simd does not work)Jakub Jelinek2016-06-241-4/+6
* [PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge2016-06-101-2/+2
* [PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge2016-06-101-6/+0
* Remove the unused OMP_CLAUSE_DEVICE_RESIDENTThomas Schwinge2016-06-011-2/+0
* [PR 70857] Copy RESULT_DECL of HSA outlined kernel functionMartin Jambor2016-05-161-0/+3