Age | Commit message (Expand) | Author | Files | Lines |
2012-12-03 | gcse.c (struct reg_use): Remove unused struct. | Steven Bosscher | 1 | -6/+8 |
2012-11-27 | re PR rtl-optimization/55489 (insane PRE memory usage with PIE (translate.i)) | Paolo Bonzini | 1 | -19/+23 |
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 | -36/+32 |
2012-11-12 | gcse.c (struct bb_data): Add new fields, old_pressure, live_in and backup. | Bin Cheng | 1 | -42/+156 |
2012-11-01 | This patch renames sbitmap iterators to unify them with the bitmap iterators. | Lawrence Crowl | 1 | -4/+4 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -23/+23 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+2 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -18/+18 |
2012-10-23 | dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg. | Vladimir Makarov | 1 | -1/+1 |
2012-10-19 | common.opt (flag_ira_hoist_pressure): New. | Bin Cheng | 1 | -30/+340 |
2012-10-19 | gcse.c: Update copyright dates. | Bin Cheng | 1 | -7/+8 |
2012-10-16 | combine.c (record_dead_and_set_regs): Iterate over hard register set with a h... | Steven Bosscher | 1 | -3/+4 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -4/+4 |
2012-08-23 | alias.c (rtx_equal_for_memref_p): Convert constant cases. | Kenneth Zadeck | 1 | -12/+3 |
2012-08-09 | calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l... | Steven Bosscher | 1 | -1/+1 |
2012-07-23 | sbitmap.h (struct int_list): Remove. | Steven Bosscher | 1 | -1/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -10/+10 |
2012-04-24 | recog.c (insn_invalid_p): Add IN_GROUP parameter and use validate_change to a... | Andreas Krebbel | 1 | -1/+1 |
2012-01-24 | rtl.h (true_dependence, [...]): Remove varies parameter. | Richard Sandiford | 1 | -3/+3 |
2011-11-07 | gcse.c: Adjust outdated comments throughout. | Eric Botcazou | 1 | -148/+113 |
2011-08-18 | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 1 | -2/+2 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -3/+0 |
2011-06-09 | Revert r174848,174849 | Xinliang David Li | 1 | -13/+10 |
2011-06-09 | Gator cleanup | David Li | 1 | -10/+13 |
2011-04-05 | gcse.c (modify_mem_list): Convert to an array of VECs. | Nathan Froyd | 1 | -19/+14 |
2011-04-05 | gcse.c (modify_pair): Define. | Nathan Froyd | 1 | -51/+28 |
2011-03-28 | Makefile.in: New rule for cprop.o. | Steven Bosscher | 1 | -1644/+35 |
2011-03-28 | * gcse.c (free_gcse_mem): Free reg_set_bitmap. | Steven Bosscher | 1 | -0/+2 |
2011-03-18 | re PR rtl-optimization/48170 (ICE: in hoist_code, at gcse.c:4524 with -fgcse ... | Maxim Kuvyrkov | 1 | -7/+2 |
2011-02-03 | re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc... | Alexandre Oliva | 1 | -1/+1 |
2011-01-13 | re PR rtl-optimization/39077 (GCSE-optimization causes enormous binary size i... | Jeff Law | 1 | -1/+73 |
2010-11-21 | re PR rtl-optimization/46571 (bootstrap comparison failure in fortran/trans-o... | Richard Henderson | 1 | -3/+3 |
2010-11-04 | re PR tree-optimization/46183 (ICE: in calc_dfs_tree, at dominance.c:396 with... | Richard Guenther | 1 | -3/+15 |
2010-11-03 | re PR debug/46252 (-fcompare-debug failure (length) with -O -frerun-cse-after... | Jakub Jelinek | 1 | -1/+1 |
2010-09-13 | fwprop.c (forward_propagate_and_simplify): Only attach a REG_EQUAL note to an... | Olivier Hainque | 1 | -6/+4 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -7/+3 |
2010-07-28 | re PR debug/45105 (-fcompare-debug failure at -Os) | Jakub Jelinek | 1 | -7/+1 |
2010-07-28 | re PR rtl-optimization/45107 (ICE: in insert_expr_in_table, at gcse.c:1213 wi... | Maxim Kuvyrkov | 1 | -2/+3 |
2010-07-28 | re PR rtl-optimization/45101 (ICE: in insert_expr_in_table, at gcse.c:1213 wi... | Maxim Kuvyrkov | 1 | -2/+2 |
2010-07-27 | re PR target/42495 (redundant memory load) | Maxim Kuvyrkov | 1 | -130/+146 |
2010-07-27 | gcse.c (insert_insn_end_basic_block): Update signature, remove unused checks. | Maxim Kuvyrkov | 1 | -24/+6 |
2010-07-27 | re PR target/42495 (redundant memory load) | Maxim Kuvyrkov | 1 | -3/+0 |
2010-07-27 | * gcse.c (hoist_code): Generate new pseudo for every new set insn. | Maxim Kuvyrkov | 1 | -2/+6 |
2010-07-27 | re PR rtl-optimization/40956 (Constants are never candidates for hoisting) | Maxim Kuvyrkov | 1 | -2/+14 |
2010-07-27 | gcse.c (struct expr:max_distance): New field. | Maxim Kuvyrkov | 1 | -27/+204 |
2010-07-27 | gcse.c (compute_transpout, transpout): Remove, move logic to prune_expressions. | Jeff Law | 1 | -80/+86 |
2010-07-27 | dbgcnt.def (hoist_insn): New debug counter. | Maxim Kuvyrkov | 1 | -1/+1 |