aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-4/+4
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29integrate.c: Remove.Steven Bosscher1-6/+1
2012-05-18re PR rtl-optimization/53352 (Incorrect CSE optimization on RTL expressions w...Meador Inge1-1/+5
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-1/+2
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-4/+4
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-1/+1
2012-03-29cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther1-2/+2
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-3/+3
2012-03-21cse.c (invalidate_from_sets_and_clobbers, [...]): Split out from ...Steven Bosscher1-186/+313
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford1-64/+1
2011-12-19re PR rtl-optimization/50380 ([4.6 only] cc1 hangs eating 100% CPU)Sandra Loosemore1-0/+6
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-6/+6
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou1-2/+4
2011-07-06explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT...Bernd Schmidt1-7/+7
2011-07-06emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt1-18/+6
2011-07-06machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.Bernd Schmidt1-2/+2
2011-07-06cse.c (find_comparison_args): Use val_mode_signbit_set_p.Bernd Schmidt1-12/+4
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+0
2011-06-14re PR rtl-optimization/49390 (GCSE miscompilation)Jakub Jelinek1-6/+16
2011-06-02cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL edges only...Eric Botcazou1-1/+1