aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiprop.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-1/+1
2018-02-08re PR middle-end/84233 (ICE (segfault) in gimple_assign_rhs_code)Richard Biener1-2/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-09re PR tree-optimization/82902 (ICE verify_ssa failed during GIMPLE pass: phip...Richard Biener1-1/+1
2017-07-17re PR tree-optimization/81365 (GCC miscompiles swap)Jakub Jelinek1-1/+26
2017-05-16Add default value for last argument of dump functions.Martin Liska1-6/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-10re PR tree-optimization/71039 (ICE: verify_ssa failed (error: definition in b...Richard Biener1-0/+21
2016-04-22re PR tree-optimization/70740 (ICE when compiling the Linux kernel (net/wirel...Richard Biener1-3/+5
2016-04-19re PR tree-optimization/70171 (Poor code generated when return struct using t...Richard Biener1-10/+41
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+4
2015-09-20switch from gimple to gimple*Trevor Saunders1-6/+6
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-6/+6
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-32/+32
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-02-15re PR tree-optimization/60183 (phiprop creates invalid code)Richard Biener1-0/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-05-23re PR tree-optimization/57380 (GCC 4.9.0 will not vectorize std::max and simi...Richard Biener1-10/+0
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
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/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+3
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-4/+1
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-1/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0