aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-1/+9
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-18/+8
2014-05-23Make it easier to diff expand_omp_for_* functions.Thomas Schwinge1-59/+59
2014-05-23GF_OMP_FOR_SIMD: Flag for SIMD variants of OMP_FOR kinds.Thomas Schwinge1-9/+9
2014-05-21re PR middle-end/61252 (Invalid code produced for omp simd reduction(min:var...Jakub Jelinek1-24/+43
2014-05-14omp-low.c (expand_parallel_call): Remove shadow variable.James Norris1-4/+0
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-7/+13
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+1
2014-05-02gimplify.c (gimplify_adjust_omp_clauses_1): Handle GOVD_FIRSTPRIVATE | GOVD_L...Jakub Jelinek1-0/+18
2014-04-24tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek1-0/+14