aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-16Don't use %z printf length specifierMichael Matz1-2/+2
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-8/+8
2018-07-07Fix sigsegv on -fdump-tree-all-enumerate_localsTom de Vries1-0/+3
2018-05-18tree-dfa.c (get_ref_base_and_extent): Use range-info to refine results when p...Richard Biener1-0/+43
2018-04-06re PR tree-optimization/85244 (Bad optimisation with flexible array member (m...Richard Biener1-3/+10
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford1-4/+4
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford1-14/+17
2017-12-20poly_int: get_ref_base_and_extentRichard Sandiford1-60/+84
2017-10-02tree-dfa.c (get_ref_base_and_extent): Set *pmax_size to -1 if *poffset + *pma...Jakub Jelinek1-1/+16
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+1
2017-01-05Introduce RTL function readerDavid Malcolm1-0/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-4/+3
2016-05-18To...Richard Sandiford1-0/+23
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford1-5/+5
2016-03-10Add -funconstrained-commons to work around PR/69368 (and others) in SPEC2006Alan Lawrence1-1/+14
2016-02-04re PR fortran/69368 (spec2006 test case 416.gamess fails with the g++ 6.0 com...Jakub Jelinek1-9/+0
2016-01-21re PR tree-optimization/69355 (Wrong results with -O1 optimization)Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+8
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-15/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+7
2015-09-20switch from gimple to gimple*Trevor Saunders1-6/+6
2015-08-19remove more useless typedefsTrevor Saunders1-2/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-6/+6
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-4/+7
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-9/+9
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-1/+1
2014-06-17tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.Andrew MacLeod1-0/+139
2014-05-06Merge in wide-int.Kenneth Zadeck1-53/+48
2014-04-22re PR tree-optimization/60823 (ICE in gimple_expand_cfg, at cfgexpand.c:5644)Jakub Jelinek1-1/+1
2014-03-13re PR tree-optimization/59779 (FAIL: gcc.dg/autopar/outer-1.c scan-tree-dump-...Jakub Jelinek1-58/+69
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-11-25tree-dfa.c: Remove unused convert.h include.Richard Biener1-1/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+4
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-11/+9