summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-4/+2
* tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law2011-03-311-1/+0
* re PR middle-end/48270 (New test failures)Richard Guenther2011-03-241-2/+6
* invoke.texi (max-stores-to-sink): Document.Ira Rosen2011-03-241-21/+186
* re PR tree-optimization/41490 (tree-ssa-sink does not really work)Richard Guenther2011-03-151-3/+15
* re PR tree-optimization/46009 (?: vectorized, very similar if is not)Jakub Jelinek2010-11-031-15/+137
* re PR tree-optimization/45860 (ICE: verify_ssa failed: virtual SSA name for n...Richard Guenther2010-10-201-5/+4
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-10/+11
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* gimple.h (create_tmp_reg): Declare.Martin Jambor2010-04-191-4/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-9/+9
* re PR debug/41232 (VTA: SSA name in freelist but still referenced)Alexandre Oliva2009-09-081-1/+1
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+6
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-2/+14
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-8/+2
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-2/+2
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-244/+152
* ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-2/+2
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+3
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-2/+1
* re PR tree-optimization/35431 (ICE with complex integer, invalid gimple)Andrew Pinski2008-03-311-0/+5
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* re PR tree-optimization/33961 (gcc 4.3 causes crash valid code to crash)Michael Matz2007-11-011-18/+34
* re PR tree-optimization/33855 (Segfault in verify_ssa/execute_function_todo w...Michael Matz2007-10-221-0/+3
* tree-pass.h (pass_cselim): Declare new pass.Michael Matz2007-09-101-27/+387
* tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo2007-09-071-8/+10