aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uncprop.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+3
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-1/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-2/+2
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+5
2015-07-24Revert:David Edelsohn1-5/+0
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-15/+5
2015-06-25tree-hash-traits.h: New file.Richard Sandiford1-15/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-5/+0
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+5
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-4/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-3/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+6
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24add hash_map classTrevor Saunders1-56/+19
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-6/+7
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-42/+39
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
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_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-10/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-11/+11
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-37/+35
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+36
2013-06-14gimple.h (gimple_can_coalesce_p): Prototype.Jeff Law1-8/+6
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-44/+52
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-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+15
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-3/+6
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0