re PR c++/91024 (-Wimplicit-fallthrough is confused by likely/unlikely attributes)
[gcc.git] / gcc / gimplify.c
2019-06-27 Jakub Jelinekre PR c++/91024 (-Wimplicit-fallthrough is confused...
2019-06-15 Jakub Jelinekre PR middle-end/90779 (Fortran array initialization...
2019-06-10 Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-06-04 Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): Don't sorry_at...
2019-05-31 Jakub Jelinektree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.
2019-05-30 Jakub Jelinekgimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.
2019-05-29 Jakub Jelinekgimplify.c (struct gimplify_omp_ctx): Add clauses member.
2019-05-27 Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): Allow lastpriva...
2019-05-24 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CON...
2019-05-24 Jason MerrillRevert "* gimplify.c (gimplify_cond_expr): Don't check...
2019-05-23 Martin LiskaDo not instrument static target_expr for use-after...
2019-05-22 Jason Merrillgimplify.c (gimplify_cond_expr): Don't check TREE_ADDRE...
2019-05-20 Jakub Jelinekre PR c++/59813 (tail-call elimination didn't fire...
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-03 Martin LiskaCome up with is_empty for hash_{table,map,set}.
2019-04-25 Richard Bienerre PR middle-end/89765 (Multiple problems with vec...
2019-03-29 Jakub Jelinekre PR c/89872 (GCC does not generate read access to...
2019-03-19 Jakub Jelinekre PR target/89752 (ICE in emit_move_insn, at expr...
2019-03-07 Jakub Jelinekre PR translation/79999 (possible typo in gimplify...
2019-03-05 Jason MerrillPR c++/86485 - -Wmaybe-unused with empty class ?:
2019-02-28 Marek PolacekPR c++/87068 - missing diagnostic with fallthrough...
2019-01-28 Jakub Jelinekre PR middle-end/89002 (ICE in scan_omp_1_op, at omp...
2019-01-22 Jakub Jelinekre PR middle-end/88968 (Stack overflow in gimplify_expr)
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-28 Thomas Schwingepoly_int: get_inner_reference & co.: fix known_eq typo/bug
2018-12-14 Jakub Jelinekre PR c++/82294 (Array of objects with constexpr constr...
2018-12-06 Segher Boessenkoolasm inline
2018-12-05 Jeff Lawre PR c/87028 (false positive -Wstringop-truncation...
2018-11-16 Jason MerrillImplement P0479R5, [[likely]] and [[unlikely]].
2018-11-14 Michael MatzAdd comment
2018-11-14 Michael Matzre PR middle-end/86575 (-Wimplicit-fallthrough affects...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-09 Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): Call sorry_at...
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-09-20 Alexandre Oliva[PR87054] fix unaligned access
2018-09-12 Cesar Philippidis[OpenACC] C++ reference mapping
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-07-17 Jakub Jelinekre PR middle-end/86539 (OpenMP wrong-code with taskloop...
2018-07-10 Jakub Jelinekre PR c++/86443 (ICEs on #pragma omp distribute paralle...
2018-07-06 Kugan Vivekanandarajahgimplify.h (generic_expr_could_trap_p): Set as global...
2018-06-22 Olivier HainqueImprove entry/exit instrumentation for nested functions
2018-06-20 Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-19 Eric Botcazougimplify.c (gimplify_init_constructor): Really never...
2018-06-17 Eric Botcazougimplify.c (nonlocal_vlas): Delete.
2018-06-08 Martin LiskaRemove MPX
2018-05-31 Chung-Lin Tangre PR middle-end/85879 (ICE in expand_debug_locations...
2018-05-18 Richard SandifordReplace FMA_EXPR with one internal fn per optab
2018-05-02 Richard Bienerre PR middle-end/85567 (internal compiler error: in...
2018-04-30 Jason MerrillPR c++/61982 - dead stores to destroyed objects.
2018-04-30 Jason Merrilltree.c (build_clobber): New.
2018-03-28 Jakub JelinekFix wrong use-after-scope sanitization for omp variable...
2018-03-16 Jakub Jelinekre PR c++/79937 (ICE in replace_placeholders_r)
2018-01-18 Jakub Jelinekre PR sanitizer/81715 (asan-stack=1 redzone allocation...
2018-01-16 Jakub Jelinekre PR libgomp/83590 ([nvptx] openacc reduction C regres...
2018-01-12 Richard SandifordAllow variable-sized temporary variables in gimplify.c
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-21 Richard Sandifordpoly_int: get_inner_reference & co.
2017-12-20 Paolo Carlinigimplify.c (gimplify_return_expr): Remove dead error_ma...
2017-12-20 Richard Sandifordpoly_int: tree constants
2017-12-19 Paolo Carlinigimplify.c (gimplify_expr): Use error_operand_p.
2017-12-12 Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-12 Alexandre Oliva[SFN] not-quite-boilerplate changes in preparation...
2017-12-01 Jakub Jelinekre PR c/79153 (-Wimplicit-fallthrough missed warning)
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-11-28 Jakub Jelinektree.def (SWITCH_EXPR): Change from 3 operand to 2...
2017-11-23 Eric Botcazougeneric.texi (ANNOTATE_EXPR): Document 3rd operand.
2017-11-17 Richard Bienerre PR fortran/83017 (DO CONCURRENT not parallelizing)
2017-11-08 Martin LiskaSimplify call of gimple_call_internal_p.
2017-11-08 Martin LiskaFix fallthrough attribute ignorance w/ -fsanitize=addre...
2017-10-30 James E WilsonFix ia64 build failure.
2017-10-30 James E WilsonFix cygwin builds, broken by PR sanitizer/82517 fix.
2017-10-20 Igor TsimbalistAdd generic part for Intel CET enabling. The spec is...
2017-10-19 Eric Botcazouasan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-19 Martin LiskaDo not instrument use-after-scope for vars with large...
2017-09-27 Jakub Jelinekre PR c++/82159 (ICE: in assign_temp, at function.c...
2017-08-29 Richard SandifordSet the call nothrow flag more often
2017-08-17 Marek Polacekgimplify.c (gimplify_adjust_omp_clauses): Compare with...
2017-08-08 Martin Liskatrans.c: Include header files.
2017-08-07 Jakub Jelinekre PR c/69389 (bit field incompatible with OpenMP atomi...
2017-07-31 Jan HubickaRecover GOTO predictor.
2017-07-31 Martin LiskaRemove a Java-specific hunk.
2017-07-16 Eric Botcazougimplify.c (mostly_copy_tree_r): Revert latest change.
2017-07-14 Martin LiskaRemove Java references in source code.
2017-06-21 Martin LiskaRework cold and hot label attributes in predict.c.
2017-06-21 Martin LiskaMake early return predictor more precise.
2017-06-21 Jakub Jelinekre PR c++/81130 (ICE OpenMP shared clause in gimplify_v...
2017-06-19 Martin LiskaInitialize live_switch_vars for SWITCH_BODY == STATEMEN...
2017-06-13 Martin LiskaImplement no_sanitize function attribute
2017-06-07 Jakub Jelinekdumpfile.h (enum tree_dump_index): Rename TDI_generic...
2017-05-30 Pierre-Marie de... gimplify_modify_expr: avoid DECL_DEBUG_EXPR links acros...
2017-05-22 Jakub Jelinekre PR middle-end/80809 (Multi-free error for variable...
2017-05-19 Thomas SchwingeOpenACC 2.5 default (present) clause
2017-05-19 Thomas SchwingeClarify gcc/gimplify.c:oacc_default_clause
2017-05-16 Martin LiskaAdd default value for last argument of dump functions.
2017-05-11 Nathan Sidwelldumpfle.h (dump_function): Declare here ...
2017-05-01 Xi Ruoyaore PR c++/80038 (Random segfault using local vectors...
2017-04-10 Richard Bienerre PR tree-optimization/80344 (-Wuninitialized triggeri...
2017-03-30 Jakub Jelinekre PR translation/80189 (gimplify.c: check whether...
2017-03-23 Richard Bienerre PR tree-optimization/80032 (C++ excessive stack...
next