Daily bump.
[gcc.git] / gcc / gimplify.c
2021-01-16 Kwok Cheung Yeungopenmp: Add support for the OpenMP 5.0 task detach...
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-21 Jakub Jelinekgimplify: Gimplify value in gimplify_init_ctor_eval_ran...
2020-12-21 Jakub Jelinekopenmp: Fix up handling of addressable temporaries...
2020-12-18 Jakub Jelinekopenmp: Don't optimize shared to firstprivate on task...
2020-11-25 Matthew Malcomsonlibsanitizer: Add hwasan pass and associated gimple...
2020-11-20 Jakub Jelinekc++: Add __builtin_clear_padding builtin - C++20 P0528R...
2020-11-20 Martin UeckerC: Drop qualifiers during lvalue conversion [PR97702]
2020-11-14 Jakub Jelinekopenmp: Add support for non-VLA {,first}private allocat...
2020-11-12 Jakub Jelinekopenmp: Implement allocate clause in omp lowering.
2020-11-10 Tobias BurnusFortran: OpenMP 5.0 (in_,task_)reduction clause extensions
2020-11-10 Chung-Lin Tangopenmp: Implement OpenMP 5.0 base-pointer attachement...
2020-10-30 Jakub Jelinekopenmp: Fix handling of allocate clause on taskloop
2020-10-28 Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-22 Jan HubickaMove nested function info out of cgraph_node
2020-10-06 Tom de Vries[openacc] Fix acc declare for VLAs
2020-09-15 Tobias BurnusOpenMP/Fortran: Fix (re)mapping of allocatable/pointer...
2020-08-13 Jakub Jelinekopenmp: Add support for non-rectangular loops in tasklo...
2020-08-03 Julian Brownopenacc: No attach/detach present/release mappings...
2020-07-13 Julian Brownopenacc: Don't strip TO_PSET/POINTER for enter/exit...
2020-07-03 Eric BotcazouExtend store merging to STRING_CST
2020-06-17 Thomas Schwinge[OpenMP, gimplifier] 'inform' after 'error' diagnostic
2020-06-17 Martin LiskaLower VEC_COND_EXPR into internal functions.
2020-06-16 Jakub Jelinekopenmp: Initial part of OpenMP 5.0 non-rectangular...
2020-06-15 Eric BotcazouOptimize assignment to volatile aggregate variable
2020-06-12 Marco Elvertsan: Add param to disable func-entry-exit instrumentation
2020-06-05 Thomas Schwinge[OpenACC 'exit data'] Strip 'GOMP_MAP_STRUCT' mappings
2020-06-03 Tobias Burnus[OpenMP] Fix mapping of artificial variables (PR94874)
2020-05-26 Jakub Jelinekopenmp: Ensure copy ctor for composite distribute paral...
2020-05-15 Tobias Burnus[OpenMP] Fix 'omp exit data' for Fortran arrays (PR...
2020-05-07 Richard Bienerextend DECL_GIMPLE_REG_P to all types
2020-05-05 Eric BotcazouDo not put incomplete CONSTRUCTORs into static memory
2020-04-17 Tobias Burnus[OpenMP] Fix 'omp exit data' for Fortran arrays (PR...
2020-04-07 Richard Bienermiddle-end/94479 - fix gimplification of address
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...
next