|
|
@4c2fe47
|
11 months |
pabuhr |
formatting
|
|
|
@b1f2007
|
11 months |
pabuhr |
first attempt at simplifying SemanticError? and its usage
|
|
|
@c40157e
|
11 months |
ajbeach |
Minimal change to get exceptions running the old way while a fix is …
|
|
|
@2554f24
|
11 months |
ajbeach |
Try terminate now does not call the catch function, now they have the …
|
|
|
@2345ab3
|
11 months |
ajbeach |
Clean-up of the chain mutator. Seems like it is underused.
|
|
|
@ebadb5d
|
11 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c7f9f53
|
11 months |
ajbeach |
Moved include from Decl header. Removed some old ast code from the Parser.
|
|
|
@8a4e472
|
11 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@539a8c8
|
11 months |
ajbeach |
Some general clean-up, removing bits and pieces from the old version.
|
|
|
@2f8d351
|
11 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c4b9fa9
|
11 months |
ajbeach |
Just some random clean-up in Box pass while I was musing.
|
|
|
@dd900b5
|
11 months |
ajbeach |
Implicit and layout parameters are now marked as const. This is …
|
|
|
@4dc3b8c
|
11 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c4570af3
|
11 months |
ajbeach |
Removed some code that supported ast conversion, it supported ast …
|
|
|
@37b3151
|
11 months |
ajbeach |
Rename the linkReferenceTypes pass and the file that contains it. …
|
|
|
@d787828d
|
11 months |
ajbeach |
Rename the ScrubTyVars? moduel to ScrubTypeVars?. This makes it more …
|
|
|
@4a89b52
|
11 months |
ajbeach |
Renamed ResolvMode? to ResolveMode?. This is less consistent with the …
|
|
|
@83fd57d
|
11 months |
ajbeach |
Removed 'New' suffixes, they are no longer needed for disambiguation.
|
|
|
@6009a5a
|
11 months |
ajbeach |
Combined the new and old TupleExpansion? files.
|
|
|
@7f2bfb7
|
11 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@37273c8
|
11 months |
ajbeach |
Removed the old-ast-compatable FunctionDecl? constructor. However, …
|
|
|
@4bc4b4c
|
11 months |
ajbeach |
Completed the second demangler/automake task: The demangler (when …
|
|
|
@da5ac2e
|
11 months |
ajbeach |
Removed unused case in CurrentObject::findNext. Did a bit of clean-up …
|
|
|
@4f1b2d69
|
11 months |
pabuhr |
formatting
|
|
|
@39eb784
|
11 months |
pabuhr |
formatting
|
|
|
@f48dfcd
|
11 months |
ajbeach |
Slight improvement to forall clause erasing.
|
|
|
@3c4003b9
|
11 months |
ajbeach |
Box pass Eraser now removes the polymorphic arguments now that the …
|
|
|
@53dac82
|
12 months |
ajbeach |
Round of clean-up in the Concurrency directory headers.
|
|
|
@8984003
|
12 months |
ajbeach |
Round of significant clean-up and reindentation of InitTweak? directory.
|
|
|
@c36a419
|
12 months |
ajbeach |
Removed Decl::fromId as it was unused. There are a few places that use …
|
|
|
@6a0b043
|
12 months |
ajbeach |
Did some investigation of WithStmt?. It may not be possible to convert …
|
|
|
@40bca07
|
12 months |
pabuhr |
slight restructuring of automake rules for generating the demangler
|
|
|
@634cb80
|
12 months |
pabuhr |
formatting
|
|
|
@66d92e3
|
12 months |
pabuhr |
proofread enumeration proposal
|
|
|
@f7f997a
|
12 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@16e0dcb
|
12 months |
caparson |
fixed error where order of argument eval in compiler could cause …
|
|
|
@2908f08
|
12 months |
ajbeach |
Most of ResolvExpr? was written before the new style standard. Some …
|
|
|
@b0845f9
|
12 months |
ajbeach |
Reformating and clean-up in SymTab? directory.
|
|
|
@e580aa5
|
12 months |
ajbeach |
Round of clean-up in Tuples directory. (Skipping TupleExpansion?, which …
|
|
|
@b8b5535
|
12 months |
ajbeach |
Major round of clean-up in the GenPoly? directory.
|
|
|
@45a091b
|
12 months |
ajbeach |
It turns out enumerate does work if you use this very particular form …
|
|
|
@1ccae59
|
12 months |
ajbeach |
Some clean-up in src/Makefile.am (no change in behaviour).
|
|
|
@5625427
|
12 months |
ajbeach |
Remove the warning directive from SpecCost?, you can't actually use the …
|
|
|
@0bd3faf
|
12 months |
ajbeach |
Removed forward declarations missed in the BaseSyntaxNode? removal. …
|
|
|
@61efa42
|
12 months |
ajbeach |
Took the special main linkage code out of FunctionDecl? and put it into …
|
|
|
@f5ec35a
|
12 months |
ajbeach |
Removed an extra forward declaration.
|
|
|
@c6b4432
|
12 months |
ajbeach |
Remove BaseSyntaxNode? and clean-up.
|
|
|
@790d835
|
12 months |
ajbeach |
Made UniqueName? use other tools we have, removed the unused default …
|
|
|
@934fa0f
|
12 months |
ajbeach |
Translated the demangling code from the old ast to the new ast.
|
|
|
@0589e83
|
12 months |
ajbeach |
The demangler now uses the compiler's genType. The only difference I …
|
|
|
@c649d2c
|
12 months |
ajbeach |
Updated the demangler to also demangle operator names. You can also …
|
|
|
@3d9d017
|
12 months |
caparson |
added cofor implementation
|
|
|
@49ae2bc
|
12 months |
ajbeach |
Refactored the OperatorTable? module. Most is just an update in style …
|
|
|
@be3f163
|
12 months |
pabuhr |
rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and …
|
|
|
@fa761c2
|
12 months |
ajbeach |
Changed some new uses of UniqueId? to the ast version. Changed where …
|
|
|
@6e7ed0aa
|
12 months |
ajbeach |
I forgot to move genName over to the new CodeGenerator? module. It …
|
|
|
@a137d5a
|
12 months |
ajbeach |
Took out some old code from the new section of the Mangler.
|
|
|
@58c64323
|
12 months |
ajbeach |
Hang on, eval doesn't have any side effects.
|
|
|
@4ac402d
|
12 months |
ajbeach |
Added a missing include (not sure how that slipped through) and did …
|
|
|
@7d55e4d
|
12 months |
ajbeach |
Simple rework to BasicTypes?-gen.cc to avoid refering to the old ast. …
|
|
|
@36e6f10
|
12 months |
ajbeach |
Parser now uses constants from the new ast types.
|
|
|
@3c714ad
|
12 months |
ajbeach |
I don't actually know if this fixes anything, but the old version was …
|
|
|
@0b5e780
|
12 months |
ajbeach |
Code dumps (under the -P flag) no longer convert to the old ast to print.
|
|
|
@f43146e4
|
12 months |
ajbeach |
Updated some stats/counters to trigger off the new AST. Others will …
|
|
|
@bef4f1a
|
12 months |
ajbeach |
Translation of the fix main pass to the new ast data structures.
|
|
|
@8941b6b
|
12 months |
ajbeach |
Direct translation of code generation.
|
|
|
@a1da039
|
12 months |
ajbeach |
Make all new declarations have a properly defined LinkageSpec?. Also …
|
|
|
@5e0bba5
|
13 months |
ajbeach |
Work on the box pass, fixing up the FunctionDecl? update.
|
|
|
@d85141f
|
13 months |
ajbeach |
Small refactoring of some helper functions to avoid repeating a loop.
|
|
|
@52a5262e
|
13 months |
ajbeach |
TypeVarMap? is now a subtype instead of an alias to remove the …
|
|
|
@e14d169
|
13 months |
ajbeach |
Remove some cruft from the box pass. Some pieces left over from …
|
|
|
@61e5d99
|
13 months |
ajbeach |
Boxing no longer passes layout information about polymorphic types in …
|
|
|
@8cbe732
|
13 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@0bf0b97
|
13 months |
ajbeach |
Layout function builds its entire parameter list before creating the …
|
|
|
@4604bf5
|
13 months |
ajbeach |
Clean-up of some names and comments. Removed some TODO comments which …
|
|
|
@cf3da24
|
13 months |
ajbeach |
Fixed up some whitespace. Pretty minor stuff mostly.
|
|
|
@72b518fc
|
13 months |
caparson |
added error message for using corun statements without including the …
|
|
|
@eb779d5
|
13 months |
caparson |
Implemented corun statement
|
|
|
@d3652df
|
13 months |
ajbeach |
Took the new EraseWith? pass out of the box pass. It might be able to …
|
|
|
@4d860ea3
|
13 months |
mlbrooks |
Fix compiler bug where duplicate type declarations caused crash.
And …
|
|
|
@097c8d0
|
13 months |
ajbeach |
Fixes to Box pass's DeclAdapter?. The two largest are: Only local …
|
|
|
@04db9f6
|
13 months |
ajbeach |
Updated some documentation about the Instantiate Generic pass.
|
|
|
@045cda3
|
13 months |
ajbeach |
First clean-up pass on box pass. Some of it is stuff that could have …
|
|
|
@3cbe320
|
13 months |
ajbeach |
Translated the Link-Once pass to the new ast.
|
|
|
@cf34e82
|
13 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@11ab0b4a
|
13 months |
pabuhr |
add corun/cofor statement, update old cofor
|
|
|
@1ee0a4da
|
13 months |
ajbeach |
Translated the box pass to the new AST. This includes direct as …
|
|
|
@46f9f02
|
13 months |
pabuhr |
add keywords alignas, alignof, static_assert, and thread_local
|
|
|
@12f671e
|
13 months |
pabuhr |
tweak comments for CFA comand-line options
|
|
|
@5f917740
|
13 months |
pabuhr |
update help message from main.cc
|
|
|
@f033d01
|
13 months |
j82liang |
Fix typo{
|
|
|
@c7616dd
|
13 months |
j82liang |
Fix designation value error
|
|
|
@62c6cfa
|
13 months |
j82liang |
Revert "Fix designator value in enumerated array and implemented …
|
|
|
@deda7e6
|
14 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c1e66d9
|
14 months |
j82liang |
Fix designator value in enumerated array and implemented enumerated …
|
|
|
@3df4cd9
|
14 months |
ajbeach |
Some mistakes in isPolyType found while working on the box pass. There …
|
|
|
@bfeb37a6
|
14 months |
ajbeach |
Added another check to the invariants for SizeofExpr/AlignofExpr?.
|
|
|
@553f032f
|
14 months |
ajbeach |
Insert additional checks so that impossible, or just unimplemented, …
|
|
|
@f3f009f
|
14 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@4894239
|
14 months |
j82liang |
Allow uninitialized enum value as designators
|
|
|