Daily bump.
[gcc.git] / gcc / var-tracking.c
2021-01-04 Jakub JelinekUpdate copyright years.
2020-08-02 Sergei Trofimovichvar-tracking: fix uninitialised use of 'in_pending...
2020-07-31 Richard BienerImprove var-tracking dataflow iteration order
2020-07-27 Richard BienerRemove useless backedge marking
2020-07-13 Richard Bienermake var-tracking iteration consistent
2020-06-28 Martin SeborUnderline argument in -Wnonnull and in C++ extend warni...
2020-04-30 Stefan Schulze Fri... var-tracking.c: Fix possible use of uninitialized varia...
2020-04-09 Jakub Jelinekcselib, var-tracking: Improve debug info after the...
2020-04-02 Jakub Jelinekcselib: Reuse VALUEs on sp adjustments [PR92264]
2020-03-26 Jakub Jelinekvar-tracking: Mark as sp based more VALUEs [PR92264]
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-12 Martin LiskaRemove gcc/params.* files.
2019-11-12 Martin LiskaApply mechanical replacement (generated patch).
2019-10-06 Richard SandifordFix EXECUTE_IF_SET_IN_HARD_REG_SET use
2019-09-30 Richard SandifordAdd a function for getting the ABI of a call insn target
2019-09-09 Richard SandifordMake note_stores take an rtx_insn
2019-08-20 Richard SandifordAdd a apply_pass_by_reference_rules helper
2019-08-20 Richard SandifordUse function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
2019-08-20 Richard SandifordUse function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
2019-08-20 Richard SandifordUse function_arg_info for TARGET_PASS_BY_REFERENCE
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-06-05 Jakub Jelinekre PR debug/90733 (ICE in simplify_subreg, at simplify...
2019-05-03 Martin LiskaCome up with is_empty for hash_{table,map,set}.
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-07-16 Tom de Vries[debug] Fix pre_dec handling in vartrack
2018-07-16 Tom de Vries[vartrack] Print adjusted insn slim if TDF_SLIM
2018-06-20 Jakub Jelinekre PR debug/86194 (ICE: SIGSEGV in avoid_constant_pool_...
2018-06-12 Richard SandifordUse poly_int rtx accessors instead of hwi accessors
2018-06-08 Martin LiskaRemove MPX
2018-05-30 Richard SandifordUse poly_int tree accessors
2018-04-12 Jakub Jelinekre PR debug/83157 (gcc.dg/guality/pr41616-1.c fail...
2018-02-19 Jakub Jelinekre PR target/84146 (ICE with -mcet in dwarf2out_var_loc...
2018-02-09 Jakub Jelinekre PR debug/84252 (ICE in get_tracked_reg_offset when...
2018-02-09 Alexandre Oliva[IEPM] Introduce inline entry point markers
2018-01-03 Richard Sandifordpoly_int: GET_MODE_SIZE
2018-01-03 Jakub Jelinekre PR debug/83645 (ICE: in get_insn_template, at final...
2018-01-03 Jakub JelinekUpdate copyright years.
2018-01-03 Richard Sandifordpoly_int: adjust_mems
2017-12-20 Alexandre Oliva[SFN] debug markers before labels no more
2017-12-20 Richard Sandifordpoly_int: get_ref_base_and_extent
2017-12-20 Richard Sandifordpoly_int: SUBREG_BYTE
2017-12-20 Richard Sandifordpoly_int: MEM_OFFSET and MEM_SIZE
2017-12-20 Richard Sandifordpoly_int: REG_OFFSET
2017-12-19 Alexandre OlivaSFN: don't drop markers for skipping var-tracking
2017-12-14 Jakub Jelinek* var-tracking.c (variable_tracking_main_1): Formatting...
2017-12-14 Jakub Jelinekre PR bootstrap/83396 (Bootstrap failures with Statemen...
2017-12-12 Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-12 Alexandre Oliva[SFN] not-quite-boilerplate changes in preparation...
2017-12-12 Alexandre Oliva[SFN] boilerplate changes in preparation to introduce...
2017-11-01 Richard SandifordTurn var-tracking.c:INT_MEM_OFFSET into a function
2017-09-12 Richard SandifordConvert hard_regno_nregs to a function
2017-08-30 Richard Sandiford[62/77] Big machine_mode to scalar_int_mode replacement
2017-08-30 Richard Sandiford[35/77] Add uses of as_a <scalar_int_mode>
2017-08-30 Richard Sandiford[21/77] Replace SCALAR_INT_MODE_P checks with is_a...
2017-08-30 Richard Sandiford[18/77] Make int_mode_for_mode return an opt_scalar_int...
2017-08-30 Richard Sandiford[6/77] Make GET_MODE_WIDER return an opt_mode
2017-08-30 Richard Sandiford[4/77] Add FOR_EACH iterators for modes
2017-08-22 Richard SandifordMake more use of paradoxical_subreg_p
2017-05-24 Eric Botcazouvar-tracking.c (track_expr_p): Do not return 0 for...
2017-04-03 Jonathan WakelyFix numerous typos in comments
2017-01-01 Jakub JelinekUpdate copyright years.
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-10-09 Jakub Jelinektree-ssa.c (target_for_debug_bind, [...]): Use VAR_P...
2016-09-16 Jason MerrillAdd inline functions for various bitwise operations.
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-26 Trevor Saundersuse auto_sbitmap in various places
2016-07-06 Trevor Saundersmake side_effects a vec<rtx>
2016-01-26 Iain Buclawre PR rtl-optimization/69217 (ICE at var-tracking.c...
2016-01-23 Jakub Jelinektree-ssanames.c (release_free_names_and_compact_live_na...
2016-01-11 Alexandre Oliva[PR69123] fix handling of MEMs in VTA to avoid dataflow...
2016-01-11 Alexandre Oliva[PR69123] make dataflow_set_different details more...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-22 Eric Botcazoure PR debug/60756 (var-tracking selects wrong registers)
2015-12-13 Alexandre Oliva[PR67355] drop dummy zero from reverse VTA ops, fix...
2015-11-11 Martin LiskaFix various memory leaks
2015-11-08 Eric BotcazouMerge of the scalar-storage-order branch.
2015-10-30 Anatoly SokolovAdd contains_symbol_ref_p
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28 Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-01 Trevor Saundersremove many typedefs
2015-09-16 Mikhail MaltsevShare memory blocks between pool allocators
2015-09-13 Trevor Saundersvar-tracking.c: remove typedef of shared_hash
2015-09-13 Trevor Saundersvar-tracking.c: remove typedef of location_chain
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-14 Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-08-12 Trevor SaundersRevert "replace several uses of the anon namespace...
2015-08-11 Trevor Saundersreplace several uses of the anon namespace with GCC_FINAL
2015-07-25 David EdelsohnRevert:
2015-07-23 Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-07-16 Martin LiskaAdd new object_allocator and clean-up allocator usage.
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25 Richard Sandifordcgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-10 Alexandre OlivaRevert "[PR64164] Drop copyrename, use coalescible...
2015-06-09 Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
next