|
|
@71a422a
|
16 months |
pabuhr |
add additional debug printing, remove push/pop associated with …
|
|
|
@fc95df3
|
16 months |
pabuhr |
add additional debug printing
|
|
|
@d7874052
|
16 months |
pabuhr |
print proper error for hiding enumerator names of an anonymous …
|
|
|
@65ef0cd
|
16 months |
pabuhr |
fix comments
|
|
|
@a983cbf
|
17 months |
pabuhr |
fix bug in gcc conditional expression by cloning omitted operand
|
|
|
@b38f6da
|
17 months |
pabuhr |
update conflicting type-specifier error-messages
|
|
|
@62d62db
|
17 months |
caparson |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@24d6572
|
17 months |
f37yu |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@0442f93f
|
17 months |
pabuhr |
update comments for special invalid syntax rules
ast-experimental
|
|
|
@01fac29
|
17 months |
pabuhr |
lex _static_assert from C23
ast-experimental
|
|
|
@55266c7
|
17 months |
pabuhr |
harmonize semantic error messages with yacc error messages
ast-experimental
|
|
|
@8c25760
|
18 months |
pabuhr |
put keywords in alphabetic order in lex.ll
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
|
|
|
@04c78215
|
19 months |
pabuhr |
change waituntil expression from cast_expression to comma_expression
ADTast-experimental
|
|
|
@45e753c
|
19 months |
ajbeach |
Clean-up in DeclarationNode?.cc. Made all buildList loops the same. The …
ADTast-experimental
|
|
|
@028e512
|
19 months |
ajbeach |
Cleaned up some DeclarationNode? code that had some extra code no …
ADTast-experimental
|
|
|
@66b6f66
|
19 months |
ajbeach |
Cleaned up some indentation in DeclarationNode?.h.
ADTast-experimental
|
|
|
@32d6fdc
|
19 months |
ajbeach |
Clean-up in the parser %union.
ADTast-experimental
|
|
|
@5541a44e
|
19 months |
ajbeach |
Missed some uses of the new parser helpers.
ADTast-experimental
|
|
|
@6611177
|
19 months |
ajbeach |
Clean-up in parser. ClauseNode? rework, plus internal adjustments to …
ADTast-experimental
|
|
|
@c468150
|
19 months |
ajbeach |
Split up ParseNode?.h so that headers match implementation. May have a …
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
|
|
|
@70056ed
|
19 months |
pabuhr |
clean up waituntil grammar
ADTast-experimental
|
|
|
@ac235a8
|
19 months |
pabuhr |
deprecated qualifiers/specifiers before TYPEDEF
ADTast-experimental
|
|
|
@9fd9d015
|
19 months |
pabuhr |
formatting, add new waituntil grammar, rewrite waitfor grammar, …
ADTast-experimental
|
|
|
@9feb34b
|
19 months |
ajbeach |
Moved toString and toCString to a new header. Updated includes. …
ADTast-experimental
|
|
|
@d63aeba
|
20 months |
pabuhr |
print unimplemented error for forall in typedef
ADTast-experimental
|
|
|
@1f771fc
|
20 months |
mganesan |
Removed list initialization and simple assignment expression rules for …
ADTast-experimental
|
|
|
@52a2248
|
20 months |
ajbeach |
This should get some of the Parser changes working on older compilers.
ADTast-experimental
|
|
|
@0d0931d
|
20 months |
ajbeach |
Removing some indent changes in parser. These can go in later, but …
ADTast-experimental
|
|
|
@9fa61f5
|
20 months |
pabuhr |
remove unnecessary code, add action to not duplicate aggregate (work …
ADTast-experimental
|
|
|
@15596d7
|
20 months |
pabuhr |
small formatting changes after Andrew's major updates
ADTast-experimental
|
|
|
@1cdc052
|
20 months |
ajbeach |
Preventing NullStmts? from being added into ForCtrl? ended up being a …
ADTast-experimental
|
|
|
@702e826
|
20 months |
ajbeach |
Pre-translation pass on the parser. Entirely code readability …
ADTast-experimental
|
|
|
@3d937e2
|
21 months |
pabuhr |
remove warnings for incorrect usage of SuperfluousElse? and …
ADTast-experimental
|
|
|
@be00a2d
|
21 months |
pabuhr |
change BadQualifiersZeroOne? warning from dubious print of specified …
ADTast-experimental
|
|
|
@bf20567
|
21 months |
pabuhr |
generate error for empty mutex argument list
ADTast-experimental
|
|
|
@1a73dbb
|
21 months |
pabuhr |
parser rejects useless type qualifier in empty declaration, and extern …
ADTast-experimental
|
|
|
@dc3c9b1
|
21 months |
pabuhr |
formatting
ADTast-experimental
|
|
|
@78e2fca
|
21 months |
pabuhr |
copy typedef name to SUE name for anonymous SUE
ADTast-experimental
|
|
|
@9a533ba
|
21 months |
ajbeach |
Remove the unused DeclarationNode::Attr_t type and support.
ADTast-experimental
|
|
|
@2d37a788
|
21 months |
pabuhr |
print enumeration type-name in print member
ADTast-experimental
|
|
|
@9a380e1a
|
21 months |
pabuhr |
formatting
ADTast-experimental
|
|
|
@44a0ca2
|
21 months |
pabuhr |
formatting
ADTast-experimental
|
|
|
@0bcd707
|
21 months |
pabuhr |
make CV qualifiers on empty SUE declaration an error, gcc only has a …
ADTast-experimental
|
|
|
@692c1cc
|
21 months |
pabuhr |
update printing attributes, clean up anon flag setting, move attribute …
ADTast-experimental
|
|
|
@1c80f20
|
21 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@4b60b28
|
21 months |
ajbeach |
Moved parser utility from common utility file to the parserutility file.
ADTast-experimental
|
|
|
@f2f595d7
|
21 months |
ajbeach |
RunParser? now uses AST for its interface everywhere. (Works because …
ADTast-experimental
|
|
|
@07e3652
|
21 months |
pabuhr |
formatting, minor expression restructuring
ADTast-experimental
|
|
|
@f7c41d4
|
21 months |
pabuhr |
formatting
ADTast-experimental
|
|
|
@8fa77eb
|
21 months |
pabuhr |
fix documentation
ADTast-experimental
|
|
|
@8a97248
|
21 months |
pabuhr |
switch from old trait syntax to new trait syntax using forall clause
ADTast-experimental
|
|
|
@7a24d76
|
21 months |
pabuhr |
simply grammar for forall with trait
ADTast-experimental
|
|
|
@0f15e3b
|
21 months |
pabuhr |
add alternate syntax using forall with trait
ADTast-experimental
|
|
|
@a5f9444
|
21 months |
pabuhr |
change 0 to nullptr
ADTast-experimental
|
|
|
@79a6b17
|
21 months |
pabuhr |
print better error message when semi-colon missing after aggregate
ADTast-experimental
|
|
|
@ad861ef
|
22 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@466787a
|
22 months |
pabuhr |
add keyword waituntil, add parsing stub for static declarations in …
ADTast-experimental
|
|
|
@8bb86ce
|
22 months |
j82liang |
Clean up some code related to Enum codegen
ADTast-experimental
|
|
|
@64b3cda
|
23 months |
ajbeach |
Adjusted -Pasterr so it works while using the new ast. Removed the …
ADTast-experimental
|
|
|
@019b2d3
|
23 months |
ajbeach |
Moved new to old ast conversion up into the RunParser? module. As far …
ADTast-experimental
|
|
|
@cbd1ba8
|
23 months |
ajbeach |
Moved parsing code out of main into the parsing directly, as an …
ADTast-experimental
|
|
|
@e1d66c84
|
2 years |
ajbeach |
Clean-up from my investigation on the anonymous issue. The parser …
ADTast-experimental
|
|
|
@d41735a
|
2 years |
pabuhr |
parse CFA dimension-list with types
ADTast-experimental
|
|
|
@910e1d0
|
2 years |
pabuhr |
parse enumerated dimension
ADTast-experimental
|
|
|
@e4d7c1c
|
2 years |
j82liang |
Implement enum Hiding
ADTast-experimental
|
|
|
@71806e0
|
2 years |
j82liang |
Rename InlineValueDecl? to InlineMemberDecl?
ADTast-experimental
|
|
|
@7cf8006
|
2 years |
pabuhr |
add type to enum hiding productions
ADTast-experimental
|
|
|
@c7f12a4
|
2 years |
pabuhr |
parse enum hiding
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
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@996c8ed
|
2 years |
pabuhr |
add better syntax error-messages for certain cases
ADTast-experimental
|
|
|
@0bd46fd
|
2 years |
Thierry Delisle |
Fixed several warnings
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
|
|
|
@4520b77e
|
2 years |
j82liang |
Merge to Master Sept 19
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
|
|
|
@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
|
|
|
@dbedd71
|
2 years |
pabuhr |
update for-control with corrected @ usage for negative range
ADTast-experimentalpthread-emulation
|
|
|
@52be5948
|
2 years |
pabuhr |
update for-control with more error messages
ADTast-experimentalpthread-emulation
|
|
|
@d78c238
|
2 years |
pabuhr |
update for-control with explicit type declarations
ADTast-experimentalpthread-emulation
|
|
|