Changeset 83fd57d for src/GenPoly


Ignore:
Timestamp:
Nov 30, 2023, 2:04:16 PM (15 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
4a89b52
Parents:
6009a5a
Message:

Removed 'New' suffixes, they are no longer needed for disambiguation.

Location:
src/GenPoly
Files:
1 edited
4 moved

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cpp

    r6009a5a r83fd57d  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // BoxNew.cpp -- Implement polymorphic function calls and types.
     7// Box.cpp -- Implement polymorphic function calls and types.
    88//
    99// Author           : Andrew Beach
  • src/GenPoly/InstantiateGeneric.cpp

    r6009a5a r83fd57d  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // InstantiateGenericNew.cpp -- Create concrete instances of generic types.
     7// InstantiateGeneric.cpp -- Create concrete instances of generic types.
    88//
    99// Author           : Andrew Beach
  • src/GenPoly/Lvalue.cpp

    r6009a5a r83fd57d  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // LvalueNew.cpp -- Clean up lvalues and remove references.
     7// Lvalue.cpp -- Clean up lvalues and remove references.
    88//
    99// Author           : Andrew Beach
  • src/GenPoly/Specialize.cpp

    r6009a5a r83fd57d  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // SpecializeNew.cpp -- Generate thunks to specialize polymorphic functions.
     7// Specialize.cpp -- Generate thunks to specialize polymorphic functions.
    88//
    99// Author           : Andrew Beach
  • src/GenPoly/module.mk

    r6009a5a r83fd57d  
    2222
    2323SRC += $(SRC_GENPOLY) \
    24         GenPoly/BoxNew.cpp \
     24        GenPoly/Box.cpp \
    2525        GenPoly/Box.h \
    2626        GenPoly/ErasableScopedMap.h \
    2727        GenPoly/FindFunction.cc \
    2828        GenPoly/FindFunction.h \
    29         GenPoly/InstantiateGenericNew.cpp \
     29        GenPoly/InstantiateGeneric.cpp \
    3030        GenPoly/InstantiateGeneric.h \
    31         GenPoly/LvalueNew.cpp \
     31        GenPoly/Lvalue.cpp \
    3232        GenPoly/ScopedSet.h \
    3333        GenPoly/ScrubTyVars.cc \
    3434        GenPoly/ScrubTyVars.h \
    35         GenPoly/SpecializeNew.cpp \
     35        GenPoly/Specialize.cpp \
    3636        GenPoly/Specialize.h
    3737
Note: See TracChangeset for help on using the changeset viewer.