OSDN Git Service

2006-12-04 Eric Christopher <echristo@apple.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 2006 02:23:18 +0000 (02:23 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 2006 02:23:18 +0000 (02:23 +0000)
        * config/darwin.h: Update copyright notice.
        * config/i386/darwin.h: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119531 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/darwin.h
gcc/config/i386/darwin.h

index 8a5b1aa..9ae153b 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-04  Eric Christopher  <echristo@apple.com>
+
+       * config/darwin.h: Update copyright notice.
+       * config/i386/darwin.h: Ditto.
+
 2006-12-04  Jan Hubicka  <jh@suse.cz>
 
        * builtins.c (fold_builtin_memory_op): Check that expr_size match.
        * tree-ssa-structalias.h (set_used_smts): Add prototype.
 
 2006-12-04  Daniel Berlin  <dberlin@dberlin.org>
-       
+
        * tree-ssa-alias.c (compute_may_aliases):
        Compute flow sensitive before flow insensitive.
        (compute_flow_sensitive_aliasing): Don't try to add
        a symbol memory tag to itself.
-       
+
        * alias.h (alias_set_subset_of): New prototype.
 
        * alias.c (alias_set_subset_of): New function.
@@ -52,7 +57,7 @@
        (intra_create_variable_infos): Use INCLUDES.
        Change nonlocal variable sets to anything sets.
        (init_base_vars): Remove escaped_vars and nonlocal_var
-       initialization. 
+       initialization.
        (find_escape_constraints): Removed.
        (delete_points_to_sets): Remove dead code.
        (used_smt_calculated): New variable.
        (merge_smts_into): New function.
        (find_what_p_points_to): Modify to use SMTs.
        (create_nonlocal_var): Remove.
-       
+
        * tree-ssa-operands.c (access_can_touch_variable): Remove
-       reference to nonlocal_all. 
+       reference to nonlocal_all.
 
        * tree-ssa.c (verify_name_tags): Remove.
-       
+
 2006-12-04  Carlos O'Donell  <carlos@codesourcery.com>
 
        * config/arm/unwind-arm.c: Adjust __cxa_type_match declaration.
@@ -78,7 +83,7 @@
        (add_livein_if_notdef): Delete.
        (loe_visit_block): New.  Propogate live on entry info for a block into
        each predecessor.  If it changes, make sure it is visited again.
-       (live_worklist): Visit every block and update the live on entry info 
+       (live_worklist): Visit every block and update the live on entry info
        for preds.  Iterate over any that changed.
        (set_var_live_on_entry): Populate the live on entry blocks with bits
        based on the immediate uses of a var.
        (expand_omp_for): Use expand_omp_for_generic if either region->cond
        or region->exit is NULL.
        (expand_omp_sections): Handle NULL region->cond or region->exit.
-       (expand_omp_synch): 
+       (expand_omp_synch):
 
 2006-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
index 623ebd8..7f0c550 100644 (file)
@@ -1,6 +1,6 @@
 /* Target definitions for Darwin (Mac OS X) systems.
    Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003, 2004,
-   2005
+   2005, 2006
    Free Software Foundation, Inc.
    Contributed by Apple Computer Inc.
 
index cf47943..50bb634 100644 (file)
@@ -1,5 +1,5 @@
 /* Target definitions for x86 running Darwin.
-   Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
    Contributed by Apple Computer Inc.
 
 This file is part of GCC.