aboutsummaryrefslogtreecommitdiff
path: root/gcc/var-tracking.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-28/+28
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+12
2014-10-23re PR debug/63623 (Lots of functions get -fvar-tracking silently turned off u...Jakub Jelinek1-65/+42
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-9/+16
2014-08-28var-tracking.c (add_uses): Take an rtx rather than an rtx *.Richard Sandiford1-9/+6
2014-08-28var-tracking.c (use_narrower_mode_test): Turn from being a for_each_rtx callb...Richard Sandiford1-31/+31
2014-08-28var-tracking.c (non_suitable_const): Turn from being a for_each_rtx callback ...Richard Sandiford1-20/+24
2014-08-28var-tracking.c: Include rtl-iter.h.Richard Sandiford1-9/+10
2014-08-27Use rtx_expr_list in various placesDavid Malcolm1-3/+3
2014-08-26cselib_record_sets_hook takes an rtx_insnDavid Malcolm1-2/+1
2014-08-23var-tracking.c: Use rtx_insnDavid Malcolm1-23/+25
2014-08-19Convert various rtx to rtx_note *David Malcolm1-2/+4
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-28/+26