aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-21Mark omp thread functions as parallelizedTom de Vries1-0/+2
2015-03-16omp-low.c (expand_omp_target): Use auto_vec<tree, 11> instead of vec<tree> * ...Jakub Jelinek1-29/+25
2015-03-16re PR middle-end/65431 (Invalid read of size 8 at 0x105DBBF8: delete_omp_cont...Jakub Jelinek1-3/+5
2015-03-12tree-cfg.c (gimple_split_block): Remove loop finding stmt to split on.Richard Biener1-2/+2
2015-02-24Add entrypoint attribute for the use of nvptx.Bernd Schmidt1-0/+7
2015-01-26re PR middle-end/64421 (Incorrect vector function name generated for log)Jakub Jelinek1-3/+5
2015-01-23re PR middle-end/64734 (ICE at omp lowering)Jakub Jelinek1-1/+2
2015-01-19[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge1-27/+18
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-230/+1370
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-09Fix gcc_assert in expand_omp_for_static_chunkTom de Vries1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-2/+2
2014-12-10re PR tree-optimization/62021 (ICE in verify_gimple_assign_single)Jakub Jelinek1-10/+16
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-18/+15
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-40/+39
2014-11-28omp-low.c (lower_omp_critical): Mark critical sections inside target function...Andrey Turetskiy1-10/+14
2014-11-20remove param1_is usageTrevor Saunders1-11/+5
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-209/+253
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-11/+6
2014-11-19re PR regression/63868 (Multiple failures in the libgomp test suite between r...Ilya Verbin1-3/+8
2014-11-19re PR tree-optimization/63844 (open mp parallelization prevents vectorization)Richard Biener1-1/+2
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin1-0/+95
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-18/+36
2014-11-13Run pass_expand_omp_ssa after pass_paralellize_loopsTom de Vries1-6/+50
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-4/+4
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-7/+11
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-03re PR libgomp/61200 (internal compiler error: Segmentation fault, assert & op...Jakub Jelinek1-10/+75
2014-09-29re PR middle-end/63247 (fortran array alignment in omp target map)Jakub Jelinek1-3/+4
2014-09-22re PR debug/63328 (c-c++-common/gomp/pr60823-3.c test fails with -fcompare-de...Jakub Jelinek1-3/+16
2014-09-08re PR ipa/63196 (FAIL: g++.dg/torture/pr57140.C -O3 -fomit-frame-pointer (...Richard Biener1-2/+2
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-12/+325
2014-08-25IPA C++ refactoring 4/NMartin Liska1-4/+4
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-22/+19
2014-07-24IPA C++ refactoring 2/NMartin Liska1-3/+3
2014-07-24IPA C++ refactoring 1/NMartin Liska1-14/+14
2014-07-24Add missing break statement.Thomas Schwinge1-0/+1
2014-07-16omp-low.c (create_omp_child_function): Don't set DECL_NAMELESS on the FUNCTIO...Jakub Jelinek1-1/+0
2014-07-09remove has_executeTrevor Saunders1-4/+0
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek1-13/+20
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek1-18/+14
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-6/+11
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-1/+27
2014-06-12re PR middle-end/61486 (ICE with #pragma omp teams)Jakub Jelinek1-2/+10