aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-01re PR middle-end/71371 (ICE with OpenMP taskloop and addressable iterator)Jakub Jelinek1-0/+5
2016-06-01Remove the unused OMP_CLAUSE_DEVICE_RESIDENTThomas Schwinge1-5/+0
2016-05-31gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.Marek Polacek1-3/+10
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis1-1/+17
2016-05-24re PR middle-end/71249 (-Wswitch-unreachable false positive for a compound st...Marek Polacek1-2/+3
2016-05-24tree-cfg.h (should_remove_lhs_p): New predicate.Marek Polacek1-3/+1
2016-05-23re PR c/49859 (gcc could warn about statements between "switch" and first "ca...Marek Polacek1-0/+26
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+4
2016-05-11re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz...Richard Biener1-1/+1
2016-05-03PR c++/66561 - __builtin_LINE at al. should yield constant expressionsMartin Sebor1-19/+1
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-30/+95
2016-04-20re PR middle-end/70680 (OpenMP SIMD linear variable privatized too eagerly)Jakub Jelinek1-2/+8
2016-04-13re PR target/70633 (ICE on valid code at -Os (in 32-bit mode) on x86_64-linux...Jakub Jelinek1-1/+5
2016-04-08re PR lto/70289 ([openacc] ICE in input_varpool_node)Cesar Philippidis1-0/+55
2016-04-06Fix new -Wparentheses warnings encountered during bootstrapPatrick Palka1-53/+55
2016-04-06re PR middle-end/70550 (-Wuninitialized false positives in OpenMP code)Jakub Jelinek1-0/+2
2016-03-24re PR middle-end/70370 (ICE in execute_todo, at passes.c:2003 when using __re...Richard Biener1-0/+26
2016-03-22re PR c++/70295 (bogus -Wnonnull-compare for "dynamic_cast<const FuSelection ...Jakub Jelinek1-0/+2
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge1-1/+1
2016-03-16Gimplify vec_cond_expr with condition insideRichard Henderson1-1/+16
2016-03-16re PR middle-end/70199 (Crash at -O2 when using labels.)Richard Henderson1-1/+4
2016-03-16re PR c/70093 (Instancing function with VM return type cases internal compile...Marek Polacek1-1/+2
2016-03-02re PR libgomp/69555 (libgomp.c++/target-6.C fails because of undefined behavi...Jakub Jelinek1-12/+34
2016-03-02re PR c/67854 (Missing diagnostic for passing bool to va_arg)Marek Polacek1-4/+8
2016-02-17re PR c++/69850 (unnecessary -Wnonnull-compare warning)Jakub Jelinek1-0/+1
2016-02-10re PR ipa/69241 (ICE with noreturn and function that return non-POD)Jakub Jelinek1-1/+2
2016-02-02gimplify.c (omp_notice_variable): Add usage check.James Norris1-1/+25
2016-01-21re PR middle-end/67653 (ICE on valid code on x86_64-linux-gnu: verify_gimple ...Jakub Jelinek1-3/+29
2016-01-15gimplify.c (oacc_default_clause): Decode reference and pointer types for both...Cesar Philippidis1-7/+5
2016-01-08re PR tree-optimization/69162 (ICE in create_tmp_var, at gimple-expr.c:468)Jakub Jelinek1-5/+8
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-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson1-1/+1
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin1-1/+3
2015-12-04re PR middle-end/65958 (-fstack-check breaks alloca on architectures using ge...Eric Botcazou1-10/+28
2015-12-02Fix oacc kernels default mapping for scalarsTom de Vries1-5/+14
2015-12-01OpenACC host_data support.Julian Brown1-6/+32
2015-11-26re PR tree-optimization/68128 (A huge regression in Parboil v2.5 OpenMP CUTCP...Jakub Jelinek1-10/+180
2015-11-13gimplify.c (oacc_default_clause): Use inform for enclosing scope.Nathan Sidwell1-1/+1
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris1-2/+182
2015-11-12missed error format change in previous commitNathan Sidwell1-2/+2
2015-11-12gimplify.c (oacc_default_clause): New.Nathan Sidwell1-1/+60
2015-11-11gimplify.c (enum omp_region_type): Add ORT_ACC, ORT_ACC_DATA, ORT_ACC_PARALLE...Nathan Sidwell1-42/+99
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+6
2015-11-06gimplify.c (gimplify_omp_ordered): Fix up diagnostics wording.Jakub Jelinek1-3/+3
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-1/+12
2015-11-05gcc/Jakub Jelinek1-87/+553
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+10
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+2