ipa/97673 - fix input_location leak
[gcc.git] / gcc / tree.h
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...
2020-10-02 Jason Merrillc++: Set CALL_FROM_NEW_OR_DELETE_P on more calls.
2020-10-02 Jason Merrillc++: Move CALL_FROM_NEW_OR_DELETE_P to tree.h
2020-09-19 Martin SeborInfrastructure & C front end changes for array paramete...
2020-09-14 Jakub Jelinekoptions: Save and restore opts_set for Optimization...
2020-09-03 Jakub Jelinekc++: Fix another PCH hash_map issue [PR96901]
2020-08-31 Marek Polacekc++: Implement P1009: Array size deduction in new-expre...
2020-08-28 Martin SeborAdd -Wstringop-overread for reading past the end by...
2020-08-03 Martin JamborRemoval of HSA offloading from gcc and libgomp
2020-07-20 Martin SeborCorrect handling of constant representations containing...
2020-07-13 Richard Sandifordipa-devirt: Fix crash in obj_type_ref_class [PR95114]
2020-07-03 Eric BotcazouExtend store merging to STRING_CST
2020-06-16 Jakub Jelinekopenmp: Initial part of OpenMP 5.0 non-rectangular...
2020-05-27 Eric BotcazouAdd support for __builtin_bswap128
2020-05-18 Martin SeborPR middle-end/92815 - spurious -Wstringop-overflow...
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-07 Richard Bienerextend DECL_GIMPLE_REG_P to all types
2020-04-29 Jakub Jelinekc++, middle-end, rs6000: Fix C++17 ABI incompatibilitie...
2020-04-08 Martin LiskaAllow new/delete operator deletion only for replaceable.
2020-04-04 Jakub Jelinekc++: Fix further protected_set_expr_location related...
2020-01-31 David Malcolmcalls.c: refactor special_function_p for use by analyze...
2020-01-10 Thomas SchwingeFurther changes for the OpenACC 'if_present' clause...
2020-01-07 Jason MerrillPR c++/47877 - -fvisibility-inlines-hidden and member...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-02 Sandra LoosemoreFix bugs relating to flexibly-sized objects in nios2...
2019-11-29 Julian BrownRemove unused decimal floating-point pointer types
2019-11-22 Jakub Jelinekre PR c++/92458 (Constraints do not work with precompil...
2019-11-14 Richard SandifordRemove build_{same_sized_,}truth_vector_type
2019-11-14 Richard SandifordAdd build_truth_vector_type_for_mode
2019-11-12 Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-11-08 Richard Sandiford[C] Opt out of GNU vector extensions for built-in SVE...
2019-11-01 Martin SeborPR middle-end/91679 - missing -Warray-bounds accessing...
2019-10-31 Jakub Jelinekre PR middle-end/92231 (ICE in gimple_fold_stmt_to_cons...
2019-10-31 Jakub Jelinekre PR c++/90947 (Simple lookup table of array of string...
2019-09-19 Martin SeborPR middle-end/91631 - buffer overflow into an array...
2019-09-11 Nathan Sidwell[PATCH] some tree struct marking
2019-08-22 Martin SeborPR middle-end/91490 - bogus argument missing terminatin...
2019-08-16 Martin Sebortree.def (TYPE_SIZE): Clarify.
2019-08-13 Richard SandifordUse checking forms of DECL_FUNCTION_CODE (PR 91421)
2019-08-13 Richard SandifordOptimise constant IFN_WHILE_ULTs
2019-08-10 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVI...
2019-08-06 Jakub Jelinektree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename...
2019-08-01 Martin SeborPR c++/90947 - Simple lookup table of array of strings...
2019-07-25 Martin LiskaExtend DCE to remove unnecessary new/delete-pairs ...
2019-07-25 Martin LiskaCome up with function_decl_type and use it in tree_func...
2019-07-20 Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-03 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCA...
2019-07-02 Richard Bienertree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW...
2019-06-24 Jan Hubickaipa-utils.h (type_with_linkage_p): Verify that type...
2019-06-18 Jason Merrilltree.c (build_constructor): Add MEM_STAT_DECL.
2019-06-10 Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-05-31 Jakub Jelinektree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.
2019-05-28 Nathan Sidwell[PATCH] Commonize anon-name generation
2019-05-24 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CON...
2019-05-16 Jakub Jelinekre PR fortran/90329 (Incompatibility between gfortran...
2019-04-30 Nathan Sidwell[GC PATCH] Correct TS marking of _EXPR nodes
2019-04-26 Richard SandifordAdd commentary to (SET_)TYPE_VECTOR_SUBPARTS
2019-04-18 Martin SeborPR middle-end/89797 - ICE on a vector_size (1LU <<...
2019-04-15 Richard Bienerre PR ipa/88936 (-fipa-pta breaks bash (incorrect optim...
2019-04-12 Martin SeborPR c/88383 - ICE calling __builtin_has_attribute on...
2019-02-18 Martin SeborPR middle-end/89294 - ICE in valid_constant_size_p
2019-02-12 Jan Hubickare PR target/88777 (Out-of-range offsets building glibc...
2019-02-11 Martin SeborPR c++/87996 - size of array is negative error when...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-07 Richard Sandiford[2/2] PR88598: Optimise reduc (bit_and)
2019-01-07 Richard Sandiford[1/2] PR88598: Optimise x * { 0 or 1, 0 or 1, ... }
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-19 David MalcolmC++: improvements to binary operator diagnostics (PR...
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-06 Segher Boessenkoolasm inline
2018-11-29 Jakub Jelinekre PR target/88152 (optimize SSE & AVX char compares...
2018-11-23 Martin SeborPR tree-optimization/87756 - missing unterminated argum...
2018-11-15 Martin SeborPR c++/87541 - ICE using a constant decl as an attribut...
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-10-26 Jan Hubickaipa-devirt.c (warn_odr): Make static.
2018-10-05 Richard Bienertree-core.h (tree_block::abstract_flag): Remove.
2018-10-04 Jeff Lawgimple-ssa-sprintf.c (format_string): Do not hardcode...
2018-10-03 Martin LiskaProperly mark lambdas in GCOV (PR gcov-profile/86109).
2018-09-28 Richard Bienertree.h (BLOCK_ORIGIN): New.
2018-09-27 Martin Sebortree.h (tree_to_shwi): Add attribute nonnull and pure.
2018-09-26 Martin Sebortree.c (zerop): Change return type to bool.
2018-08-29 Richard Bienertree-core.h: Document use of deprecated_flag in SSA_NAME.
next