Age | Commit message (Expand) | Author | Files | Lines |
2013-10-04 | tree-ssa-threadedge.c: Fix some trailing whitespace problems. | Jeff Law | 1 | -33/+81 |
2013-10-01 | tree-ssa-threadedge.c (thread_across_edge): Make path a pointer to a vec. | Jeff Law | 1 | -18/+17 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
2013-09-25 | tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread... | Jeff Law | 1 | -14/+33 |
2013-09-25 | tree-ssa-threadedge.c (thread_across_edge): Use foo.last () rather than foo[f... | Jeff Law | 1 | -4/+3 |
2013-09-17 | pr58387.c: New test. | Jeff Law | 1 | -34/+3 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-10 | re PR tree-optimization/58380 (ice in fold_comparison) | Jeff Law | 1 | -8/+21 |
2013-09-10 | re PR tree-optimization/58343 (ICE in dfs_enumerate_from, at cfganal.c:1036) | Jeff Law | 1 | -1/+1 |
2013-09-08 | tree-ssa-threadedge.c (thread_across_edge): Fix initialization of 'found'. | Jeff Law | 1 | -1/+2 |
2013-09-05 | tree-ssa-threadedge.c (thread_around_empty_blocks): Renamed from thread_aroun... | Jeff Law | 1 | -77/+81 |
2013-09-03 | tree-ssa-threadedge.c (thread_across_edge): Record entire path when not threa... | Jeff Law | 1 | -7/+11 |
2013-08-28 | tree-ssa-threadedge.c (thread_around_empty_block): Remove checks for the numb... | Jeff Law | 1 | -8/+0 |
2013-08-21 | tree-flow.h (register_jump_thread): Pass vector of edges instead of each impo... | Jeff Law | 1 | -5/+15 |
2013-07-21 | Fix typos. | Mike Stump | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-12-13 | tree-ssa-threadedge.c (propagate_threaded_block_debug_into): Avoid -Wsign-com... | Jakub Jelinek | 1 | -1/+1 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -34/+29 |
2012-11-07 | re PR debug/54693 (VTA guality issues with loops) | Jakub Jelinek | 1 | -2/+2 |
2012-11-06 | re PR debug/54693 (VTA guality issues with loops) | Alexandre Oliva | 1 | -5/+60 |
2012-11-04 | re PR debug/54693 (VTA guality issues with loops) | Alexandre Oliva | 1 | -19/+87 |
2012-10-29 | re PR debug/54693 (VTA guality issues with loops) | Alexandre Oliva | 1 | -0/+18 |
2012-10-26 | * tree-ssa-threadedge.c (cond_arg_set_in_bb): Use last stmt. | Jeff Law | 1 | -1/+1 |
2012-10-23 | tree-ssa-threadedge.c (thread_across_edge): Remove unused parameter in call t... | Jeff Law | 1 | -3/+3 |
2012-10-23 | tree-ssa-threadedge.c (cond_arg_set_in_bb): Remove unused debugging argument. | Jeff Law | 1 | -1/+1 |
2012-10-23 | re PR tree-optimization/54985 (dom optimization erroneous remove conditional ... | Jeff Law | 1 | -19/+53 |
2012-08-14 | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 1 | -1/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+1 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2011-09-01 | expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ... | Richard Guenther | 1 | -18/+9 |
2011-06-16 | tree-ssa-threadupdate.c (struct redirection_data): New field intermediate_edge. | Jeff Law | 1 | -2/+85 |
2011-04-29 | tree-ssa-threadedge.c (thread_across_edge): Add missing return. | Jeff Law | 1 | -0/+1 |
2011-03-28 | tree-ssa-threadupdate.c (redirect_edges): Call create_edge_and_update_destina... | Jeff Law | 1 | -1/+99 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+2 |
2010-06-25 | With large parts from Jim Wilson: | Bernd Schmidt | 1 | -3/+12 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -2/+0 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -3/+0 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -10/+10 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -1/+3 |
2009-06-27 | domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil... | Paolo Bonzini | 1 | -1/+0 |
2009-04-28 | tree.h (SSA_NAME_VALUE): Remove. | Richard Guenther | 1 | -2/+31 |
2009-01-16 | re PR tree-optimization/38789 (__builtin_constant_p appears to evaluate to tr... | Jakub Jelinek | 1 | -3/+13 |
2008-08-18 | tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to | Tomas Bily | 1 | -2/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -109/+149 |
2008-07-08 | Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt... | Daniel Berlin | 1 | -3/+3 |
2008-05-09 | pa.c (reloc_needed): Use CASE_CONVERT. | Tomas Bily | 1 | -2/+1 |
2008-04-30 | builtins.c (fold_call_expr): Return realret. | Rafael Avila de Espindola | 1 | -4/+31 |
2008-04-23 | tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case. | Tomas Bily | 1 | -2/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |