summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiprop.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-09-19re PR tree-optimization/91812 (GCC ignores volatile modifier)Richard Biener
2019-01-31re PR tree-optimization/89135 (internal compiler error: in gimple_split_edge,...Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-02-08re PR middle-end/84233 (ICE (segfault) in gimple_assign_rhs_code)Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-11-09re PR tree-optimization/82902 (ICE verify_ssa failed during GIMPLE pass: phip...Richard Biener
2017-07-17re PR tree-optimization/81365 (GCC miscompiles swap)Jakub Jelinek
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-05-10re PR tree-optimization/71039 (ICE: verify_ssa failed (error: definition in b...Richard Biener
2016-04-22re PR tree-optimization/70740 (ICE when compiling the Linux kernel (net/wirel...Richard Biener
2016-04-19re PR tree-optimization/70171 (Poor code generated when return struct using t...Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-07-09remove has_executeTrevor Saunders
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-02-15re PR tree-optimization/60183 (phiprop creates invalid code)Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-05-23re PR tree-optimization/57380 (GCC 4.9.0 will not vectorize std::max and simi...Richard Biener
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo