Changeset 2a301ff for src/main.cc
- Timestamp:
- Aug 31, 2023, 11:31:15 PM (2 years ago)
- Branches:
- master
- Children:
- 950c58e
- Parents:
- 92355883 (diff), 686912c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r92355883 r2a301ff 334 334 PASS( "Link Reference To Types", Validate::linkReferenceToTypes, transUnit ); 335 335 336 PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit ); 336 337 PASS( "Fix Qualified Types", Validate::fixQualifiedTypes, transUnit ); 337 338 PASS( "Eliminate Typedef", Validate::eliminateTypedef, transUnit ); … … 342 343 PASS( "Fix Return Statements", InitTweak::fixReturnStatements, transUnit ); 343 344 PASS( "Implement Concurrent Keywords", Concurrency::implementKeywords, transUnit ); 344 PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit ); 345 PASS( "Implement Waituntil", Concurrency::generateWaitUntil, transUnit ); 345 PASS( "Fix Unique Ids", Validate::fixUniqueIds, transUnit ); 346 346 PASS( "Hoist Control Declarations", ControlStruct::hoistControlDecls, transUnit ); 347 347 … … 370 370 PASS( "Translate Throws", ControlStruct::translateThrows, transUnit ); 371 371 PASS( "Fix Labels", ControlStruct::fixLabels, transUnit ); 372 PASS( "Implement Waituntil", Concurrency::generateWaitUntil, transUnit ); 372 373 PASS( "Fix Names", CodeGen::fixNames, transUnit ); 373 374 PASS( "Gen Init", InitTweak::genInit, transUnit );
Note:
See TracChangeset
for help on using the changeset viewer.