|
|
@9939dc3
|
9 months |
ajbeach |
Reduced the number of object files linked into the demangler. Some of …
pthread-emulationqualifiedEnum
|
|
|
@c0af102
|
9 months |
ajbeach |
Reorganization of some demangler code so header and code file match.
pthread-emulationqualifiedEnum
|
|
|
@24ceace
|
9 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
pthread-emulationqualifiedEnum
|
|
|
@9e7236f4
|
9 months |
j82liang |
Resolution of struct enum. The codegen of struct enum will be in the …
pthread-emulationqualifiedEnum
|
|
|
@298fe57
|
9 months |
ajbeach |
Translated 3/4 of validate_B. Link Reference To Types has been removed …
pthread-emulationqualifiedEnum
|
|
|
@92538ab
|
10 months |
j82liang |
Resolve conflict
enumpthread-emulationqualifiedEnum
|
|
|
@7c919559
|
10 months |
f37yu |
skip resolve enum initializer pass
enumpthread-emulationqualifiedEnum
|
|
|
@4559b34
|
10 months |
j82liang |
Update the String Enum implementation. The declaration now can handles …
enumpthread-emulationqualifiedEnum
|
|
|
@a76202d
|
11 months |
ajbeach |
Removed some code from Validate that had been used for the translation …
enumpthread-emulationqualifiedEnum
|
|
|
@3e54399
|
11 months |
j82liang |
The compiler now will add a cast to base type for the usage of type …
enumpthread-emulationqualifiedEnum
|
|
|
@786c438
|
11 months |
j82liang |
Remove Marker to pass tests
enumpthread-emulationqualifiedEnum
|
|
|
@f135b50
|
11 months |
j82liang |
The compiler is now trying to pass the value of enum const to code …
enumpthread-emulationqualifiedEnum
|
|
|
@9490621
|
12 months |
ajbeach |
My work in progress implementation of ForallPointerDecay? for Fangren.
enumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@a488783
|
13 months |
ajbeach |
Translated the first half of validate-D. HoistControlStruct? is pretty …
enumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@5dcb881
|
15 months |
ajbeach |
Split up the validate pass. (Some statistics code is repeated, but …
enumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@943bfad
|
20 months |
Thierry Delisle |
Fixed several warnings for clang@head
enumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@6e50a6b
|
20 months |
mlbrooks |
Implementing language-provided syntax for (array) dimensions.
Former …
enumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@798a8b3
|
20 months |
Thierry Delisle |
Attributes are now correctly visited when replacing typedefs
enumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@b66d14a
|
2 years |
pabuhr |
add new type kinds DStype and ALtype
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@09867ec
|
2 years |
f37yu |
do not instantiate unused old AST symtab
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@3e5dd913
|
2 years |
f37yu |
reimplement function type and eliminate deep copy
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@361bf01
|
2 years |
f37yu |
remove ParameterizedType? and put content into FunctionType?
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@22b5b87
|
2 years |
pabuhr |
switch from std::ostringstream to string in Mangle.cc
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@3ff4c1e
|
2 years |
f37yu |
restore ArrayLength? as it seems to serve other purposes
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@0dd9a5e
|
2 years |
f37yu |
delay autogen resolve
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@16ba4a6
|
2 years |
f37yu |
factor out resolver calls in pre-resolution stage
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@490fb92e
|
2 years |
f37yu |
move FixInit? to new ast
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@31a5caba
|
2 years |
f37yu |
generate deleted declaration for invalid autogens
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@954c954
|
2 years |
f37yu |
Move function argument and return variable declarations from …
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a7c31e0
|
2 years |
ajbeach |
This should solve trac#217 and by its fallout the cancellation problem.
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@98e8b3b
|
2 years |
ajbeach |
ast::ReferenceToType? is now ast::BaseInstType?.
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@5339a87
|
2 years |
Thierry Delisle |
Added headers to Makefile Sources (since they are supposed to be)
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7ff3e522
|
2 years |
ajbeach |
{pass_t Pass::pass; => core_t Pass::core;} To avoid confusion about …
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@c408483
|
3 years |
f37yu |
cleanup
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7030dab
|
3 years |
Thierry Delisle |
Merge branch 'master' into new-ast
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@60a8062
|
3 years |
pabuhr |
rewrite most of OperatorTable? and change caller modules to use new …
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@eeaa3e2
|
3 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8abca06
|
3 years |
pabuhr |
rewrite isPrefix using memcmp to increase performance, same change in …
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@98538288
|
3 years |
Thierry Delisle |
Moved VerifyCtorDtorAssign? up and changed return type check to support …
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@095b99a
|
3 years |
ajbeach |
Added TimeCall? as a more flexible alternative to TimeBlock?. TimeBlock? …
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@07de76b
|
3 years |
pabuhr |
remove file TypeVar?.h* and put TypeVar::Kind into TypeDecl?, move …
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@312029a
|
3 years |
pabuhr |
move enum Aggregate from DeclarationNode? to AggregateDecl?, add …
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@3f3bfe5a
|
3 years |
ajbeach |
Merge from master to new-ast. Removing old lvalue support.
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@4a60488
|
3 years |
ajbeach |
Merged from master taking the lvalue changes to expression and …
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@b4f8808
|
3 years |
ajbeach |
Removed lvalue from types in the old ast.
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@4615ac8
|
4 years |
ajbeach |
Added asserts and clears to make sure lvalue is only used where we expect.
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@4071778
|
4 years |
pabuhr |
remove lvalue from mangling/demangling as it is no longer used
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@f53acdf8
|
4 years |
Thierry Delisle |
Merge branch 'master' into new-ast
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@e67991f
|
4 years |
Thierry Delisle |
WithStmt? is now a Declaration
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@6f096d2
|
4 years |
Thierry Delisle |
Resolver now uses constant interface
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8fd52e9
|
4 years |
Thierry Delisle |
Removed uses of lookupMutableXXX
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@ef5b828
|
4 years |
Thierry Delisle |
Indexer now has const lookup by default
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7870799
|
4 years |
Thierry Delisle |
Cast cost and conversion cost now take constant parameters.
This …
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@417117e
|
4 years |
a3moss |
Assorted cleanup
arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@c1398e4
|
4 years |
a3moss |
Port necessary parts of validate to new AST
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@18e683b
|
4 years |
a3moss |
Port LinkReferenceToTypes? pass
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@c1ed2ee
|
4 years |
a3moss |
Continued resolver porting
* mostly initialization and validation
* …
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@b8524ca
|
4 years |
a3moss |
new AST porting
* mostly InitTweak? autogeneration
* added some …
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@b69233a
|
4 years |
a3moss |
Port assertion satisfaction to new AST
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@c8e4d2f8
|
4 years |
a3moss |
Start porting CastExpr? resolution
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@1346914
|
4 years |
a3moss |
Fix Mangler port to new AST
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@1867c96
|
4 years |
mlbrooks |
name mangler AST conversion implemented
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8d70648
|
4 years |
a3moss |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d76c588
|
4 years |
a3moss |
Stubs for new resolver, implementation of new indexer, type environment
arm-ehenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@933f32f
|
4 years |
Thierry Delisle |
Merge branch 'master' into cleanup-dtors
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@052cd71
|
4 years |
a3moss |
revert unfruitful assertion caching attempt
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@92d41a4
|
4 years |
a3moss |
Merge branch 'persistent-indexer'
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@114bde6
|
4 years |
a3moss |
Trim old version of removeSpecialOverrides
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@42f1279c
|
4 years |
a3moss |
Eagerly remove over-ridden generated functions
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@fdae913
|
4 years |
a3moss |
modify persistent map to not re-initialize history nodes facing deletion
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@b419abb
|
4 years |
a3moss |
Lazy scope initialization for indexer
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@b8665e3
|
4 years |
a3moss |
First build with persistent-map indexer
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@6fd1955
|
4 years |
pabuhr |
update GENERATED BY file name
aaron-thesisarm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@c884f2d
|
4 years |
Thierry Delisle |
Fixed error for % of parent printing in timing sections and added more …
aaron-thesisarm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@3c0d4cd
|
4 years |
Thierry Delisle |
Fixed/implemented % of parent printing in timing sections
aaron-thesisarm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@1cb7fab2
|
4 years |
Thierry Delisle |
Added better support for enabling/disabling/compiling-out statistics
aaron-thesisarm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@79de2210
|
4 years |
Thierry Delisle |
Instrumented Indexer at little
aaron-thesisarm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@7abee38
|
4 years |
Thierry Delisle |
Cleaned some module.mk files and preparing for better stats in the compiler
aaron-thesisarm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@ada4575
|
4 years |
pabuhr |
programmatically creation basic-type declarations
aaron-thesisarm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@e15853c
|
4 years |
pabuhr |
remove leading underscores in enums for _FloatNN and _Bool
aaron-thesisarm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@cdcddfe1
|
4 years |
pabuhr |
add signedness to cost model and _FloatNN
aaron-thesisarm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@cde3891
|
4 years |
Thierry Delisle |
Merge branch 'master' into cleanup-dtors
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@e1f7eef
|
4 years |
a3moss |
Add type-environment cached deferred resolution
aaron-thesisarm-ehcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@ff5caaf
|
4 years |
a3moss |
Add environment-based-replacement mode to Mangler
aaron-thesisarm-ehcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@72b0573
|
4 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
aaron-thesisarm-ehcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@56b53b2
|
4 years |
Thierry Delisle |
Fixed warning and remove u flags in call to ar which is ignored any way
aaron-thesisarm-ehcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@7e08acf
|
4 years |
Rob Schluntz |
Apply generic substitution to qualified typedefs
aaron-thesisarm-ehcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@2bfc6b2
|
4 years |
Rob Schluntz |
Refactor FindSpecialDeclarations? and associated special declarations
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d5916ce
|
4 years |
Rob Schluntz |
Fix *? discovery in FindSpecialDeclarations?
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@90152a4
|
4 years |
Rob Schluntz |
Merge branch 'master' into cleanup-dtors
arm-ehcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@2a6292d
|
4 years |
Rob Schluntz |
Resolve with expressions earlier to ensure new local variables are …
aaron-thesisarm-ehcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@cdbab55
|
4 years |
Rob Schluntz |
Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa/cfa-cc
aaron-thesisarm-ehcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@2b79a70
|
4 years |
Rob Schluntz |
Resolve typeof earlier so that constructors are chosen appropriately …
aaron-thesisarm-ehcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@efa8b6a
|
4 years |
Rob Schluntz |
Demangle type instances that are not in the forall list, fix edge …
aaron-thesisarm-ehcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@550e819
|
4 years |
Rob Schluntz |
Fix demangling for type variable parameters and temporarily skip …
aaron-thesisarm-ehcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@0e761e40
|
4 years |
Rob Schluntz |
Change type variable name mangling to use combination of tyvar …
aaron-thesisarm-ehcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@04c7779
|
4 years |
Rob Schluntz |
Parse forall lists and type variables in demangler
aaron-thesisarm-ehcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@0e73845
|
4 years |
Rob Schluntz |
Fix name mangling for type variables and forall lists
aaron-thesisarm-ehcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@38587bc
|
4 years |
Rob Schluntz |
Parse union, enum, zero_t, and one_t in demangler
aaron-thesisarm-ehcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|
@2f9768f
|
4 years |
Rob Schluntz |
Parse array types in demangler
aaron-thesisarm-ehcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
|
|
|