|
|
@8f31be6
|
16 months |
ajbeach |
Fixed some warnings, deleted some commented out code.
|
|
|
@7f1be01
|
16 months |
ajbeach |
Combined some fixes from the variaus scoped containers. Reducing …
|
|
|
@24d6572
|
17 months |
f37yu |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@251ce80
|
17 months |
f37yu |
remove reference to symbol table in unify
ast-experimental
|
|
|
@bccd70a
|
18 months |
ajbeach |
Removed internal code from TypeSubstitution? header. It caused a chain …
ast-experimental
|
|
|
@46da46b
|
18 months |
f37yu |
current progress
ast-experimental
|
|
|
@9feb34b
|
19 months |
ajbeach |
Moved toString and toCString to a new header. Updated includes. …
ADTast-experimental
|
|
|
@c97b448
|
21 months |
ajbeach |
Added some box pass utilities that I believe are working and I don't …
ADTast-experimental
|
|
|
@5e3f1e1
|
21 months |
ajbeach |
Cleaning old box pass for easier translation. Added guards to cut down …
ADTast-experimental
|
|
|
@e9b5043
|
21 months |
ajbeach |
Added contains to some of our containers. Also changed some code to …
ADTast-experimental
|
|
|
@2f61765
|
21 months |
ajbeach |
Fixed a clang warning and cleaned up the rest of the function.
ADTast-experimental
|
|
|
@85dd381
|
21 months |
ajbeach |
Fixed indentation in ScopedSet? and moved the iterator details to the …
ADTast-experimental
|
|
|
@98a2b1dc
|
21 months |
ajbeach |
Updated ScopedMap? to use the layout of ErasableScopedMap?; putting the …
ADTast-experimental
|
|
|
@a0d1f1c
|
22 months |
ajbeach |
Header Clean-up: Removed no longer needed includes from typeops, and …
ADTast-experimental
|
|
|
@5bf3976
|
22 months |
ajbeach |
Header Clean-Up: Created new headers for new AST typeops and moved …
ADTast-experimental
|
|
|
@7b5694d
|
22 months |
ajbeach |
Header Clean-up: Moved more things from typeops to Unify.
ADTast-experimental
|
|
|
@e563edf
|
22 months |
ajbeach |
Header Clean-up: Clearing out typeops, moving things to Unify because …
ADTast-experimental
|
|
|
@9845cb6
|
22 months |
ajbeach |
Cleaning old box pass for easier translation. Removed an unused …
ADTast-experimental
|
|
|
@331ee52c
|
22 months |
ajbeach |
Should silence a GCC 12 warning.
ADTast-experimental
|
|
|
@8d9d974
|
22 months |
ajbeach |
Cleaning old box pass for easier translation. Compacting one of the …
ADTast-experimental
|
|
|
@ea2ed3a
|
23 months |
ajbeach |
Reorganize ScrubTyVars?, the Node specialization trick is redundent …
ADTast-experimental
|
|
|
@49db841
|
23 months |
ajbeach |
Cleaning old box pass for easier translation. Renamed the numbered …
ADTast-experimental
|
|
|
@d18540f
|
23 months |
ajbeach |
Cleaning old box pass for easier translation. Cleaning unused code out …
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
|
|
|
@c1fb3903
|
2 years |
ajbeach |
Reformat/re-indent the ErasableScopedMap?. This should make it easier …
ADTast-experimental
|
|
|
@271a5d3
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Cleaned up more loops, …
ADTast-experimental
|
|
|
@4da152a
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Adding a bunch of const …
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
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@fad1f14
|
2 years |
ajbeach |
Small bits of clean-up I would rather not want to keep looking at.
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
|
|
|
@e01eb4a
|
2 years |
ajbeach |
Moved some functions from InitTweak? to Inspect.
ADTast-experimental
|
|
|
@0bd46fd
|
2 years |
Thierry Delisle |
Fixed several warnings
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
|
|
|
@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
|
|
|
@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
|
|
|
@13d326ec
|
2 years |
ajbeach |
More clean-up, including some removing some duplicate functions.
ADTast-experimentalpthread-emulation
|
|
|
@dd33c1f
|
2 years |
f37yu |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalpthread-emulation
|
|
|
@4c48be0
|
2 years |
f37yu |
remove debug print
ADTast-experimentalpthread-emulation
|
|
|
@5cf1228
|
2 years |
ajbeach |
Clean-up the new specialize pass. (Especially the cruft from the hand-off.)
ADTast-experimentalpthread-emulation
|
|
|
@ffec1bf
|
2 years |
f37yu |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@9e23b446
|
2 years |
f37yu |
add specialize pass
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@18070ee
|
2 years |
Thierry Delisle |
Change box pass to scope better when polymorphic functions get …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@3322180
|
2 years |
Thierry Delisle |
Fix enum assignment warning
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@c19edd1
|
2 years |
Thierry Delisle |
Removed some warnings and fixed some whitespace
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@a8b87d3
|
2 years |
ajbeach |
Various bits of clean-up. The big one was some renaming inside …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@9939dc3
|
2 years |
ajbeach |
Reduced the number of object files linked into the demangler. Some of …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@801978b
|
3 years |
mlbrooks |
GenPoly? field-number selection for dynamic layouts uses uniqueId to …
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@943bfad
|
3 years |
Thierry Delisle |
Fixed several warnings for clang@head
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@6312b1c
|
3 years |
Thierry Delisle |
In box pass that creates pointer + VLA for generics:
I now move the …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@3e5dd913
|
4 years |
f37yu |
reimplement function type and eliminate deep copy
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@361bf01
|
4 years |
f37yu |
remove ParameterizedType? and put content into FunctionType?
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@3100754
|
4 years |
ajbeach |
Used the new isInFunction in GenPoly/Specialize? instead of a second …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@ab8c6a6
|
4 years |
ajbeach |
Thread Cancellation, a test for it and a required fix to Specialization.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@490fb92e
|
4 years |
f37yu |
move FixInit? to new ast
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@1c1395d
|
4 years |
f37yu |
cleanup commented code
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@9dc3eb21
|
4 years |
f37yu |
fix #196
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@5339a87
|
4 years |
Thierry Delisle |
Added headers to Makefile Sources (since they are supposed to be)
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@3f06c05
|
4 years |
ajbeach |
Fixed InstantiateGeneric? so that it can handle cyclic type references …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d5baf0c
|
4 years |
ajbeach |
Specialization now produces Declarations instead of Statements so it …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@07de76b
|
5 years |
pabuhr |
remove file TypeVar?.h* and put TypeVar::Kind into TypeDecl?, move …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@78cdb06
|
5 years |
Thierry Delisle |
Modified Lvalue cast handling to ignore top level dereferencing in …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@b4f8808
|
5 years |
ajbeach |
Removed lvalue from types in the old ast.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@2d80111
|
5 years |
ajbeach |
Lvalue is checked through Expression::get_lvalue. Only three other …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@aaeacf4
|
5 years |
Thierry Delisle |
Removed global look-up table from UniqueId? to Decl
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@0b73f0c
|
5 years |
Thierry Delisle |
More progress on the conversion pass
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8d70648
|
5 years |
a3moss |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d76c588
|
5 years |
a3moss |
Stubs for new resolver, implementation of new indexer, type environment
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@933f32f
|
5 years |
Thierry Delisle |
Merge branch 'master' into cleanup-dtors
ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@02fdb8e
|
5 years |
Thierry Delisle |
Added WithConstTypeSubstitution? accessory on pass visitor.
Mostly …
ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7abee38
|
6 years |
Thierry Delisle |
Cleaned some module.mk files and preparing for better stats in the compiler
ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@cde3891
|
6 years |
Thierry Delisle |
Merge branch 'master' into cleanup-dtors
ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@0b00df0
|
6 years |
a3moss |
First draft of deferred expression resolution; DOES NOT BUILD
ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@7ba1324
|
6 years |
Rob Schluntz |
Use insert to add to TyVarMap? instead of operator[]
ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@b8b6c44
|
6 years |
Rob Schluntz |
Add get_level to ScopedSet?
ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@029e330
|
6 years |
Rob Schluntz |
Minor code cleanup
ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@2bfc6b2
|
6 years |
Rob Schluntz |
Refactor FindSpecialDeclarations? and associated special declarations
ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|