summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* always define HAVE_conditional_moveTrevor Saunders2015-05-221-4/+0
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-191-8/+4
* remove need for store_values_directlyTrevor Saunders2015-04-181-6/+6
* Remove inefficient branchless conditional negate optimizationWilco Dijkstra2015-03-061-156/+0
* re PR tree-optimization/65053 (PostgreSQL miscompilation)Jakub Jelinek2015-02-141-0/+25
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-3/+13
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse2014-12-121-2/+2
* real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse2014-12-101-3/+2
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-18/+15
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-8/+8
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-16/+22
* gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek2014-11-191-5/+5
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+11
* tree-ssa-phiopt.c (value_replacement): Properly verify we are the non-singlet...Richard Biener2014-10-211-1/+1
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-11/+12
* remove has_executeTrevor Saunders2014-07-091-2/+0
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-65/+69
* common.opt (fssa-phiopt): New option.Richard Biener2014-06-181-0/+1
* re PR tree-optimization/61385 (ICE on valid code at -O2 and -O3 on x86_64-lin...Marc Glisse2014-06-041-0/+4
* re PR tree-optimization/61140 (wrong code at -O1 and above on x86_64-linux-gnu)Marc Glisse2014-05-171-0/+4
* re PR tree-optimization/59100 (requesting optimization of safe rotate function)Marc Glisse2014-05-081-3/+109
* Merge in wide-int.Kenneth Zadeck2014-05-061-1/+1
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-4/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-161/+154
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-13/+1
* remove has_gateTrevor Saunders2014-04-171-2/+0
* cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou2014-04-141-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-1/+1
* re PR tree-optimization/45685 (missed conditional move opportunity in loop)Jeff Law2013-12-131-0/+159
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-1/+5
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+5
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-3/+3
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-1/+1
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-3/+3
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-1/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Replace some heap vectors with stack vectors.Trevor Saunders2013-11-011-13/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+7
* tree-ssa-phiopts.c (rhs_is_fed_for_value_replacement): New function.Zhenqiang Chen2013-10-091-10/+114
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-76/+1