summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-5/+5
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders2013-09-171-25/+23
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-38/+73
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-1/+11
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-16/+24
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-4/+2
* asan.c (create_cond_insert_point): Add create_then_fallthru_edge argument.Jakub Jelinek2013-02-131-1/+1
* re PR tree-optimization/52448 (cselim broken with calls)Michael Matz2013-02-081-6/+51
* re PR middle-end/56098 (conditional write through volatile pointer produces u...Jakub Jelinek2013-01-251-4/+9
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-2/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-33/+35
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher2012-09-131-18/+0
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-3/+1
* re PR tree-optimization/54240 (Routine hoist_adjacent_loads does not work pro...Bill Schmidt2012-08-151-1/+2
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-4/+3
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-38/+17
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-4/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-12/+4
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-4/+12
* re PR tree-optimization/53748 (ice in fold_convert_loc)Jakub Jelinek2012-06-261-2/+6
* re PR tree-optimization/53703 (verify_ssa: definition in block 105 does not d...Bill Schmidt2012-06-181-10/+6
* re PR tree-optimization/53647 (gcc.c-torture/compile/20011229-1.c and gcc.c-t...Bill Schmidt2012-06-131-2/+4
* opts.c: Add -fhoist-adjacent-loads to -O2 and above.Bill Schmidt2012-06-121-6/+283
* re PR tree-optimization/53163 (crash due to null ptr deref)Jakub Jelinek2012-05-021-2/+11
* tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose arguments are...Paolo Bonzini2012-04-271-7/+19
* tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.Andrew Pinski2012-03-121-19/+38
* re PR tree-optimization/51988 (value_replacement in PHIOPT should handle even...Andrew Pinski2012-03-091-34/+71
* re PR tree-optimization/52445 (conditional store replacement causes segfault ...Jakub Jelinek2012-03-011-16/+26
* re PR tree-optimization/51030 (PHI opt does not handle value-replacement with...Richard Guenther2011-11-101-2/+59
* gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz2011-11-081-1/+3
* re PR middle-end/50260 (internal compiler error: Segmentation fault at ../.....Michael Matz2011-09-021-8/+2
* re PR tree-optimization/49809 (gimple_check failure at -O3)Richard Sandiford2011-07-251-2/+2
* tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify against already ...Richard Guenther2011-07-201-3/+5