Changeset 83fd57d for src/GenPoly
- Timestamp:
- Nov 30, 2023, 2:04:16 PM (15 months ago)
- Branches:
- master
- Children:
- 4a89b52
- Parents:
- 6009a5a
- Location:
- src/GenPoly
- Files:
-
- 1 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cpp
r6009a5a r83fd57d 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Box New.cpp -- Implement polymorphic function calls and types.7 // Box.cpp -- Implement polymorphic function calls and types. 8 8 // 9 9 // Author : Andrew Beach -
src/GenPoly/InstantiateGeneric.cpp
r6009a5a r83fd57d 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // InstantiateGeneric New.cpp -- Create concrete instances of generic types.7 // InstantiateGeneric.cpp -- Create concrete instances of generic types. 8 8 // 9 9 // Author : Andrew Beach -
src/GenPoly/Lvalue.cpp
r6009a5a r83fd57d 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Lvalue New.cpp -- Clean up lvalues and remove references.7 // Lvalue.cpp -- Clean up lvalues and remove references. 8 8 // 9 9 // Author : Andrew Beach -
src/GenPoly/Specialize.cpp
r6009a5a r83fd57d 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Specialize New.cpp -- Generate thunks to specialize polymorphic functions.7 // Specialize.cpp -- Generate thunks to specialize polymorphic functions. 8 8 // 9 9 // Author : Andrew Beach -
src/GenPoly/module.mk
r6009a5a r83fd57d 22 22 23 23 SRC += $(SRC_GENPOLY) \ 24 GenPoly/Box New.cpp \24 GenPoly/Box.cpp \ 25 25 GenPoly/Box.h \ 26 26 GenPoly/ErasableScopedMap.h \ 27 27 GenPoly/FindFunction.cc \ 28 28 GenPoly/FindFunction.h \ 29 GenPoly/InstantiateGeneric New.cpp \29 GenPoly/InstantiateGeneric.cpp \ 30 30 GenPoly/InstantiateGeneric.h \ 31 GenPoly/Lvalue New.cpp \31 GenPoly/Lvalue.cpp \ 32 32 GenPoly/ScopedSet.h \ 33 33 GenPoly/ScrubTyVars.cc \ 34 34 GenPoly/ScrubTyVars.h \ 35 GenPoly/Specialize New.cpp \35 GenPoly/Specialize.cpp \ 36 36 GenPoly/Specialize.h 37 37
Note: See TracChangeset
for help on using the changeset viewer.