aboutsummaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-8/+4
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-4/+8
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator inMartin Liska1-79/+122
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-36/+7
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-9/+7
2015-04-18remove need for store_values_directlyTrevor Saunders1-8/+8
2015-03-26var-tracking.c (variable_tracking_main_1): Don't track variables for targetm....Jakub Jelinek1-1/+4
2015-03-10re PR rtl-optimization/65321 (ICE on valid code at -O2 and -O3 with -g enable...Jakub Jelinek1-1/+7
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-18fibonacci_heap is used for var-tracking.Martin Liska1-16/+19
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+2