aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-01re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao1-0/+21
2017-04-10re PR tree-optimization/80344 (-Wuninitialized triggering on a ctor on ARM)Richard Biener1-1/+3
2017-03-30re PR translation/80189 (gimplify.c: check whether parallel/task/teams should...Jakub Jelinek1-2/+2
2017-03-23re PR tree-optimization/80032 (C++ excessive stack usage (no stack reuse))Richard Biener1-14/+23
2017-03-22re PR c++/80129 (wrong code with ternary struct assignment to const)Jakub Jelinek1-0/+8
2017-03-22re PR c++/80029 (valgrind error in new_omp_context(omp_region_type) (gimplify...Cesar Philippidis1-5/+26
2017-03-21re PR tree-optimization/80032 (C++ excessive stack usage (no stack reuse))Richard Biener1-8/+7
2017-03-08re PR c/79940 (OpenMP pragma - internal compiler error with taskloop)Jakub Jelinek1-2/+9
2017-02-20re PR middle-end/79537 (ICE in gimplify_expr, at gimplify.c:12009)Marek Polacek1-2/+5
2017-02-09re PR c/79431 (ICE in get, at cgraph.h:397)Jakub Jelinek1-2/+3
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang1-18/+6
2017-01-26re PR middle-end/79212 (internal compiler error: in maybe_lookup_decl_in_oute...David Sherwood1-1/+1
2017-01-23use-after-scope: handle writes to a poisoned variableMartin Liska1-2/+15
2017-01-20re PR c/79152 (-Wimplicit-fallthrough false positive triggered by goto statem...Marek Polacek1-2/+7
2017-01-16re PR middle-end/79089 (error: incorrect sharing of tree nodes)Jakub Jelinek1-2/+4
2017-01-05Do not sanitize in an abnormal context (PR sanitizer/78815).Martin Liska1-8/+10
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14Split omp-low into multiple filesMartin Jambor1-5/+6
2016-12-13Add pretty printer for ASAN_MARK and add a helper fnMartin Liska1-2/+2
2016-12-12re PR middle-end/78716 (ICE in gimplify_va_arg_expr, at gimplify.c:12650 (i68...Marek Polacek1-1/+1
2016-11-16re PR middle-end/78333 (always-inline gnu-inline functions break -finstrument...Richard Biener1-0/+4
2016-11-16Fix PR sanitizer/78270 (part 2)Martin Liska1-4/+4
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-74/+53
2016-11-10Create live_switch_vars conditionally (PR sanitizer/78270)Martin Liska1-5/+15
2016-11-08use-after-scope falloutMartin Liska1-3/+7
2016-11-07Introduce -fsanitize-address-use-after-scopeMartin Liska1-15/+219
2016-10-28re PR middle-end/72747 (powerpc: wrong code generated for vec_splats in casca...Will Schmidt1-12/+11
2016-10-26re PR fortran/77973 (ICE in scan_omp_1_op, at omp-low.c:3841)Jakub Jelinek1-3/+10
2016-10-21gimplify.c (gimplify_bind_expr): Handle oacc_declare_returns even for -fstack...Jakub Jelinek1-14/+17
2016-10-17gimplify.c (gimplify_function_tree): Do not move the outer binds block.Richard Biener1-8/+2
2016-10-12gcc/Jakub Jelinek1-2/+2
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-17/+16
2016-10-07gimplify.c (should_warn_for_implicit_fallthrough): Check for FALLTHROUGH_LABE...Marek Polacek1-1/+4
2016-10-07re PR c++/77803 (Bogus implicit-fallthrough warning)Marek Polacek1-0/+2
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-5/+449
2016-09-10Make canonical_va_list_type more strictTom de Vries1-0/+5
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek1-3/+33
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor1-2/+3
2016-08-29Handle errors in both args of va_argTom de Vries1-6/+1
2016-08-18re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.)Chung-Lin Tang1-0/+39
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+4
2016-07-13re PR tree-optimization/71104 (ICE: verify_ssa failed (with vfork / error: d...Richard Biener1-0/+12
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-3/+2
2016-07-08P0145: Refining Expression Order for C++ (assignment)Jason Merrill1-6/+31
2016-06-16gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with base of re...Jakub Jelinek1-6/+49
2016-06-13re PR middle-end/71476 (ICE in gimplify_switch_expr with -Wswitch-unreachable)Marek Polacek1-33/+69
2016-06-10[PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge1-0/+6
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