Commit
6009a5a8d82cef194788e78005da6e3c1bce16c3
by ajbeach Combined the new and old TupleExpansion files. The file was removed src/Tuples/TupleExpansionNew.cpp The file was added src/Tuples/TupleExpansion.cpp The file was modified src/Tuples/module.mk The file was removed src/Tuples/TupleExpansion.cc
Commit
83fd57dbde2b629bbcc22cdd6694eccab69dd48e
by ajbeach Removed 'New' suffixes, they are no longer needed for disambiguation. The file was added src/GenPoly/InstantiateGeneric.cpp The file was modified src/CodeGen/Generate.cc The file was removed src/MakeLibCfaNew.cpp The file was added src/GenPoly/Lvalue.cpp The file was added src/ControlStruct/LabelGenerator.cpp The file was added src/Validate/FindSpecialDecls.cpp The file was added src/Concurrency/Waitfor.cpp The file was added src/MakeLibCfa.cpp The file was modified src/ControlStruct/module.mk The file was removed src/GenPoly/BoxNew.cpp The file was added src/GenPoly/Specialize.cpp The file was modified src/Validate/FixReturnTypes.cpp The file was modified src/ControlStruct/MultiLevelExit.cpp The file was removed src/CodeGen/CodeGeneratorNew.cpp The file was removed src/CodeGen/CodeGeneratorNew.hpp The file was removed src/Concurrency/KeywordsNew.cpp The file was added src/CodeGen/CodeGenerator.cpp The file was added src/InitTweak/FixInit.cpp The file was modified src/Validate/module.mk The file was modified src/CodeGen/GenType.cc The file was removed src/InitTweak/FixInitNew.cpp The file was added src/GenPoly/Box.cpp The file was modified src/Makefile.am The file was added src/ControlStruct/LabelGenerator.hpp The file was modified src/Concurrency/module.mk The file was removed src/ControlStruct/LabelGeneratorNew.hpp The file was removed src/Validate/FindSpecialDeclsNew.cpp The file was modified src/GenPoly/module.mk The file was removed src/ControlStruct/ExceptDeclNew.cpp The file was modified src/Tuples/TupleExpansion.cpp The file was added src/Concurrency/Keywords.cpp The file was removed src/ControlStruct/ExceptTranslateNew.cpp The file was removed src/GenPoly/SpecializeNew.cpp The file was added src/CodeGen/CodeGenerator.hpp The file was removed src/Concurrency/WaitforNew.cpp The file was removed src/ControlStruct/LabelGeneratorNew.cpp The file was added src/ControlStruct/ExceptDecl.cpp The file was removed src/GenPoly/LvalueNew.cpp The file was removed src/GenPoly/InstantiateGenericNew.cpp The file was modified src/CodeGen/module.mk The file was added src/ControlStruct/ExceptTranslate.cpp The file was modified src/InitTweak/module.mk
Commit
4a89b52c4fa1aae1dce7701bb4c97d75453681e5
by ajbeach Renamed ResolvMode to ResolveMode. This is less consistent with the namespace, but is more consistent with almost everything else. The file was modified src/ResolvExpr/CandidateFinder.cpp The file was modified src/ResolvExpr/Resolver.cc The file was removed src/ResolvExpr/ResolvMode.h The file was modified src/ResolvExpr/CandidatePrinter.cpp The file was modified src/ResolvExpr/module.mk The file was modified src/ResolvExpr/CandidateFinder.hpp The file was added src/ResolvExpr/ResolveMode.hpp The file was modified src/Tuples/TupleAssignment.cc
Commit
d787828d13d57d1f8171523e352bccf1fa513216
by ajbeach Rename the ScrubTyVars moduel to ScrubTypeVars. This makes it more consistent with the data types and function names now used. The file was added src/GenPoly/ScrubTypeVars.hpp The file was modified src/GenPoly/module.mk The file was removed src/GenPoly/ScrubTyVars.h The file was removed src/GenPoly/ScrubTyVars.cc The file was modified src/GenPoly/FindFunction.cc The file was modified src/GenPoly/InstantiateGeneric.cpp The file was added src/GenPoly/ScrubTypeVars.cpp The file was modified src/GenPoly/Box.cpp
Commit
37b3151afe3f5f5142ae98ef04ed2e1fe9e82ce7
by ajbeach Rename the linkReferenceTypes pass and the file that contains it. BaseInstType used to be called ReferenceToType, so the reason for the pass being called that is no longer true. The file was modified src/Validate/module.mk The file was removed src/Validate/LinkReferenceToTypes.cpp The file was added src/Validate/LinkInstanceTypes.hpp The file was added src/Validate/LinkInstanceTypes.cpp The file was removed src/Validate/LinkReferenceToTypes.hpp The file was modified src/main.cc
Commit
c4570af36d5be981e5714c9d730a86bc48ac9d4a
by ajbeach Removed some code that supported ast conversion, it supported ast translation, and that is done. The file was modified src/AST/Expr.cpp The file was modified src/AST/Expr.hpp