|
|
|
@0fa0201d
|
12 months |
j82liang |
Update enumeration data structure
|
|
|
@dc80280
|
12 months |
j82liang |
Started the storage section (inling and weak reference)
|
|
|
@21ce2c7
|
12 months |
j82liang |
Change the unification scheme
|
|
|
@81da3da4
|
12 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@5ddb8bf
|
12 months |
j82liang |
(Not really readable right now. Will clean up today and probably …
|
|
|
@1c85ffc
|
13 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@2345ab3
|
13 months |
ajbeach |
Clean-up of the chain mutator. Seems like it is underused.
|
|
|
@2b12d6e
|
13 months |
pabuhr |
add PRNG expected output for arm64
|
|
|
@33e4e8ef
|
13 months |
pabuhr |
change incorrect architecture name arm_64 to aarch64
|
|
|
@e274264
|
13 months |
pabuhr |
update PRNG output for x86
|
|
|
@3267041
|
13 months |
pabuhr |
reduce runtime testing duration of PRNG
|
|
|
@ebadb5d
|
13 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c7f9f53
|
13 months |
ajbeach |
Moved include from Decl header. Removed some old ast code from the Parser.
|
|
|
@8a4e472
|
13 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@539a8c8
|
13 months |
ajbeach |
Some general clean-up, removing bits and pieces from the old version.
|
|
|
@2f8d351
|
13 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c4b9fa9
|
13 months |
ajbeach |
Just some random clean-up in Box pass while I was musing.
|
|
|
@dd900b5
|
13 months |
ajbeach |
Implicit and layout parameters are now marked as const. This is …
|
|
|
@4dc3b8c
|
13 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c4570af3
|
13 months |
ajbeach |
Removed some code that supported ast conversion, it supported ast …
|
|
|
@37b3151
|
13 months |
ajbeach |
Rename the linkReferenceTypes pass and the file that contains it. …
|
|
|
@d787828d
|
13 months |
ajbeach |
Rename the ScrubTyVars? moduel to ScrubTypeVars?. This makes it more …
|
|
|
@4a89b52
|
13 months |
ajbeach |
Renamed ResolvMode? to ResolveMode?. This is less consistent with the …
|
|
|
@83fd57d
|
13 months |
ajbeach |
Removed 'New' suffixes, they are no longer needed for disambiguation.
|
|
|
@6009a5a
|
13 months |
ajbeach |
Combined the new and old TupleExpansion? files.
|
|
|
@7f2bfb7
|
13 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@ab9c1b3
|
13 months |
ajbeach |
Updated .gitignore for the new location of demangler.
|
|
|
@37273c8
|
13 months |
ajbeach |
Removed the old-ast-compatable FunctionDecl? constructor. However, …
|
|
|
@4bc4b4c
|
13 months |
ajbeach |
Completed the second demangler/automake task: The demangler (when …
|
|
|
@da5ac2e
|
13 months |
ajbeach |
Removed unused case in CurrentObject::findNext. Did a bit of clean-up …
|
|
|
@2d373440
|
13 months |
j82liang |
Update enum.tex
|
|
|
@4f1b2d69
|
13 months |
pabuhr |
formatting
|
|
|
@39eb784
|
13 months |
pabuhr |
formatting
|
|
|
@69e06ff
|
13 months |
pabuhr |
formatting
|
|
|
@6a1f553
|
13 months |
pabuhr |
formatting
|
|
|
@f48dfcd
|
13 months |
ajbeach |
Slight improvement to forall clause erasing.
|
|
|
@3c4003b9
|
13 months |
ajbeach |
Box pass Eraser now removes the polymorphic arguments now that the …
|
|
|
@53dac82
|
13 months |
ajbeach |
Round of clean-up in the Concurrency directory headers.
|
|
|
@8984003
|
13 months |
ajbeach |
Round of significant clean-up and reindentation of InitTweak? directory.
|
|
|
@c36a419
|
13 months |
ajbeach |
Removed Decl::fromId as it was unused. There are a few places that use …
|
|
|
@4883712
|
13 months |
ajbeach |
Added a test showing how the conflict handling in the with clause …
|
|
|
@6a0b043
|
13 months |
ajbeach |
Did some investigation of WithStmt?. It may not be possible to convert …
|
|
|
@0da9475
|
13 months |
caparson |
fixed bug where cofor runner could derefence a null pointer
|
|
|
@29eaa3f
|
13 months |
pabuhr |
disable building the demangler (executable and library)
|
|
|
@40bca07
|
13 months |
pabuhr |
slight restructuring of automake rules for generating the demangler
|
|
|
@634cb80
|
13 months |
pabuhr |
formatting
|
|
|
@66d92e3
|
13 months |
pabuhr |
proofread enumeration proposal
|
|
|
@8c13ca8
|
13 months |
pabuhr |
raise exception missing_data when read fails to find value, initial …
|
|
|
@decd4a6
|
13 months |
pabuhr |
formatting
|
|
|
@f7f997a
|
13 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@16e0dcb
|
13 months |
caparson |
fixed error where order of argument eval in compiler could cause …
|
|
|
@2908f08
|
13 months |
ajbeach |
Most of ResolvExpr? was written before the new style standard. Some …
|
|
|
@41606df1
|
13 months |
caparsons |
regen expected to match test change
|
|
|
@0f6d2884
|
13 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@3f219eb
|
13 months |
caparson |
fixed bug where uninit mem was sometimes printed in test
|
|
|
@b0845f9
|
13 months |
ajbeach |
Reformating and clean-up in SymTab? directory.
|
|
|
@e580aa5
|
13 months |
ajbeach |
Round of clean-up in Tuples directory. (Skipping TupleExpansion?, which …
|
|
|
@3f4f30a
|
13 months |
caparsons |
added x86 expect file for non-local exception test cardgame
|
|
|
@aad677d
|
13 months |
caparson |
added arm64 expect file for non-local exception test
|
|
|
@f22b170b
|
13 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@89a8bab
|
13 months |
caparson |
added architecture specific expect files for non-local exception test …
|
|
|
@b8b5535
|
13 months |
ajbeach |
Major round of clean-up in the GenPoly? directory.
|
|
|
@45a091b
|
13 months |
ajbeach |
It turns out enumerate does work if you use this very particular form …
|
|
|
@1ccae59
|
13 months |
ajbeach |
Some clean-up in src/Makefile.am (no change in behaviour).
|
|
|
@8d182b1
|
13 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@df8ba61a
|
13 months |
caparson |
added test case for non-local ehm memory leak
|
|
|
@cce0807
|
13 months |
caparson |
Fixed non-local ehm memory leak that occurs when a coroutine is …
|
|
|
@5625427
|
13 months |
ajbeach |
Remove the warning directive from SpecCost?, you can't actually use the …
|
|
|
@6ea85b22
|
13 months |
pabuhr |
remove old enum.md file
|
|
|
@0bd3faf
|
13 months |
ajbeach |
Removed forward declarations missed in the BaseSyntaxNode? removal. …
|
|
|
@25f2798
|
13 months |
pabuhr |
latex formatting changes
|
|
|
@fc12f05
|
13 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@0030b508
|
13 months |
j82liang |
some updates
|
|
|
@2174191
|
13 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@2da12ae
|
13 months |
pabuhr |
formatting
|
|
|
@27316b4
|
13 months |
pabuhr |
update bibliography entries
|
|
|
@3e4bf0d
|
13 months |
pabuhr |
input manipulators for getline, excl, and incl reset argument to null …
|
|
|
@61efa42
|
13 months |
ajbeach |
Took the special main linkage code out of FunctionDecl? and put it into …
|
|
|
@f5ec35a
|
13 months |
ajbeach |
Removed an extra forward declaration.
|
|
|
@c6b4432
|
14 months |
ajbeach |
Remove BaseSyntaxNode? and clean-up.
|
|
|
@790d835
|
14 months |
ajbeach |
Made UniqueName? use other tools we have, removed the unused default …
|
|
|
@934fa0f
|
14 months |
ajbeach |
Translated the demangling code from the old ast to the new ast.
|
|
|
@0589e83
|
14 months |
ajbeach |
The demangler now uses the compiler's genType. The only difference I …
|
|
|
@c46c999
|
14 months |
caparson |
forgot to include in last push. Added a get_proc_count that doesn't …
|
|
|
@6b419ce
|
14 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@fe293bf
|
14 months |
caparson |
removed fences for ARM that are likely not needed, insertion of fences …
|
|
|
@c649d2c
|
14 months |
ajbeach |
Updated the demangler to also demangle operator names. You can also …
|
|
|
@0d41b2e
|
14 months |
caparson |
switched test to use new cofor syntax
|
|
|
@ba0e1bc
|
14 months |
caparson |
Added supporting library routines for cofor impl
|
|
|
@3d9d017
|
14 months |
caparson |
added cofor implementation
|
|
|
@49ae2bc
|
14 months |
ajbeach |
Refactored the OperatorTable? module. Most is just an update in style …
|
|
|
@9cbdc13
|
14 months |
caparson |
removed print from static and dynamic tests that could be reordered …
|
|
|
@5ad24a2c
|
14 months |
ajbeach |
Added test for the checks on the constructor/destructor attributes.
|
|
|
@be3f163
|
14 months |
pabuhr |
rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and …
|
|
|
@fa761c2
|
14 months |
ajbeach |
Changed some new uses of UniqueId? to the ast version. Changed where …
|
|
|
@6e7ed0aa
|
14 months |
ajbeach |
I forgot to move genName over to the new CodeGenerator? module. It …
|
|
|
@a137d5a
|
14 months |
ajbeach |
Took out some old code from the new section of the Mangler.
|
|
|
@58c64323
|
14 months |
ajbeach |
Hang on, eval doesn't have any side effects.
|
|
|
@4ac402d
|
14 months |
ajbeach |
Added a missing include (not sure how that slipped through) and did …
|
|
|
@7d55e4d
|
14 months |
ajbeach |
Simple rework to BasicTypes?-gen.cc to avoid refering to the old ast. …
|
|
|