|
|
@d7c0ad5
|
6 months |
ajbeach |
Removed some overloads from the Pass template. I believe these were …
|
|
|
@fc1a3e2
|
7 months |
ajbeach |
Style update. Focused on indentation and trailing whitespace.
|
|
|
@b9b6efb
|
7 months |
ajbeach |
Removed porting.md, although some of its information is still …
|
|
|
@7a780ad
|
7 months |
ajbeach |
Moved ast::BasicType::Kind to ast::BasicKind? in its own hearder. This …
|
|
|
@8fd53b6e
|
7 months |
ajbeach |
Change for C++20 compatability. We may not be upgrading soon but this …
|
|
|
@dc58e5d
|
7 months |
j82liang |
Small cleanup
|
|
|
@af746cc
|
7 months |
j82liang |
Reimplement the resolution of Enum instance type
|
|
|
@7a36848
|
7 months |
ajbeach |
Further Pass template clean-up, reimplementing the translation unit …
|
|
|
@90320ac
|
7 months |
ajbeach |
Clean-up in the Pass template around call_accept. Removed overloads …
|
|
|
@485cf59
|
7 months |
ajbeach |
Small improvement in the Pass template implementation. Thierry and I …
|
|
|
@a4da45e
|
8 months |
j82liang |
Resolve conflict
|
|
|
@0522ebe
|
8 months |
j82liang |
Add EnumPosType? to type system
|
|
|
@624ba3a5
|
8 months |
pabuhr |
formatting
|
|
|
@9ddcee1
|
9 months |
j82liang |
Remove EnumPosExpr?, an early design that no longer used. The …
|
|
|
@16afb2a
|
9 months |
j82liang |
Fix the print for enum with type
|
|
|
@544deb9
|
9 months |
j82liang |
Update ReplacePseudoFunc?, mostly the runtime lookup for attribute …
|
|
|
@f988834
|
10 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@59c8dff
|
10 months |
j82liang |
Draft Implementation for enum position pesudo function (posE). …
|
|
|
@11f65b3
|
10 months |
ajbeach |
I believe switching isValidOnFuncParam from an allow-list to a …
|
|
|
@5bf685f
|
10 months |
ajbeach |
Replayed maybeClone with maybeCopy, removed unused helppers in …
|
|
|
@b262cb3
|
10 months |
ajbeach |
Unified and fixed handling of parameter attributes.
|
|
|
@c7ebbec
|
11 months |
ajbeach |
Reorganization of Linkage::Spec. is_mangled represented two properties …
|
|
|
@4c2fe47
|
11 months |
pabuhr |
formatting
|
|
|
@b1f2007
|
11 months |
pabuhr |
first attempt at simplifying SemanticError? and its usage
|
|
|
@2345ab3
|
11 months |
ajbeach |
Clean-up of the chain mutator. Seems like it is underused.
|
|
|
@c7f9f53
|
11 months |
ajbeach |
Moved include from Decl header. Removed some old ast code from the Parser.
|
|
|
@c4570af3
|
11 months |
ajbeach |
Removed some code that supported ast conversion, it supported ast …
|
|
|
@37273c8
|
11 months |
ajbeach |
Removed the old-ast-compatable FunctionDecl? constructor. However, …
|
|
|
@c36a419
|
12 months |
ajbeach |
Removed Decl::fromId as it was unused. There are a few places that use …
|
|
|
@6a0b043
|
12 months |
ajbeach |
Did some investigation of WithStmt?. It may not be possible to convert …
|
|
|
@634cb80
|
12 months |
pabuhr |
formatting
|
|
|
@0bd3faf
|
12 months |
ajbeach |
Removed forward declarations missed in the BaseSyntaxNode? removal. …
|
|
|
@61efa42
|
12 months |
ajbeach |
Took the special main linkage code out of FunctionDecl? and put it into …
|
|
|
@f5ec35a
|
12 months |
ajbeach |
Removed an extra forward declaration.
|
|
|
@c6b4432
|
12 months |
ajbeach |
Remove BaseSyntaxNode? and clean-up.
|
|
|
@3d9d017
|
12 months |
caparson |
added cofor implementation
|
|
|
@f43146e4
|
12 months |
ajbeach |
Updated some stats/counters to trigger off the new AST. Others will …
|
|
|
@8941b6b
|
12 months |
ajbeach |
Direct translation of code generation.
|
|
|
@a1da039
|
13 months |
ajbeach |
Make all new declarations have a properly defined LinkageSpec?. Also …
|
|
|
@cf3da24
|
13 months |
ajbeach |
Fixed up some whitespace. Pretty minor stuff mostly.
|
|
|
@eb779d5
|
13 months |
caparson |
Implemented corun statement
|
|
|
@bfeb37a6
|
14 months |
ajbeach |
Added another check to the invariants for SizeofExpr/AlignofExpr?.
|
|
|
@14c0f7b
|
15 months |
ajbeach |
Added invariant to check that referenced declarations are in scope. …
|
|
|
@b7c53a9d
|
16 months |
ajbeach |
Added a new invariant check and the fixes required to make it pass. …
|
|
|
@e0069bd
|
16 months |
ajbeach |
Renaming of some SymbolTable? functions because they are different and …
|
|
|
@8f31be6
|
16 months |
ajbeach |
Fixed some warnings, deleted some commented out code.
|
|
|
@c8bf1b5
|
16 months |
ajbeach |
Removed a comment that referenced a long gone pass.
|
|
|
@260dad7
|
16 months |
ajbeach |
Updated indentation in AST/LinckageSpec.
|
|
|
@97b47ec
|
17 months |
ajbeach |
The 'sized' trait is now implemented on top of 'T *' declarations and …
|
|
|
@e172f42
|
17 months |
caparson |
Merge branch 'ast-experimental'
|
|
|
@8f557161
|
17 months |
mlbrooks |
Clarify and fix accuracy in eval public API, on reporting "unable to …
|
|
|
@62d62db
|
17 months |
caparson |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@24d6572
|
17 months |
f37yu |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@0658672
|
17 months |
ajbeach |
Improved hoisting. However, I had to change some code because of other …
ast-experimental
|
|
|
@148f836e
|
17 months |
ajbeach |
Cleaned up namespacing, indentation and whitespacing in Pass.impl.hpp.
ast-experimental
|
|
|
@334801b
|
17 months |
ajbeach |
Simplify one of the Pass::visit methods for CompoundStmt?. It repeats …
ast-experimental
|
|
|
@b9fe89b
|
17 months |
mlbrooks |
Make the symbol table's error-checking times explicit.
Previously, …
ast-experimental
|
|
|
@251ce80
|
17 months |
f37yu |
remove reference to symbol table in unify
ast-experimental
|
|
|
@efe89894
|
17 months |
ajbeach |
Fixed small whitespace issue.
ast-experimental
|
|
|
@bccd70a
|
18 months |
ajbeach |
Removed internal code from TypeSubstitution? header. It caused a chain …
ast-experimental
|
|
|
@2d0f918
|
18 months |
ajbeach |
Clean up methods for result1/N/Nstmt classes and the padantic pass macros.
ADTast-experimental
|
|
|
@46da46b
|
18 months |
f37yu |
current progress
ast-experimental
|
|
|
@6e1e2d0
|
18 months |
caparson |
resolved merge conflicts
ADTast-experimental
|
|
|
@c86b08d
|
18 months |
caparson |
added support for the waituntil statement in the compiler
ADTast-experimental
|
|
|
@d859a30
|
19 months |
ajbeach |
Some SymbolTable? clean-up I did while trying a change I didn't go …
ADTast-experimental
|
|
|
@fb4dc28
|
19 months |
ajbeach |
Moved new ast code out of one of the old files. The new file may have …
ADTast-experimental
|
|
|
@94c98f0e
|
19 months |
ajbeach |
Added/cleaned some AST comments.
ADTast-experimental
|
|
|
@fac05b3
|
19 months |
ajbeach |
Removed members from TupleType?. They were only used in one place, …
ADTast-experimental
|
|
|
@835d6e8
|
19 months |
ajbeach |
ast::SuspendStmt::Type -> ::Kind, this fits the new convention where …
ADTast-experimental
|
|
|
@3e94a23
|
19 months |
ajbeach |
More use of the new AST named boolean types.
ADTast-experimental
|
|
|
@bb7422a
|
19 months |
ajbeach |
Translated parser to the new ast. This incuded a small fix in the …
ADTast-experimental
|
|
|
@afdb74b
|
19 months |
ajbeach |
Looks like we missed one of the ast 'should be in every derived class' …
ADTast-experimental
|
|
|
@056bee8
|
20 months |
ajbeach |
Added printing of with clauses to the printing of both new and old ast …
ADTast-experimental
|
|
|
@fed03b3
|
20 months |
ajbeach |
Make sure fields of the TranslationUnit?, and its TranslationGlobal? …
ADTast-experimental
|
|
|
@257a8f5
|
21 months |
ajbeach |
Made some of the AST/Print helpers public.
ADTast-experimental
|
|
|
@8f06277
|
21 months |
ajbeach |
Some clean-up in Common/utility.h. Deleted some unused declarations …
ADTast-experimental
|
|
|
@26e6d88
|
21 months |
ajbeach |
Updated indentation in Pass.proto.hpp.
ADTast-experimental
|
|
|
@cad9edb
|
21 months |
ajbeach |
Split the forward include namespace from the declaration namespace in …
ADTast-experimental
|
|
|
@d3bffdb
|
21 months |
ajbeach |
Added some notes to porting.md.
ADTast-experimental
|
|
|
@a0d1f1c
|
22 months |
ajbeach |
Header Clean-up: Removed no longer needed includes from typeops, and …
ADTast-experimental
|
|
|
@fed6a0f
|
22 months |
ajbeach |
Header Clean-up: Moving more declarations to the header of the …
ADTast-experimental
|
|
|
@7b5694d
|
22 months |
ajbeach |
Header Clean-up: Moved more things from typeops to Unify.
ADTast-experimental
|
|
|
@e563edf
|
22 months |
ajbeach |
Header Clean-up: Clearing out typeops, moving things to Unify because …
ADTast-experimental
|
|
|
@66a89e7
|
22 months |
ajbeach |
pass::get_result -> pass::result::get for consistency with the …
ADTast-experimental
|
|
|
@d0bdb18
|
23 months |
ajbeach |
Removed extra scope calls in the new Pass. Added some documentation on …
ADTast-experimental
|
|
|
@93c10de
|
2 years |
ajbeach |
Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and …
ADTast-experimental
|
|
|
@db6cdc0
|
2 years |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@e4d7c1c
|
2 years |
j82liang |
Implement enum Hiding
ADTast-experimental
|
|
|
@19a8c40
|
2 years |
ajbeach |
Some clean-up I had stashed from before I knew the InlineMemberDecl? …
ADTast-experimental
|
|
|
@71806e0
|
2 years |
j82liang |
Rename InlineValueDecl? to InlineMemberDecl?
ADTast-experimental
|
|
|
@44547b0
|
2 years |
ajbeach |
Removed the ObjectDecl? fields now represented on InlineValueDecl?. …
ADTast-experimental
|
|
|
@f2ff0a6
|
2 years |
ajbeach |
Function attributes are now visited earlier, so they are not …
ADTast-experimental
|
|
|
@93d2219
|
2 years |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@e874605
|
2 years |
j82liang |
Add class InlineValueDecl?, which is a Declaration class that works as …
ADTast-experimental
|
|
|
@63d1ebe
|
2 years |
ajbeach |
Changed GenPoly::TypeVarMap? to use the same key type as …
ADTast-experimental
|
|
|
@bc899d6
|
2 years |
ajbeach |
Added ast::vector as a short hand and used it in one file as a test.
ADTast-experimental
|
|
|
@77de429
|
2 years |
j82liang |
Fix overriding enum value
ADTast-experimental
|
|
|
@c2b3243
|
2 years |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@5408b59
|
2 years |
j82liang |
Remove var in QualifiedNameExpr?
ADTast-experimental
|
|
|
@1e30df7
|
2 years |
j82liang |
Supports inline enums
ADTast-experimental
|
|
|