aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-27re PR c++/82159 (ICE: in assign_temp, at function.c:961)Jakub Jelinek1-1/+6
2017-08-29Set the call nothrow flag more oftenRichard Sandiford1-1/+3
2017-08-17gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.Marek Polacek1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-07re PR c/69389 (bit field incompatible with OpenMP atomic update)Jakub Jelinek1-0/+6
2017-07-31Recover GOTO predictor.Jan Hubicka1-1/+3
2017-07-31Remove a Java-specific hunk.Martin Liska1-8/+2
2017-07-16gimplify.c (mostly_copy_tree_r): Revert latest change.Eric Botcazou1-5/+19
2017-07-14Remove Java references in source code.Martin Liska1-19/+5
2017-06-21Rework cold and hot label attributes in predict.c.Martin Liska1-1/+9
2017-06-21Make early return predictor more precise.Martin Liska1-0/+16
2017-06-21re PR c++/81130 (ICE OpenMP shared clause in gimplify_var_or_parm_decl, at gi...Jakub Jelinek1-3/+5
2017-06-19Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST (PR sanitizer/8...Martin Liska1-1/+2
2017-06-13Implement no_sanitize function attributeMartin Liska1-3/+2
2017-06-07dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek1-1/+1
2017-05-30gimplify_modify_expr: avoid DECL_DEBUG_EXPR links across functionsPierre-Marie de Rodat1-1/+2
2017-05-22re PR middle-end/80809 (Multi-free error for variable size array used within ...Jakub Jelinek1-3/+3
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge1-9/+43
2017-05-19Clarify gcc/gimplify.c:oacc_default_clauseThomas Schwinge1-18/+22
2017-05-16Add default value for last argument of dump functions.Martin Liska1-1/+1
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell1-1/+1
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