This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r105950 - in /branches/apple-200511-release-bra...


Author: dalej
Date: Fri Oct 28 19:40:48 2005
New Revision: 105950

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=105950
Log:
2005-10-28  Dale Johannesen  <dalej@apple.com>

        Radar 4318818
        * varasm.c (output_constructor):  Do not check
        DECL_BIT_FIELD when reversing initializer list for
        types with reversed_flag set.

2005-10-28  Dale Johannesen  <dalej@apple.com>

        Radar 4319602
        * cfgloopmanip.c (create_loop_notes):  Add code to move
        code logically inside a loop but physically outside,
        to a place physically inside.
        * ifcvt.c (find_if_case_1):  Adjust cost test for ppc.
        (find_if_case_2):  Ditto.


Modified:
    branches/apple-200511-release-branch/gcc/ChangeLog.apple-ppc
    branches/apple-200511-release-branch/gcc/cfgloopmanip.c
    branches/apple-200511-release-branch/gcc/ifcvt.c
    branches/apple-200511-release-branch/gcc/varasm.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]