aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-10-08[PATCH] [1/n] Fix minor SSA_NAME leaksJeff Law1-1/+4
2015-10-05* tree-ssa-loop-im.cMarek Polacek1-1/+0
2015-10-01re PR tree-optimization/67769 (VRP pass does wrong optimization)Marek Polacek1-0/+4
2015-09-20switch from gimple to gimple*Trevor Saunders1-32/+32
2015-09-17Split up optabs.[hc]Richard Sandiford1-9/+1
2015-08-11tree-ssa-phiopt.c (minmax_replacement): Create new ssa name if we're not the ...Nathan Sidwell1-1/+9
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-0/+1
2015-07-12re PR tree-optimization/66726 (missed optimization, factor conversion out of ...Kugan Vivekanandarajah1-0/+162
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-6/+2
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-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-22always define HAVE_conditional_moveTrevor Saunders1-4/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-8/+4
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-03-06Remove inefficient branchless conditional negate optimizationWilco Dijkstra1-156/+0
2015-02-14re PR tree-optimization/65053 (PostgreSQL miscompilation)Jakub Jelinek1-0/+25
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-2/+2
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-3/+2
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-18/+15
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-8/+8
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-16/+22
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-5/+5
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+11
2014-10-21tree-ssa-phiopt.c (value_replacement): Properly verify we are the non-singlet...Richard Biener1-1/+1
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-11/+12
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-65/+69
2014-06-18common.opt (fssa-phiopt): New option.Richard Biener1-0/+1
2014-06-04re PR tree-optimization/61385 (ICE on valid code at -O2 and -O3 on x86_64-lin...Marc Glisse1-0/+4
2014-05-17re PR tree-optimization/61140 (wrong code at -O1 and above on x86_64-linux-gnu)Marc Glisse1-0/+4
2014-05-08re PR tree-optimization/59100 (requesting optimization of safe rotate function)Marc Glisse1-3/+109
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+1
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-4/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-161/+154
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-13/+1
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1