aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-28Remove Cilk Plus support.Julia Koval1-2/+0
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford1-1/+3
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell1-1/+1
2017-04-03tree-nested.c (get_descriptor_type): Make sure that the alignment of descript...Eric Botcazou1-0/+4
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang1-4/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-28re PR fortran/78298 (ICE in lookup_decl_in_outer_ctx, bei omp-low.c:4115)Jakub Jelinek1-5/+39
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-23/+146
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-14/+14
2016-06-13[PR middle-end/71373] Document missing OMP_CLAUSE_* in gcc/tree-nested.cThomas Schwinge1-18/+42
2016-06-10re PR middle-end/71494 (label as value in nested function)Jakub Jelinek1-1/+1
2016-06-10[PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge1-0/+30
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-6/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge1-2/+0
2015-12-09Fix misleading indentation in tree-nested.cDavid Malcolm1-21/+21
2015-12-01OpenACC host_data support.Julian Brown1-0/+2
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis1-8/+52
2015-11-26DWARF: fix loc. descr. generation for DW_AT_static_linkPierre-Marie de Rodat1-6/+56
2015-11-26re PR tree-optimization/68128 (A huge regression in Parboil v2.5 OpenMP CUTCP...Jakub Jelinek1-0/+4
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+7
2015-10-16tree-nested.h (build_addr): Adjust prototype.Richard Biener1-31/+11
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-0/+38
2015-09-20switch from gimple to gimple*Trevor Saunders1-9/+9
2015-07-09re PR middle-end/66633 (ICE on valid "verify_gimple failed" with OpenMP)Jakub Jelinek1-8/+48
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+4
2015-07-01re PR middle-end/66633 (ICE on valid "verify_gimple failed" with OpenMP)Eric Botcazou1-2/+6
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-10/+10
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-22/+30
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-0/+2
2014-08-25Fix invalid gimple made by finalize_nesting_tree_1.Bernd Schmidt1-5/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-40/+30
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-7/+7
2014-07-24IPA C++ refactoring 1/NMartin Liska1-4/+4
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-10/+157
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-1/+76