|
|
@e1d66c84
|
2 years |
ajbeach |
Clean-up from my investigation on the anonymous issue. The parser …
ADTast-experimental
|
|
|
@474a170
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Removing another out …
ADTast-experimental
|
|
|
@5a4b403
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. I believe I have an …
ADTast-experimental
|
|
|
@9f70a67b
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Again, this loop …
ADTast-experimental
|
|
|
@82a90d4
|
2 years |
ajbeach |
Follow up to TypeEnvKey/TypeDecl?, removing extra includes (but I only …
ADTast-experimental
|
|
|
@93c10de
|
2 years |
ajbeach |
Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and …
ADTast-experimental
|
|
|
@d41735a
|
2 years |
pabuhr |
parse CFA dimension-list with types
ADTast-experimental
|
|
|
@910e1d0
|
2 years |
pabuhr |
parse enumerated dimension
ADTast-experimental
|
|
|
@25b0fde
|
2 years |
j82liang |
Fix casted enum init
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
|
|
|
@c1fb3903
|
2 years |
ajbeach |
Reformat/re-indent the ErasableScopedMap?. This should make it easier …
ADTast-experimental
|
|
|
@19a8c40
|
2 years |
ajbeach |
Some clean-up I had stashed from before I knew the InlineMemberDecl? …
ADTast-experimental
|
|
|
@7491f97
|
2 years |
ajbeach |
Renaming and comments in group_iterate_t to help clarity.
ADTast-experimental
|
|
|
@71806e0
|
2 years |
j82liang |
Rename InlineValueDecl? to InlineMemberDecl?
ADTast-experimental
|
|
|
@5ce0659
|
2 years |
ajbeach |
The group_iterate_t type is now variadic, hopefully with acceptable …
ADTast-experimental
|
|
|
@271a5d3
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Cleaned up more loops, …
ADTast-experimental
|
|
|
@6411b7d
|
2 years |
ajbeach |
Modified group_iterate_t to accept three arguments. Also, there is …
ADTast-experimental
|
|
|
@4da152a
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Adding a bunch of const …
ADTast-experimental
|
|
|
@44547b0
|
2 years |
ajbeach |
Removed the ObjectDecl? fields now represented on InlineValueDecl?. …
ADTast-experimental
|
|
|
@a805100
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Refactor to remove …
ADTast-experimental
|
|
|
@7ed7b4a
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Added documentation to …
ADTast-experimental
|
|
|
@f6aa89c
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Isolated the …
ADTast-experimental
|
|
|
@7cf8006
|
2 years |
pabuhr |
add type to enum hiding productions
ADTast-experimental
|
|
|
@03c56f6
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Another change, this one …
ADTast-experimental
|
|
|
@75f6a5f
|
2 years |
ajbeach |
Found a likely error in GenPoly?.cc, now the new and old versions are …
ADTast-experimental
|
|
|
@b3212de
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Scattered …
ADTast-experimental
|
|
|
@1dafdfc
|
2 years |
ajbeach |
Moved code from _dtype_static_member_ initializer to an assignment in …
ADTast-experimental
|
|
|
@f2ff0a6
|
2 years |
ajbeach |
Function attributes are now visited earlier, so they are not …
ADTast-experimental
|
|
|
@994028dc
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Clean-up more loops.
ADTast-experimental
|
|
|
@e3bf4cf
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Used isInFunction() to …
ADTast-experimental
|
|
|
@637c139
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Simplify another loop, …
ADTast-experimental
|
|
|
@c7f12a4
|
2 years |
pabuhr |
parse enum hiding
ADTast-experimental
|
|
|
@0b1ca47
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Changed over for loops, …
ADTast-experimental
|
|
|
@f1f481a
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Removing unused functions.
ADTast-experimental
|
|
|
@fa2e183
|
2 years |
j82liang |
Missing file in the last commit
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
|
|
|
@0026d67
|
2 years |
ajbeach |
Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how …
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
|
|
|
@d191e24
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@82ff4ed1
|
2 years |
pabuhr |
fix bug printing semantic error in buildList
ADTast-experimental
|
|
|
@135143ba
|
2 years |
Thierry Delisle |
Hacked in code location in a case where errors didn't have it.
This is …
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
|
|
|
@4678c1ec
|
2 years |
pabuhr |
check for non-homogeneous nodes in buildList processing
ADTast-experimental
|
|
|
@fad1f14
|
2 years |
ajbeach |
Small bits of clean-up I would rather not want to keep looking at.
ADTast-experimental
|
|
|
@59c7e3e
|
2 years |
pabuhr |
parge va_arg as special case function
ADTast-experimental
|
|
|
@b2ddaf3
|
2 years |
pabuhr |
fix parsing bug for attribute at the end of a distribution list
ADTast-experimental
|
|
|
@d8c96a9
|
2 years |
ajbeach |
Small white-space fix.
ADTast-experimental
|
|
|
@c8837e5
|
2 years |
ajbeach |
Rewrite in GenPoly? to avoid mixing new AST and TyVarMap? (which …
ADTast-experimental
|
|
|
@8c91088
|
2 years |
ajbeach |
Slight improvement to documentation in Box.cc.
ADTast-experimental
|
|
|
@7fffb1b
|
2 years |
ajbeach |
Translated the convertLvalue pass. It could possibly use some …
ADTast-experimental
|
|
|
@890f67a
|
2 years |
ajbeach |
Was passing CodeLocation? to an old node. Not sure how that happened.
ADTast-experimental
|
|
|
@4b8b2a4
|
2 years |
ajbeach |
Make unset locations earier to find with a search for 'CodeLocation?()'.
ADTast-experimental
|
|
|
@c02cef1
|
2 years |
ajbeach |
Clean-up in AST/Inspect.
ADTast-experimental
|
|
|
@36cb4d9
|
2 years |
ajbeach |
Reorganize the expandTuple pass to hopefully make it easier to follow.
ADTast-experimental
|
|
|
@996c8ed
|
2 years |
pabuhr |
add better syntax error-messages for certain cases
ADTast-experimental
|
|
|
@3f7e68b7
|
2 years |
ajbeach |
It has been ~3 years, still no one is using GuardMethod?.
ADTast-experimental
|
|
|
@b859f59
|
2 years |
ajbeach |
Reordered fields in FunctionDecl? and removed some trailing white-space.
ADTast-experimental
|
|
|
@5d8dae7
|
2 years |
ajbeach |
Used Pass::read in Unify in one place.
ADTast-experimental
|
|
|
@e01eb4a
|
2 years |
ajbeach |
Moved some functions from InitTweak? to Inspect.
ADTast-experimental
|
|
|
@0bd46fd
|
2 years |
Thierry Delisle |
Fixed several warnings
ADTast-experimentalpthread-emulation
|
|
|
@20737104
|
2 years |
ajbeach |
Wrote a new asForward helper for Autogen.
ADTast-experimentalpthread-emulation
|
|
|
@e9e9f56
|
2 years |
ajbeach |
Used the WithCodeLocation? helper in more passes. This cleans up some …
ADTast-experimentalpthread-emulation
|
|
|
@dc56b9d
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalpthread-emulation
|
|
|
@79ae13d
|
2 years |
pabuhr |
remove unknown #pragma -Wnull-conversion
ADTast-experimentalpthread-emulation
|
|
|
@a065f1f
|
2 years |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalpthread-emulation
|
|
|
@4520b77e
|
2 years |
j82liang |
Merge to Master Sept 19
ADTast-experimentalpthread-emulation
|
|
|
@ef1da0e2
|
2 years |
f37yu |
try to make parameter qualifier conversion work for assertions
ADTast-experimentalpthread-emulation
|
|
|
@8f1e035
|
2 years |
ajbeach |
Created a new module for more ast helpers. Put in code to efficiently …
ADTast-experimentalpthread-emulation
|
|
|
@ae1d151
|
2 years |
ajbeach |
White-space fixes and an improvement to some clean-up.
ADTast-experimentalpthread-emulation
|
|
|
@9d55ff6
|
2 years |
Thierry Delisle |
Hack in code gen to make 0p a constant
ADTast-experimentalpthread-emulation
|
|
|
@12df6fe
|
2 years |
j82liang |
Fix an enumerator value bug; add basic tests for new features; save …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@09f34a84
|
2 years |
Thierry Delisle |
Remove some of the warnings on the new clang
ADTast-experimentalpthread-emulation
|
|
|
@0fc91db1
|
2 years |
Thierry Delisle |
Removed old ast from configure and tests.py
ADTast-experimentalpthread-emulation
|
|
|
@09366b8
|
2 years |
ajbeach |
Cleaned out old AST code from main.
ADTast-experimentalpthread-emulation
|
|
|
@747d0fa
|
2 years |
ajbeach |
White-space clean-up in DeclReplacer?.
ADTast-experimentalpthread-emulation
|
|
|
@95e5018
|
2 years |
ajbeach |
Changed ast::pass::make_location_guard so it should work with C++14.
ADTast-experimentalpthread-emulation
|
|
|
@25793da
|
2 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalpthread-emulation
|
|
|
@01865fb
|
2 years |
Thierry Delisle |
New pass mixin now has 1 use
ADTast-experimentalpthread-emulation
|
|
|
@a9762dc
|
2 years |
Thierry Delisle |
Passvisitor can now track code location
ADTast-experimentalpthread-emulation
|
|
|
@1b65595
|
2 years |
Thierry Delisle |
Implemented move semantics for ValueGuardPtr?
ADTast-experimentalpthread-emulation
|
|
|
@3acc863
|
2 years |
Thierry Delisle |
Moved to C++17
ADTast-experimentalpthread-emulation
|
|
|
@f8965f4
|
2 years |
Thierry Delisle |
Removed unnecessary throw lists
ADTast-experimentalpthread-emulation
|
|
|
@ce31925
|
2 years |
ajbeach |
Removed the -O/--old-ast and -A/--new-ast flags from main. Converted …
ADTast-experimentalpthread-emulation
|
|
|
@c36814a
|
2 years |
ajbeach |
Adding 'final' and removing a redundent namespace in the post resolve …
ADTast-experimentalpthread-emulation
|
|
|
@1c0657a
|
2 years |
ajbeach |
Forgot to add the main new code file.
ADTast-experimentalpthread-emulation
|
|
|
@3606fe4
|
2 years |
ajbeach |
Translated Instantiate Generic to the new AST. This includes various …
ADTast-experimentalpthread-emulation
|
|
|
@b0d9ff7
|
2 years |
j82liang |
Fix up the QualifiedNameExpr?. It should now work on both old AST and …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@ed9a1ae
|
2 years |
Thierry Delisle |
Cfa now distinguishes between thread and _Thread_local.
ADTast-experimentalpthread-emulation
|
|
|
@4858a88
|
2 years |
pabuhr |
lex thread
ADTast-experimentalpthread-emulation
|
|
|
@aa122e9
|
2 years |
pabuhr |
fix typo in last push
ADTast-experimentalpthread-emulation
|
|
|
@51fbba5
|
2 years |
pabuhr |
add empty loop-index to for control
ADTast-experimentalpthread-emulation
|
|
|
@4fee301
|
2 years |
pabuhr |
update compiler error messages for-loop control
ADTast-experimentalpthread-emulation
|
|
|
@e116db3
|
2 years |
ajbeach |
Combined some sub-passes in Tuple Expansion, two less tree traversals …
ADTast-experimentalpthread-emulation
|
|
|
@082af5b
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalpthread-emulation
|
|
|