|
|
@3e135c8
|
15 months |
ajbeach |
Not sure why we copy in the return values all the time, but we do. …
|
|
|
@5f225f5
|
17 months |
ajbeach |
Perhaps only src/Makefile.am needed to change, but I did a text search …
|
|
|
@c92bdcc
|
17 months |
ajbeach |
Updated the rest of the names in src/ (except for the generated files).
|
|
|
@fc1a3e2
|
18 months |
ajbeach |
Style update. Focused on indentation and trailing whitespace.
|
|
|
@b1f2007d
|
22 months |
pabuhr |
first attempt at simplifying SemanticError and its usage
|
|
|
@37273c8
|
23 months |
ajbeach |
Removed the old-ast-compatable FunctionDecl constructor. However, …
|
|
|
@c6b4432
|
2 years |
ajbeach |
Remove BaseSyntaxNode and clean-up.
|
|
|
@4bae7b4
|
2 years |
caparson |
fixed bug where virtual dtor would not work if dtors or ctors of the …
|
|
|
@7e4bd9b6
|
2 years |
caparson |
updated actor-related passes to fix some bugs
|
|
|
@bccd70a
|
2 years |
ajbeach |
Removed internal code from TypeSubstitution header. It caused a chain …
ast-experimental
|
|
|
@3830c84
|
3 years |
caparson |
cleaned up actor pass and added virtual destructor pass
ADT
ast-experimental
|
|
|
@0026d67
|
3 years |
ajbeach |
Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how …
ADT
ast-experimental
|
|
|
@c36814a
|
3 years |
ajbeach |
Adding 'final' and removing a redundent namespace in the post resolve …
ADT
ast-experimental
pthread-emulation
|
|
|
@3606fe4
|
3 years |
ajbeach |
Translated Instantiate Generic to the new AST. This includes various …
ADT
ast-experimental
pthread-emulation
|
|
|
@ccbc65c
|
3 years |
ajbeach |
Converted the Expand Virtual Casts to the new ast.
ADT
ast-experimental
pthread-emulation
|
|
|
@6a896b0
|
3 years |
ajbeach |
Translated the Exception Declaration pass.
ADT
ast-experimental
pthread-emulation
qualifiedEnum
|
|
|
@9939dc3
|
3 years |
ajbeach |
Reduced the number of object files linked into the demangler. Some of …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
|
|
|
@4f6dda0
|
4 years |
ajbeach |
Converted Implement Concurrent Keywords to the new AST. Includes …
ADT
ast-experimental
enum
pthread-emulation
qualifiedEnum
old-sched
|
|
|
@8f910430
|
4 years |
ajbeach |
Updated the virtual module to prefix the names with the new convention …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@aff7e86
|
4 years |
ajbeach |
Added a new attribute 'cfa_linkonce'.
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@b583113
|
4 years |
ajbeach |
Recovered the polymorphic CoroutineCancelled exception. The interface …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
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
|
|
|
@ecfd758
|
5 years |
ajbeach |
Major exception update, seperating type-ids from virtual tables. The …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@69c5c00
|
5 years |
ajbeach |
Rework exceptions mark_exception -> get_exception_vtable and the …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@1c01c58
|
5 years |
ajbeach |
Rather large commit to get coroutine cancellation working.
This …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@5339a87
|
5 years |
Thierry Delisle |
Added headers to Makefile Sources (since they are supposed to be)
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@6dba8755
|
5 years |
ajbeach |
I was given a trick with the indexer that fixes some scoping issues …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@f19fbbc
|
5 years |
ajbeach |
Fixed the virtual system so it can handle in polymorphic virtual …
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@c19bc90
|
5 years |
ajbeach |
Better error messages in ExpandCasts.
ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
|
|
@8e6214f
|
7 years |
Rob Schluntz |
Update virtual cast handling to use ApplicationExpr rather than …
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
|
|
|
@08fc48f
|
8 years |
Thierry Delisle |
Big header cleaning pass - commit 1
ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
demangler
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
|
|
|
@cbce272
|
8 years |
ajbeach |
Structure based exception handling.
ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
demangler
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
|
|
|
@a5f0529
|
8 years |
ajbeach |
Virtual casts have been added. They still require a lot of hand coded …
ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
demangler
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
|