aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadedge.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-28tree-ssa-threadedge.c (thread_around_empty_block): Remove checks for the numb...Jeff Law1-8/+0
2013-08-21tree-flow.h (register_jump_thread): Pass vector of edges instead of each impo...Jeff Law1-5/+15
2013-07-21Fix typos.Mike Stump1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-13tree-ssa-threadedge.c (propagate_threaded_block_debug_into): Avoid -Wsign-com...Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-34/+29
2012-11-07re PR debug/54693 (VTA guality issues with loops)Jakub Jelinek1-2/+2
2012-11-06re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva1-5/+60
2012-11-04re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva1-19/+87
2012-10-29re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva1-0/+18
2012-10-26* tree-ssa-threadedge.c (cond_arg_set_in_bb): Use last stmt.Jeff Law1-1/+1
2012-10-23tree-ssa-threadedge.c (thread_across_edge): Remove unused parameter in call t...Jeff Law1-3/+3
2012-10-23tree-ssa-threadedge.c (cond_arg_set_in_bb): Remove unused debugging argument.Jeff Law1-1/+1
2012-10-23re PR tree-optimization/54985 (dom optimization erroneous remove conditional ...Jeff Law1-19/+53
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-18/+9
2011-06-16tree-ssa-threadupdate.c (struct redirection_data): New field intermediate_edge.Jeff Law1-2/+85
2011-04-29tree-ssa-threadedge.c (thread_across_edge): Add missing return.Jeff Law1-0/+1
2011-03-28tree-ssa-threadupdate.c (redirect_edges): Call create_edge_and_update_destina...Jeff Law1-1/+99
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+2
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-3/+12
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-3/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-10/+10
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+3
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-1/+0
2009-04-28tree.h (SSA_NAME_VALUE): Remove.Richard Guenther1-2/+31
2009-01-16re PR tree-optimization/38789 (__builtin_constant_p appears to evaluate to tr...Jakub Jelinek1-3/+13
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-2/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-109/+149
2008-07-08Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt...Daniel Berlin1-3/+3
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-2/+1
2008-04-30builtins.c (fold_call_expr): Return realret.Rafael Avila de Espindola1-4/+31
2008-04-23tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily1-2/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-04-09cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak1-1/+13
2007-03-08tree-vrp.c: Include "intl.h".Ian Lance Taylor1-6/+7
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-2/+7
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-18/+18
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-5/+7
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-02-10re PR tree-optimization/26213 (new (within last few days) infinite loop with ...Jeff Law1-4/+8
2006-02-08re PR tree-optimization/21417 (Missed jump threading opportunity on trees)Jeff Law1-9/+21
2006-02-07tree-vrp.c (find_conditional_asserts): Update comments.Jeff Law1-0/+537