Age | Commit message (Expand) | Author | Files | Lines |
2013-10-01 | tree-ssa-threadupdate.c (struct redirection_data): Delete outgoing_edge and i... | Jeff Law | 1 | -23/+38 |
2013-10-01 | tree-ssa-threadedge.c (thread_across_edge): Make path a pointer to a vec. | Jeff Law | 1 | -106/+125 |
2013-09-30 | tree-ssa-threadupdate.c (ssa_fix_duplicate_block_edges): Update redirected ou... | Teresa Johnson | 1 | -14/+11 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -3/+3 |
2013-09-25 | tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread... | Jeff Law | 1 | -32/+70 |
2013-09-25 | tree-ssa-threadedge.c (thread_across_edge): Use foo.last () rather than foo[f... | Jeff Law | 1 | -1/+1 |
2013-09-17 | pr58387.c: New test. | Jeff Law | 1 | -0/+62 |
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 | -2/+4 |
2013-09-10 | re PR tree-optimization/58343 (ICE in dfs_enumerate_from, at cfganal.c:1036) | Jeff Law | 1 | -6/+28 |
2013-09-03 | tree-ssa-threadedge.c (thread_across_edge): Record entire path when not threa... | Jeff Law | 1 | -7/+16 |
2013-08-28 | tree-ssa-threadedge.c (thread_around_empty_block): Remove checks for the numb... | Jeff Law | 1 | -5/+44 |
2013-08-21 | Fix typo. | Jeff Law | 1 | -0/+1 |
2013-08-21 | tree-flow.h (register_jump_thread): Pass vector of edges instead of each impo... | Jeff Law | 1 | -1/+12 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -13/+12 |
2012-10-25 | Change hash_table to support a comparator type different from the value type ... | Lawrence Crowl | 1 | -5/+6 |
2012-10-12 | tree-ssa-threadupdate.c (def_split_header_continue_p): Do not escape the loop. | Jan Hubicka | 1 | -3/+9 |
2012-09-20 | Don't cast XNEWVEC's result. | Marek Polacek | 1 | -3/+3 |
2012-09-10 | re PR middle-end/54520 (ice in merge_latch_edges with -O3) | Richard Guenther | 1 | -6/+8 |
2012-09-04 | re PR tree-optimization/54458 (ICE get_loop_body, at cfgloop.c:830) | Richard Guenther | 1 | -0/+10 |
2012-08-17 | hash-table.h (class hash_table): Use a descriptor template argument instead o... | Richard Guenther | 1 | -25/+24 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -44/+49 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+1 |
2012-07-16 | revert: tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -3/+1 |
2012-07-10 | tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -1/+3 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-04-11 | re PR tree-optimization/52912 (ICE: verify_ssa failed) | Richard Guenther | 1 | -0/+11 |
2012-04-03 | re PR bootstrap/52808 (LTO bootstrap failed with bootstrap-profiled) | Richard Guenther | 1 | -1/+5 |
2012-04-02 | re PR middle-end/52756 (255.vortex in SPEC CPU 2000 failed to build) | Richard Guenther | 1 | -0/+46 |
2012-03-28 | loop-init.c (loop_optimizer_init): If loops are preserved perform incremental... | Richard Guenther | 1 | -0/+2 |
2011-12-27 | re PR tree-optimization/48641 (ICE: verify_flow_info failed: Wrong frequency ... | Jan Hubicka | 1 | -1/+5 |
2011-06-23 | re PR middle-end/49465 (Revision 175114 miscompiled 403.gcc in SPEC CPU 2006) | Jeff Law | 1 | -3/+6 |
2011-06-16 | tree-ssa-threadupdate.c (struct redirection_data): New field intermediate_edge. | Jeff Law | 1 | -30/+121 |
2011-05-06 | tree-ssa-threadupdate.c (create_block_for_threading): Do not call remove_ctrl... | Jeff Law | 1 | -11/+5 |
2011-05-03 | tree-ssa-threadupdate.c (THREAD_TARGET): define. | Jeff Law | 1 | -19/+58 |
2011-04-05 | tree-ssa-threadupdate.c (determine_bb_domination_status): Always check if BB ... | Jeff Law | 1 | -2/+0 |
2011-03-29 | re PR bootstrap/48327 (Bootstrap comparison failure with ada since r171622) | Jeff Law | 1 | -57/+11 |
2011-03-28 | tree-ssa-threadupdate.c (redirect_edges): Call create_edge_and_update_destina... | Jeff Law | 1 | -11/+27 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
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 | -2/+0 |
2009-11-28 | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 1 | -2/+0 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -3/+3 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -0/+1 |
2009-07-30 | Add source_location support to PHI arguments. | Andrew MacLeod | 1 | -2/+4 |
2008-08-29 | loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | Jan Hubicka | 1 | -1/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -23/+25 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -3/+4 |
2008-05-20 | tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure. | Richard Guenther | 1 | -3/+2 |