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]

r143712 - in /branches/transactional-memory/gcc...


Author: rth
Date: Tue Jan 27 22:36:00 2009
New Revision: 143712

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143712
Log:
        * c-common.h (RID_TM_RETRY): Remove.
        * c-common.c (c_common_resword): Remove RID_TM_RETRY.
        * c-parser.c (c_parser_tm_abort): Rename from c_parser_tm_abort_retry.
        (c_parser_statement_after_labels): Remove RID_TM_RETRY.
        * calls.c (special_function_p): Remove BUILT_IN_TM_RETRY.
        * gtm-builtins.def: Rename all functions to match the Intel ABI.
        * trans-mem.c (PR_*, A_*, AR_*, MODE_*): New define constants
        from the Intel ABI.
        (is_tm_ending_fndecl): Remove BUILT_IN_TM_RETRY.
        (build_tm_abort_call): New.
        (TM_START_RESTORE_LIVE_IN, TM_START_ABORT): Remove.
        (expand_tm_atomic): Update for library changes.
        * tree.h (build_tm_abort_call): Declare.

Modified:
    branches/transactional-memory/gcc/ChangeLog.tm
    branches/transactional-memory/gcc/c-common.c
    branches/transactional-memory/gcc/c-common.h
    branches/transactional-memory/gcc/c-parser.c
    branches/transactional-memory/gcc/calls.c
    branches/transactional-memory/gcc/gtm-builtins.def
    branches/transactional-memory/gcc/trans-mem.c
    branches/transactional-memory/gcc/tree.h


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