Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: gcc/gcc/ChangeLog.dataflow

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gcc/gcc/ABOUT-GCC-NLS ('k') | gcc/gcc/ChangeLog.tree-ssa » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2007-06-07 Kenneth Zadeck <zadeck@naturalbridge.com> 1 2007-06-07 Kenneth Zadeck <zadeck@naturalbridge.com>
2 2
3 * emit-rtl.c (set_insn_deleted): Changed NOTE_LINE_NUMBER to 3 * emit-rtl.c (set_insn_deleted): Changed NOTE_LINE_NUMBER to
4 NOTE_KIND. 4 NOTE_KIND.
5 (emit_note_after): Fixed merge glitch. 5 (emit_note_after): Fixed merge glitch.
6 * combine.c (try_combine): Changed NOTE_LINE_NUMBER to 6 * combine.c (try_combine): Changed NOTE_LINE_NUMBER to
7 NOTE_KIND. 7 NOTE_KIND.
8 * reg-stack.c (convert_regs_1): Fixed merge glitch. 8 * reg-stack.c (convert_regs_1): Fixed merge glitch.
9 * config/rs6000/rs6000.c (no_global_regs_above): Fixed merge typo. 9 * config/rs6000/rs6000.c (no_global_regs_above): Fixed merge typo.
10 (rs6000_emit_prologue): Fixed merge glitch. 10 (rs6000_emit_prologue): Fixed merge glitch.
(...skipping 4461 matching lines...) Expand 10 before | Expand all | Expand 10 after
4472 * df.h: Removed DF_ARTIFICIAL_DEFS. Renamed "reaching registers". 4472 * df.h: Removed DF_ARTIFICIAL_DEFS. Renamed "reaching registers".
4473 problem (rr) to "uninitialized registers" problem. Changed confluence 4473 problem (rr) to "uninitialized registers" problem. Changed confluence
4474 operator to general confluence functions. 4474 operator to general confluence functions.
4475 * flow.c (verify_wide_reg, verify_local_live_at_start): Removed 4475 * flow.c (verify_wide_reg, verify_local_live_at_start): Removed
4476 parameter to df_dump. 4476 parameter to df_dump.
4477 * reg_stack.c (reg_to_stack): Ditto. 4477 * reg_stack.c (reg_to_stack): Ditto.
4478 * sched_rgn.c (init_regions, schedule_insns): Ditto. 4478 * sched_rgn.c (init_regions, schedule_insns): Ditto.
4479 * web.c (web_main): Ditto. 4479 * web.c (web_main): Ditto.
4480 * flow.c: (update_life_info): Removed DF_ARTIFICIAL_DEFS. 4480 * flow.c: (update_life_info): Removed DF_ARTIFICIAL_DEFS.
4481 * global.c (global_alloc): Ditto. 4481 * global.c (global_alloc): Ditto.
4482
4483
4484 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
4485
4486 Copying and distribution of this file, with or without modification,
4487 are permitted in any medium without royalty provided the copyright
4488 notice and this notice are preserved.
OLDNEW
« no previous file with comments | « gcc/gcc/ABOUT-GCC-NLS ('k') | gcc/gcc/ChangeLog.tree-ssa » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698