|
|
@46da46b
|
19 months |
f37yu |
current progress
ast-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
|
|
|
@66406f3
|
2 years |
pabuhr |
update debug printing
ADTast-experimentalpthread-emulation
|
|
|
@4e2befe3
|
2 years |
j82liang |
add build_qualified_expr
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@7991c7d
|
2 years |
pabuhr |
change enumerator_value_opt to only parse constant_expression
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@ae2f2ae
|
2 years |
Thierry Delisle |
Removed and ignored some warnings in Parser.
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@c5d5723
|
2 years |
Thierry Delisle |
Disabled null conversion warning in lexer.
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@d8454b9
|
3 years |
pabuhr |
add better error message for attributes after "with" clause, commented …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@86b8d16
|
3 years |
pabuhr |
formatting, remove for/else shift/reduce conflict
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@6825167
|
3 years |
caparson |
fixed loop else parse bug
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@5695645
|
3 years |
pabuhr |
print warning for empty loop conditional with an else clause
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@9e7236f4
|
3 years |
j82liang |
Resolution of struct enum. The codegen of struct enum will be in the …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@374cb117
|
3 years |
j82liang |
Replace the interface for EnumDecl? node construction to support …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@92538ab
|
3 years |
j82liang |
Resolve conflict
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@f238fcc2
|
3 years |
j82liang |
Enable numeric type for typed enum
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@d824715
|
3 years |
pabuhr |
support reverse array subscript, 3[a] => a[3], 3abc? => "abc"[3]
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@f135b50
|
3 years |
j82liang |
The compiler is now trying to pass the value of enum const to code …
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@afe9e45
|
3 years |
pabuhr |
add more detailed syntax-error messages
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@5c216b4
|
3 years |
pabuhr |
add detailed syntax-error messages
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@a77713b
|
3 years |
j82liang |
Enable typed enum
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@aac37fa
|
3 years |
pabuhr |
remove SemanticError? for "else" extension, support extern "..." for …
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@6180274
|
3 years |
pabuhr |
more cleanup, make more function parameters const, remove more std::
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@4e7171f
|
3 years |
pabuhr |
more cleanup of build_* functions, make init parameter const for …
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@436bbe5
|
3 years |
pabuhr |
remove unnecessary std:: qualification, clean up build_* functions, …
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@3b0bc16
|
3 years |
pabuhr |
change class name WhileStmt? to WhileDoStmt?, add else clause to …
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@473d1da0
|
3 years |
pabuhr |
rename "if control" to "conditional control"
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@efc8f3e
|
3 years |
pabuhr |
change loop default-block for while/do/for to Python style
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@a73c16e
|
3 years |
pabuhr |
parse loop default-block for while/do/for
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@05c941a
|
3 years |
pabuhr |
change mutex expression syntax from mutex@ to mutex(), add rule to …
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@e16eb460
|
3 years |
pabuhr |
further restrict locations where @ occurs, remove empty argument list …
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@63b3279
|
3 years |
pabuhr |
add C++-style constructor initialization, T t{3,4} versus T t = {3,4}
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@8a1d95af
|
3 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
|
|
|
@c99a0d1
|
3 years |
pabuhr |
attempt to add for-control index constraints, but failed on enums, …
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
|
|
|
@de52331
|
3 years |
caparson |
some more files related to mutex stmt
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@6cebfef
|
3 years |
caparson |
added mutex stmt monitor
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@ea54f1e
|
3 years |
pabuhr |
formatting
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8f6f3729
|
3 years |
pabuhr |
change typedef_name to type_name for non-terminal vtable
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@0c730d9
|
3 years |
y58xue |
Translate exception declarations
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@9f77301
|
3 years |
pabuhr |
formatting
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@93bbbc4
|
3 years |
pabuhr |
update parser for vtable declarations
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@9380add
|
3 years |
pabuhr |
formatting, remove spurious semi-colon at end of vtable rule
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@2ac218d
|
3 years |
pabuhr |
add commented out parse rules for new ftype syntax
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@1d71208
|
3 years |
mlbrooks |
Implementing new-array subscripting syntax, in which a[x,y,z] now …
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@68b52b0
|
3 years |
mlbrooks |
Implementing syntax forall( T * ) abbreviating forall( T & | sized(T) )
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@15f769c
|
3 years |
pabuhr |
add _DecimalXX to lexer/parser, but mark as unimplemented
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@e319fc5
|
3 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d3b5a14
|
3 years |
pabuhr |
lex gcc types _Decimal32/64/128 and return them as float/double/uuFLOAT128
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@6e50a6b
|
3 years |
mlbrooks |
Implementing language-provided syntax for (array) dimensions.
Former …
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@b9dae14c
|
4 years |
mlbrooks |
Activated syntax, forall( [N] ).
This implementation desugars in the …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@24711a3
|
4 years |
pabuhr |
parse aggregate_control *, remove spurious yyy variable
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@4744074
|
4 years |
pabuhr |
formatting
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@1f652a7
|
4 years |
pabuhr |
add keywords typeid and vtable, and parse new syntax for virtual tables
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@ca33b15
|
4 years |
pabuhr |
create downstream data structures for array-type for-control
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@98337569
|
4 years |
pabuhr |
add syntax for array-type for-control, update enum type error message
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8bea701
|
4 years |
pabuhr |
add semantic error for typed enumeration is currently unimplemented
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@fec3e9a
|
4 years |
pabuhr |
formatting
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@f9c3100
|
4 years |
pabuhr |
refactor assignment_operator, limit aggregate name to unqualified …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a46b69c
|
4 years |
pabuhr |
reuse routine newName in other routines to create and name a …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@6259c7ea
|
4 years |
pabuhr |
formatting
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@5e25953
|
4 years |
pabuhr |
add more locations where attribute clause may appear
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@2d019af
|
4 years |
pabuhr |
parser global pragmas, fixes #241
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@9fb1367
|
4 years |
pabuhr |
make keywords catch, catchResume, finally quasi-keywords, add …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@6a99803
|
4 years |
pabuhr |
add parsing for new array declaration and subscript
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@ec3f9c8
|
4 years |
pabuhr |
formatting, update deprecated type-kind usage for new syntax
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@73f04fd
|
4 years |
pabuhr |
remove temporary token "fred" from grammar, add comments for …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@408ab79
|
4 years |
pabuhr |
parse typed enumeration
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@fd54fef
|
4 years |
mlbrooks |
Converting the project to use the new syntax for otype, dtype and …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@b66d14a
|
4 years |
pabuhr |
add new type kinds DStype and ALtype
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|