]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree.c
Small enhancement to implementation of -fdump-ada-spec
[thirdparty/gcc.git] / gcc / tree.c
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-28  Jason Merrillc++: ICE on enum with bool value [PR99968]
2021-12-23  Feng XueFix typo in type verification.
2021-12-01  Tamar Christinamiddle-end: move bitmask match.pd pattern and update...
2021-11-30  Richard BienerAvoid some -Wunreachable-code-ctrl
2021-11-24  Tamar Christinamiddle-end: Convert bitclear <imm> + cmp<cc> #0 into...
2021-11-19  Marek Polacekc++: Implement -Wuninitialized for mem-initializers...
2021-11-11  Jakub Jelinekopenmp: Add support for 2 argument num_teams clause
2021-11-09  Martin JamborIntroduce build_debug_expr_decl
2021-10-11  Martin Liskaoptions: use cl_optimization_hash.
2021-09-22  Jakub Jelinekopenmp: Add support for allocator and align modifiers...
2021-09-16  liuhongtCheck mask type when doing cond_op related gimple simpl...
2021-09-09  qing zhaoAdd -ftrivial-auto-var-init option and uninitialized...
2021-09-08  liuhongtSupport -fexcess-precision=16 which will enable FLT_EVA...
2021-09-01  Thomas SchwingeSimplify 'gcc/tree.c:walk_tree_1' handling of 'OMP_CLAUSE'
2021-09-01  Iain SandoeC-family: Add attribute 'unavailable'.
2021-08-31  Thomas SchwingeFix 'OMP_CLAUSE_TILE' operands handling in 'gcc/tree...
2021-08-17  Martin SeborMove more warning code to gimple-ssa-warn-access etc.
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-21  Thomas SchwingeOpenACC 'nohost' clause
2021-07-20  Martin SeborAdjust by-value function vec arguments to by-reference.
2021-05-28  Tobias BurnusOpenMP: Add iterator support to Fortran's depend; add...
2021-05-26  Aldy HernandezConvert remaining passes to get_range_query.
2021-05-19  Richard BienerEnable more WITH_SIZE_EXPR processing
2021-05-18  Andreas KrebbelPR100281 C++: Fix SImode pointer handling
2021-05-17  Richard Bienermiddle-end/100582 - fix array_at_struct_end_p for vecto...
2021-05-10  Martin LiskaCome up with startswith function.
2021-04-29  Martin SeborMove pass free_lang_data to its own file.
2021-04-21  Martin LiskaFix clang warnings.
2021-04-10  Jan HubickaDo not release body of declare_variant_alt
2021-03-10  Richard Bienertree-optimization/99510 - fix type reuse of build_align...
2021-02-28  Jakub Jelinektypos: Fix various typos - mainly misspelled reference...
2021-02-08  Richard Bienerlto/96591 - walk VECTOR_CST elements in walk_tree
2021-01-28  Marek Polacektree: Don't reuse types if TYPE_USER_ALIGN differ ...
2021-01-26  Richard Bienermiddle-end/98726 - fix VECTOR_CST element access
2021-01-25  Richard Bienermiddle-end/98807 - more vector_element_bits fixes
2021-01-22  Richard Bienermiddle-end/98793 - properly handle BLKmode vectors...
2021-01-19  Martin SeborPR middle-end/98664 - inconsistent -Wfree-nonheap-objec...
2021-01-16  Kwok Cheung Yeungopenmp: Add support for the OpenMP 5.0 task detach...
2021-01-05  Richard Bienertree-optimization/98381 - fix live bool vector extract
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-14  Martin SeborCorrect/improve maybe_emit_free_warning (PR middle...
2020-12-10  Alexandre Olivadrop __builtin_ from __clear_cache libname
2020-12-04  Jason Merrillvec: Simplify use with C++11 range-based 'for'.
2020-12-03  Alexandre Olivafix __builtin___clear_cache overrider fallout
2020-12-01  Martin SeborPR middle-end/97595 - bogus -Wstringop-overflow due...
2020-11-21  Aaron SawdeyAdditional small changes to support opaque modes
2020-11-19  Jakub Jelinekc, tree: Fix ICE from get_parm_array_spec [PR97860]
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-11  Marek Polacekc++: Tweak tsubst_qualified_id location.
2020-11-11  Martin LiskaFix spelling.
2020-11-10  Strager NedsRefactor copying decl section names
2020-11-02  Nathan Sidwellcore: Synchronize tree-cst & wide-int caching expectations
2020-11-02  Richard BienerRewrite SLP induction vectorization
2020-10-28  Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-27  Jan HubickaFix builtin decls generated in tree.c
2020-10-26  Richard Bienermiddle-end/97521 - always use single-bit bools in mask...
2020-10-23  Jan HubickaMove thunks out of cgraph_node
2020-10-12  Martin SeborCorrect handling of indices into arrays with elements...
2020-09-23  Richard Bienermiddle-end/96466 - fix VEC_COND isel/expansion issue
2020-09-14  Jakub Jelinekoptions: Save and restore opts_set for Optimization...
2020-08-31  Marek Polacekc++: Implement P1009: Array size deduction in new-expre...
2020-08-11  Jakub Jelinektree: Fix up get_narrower [PR96549]
2020-08-03  Martin JamborRemoval of HSA offloading from gcc and libgomp
2020-08-03  Aldy HernandezMulti-range implementation for value_range (irange).
2020-07-20  Martin SeborCorrect handling of constant representations containing...
2020-07-14  Nathan Sidwellcore: add tree-node comments
2020-07-13  Richard Sandifordipa-devirt: Fix crash in obj_type_ref_class [PR95114]
2020-06-28  Martin SeborUnderline argument in -Wnonnull and in C++ extend warni...
2020-06-09  Jason Merrilltree-inline: Fix VLA handling [PR95552]
2020-06-03  Jan HubickaOptimize ODR enum streaming
2020-05-27  Eric BotcazouAdd support for __builtin_bswap128
2020-05-26  Jan HubickaSimplify types of TYPE_VALUES in enumeral types
2020-05-18  Martin SeborPR middle-end/94940 - spurious -Warray-bounds for a...
2020-05-12  Richard Sandifordtree: Add vector_element_bits(_tree) [PR94980 1/3]
2020-05-09  Eric BotcazouRemove last use of expr_align
2020-05-08  Jakub Jelinektree: Avoid variable sharing in get_narrower [PR94724]
2020-05-04  Marek PolacekRevert "tree: Don't reuse types if TYPE_USER_ALIGN...
2020-04-30  Marek Polacektree: Don't reuse types if TYPE_USER_ALIGN differ ...
2020-04-29  Richard Bienerlto/94822 - fix ICE in component_ref_size
2020-04-28  Jakub Jelinektree: Fix up TREE_SIDE_EFFECTS on internal calls [PR94809]
2020-04-23  Jakub Jelinektree: Fix up get_narrower [PR94724]
2020-04-04  Jakub Jelinekc++: Fix further protected_set_expr_location related...
2020-04-03  Richard Bienermiddle-end/94465 - handle released SSA names in array_r...
2020-03-26  Jakub Jelinektree: Fix -fcompare-debug issues due to protected_set_e...
2020-03-23  Jakub Jelinekc++: Handle COMPOUND_EXPRs in get_narrower and warnings...
2020-03-17  Jakub JelinekFix up duplicated duplicated words mostly in comments
2020-03-11  Eric BotcazouFix GIMPLE verification failure in LTO mode on Ada...
2020-02-18  Jakub JelinekTypo fixes - functoin -> function [PR93796]
2020-01-26  Jason Merrillchecking: avoid verify_type_variant crash on incomplete...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-14  Martin SeborPR middle-end/91582 - missing heap overflow detection...
2019-12-09  Eric Botcazoutree.c (build_array_type_1): Add SET_CANONICAL paramete...
2019-12-02  Sandra LoosemoreFix bugs relating to flexibly-sized objects in nios2...
2019-11-30  Richard Sandiford[C] Add a target hook that allows targets to verify...
next