]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree.h
Fix profile update in tree_transform_and_unroll_loop
[thirdparty/gcc.git] / gcc / tree.h
2023-07-13  Kewen Lintree: Hide wi::from_mpz from GENERATOR_FILE
2023-07-04  Richard Bienermiddle-end/110495 - avoid associating constants with...
2023-07-03  Uros Bizjaktree+ggc: Change return type of predicate functions...
2023-06-29  Qing ZhaoIntroduce IR bit TYPE_INCLUDES_FLEXARRAY for the GCC...
2023-06-28  Richard BienerPrevent TYPE_PRECISION on VECTOR_TYPEs
2023-06-06  Tobias Burnusopenmp: Add support for the 'present' modifier
2023-06-05  Andre Vieiravect: Refactor to allow internal_fn's
2023-06-02  Jason Merrillc++: make initializer_list array static again [PR110070]
2023-04-28  Richard Bienertree-optimization/108752 - vectorize emulated vectors...
2023-04-24  Patrick Palkac++, tree: declare some basic functions inline
2023-04-20  Jakub Jelinektree: Add 3+ argument fndecl_built_in_p
2023-03-21  Jakub Jelinektree: Fix up component_ref_sam_type handling of arrays...
2023-03-10  Jakub Jelinektree: Use comdat tree_code_{type,length} even for C...
2023-02-16  Patrick Palkadon't declare header-defined functions both static...
2023-01-27  Richard SandifordAdd support for conditional xorsign [PR96373]
2023-01-02  Jakub JelinekUpdate copyright years.
2022-12-23  Jakub Jelinektree-ssa-dom: can_infer_simple_equiv fixes [PR108068]
2022-12-21  Jason Merrillc++: source position of lambda captures [PR84471]
2022-12-12  Tamar Christinamiddle-end: Add new tbranch optab to add support for...
2022-12-11  Richard Bienertree-optimization/106904 - bogus -Wstringopt-overflow...
2022-12-06  Qing ZhaoUpdate -Warray-bounds with -fstrict-flex-arrays.
2022-11-24  Aldy HernandezRemove ASSERT_EXPR.
2022-11-09  Qing ZhaoChange the name of array_at_struct_end_p to array_ref_f...
2022-10-28  Joseph Myersc: tree: target: C2x (...) function prototypes and...
2022-10-24  Jason Merrilltree: add build_string_literal overloads
2022-10-14  Jakub Jelinekmiddle-end, c++, i386, libgcc: std::bfloat16_t and...
2022-10-07  Qing ZhaoAdd a new option -fstrict-flex-arrays[=n] and new attri...
2022-09-27  Jakub Jelinekc++: Implement P1467R9 - Extended floating-point types...
2022-09-03  Jakub Jelinekopenmp: Partial OpenMP 5.2 doacross and omp_cur_iterati...
2022-07-11  Aldy HernandezImplement global ranges for all vrange types (SSA_NAME_...
2022-06-22  Jason Merrillubsan: default to trap on unreachable at -O0 and -Og...
2022-06-07  Jakub Jelinekopenmp: Add support for OpenMP 5.2 linear clause syntax...
2022-05-27  Jakub Jelinekopenmp: Add support for enter clause on declare target
2022-05-16  Richard BienerMove code_helper to tree.h
2022-05-11  Patrick Palkatree: introduce range adaptor for TREE_VEC
2022-05-05  Richard BienerEmbed real_value into REAL_CST
2022-04-12  Antoni Boucherlibgccjit: Add support for bitcasts [PR104071]
2022-03-29  Marek Polacekgimple: Wrong -Wimplicit-fallthrough with if(1) [PR103597]
2022-03-18  Jason Merrilltree: Add comment.
2022-03-04  Thomas SchwingeOpenACC 'kernels' decomposition: Move 'TREE_ADDRESSABLE...
2022-03-01  Martin Liskaipa: Improve error handling for target_clone single...
2022-02-04  Richard BienerAdd CLOBBER_EOL to mark storage end-of-life clobbers
2022-02-01  Jason Merrilltree: move tree_vec_map_cache_hasher into header
2022-01-27  Patrick Palkac++: non-dependent immediate member fn call [PR99895]
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-29  Richard BienerRemove unreachable gcc_unreachable () at the end of...
2021-11-24  Tamar Christinamiddle-end: Convert bitclear <imm> + cmp<cc> #0 into...
2021-11-19  Martin LiskaRevert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE...
2021-11-18  Martin LiskaRemove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_B...
2021-11-12  Chung-Lin Tangopenmp: Relax handling of implicit map vs. existing...
2021-11-11  Jakub Jelinekopenmp: Add support for 2 argument num_teams clause
2021-11-09  Martin JamborIntroduce build_debug_expr_decl
2021-10-01  Jakub Jelinekopenmp: Differentiate between order(concurrent) and...
2021-09-22  Jakub Jelinekopenmp: Add support for allocator and align modifiers...
2021-09-18  Jakub Jelinekopenmp: Handle unconstrained and reproducible modifiers...
2021-09-16  liuhongtCheck mask type when doing cond_op related gimple simpl...
2021-09-10  Jakub Jelinekopenmp: Implement OpenMP 5.1 atomics, so far for C...
2021-09-07  Jason Merrilltree: Change error_operand_p to an inline function
2021-09-03  Jakub Jelinekc++, abi: Set DECL_FIELD_CXX_ZERO_WIDTH_BIT_FIELD on...
2021-09-01  Iain SandoeC-family: Add attribute 'unavailable'.
2021-08-31  Marcel VollweilerAdd support for device-modifiers for 'omp target device'.
2021-08-23  Jakub Jelinekopenmp: Add support for strict modifier on grainsize...
2021-08-17  Martin SeborMove more warning code to gimple-ssa-warn-access etc.
2021-08-17  Jakub Jelinekopenmp: Implement OpenMP 5.1 scope construct
2021-08-14  Martin SeborDiagnose mismatches between array and scalar new and...
2021-08-12  Jakub Jelinekopenmp: Add support for OpenMP 5.1 masked construct
2021-07-28  Martin SeborAdd new gimple-ssa-warn-access pass.
2021-07-20  Martin SeborAdjust by-value function vec arguments to by-reference.
2021-06-25  Martin Seborc: add support for per-location warning groups.
2021-06-25  Martin SeborAdd support for per-location warning groups.
2021-06-24  Jakub Jelinekopenmp: in_reduction clause support on target construct
2021-06-01  Jason Merrillc++: no clobber for C++20 destroying delete [PR91859]
2021-05-31  Martin LiskaLTO: stream properly FUNCTION_DECL_DECL_TYPE.
2021-05-28  Jakub Jelinekopenmp: Fix up handling of reduction clause on construc...
2021-05-21  Jakub Jelinekopenmp: Fix up firstprivate+lastprivate clause handling...
2021-05-19  Jakub Jelinekopenmp: Handle lastprivate on combined target correctly...
2021-05-07  Eric BotcazouDo not apply scalar storage order to pointer fields
2021-05-05  Richard Bienermiddle-end/100394 - avoid DSE/DCE of pure call that...
2021-04-29  Martin SeborMove pass free_lang_data to its own file.
2021-03-01  Nathan Sidwellc++: Completeness of typedef structs [PR 99294]
2021-02-01  Martin SeborDocument various BLOCK macros.
2021-01-26  Richard Bienermiddle-end/98726 - fix VECTOR_CST element access
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-14  Martin SeborCorrect/improve maybe_emit_free_warning (PR middle...
2020-12-08  Nathan SidwellRaw tree accessors
2020-12-03  Alexandre Olivaintroduce overridable clear_cache emitter
2020-12-01  Martin SeborPR middle-end/97595 - bogus -Wstringop-overflow due...
2020-11-23  Jozef LawrynowiczImplement the "persistent" attribute
2020-11-23  Jozef LawrynowiczFix "noinit" attribute being ignored for -O0 and -fdata...
2020-11-17  Nathan Sidwellextend cache_integer_cst
2020-11-17  Aaron SawdeyAdd MODE_OPAQUE
2020-11-17  Martin SeborPR middle-end/97840 - Bogus -Wmaybe-uninitialized passi...
2020-11-12  Marek Polaceksystem: Add WARN_UNUSED_RESULT
2020-11-10  Strager NedsRefactor copying decl section names
2020-11-06  Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-11-02  Nathan Sidwellcore: id_equal should forward
2020-11-02  Richard BienerRewrite SLP induction vectorization
2020-10-28  Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-12  Martin SeborCorrect handling of indices into arrays with elements...
next