ipa/97673 - fix input_location leak
[gcc.git] / gcc / tree.c
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...
2019-11-29 Julian BrownRemove unused decimal floating-point pointer types
2019-11-25 Joseph MyersPrevent all uses of DFP when unsupported (PR c/91985).
2019-11-18 Richard SandifordAdd an empty constructor shortcut to build_vector_from_ctor
2019-11-14 Richard SandifordPass the data vector mode to get_mask_mode
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 Martin LiskaRemove gcc/params.* files.
2019-11-12 Martin LiskaApply mechanical replacement (generated patch).
2019-11-09 Jan Hubickatree.c (fld_incomplete_type_of): Clear TYPE_FINAL_P...
2019-11-07 Jan Hubickaoptc-save-gen.awk: Generate cl_target_option_free and...
2019-11-06 Martin SeborPR tree-optimization/92373 - ICE in -Warray-bounds...
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-10-30 Martin LiskaCome up with an abstraction.
2019-10-30 Martin Liskaoperand_equal_p: add support for OBJ_TYPE_REF.
2019-10-25 Martin LiskaFix typo in dump_tree_statistics.
2019-10-19 JeanHeyd MeneideImplement C++20 P1301 [[nodiscard("should have a reason...
2019-10-04 Richard Bienerre PR debug/91968 (DW_AT_low_pc missing for DW_TAG_labe...
2019-09-19 Martin SeborPR middle-end/91631 - buffer overflow into an array...
2019-09-11 Nathan Sidwell[PATCH] some tree struct marking
2019-09-01 Jakub Jelinekre PR lto/91572 (lto1: error: type variant has differen...
2019-08-22 Martin SeborPR middle-end/91490 - bogus argument missing terminatin...
2019-08-13 Richard SandifordOptimise constant IFN_WHILE_ULTs
2019-08-12 Richard Bienerre PR lto/91375 (ICE on valid code in subbinfo_with_vta...
2019-08-10 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVI...
2019-08-07 Jakub Jelinektree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_U...
2019-08-01 Martin SeborPR c++/90947 - Simple lookup table of array of strings...
2019-07-20 Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-12 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-04 Alexandre Olivaintroduce EH_ELSE_EXPR tree and gimplifier
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-27 Jan Hubickaclass.c (layout_class_type): Set TYPE_CXX_ODR_P for...
2019-06-27 Martin LiskaRemove quite obvious dead assignments.
2019-06-25 Jozef LawrynowiczImplement alternate "__intN__" form of "__intN" type
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-11 Jason Merrillgdbhooks.py (TreePrinter.to_string): Recognize ggc_free...
next