cselib: Fix endless cselib loop on (plus:P (reg) (const_int 0))
[gcc.git] / gcc / gimplify.c
2020-03-26 Jakub Jelinekgimplify: Fix -fcompare-debug differences caused by...
2020-02-27 Jakub Jelinekgimplify: Don't optimize register const vars to static...
2020-02-09 Jakub Jelinekopenmp: Optimize DECL_IN_CONSTANT_POOL vars in target...
2020-02-06 Jakub Jelinekopenmp: Notice reduction decl in outer contexts after...
2020-01-17 Richard Sandifordgimplifier: handle POLY_INT_CST-sized TARGET_EXPRs
2020-01-13 Jason MerrillPR c++/33799 - destroy return value if local cleanup...
2020-01-10 Thomas SchwingeFurther changes for the OpenACC 'if_present' clause...
2020-01-10 Jason MerrillPR c++/93173 - incorrect tree sharing.
2020-01-09 Richard Bienerre PR tree-optimization/93054 (ICE in gimple_set_lhs...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-20 Julian BrownOpenACC 2.6 deep copy: middle-end parts
2019-12-20 Julian BrownFactor out duplicate code in gimplify_scan_omp_clauses
2019-12-18 Thomas Schwinge[OpenACC] Elaborate/simplify 'exit data' 'finalize...
2019-12-03 Richard SandifordDon't install unnecessary ARRAY_REF element sizes
2019-11-21 Joseph MyersMake more bad uses of fallthrough attribute into pedwarns.
2019-11-15 Jakub Jelinekgimplify.c (gimplify_call_expr): Don't call omp_resolve...
2019-11-12 Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-11-11 Thomas SchwingeAssert 'offset2' instead of 'offset' in 'gcc/gimplify...
2019-11-06 Eric Botcazouintroduce -fcallgraph-info option
2019-11-06 Jakub Jelinekre PR inline-asm/92352 (ICE in force_constant_size)
2019-11-02 Jakub Jelinekgimplify.h (omp_construct_selector_matches): Change...
2019-10-30 Tobias BurnusFortran/OpenMP] Don't create "alloc:" for 'target exit...
2019-10-25 Cesar Philippidis[Fortran] OpenACC – permit common blocks in some clauses
2019-10-24 Jakub Jelinekgimplify.h (omp_construct_selector_matches): Declare.
2019-10-17 Jason Merrillcp-gimplify.c (cp_gimplify_expr): Use get_initialized_t...
2019-10-07 Ilya LeoshkevichAllow COND_EXPR and VEC_COND_EXPR condtions to trap
2019-09-27 Jakub Jelinekre PR middle-end/91920 (ggc 9.2.0 failing openmp compil...
2019-09-18 Richard SandifordDon't treat variable-length vectors as VLAs during...
2019-08-08 Jakub Jelinekgimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_...
2019-08-07 Jakub Jelinektree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_U...
2019-08-06 Jakub Jelinektree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename...
2019-07-31 Jakub Jelinekre PR middle-end/91301 (ICE in omp_add_variable on...
2019-07-24 Oliver Brownegimplify.c (flag_instrument_functions_exclude_p): Inclu...
2019-07-20 Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-13 Jakub Jelinekgimplify.c (struct gimplify_omp_ctx): Add order_concurr...
2019-07-12 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
2019-07-11 Richard Bienerre PR middle-end/91131 (Bad bitfield coalescing)
2019-07-04 Jakub Jelinekre PR middle-end/78884 ([7/8] ICE when gimplifying...
2019-07-04 Alexandre Olivaintroduce EH_ELSE_EXPR tree and gimplifier
2019-07-03 Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): For inscan...
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
next