aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-7/+7
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-07tree-dfa.c (get_ref_base_and_extent): Fix casting.Richard Biener1-2/+3
2013-11-05re PR middle-end/58941 (value modification on zero-length array optimized away)Richard Biener1-53/+42
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-3/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+5
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-05-03double-int.h (lshift): New overload without precision and arith argument.Richard Biener1-12/+8
2013-03-04tree-dfa.c (get_or_create_ssa_default_def): Use parameter fn in all appropria...Martin Jambor1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-13/+10
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-44/+32
2012-08-07tree-dfa.c (set_ssa_default_def): Clear the SSA_NAME_DEFAULT_DEF bit of the o...Richard Guenther1-2/+5
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-8/+0
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-13/+32
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-226/+1
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-20/+3
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-2/+0
2012-07-20tree-dfa.c (collect_dfa_stats): Simplify.Richard Guenther1-5/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+91