Age | Commit message (Expand) | Author | Files | Lines |
2008-12-18 | df-scan.c (persistent_obstack, [...]): Remove. | Jan Hubicka | 1 | -0/+5 |
2008-10-07 | re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can... | Jakub Jelinek | 1 | -1/+2 |
2008-08-31 | postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_for_... | Jan Hubicka | 1 | -1/+0 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -2/+0 |
2008-08-30 | optabs.c (expand_abs_nojump): Update BRANCH_COST call. | Jan Hubicka | 1 | -0/+1 |
2008-08-29 | loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | Jan Hubicka | 1 | -0/+2 |
2008-08-29 | tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop is not c... | Jan Hubicka | 1 | -2/+4 |
2008-08-28 | expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail. | Jan Hubicka | 1 | -0/+2 |
2008-07-29 | predict.c (always_optimize_for_size_p): New function. | Jan Hubicka | 1 | -1/+12 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -10/+10 |
2008-06-26 | cfganal.c: Include vec.h and vecprim.h. | Steven Bosscher | 1 | -0/+1 |
2008-06-02 | predict.c (maybe_hot_frequency_p): Break out of... | Jan Hubicka | 1 | -0/+1 |
2008-05-16 | [multiple changes] | Diego Novillo | 1 | -1/+4 |
2008-04-18 | except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r... | Jan Hubicka | 1 | -0/+7 |
2008-03-02 | struct-equiv.c: Remove file. | Andi Kleen | 1 | -176/+0 |
2008-02-26 | system.h (USE_MAPPED_LOCATION): Poison. | Tom Tromey | 1 | -2/+2 |
2008-01-27 | basic-block.h (condjump_equiv_p): Fix comment. | Bernhard Fischer | 1 | -1/+1 |
2008-01-07 | basic-block.h (struct edge_def): Pair dest_idx with goto_locus fields. | Richard Guenther | 1 | -4/+4 |
2007-10-02 | ra-conflict.c: New file. | Kenneth Zadeck | 1 | -0/+15 |
2007-08-27 | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-08-14 | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 1 | -19/+21 |
2007-07-26 | dominance.c (dom_computed, [...]): Removed. | Zdenek Dvorak | 1 | -7/+15 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-09 | cfghooks.c (remove_edge): New function. | Zdenek Dvorak | 1 | -1/+1 |
2007-06-13 | basic-block.h: Remove the prototype for free_basic_block_vars. | Kazu Hirata | 1 | -2/+0 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -110/+61 |
2007-06-03 | cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector. | Zdenek Dvorak | 1 | -5/+7 |
2007-05-26 | basic-block.h: Remove the prototype for merge_seq_blocks. | Kazu Hirata | 1 | -1/+0 |
2007-05-24 | re PR middle-end/32018 (ICE on optimization) | Zdenek Dvorak | 1 | -0/+3 |
2007-05-17 | tree-vrp.c (finalize_jump_threads): Do not care about dominance info. | Zdenek Dvorak | 1 | -0/+4 |
2007-05-14 | tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it... | Zdenek Dvorak | 1 | -1/+1 |
2007-05-12 | gcse.c (gcse_main): Do jump bypassing in CPROP2. | Steven Bosscher | 1 | -1/+2 |
2007-05-04 | basic-block.h (cdi_direction): Assign values to all enumeration constants. | Josh Conner | 1 | -4/+4 |
2007-04-23 | tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr. | Zdenek Dvorak | 1 | -6/+10 |
2007-04-22 | predict.c: Include pointer-set.h. | Zdenek Dvorak | 1 | -3/+0 |
2007-03-23 | tracer.c (tracer): Don't take FLAGS argument. | Steven Bosscher | 1 | -1/+2 |
2006-12-28 | Makefile.in (OBJS-common): Remove conflict.o | Kazu Hirata | 1 | -19/+0 |
2006-12-24 | basic-block.h: Remove the prototype for expected_value_to_br_prob. | Kazu Hirata | 1 | -1/+0 |
2006-12-22 | basic-block.h: Remove the prototype for commit_edge_insertions_watch_calls. | Kazu Hirata | 1 | -1/+0 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -1/+0 |
2006-11-21 | tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array. | Zdenek Dvorak | 1 | -0/+1 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -0/+1 |
2006-11-16 | re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3) | Maxim Kuvyrkov | 1 | -0/+1 |
2006-11-03 | tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co... | Steven Bosscher | 1 | -3/+3 |
2006-09-13 | basic-block.h (bb_has_eh_pred): Fix comment. | Andreas Krebbel | 1 | -1/+1 |
2006-09-13 | flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges. | Andreas Krebbel | 1 | -0/+14 |
2006-08-23 | predict.c (probability_reliable_p): New predicate. | Jan Hubicka | 1 | -0/+2 |
2006-08-16 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Zdenek Dvorak | 1 | -0/+3 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -3/+3 |
2006-05-04 | [multiple changes] | Razya Ladelsky | 1 | -0/+2 |