aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-28cse.c (change_cc_mode_args): Delete.Richard Sandiford1-31/+19
2014-08-28cse.c (is_dead_reg): Change argument to const_rtx.Richard Sandiford1-28/+24
2014-08-28cse.c (check_for_label_ref): Move earlier in file.Richard Sandiford1-25/+27
2014-08-28cse.c (check_dependence_data): Delete.Richard Sandiford1-21/+13
2014-08-28cse.c: Include rtl-iter.h.Richard Sandiford1-34/+21
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-8/+10
2014-08-22cse.c: Use rtx_insnDavid Malcolm1-49/+50
2014-08-19delete_trivially_dead_insns works on insnsDavid Malcolm1-2/+2
2014-08-05re PR rtl-optimization/61672 (Less redundant instructions deleted by pre_dele...Richard Biener1-1/+1
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-6/+6
2014-07-20cse.c (exp_equiv_p): For GCSE...Eric Botcazou1-0/+7
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-06-15df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford1-7/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+9
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-6/+3
2014-04-17pass cfun to pass::executeTrevor Saunders1-5/+6
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-21/+11
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-04-11re PR rtl-optimization/60663 (Errors out on valid inline asm)Jakub Jelinek1-0/+7
2014-03-11builtins.c (expand_builtin_setjmp_receiver): Use and clobber hard_frame_point...Richard Sandiford1-5/+0
2014-02-27re PR rtl-optimization/49847 (NULL deref in fold_rtx (prev_insn_cc0 == NULL))Mikael Pettersson1-3/+21
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2014-01-01re PR rtl-optimization/59647 (ICE in simplify_const_unary_operation, at simpl...Jakub Jelinek1-0/+12
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-20Fixup whitespace.Mike Stump1-2/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-8/+8
2013-09-27cse.c (count_reg_usage): Handle INT_LIST.Richard Sandiford1-0/+1
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-1/+4
2013-09-16cse.c (try_const_anchors): Punt on CC modes.Richard Sandiford1-0/+5
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-54/+110
2013-06-20re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke1-1/+1
2013-06-16re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...Joern Rennecke1-2/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-4/+1
2013-02-07re PR rtl-optimization/56178 (Miscompilation of Ada front-end with profiled b...Eric Botcazou1-20/+20
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-03gcse.c (struct reg_use): Remove unused struct.Steven Bosscher1-0/+1
2012-11-26re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson1-3/+2
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-7/+7
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-30cse.c (hash_rtx_cb): Replace RTX_UNCHANGING_P with MEM_READONLY_P in head com...Eric Botcazou1-2/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-24re PR rtl-optimization/55010 (Internal consistency failure : invalid rtl shar...Jakub Jelinek1-3/+4
2012-10-16combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher1-13/+11
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-23/+6
2012-07-26cse.c (find_comparison_args): Check for cycles of any length.Andrew Jenner1-6/+17
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0