|
|
@446dde5
|
6 months |
ajbeach |
Removed two unused fields from StmtExpr, returnDecls and dtors, and …
|
|
|
@53f4b55
|
7 months |
ajbeach |
Remove the untyped constructor for (typed) OffsetofExpr. The one time …
|
|
|
@691bf0a
|
7 months |
ajbeach |
Removed extra include for TranslationDeps clean-up.
|
|
|
@17fa94f
|
7 months |
ajbeach |
Reworked some nodes so they can be typed or untyped. This allowed me …
|
|
|
@d3d54b3
|
8 months |
mlbrooks |
Eliminate warnings due to sizeof returning type inconsistent with %zu. …
|
|
|
@857b5f9
|
8 months |
ajbeach |
CountExpr -> CountofExpr. Actually the main fix was making countof use …
|
|
|
@5cc53b2
|
8 months |
ajbeach |
Updated documenation in VariableExpr::get_lvalue. This accounts for …
|
|
|
@eae8b37
|
10 months |
j82liang |
Move enum.hfa/enum.cfa to prelude
|
|
|
@b6f2e7ab
|
13 months |
ajbeach |
Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
|
|
|
@0c327ce
|
15 months |
j82liang |
1. Add bound check to Serial function: now compiler generates the …
|
|
|
@c2cf2d0
|
15 months |
ajbeach |
Made string literals constants. Preformed required updates. Resisted …
|
|
|
@525f7ad
|
15 months |
j82liang |
1. Add count_e( enum_name ), a pseudo function that return the …
|
|
|
@c92bdcc
|
17 months |
ajbeach |
Updated the rest of the names in src/ (except for the generated files).
|
|
|
@7a780ad
|
17 months |
ajbeach |
Moved ast::BasicType::Kind to ast::BasicKind in its own hearder. This …
|
|
|
@9ddcee1
|
20 months |
j82liang |
Remove EnumPosExpr, an early design that no longer used. The …
|
|
|
@59c8dff
|
20 months |
j82liang |
Draft Implementation for enum position pesudo function (posE). …
|
|
|
@b1f2007d
|
22 months |
pabuhr |
first attempt at simplifying SemanticError and its usage
|
|
|
@c4570af3
|
22 months |
ajbeach |
Removed some code that supported ast conversion, it supported ast …
|
|
|
@24d6572
|
2 years |
f37yu |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@46da46b
|
2 years |
f37yu |
current progress
ast-experimental
|
|
|
@7b5694d
|
3 years |
ajbeach |
Header Clean-up: Moved more things from typeops to Unify.
ADT
ast-experimental
|
|
|
@e01eb4a
|
3 years |
ajbeach |
Moved some functions from InitTweak to Inspect.
ADT
ast-experimental
|
|
|
@6a896b0
|
3 years |
ajbeach |
Translated the Exception Declaration pass.
ADT
ast-experimental
pthread-emulation
qualifiedEnum
|
|
|
@e6cf857f
|
3 years |
ajbeach |
call -> createCall: The template wrapper has been removed and now it …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
|
|
|
@f27331c
|
4 years |
ajbeach |
Factored the AddressExpr constructor body into a helper that makes it …
ADT
ast-experimental
enum
forall-pointer-decay
pthread-emulation
qualifiedEnum
|
|
|
@b91bfde
|
4 years |
ajbeach |
Added and used some helpers. The widely useful one is a from_string …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@3e5dd913
|
5 years |
f37yu |
reimplement function type and eliminate deep copy
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@e7d6968
|
5 years |
f37yu |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc into master
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@490fb92e
|
5 years |
f37yu |
move FixInit to new ast
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@d5631b3
|
5 years |
ajbeach |
Moved VariableExpr next to NameExpr. Except in Expression.cc as I'm …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@7030dab
|
5 years |
Thierry Delisle |
Merge branch 'master' into new-ast
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@312029a
|
6 years |
pabuhr |
move enum Aggregate from DeclarationNode to AggregateDecl, add …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@3f3bfe5a
|
6 years |
ajbeach |
Merge from master to new-ast. Removing old lvalue support.
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@cf32116
|
6 years |
ajbeach |
Implemented expression based lvalue resolution on new ast.
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@ae265b55
|
6 years |
mlbrooks |
Two fixes of MemberExpr handling on new-AST.
Each bug on its own, and …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@2890212
|
6 years |
Thierry Delisle |
Startup.cfa now compiles with new ast
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@417117e
|
6 years |
a3moss |
Assorted cleanup
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@c36298d
|
6 years |
mlbrooks |
Fixed handling of "literals.cfa" string-detail test cases by …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@6896548
|
6 years |
mlbrooks |
Fixed convert-convert issues with strings, when conversion happens …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@d76f32c
|
6 years |
ajbeach |
ast::UniqueExpr was not having one of its fields initialized.
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@60aaa51d
|
6 years |
a3moss |
More resolver porting; mostly CurrentObject
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@546e712
|
6 years |
Thierry Delisle |
Fix for 1 bug of N
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@ee574a2
|
6 years |
a3moss |
Port CommonType to new AST
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@d76c588
|
6 years |
a3moss |
Stubs for new resolver, implementation of new indexer, type environment
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@20a5977
|
6 years |
a3moss |
Added kind to ConstantExpr and some Expr prints
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@335f2d8
|
6 years |
Thierry Delisle |
Fixed some warnings and implemented memberExpr ctor and extractResultType
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@0b57626
|
6 years |
ajbeach |
Silenced a warning and removed trailing whitespace.
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@722c4831
|
6 years |
a3moss |
Temporary patch around Pass issues
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@893e106
|
6 years |
a3moss |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@76ed81f
|
6 years |
a3moss |
Broken stuff pre-Pass fix
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@8abee136
|
6 years |
mlbrooks |
early bug fixes from running conversion old-new-old, just before resolver
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@d8938622
|
6 years |
a3moss |
Broken GenericSubstitution version
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@20de6fb
|
6 years |
mlbrooks |
finished draft past of converting expressions
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@733074e
|
6 years |
Thierry Delisle |
Removed stub for toString by moving to a more precise Stub
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@10a1225
|
6 years |
Thierry Delisle |
Many errors and warning fixes.
More visit implementation
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@246c245
|
6 years |
a3moss |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@9b4f329
|
6 years |
a3moss |
Finished porting AST::Expr subclasses
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@acd80b4
|
6 years |
Thierry Delisle |
Fixed several compilation errors
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@87701b6
|
6 years |
Thierry Delisle |
Tentative fix for increment/decrement and implented a few more visits
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@54e41b3
|
6 years |
a3moss |
Add first half of ast::Expr subclasses
ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|