aboutsummaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-14* var-tracking.c (variable_tracking_main_1): Formatting fix.Jakub Jelinek1-2/+2
2017-12-14re PR bootstrap/83396 (Bootstrap failures with Statement Frontiers)Jakub Jelinek1-11/+17
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-8/+62
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-4/+50
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-26/+24
2017-11-01Turn var-tracking.c:INT_MEM_OFFSET into a functionRichard Sandiford1-12/+19
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-3/+3
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-1/+1
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford1-1/+2
2017-08-30[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>Richard Sandiford1-13/+12
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford1-2/+3
2017-08-30[6/77] Make GET_MODE_WIDER return an opt_modeRichard Sandiford1-2/+1
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford1-4/+5
2017-08-22Make more use of paradoxical_subreg_pRichard Sandiford1-2/+2
2017-05-24var-tracking.c (track_expr_p): Do not return 0 for tracked record parameters ...Eric Botcazou1-2/+3
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-4/+3
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+3
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-3/+2
2016-07-06make side_effects a vec<rtx>Trevor Saunders1-19/+14
2016-01-26re PR rtl-optimization/69217 (ICE at var-tracking.c:5038 Segmentation fault)Iain Buclaw1-1/+2
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek1-1/+1
2016-01-11[PR69123] fix handling of MEMs in VTA to avoid dataflow oscillationAlexandre Oliva1-6/+6
2016-01-11[PR69123] make dataflow_set_different details more verboseAlexandre Oliva1-10/+103
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22re PR debug/60756 (var-tracking selects wrong registers)Eric Botcazou1-14/+26
2015-12-13[PR67355] drop dummy zero from reverse VTA ops, fix infinite recursionAlexandre Oliva1-5/+0
2015-11-11Fix various memory leaksMartin Liska1-1/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-1/+2
2015-10-30Add contains_symbol_ref_pAnatoly Sokolov1-38/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-12/+12
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-29/+27
2015-10-01remove many typedefsTrevor Saunders1-209/+210
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-9/+8
2015-09-13var-tracking.c: remove typedef of shared_hashTrevor Saunders1-28/+28
2015-09-13var-tracking.c: remove typedef of location_chainTrevor Saunders1-68/+68
2015-08-19remove more useless typedefsTrevor Saunders1-14/+14
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-4/+8
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-07-24Revert:David Edelsohn1-8/+4
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-4/+8
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-80/+27
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+1
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-2/+1