source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8abe4090   5 months pabuhr switch C designators for initialization
(edit) @f2898df   5 months mlbrooks Implement string initialization and assignment from various numeric types
(edit) @dd10bf4   5 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @45d1ab9   5 months pabuhr revert interpose experiment for build failure, not the cause
(edit) @b1eefe50   5 months mlbrooks Adjust string assignment declarations for consistent/standard return type.
(edit) @ac939461   5 months j82liang Add replacePseudoFunc
(edit) @f988834   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @59c8dff   5 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @e8b3717   5 months mlbrooks Modify substring interface from start-end to start-len, and add a …
(edit) @906d8fa   5 months mlbrooks tidy a string-library unhelpful comment
(edit) @7abc3de   5 months mlbrooks Harmonize string constructors with assignments, refactor …
(edit) @11f65b3   5 months ajbeach I believe switching isValidOnFuncParam from an allow-list to a …
(edit) @5bf685f   5 months ajbeach Replayed maybeClone with maybeCopy, removed unused helppers in …
(edit) @e891349   5 months mlbrooks Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat …
(edit) @06280ad   5 months pabuhr formatting
(edit) @38951c31   5 months mlbrooks Add missing test for string *= and refactor */*= to follow +/+= …
(edit) @739495a   5 months pabuhr change shape of latex minus sign, change lstlisting escapechar from $ …
(edit) @479fbe3   5 months pabuhr formatting, add string constructor for char, add string *= operator, …
(edit) @5ecaeca   5 months pabuhr first documentation for string API
(edit) @8fceae2   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a3f820b   5 months pabuhr interpose experiment to see if it is causing the build failure
(edit) @ee16f8fc   5 months mlbrooks Attempt to fix overnight build; add test-suite Makefile entry missing …
(edit) @7db39f7   5 months pabuhr second attempt to interpose dl_iterate_phdr with disable/enable …
(edit) @8655363   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b262cb3   5 months ajbeach Unified and fixed handling of parameter attributes.
(edit) @4d689e2   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cfbc56ec   5 months mlbrooks Enable array RAII and provide uninit(-), a uNoCtor equivalent. Enable …
(edit) @f0c9c9b   6 months pabuhr formatting
(edit) @40002c5   6 months pabuhr update command-line processing
(edit) @ca2feff   6 months pabuhr update manipulator testing and expected output
(edit) @e7eb1f0   6 months pabuhr update string testing and expected output
(edit) @e0cc9e0   6 months pabuhr first attempt to interpose dl_iterate_phdr with disable/enable …
(edit) @4aae2bd   6 months pabuhr continue to work on quoted formatting and generalization
(edit) @be10079   6 months pabuhr formatting
(edit) @681e12f   6 months pabuhr formatting, change cmp to strcmp, add strlen and strcat
(edit) @8b4faf6   6 months j82liang Hoist nested enum in Struct
(edit) @58c5821   6 months ajbeach Remove extra compound statement and clean-up in InitTweak?.
(edit) @116d7e2   6 months ajbeach Small bug fix in code generation. Seems to only come up while …
(edit) @c7ebbec   6 months ajbeach Reorganization of Linkage::Spec. is_mangled represented two properties …
(edit) @523e300   6 months ajbeach Forgot to remove an unused function from the exception code.
(edit) @0a6d2045   6 months ajbeach You can how use local control flow out of 'catch' clauses. Added a …
(edit) @9fba8e6   6 months ajbeach Clean-up in the exception translate pass. This changes some patterns …
(edit) @b7898ac   6 months ajbeach Another attempt at fixing execptions. It is very close to the last …
(edit) @5546eee4   6 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0fa0201d   6 months j82liang Update enumeration data structure
(edit) @69ab896   6 months ajbeach Small fix in code generation. The first case in a switch is formatted …
(edit) @19a2890   6 months pabuhr small proofreading changes
(edit) @ca9d65e   6 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @21ad568   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @610354a   6 months pabuhr first attempt at simplifying SemanticWarning?, inline SemanticError? routine
(edit) @dc80280   6 months j82liang Started the storage section (inling and weak reference)
(edit) @142930b   6 months ajbeach A harder revert of exception changes, hopefully it will get the tests …
(edit) @21ce2c7   6 months j82liang Change the unification scheme
(edit) @3e49c477   6 months pabuhr update expected output from tests after changes in semantic error messages
(edit) @b83c575   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4c2fe47   6 months pabuhr formatting
(edit) @b1f2007   6 months pabuhr first attempt at simplifying SemanticError? and its usage
(edit) @96b0e49   6 months pabuhr add papers directory and start populating it
(edit) @c40157e   6 months ajbeach Minimal change to get exceptions running the old way while a fix is …
(edit) @f277ab6c   6 months pabuhr comment back in lstinputlisting files after missing files pushed
(edit) @7972603   6 months mlbrooks Missing files from last thesis push
(edit) @ed79428   6 months pabuhr comment out missing lstinputlisting files, fix missing @'s for …
(edit) @cd79053   6 months pabuhr comment out assert( s1_mid == fc ) bug
(edit) @77d46c7   6 months pabuhr change containers/list.hfa to collections/list.hfa in thesis test files
(edit) @40ab446   6 months mlbrooks Recent thesis writing
(edit) @dab9fb93   6 months mlbrooks Accept Peter's proofreading and adjustment of examples to current syntax
(edit) @2554f24   6 months ajbeach Try terminate now does not call the catch function, now they have the …
(edit) @81da3da4   6 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @5ddb8bf   6 months j82liang (Not really readable right now. Will clean up today and probably …
(edit) @1c85ffc   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2345ab3   7 months ajbeach Clean-up of the chain mutator. Seems like it is underused.
(edit) @2b12d6e   7 months pabuhr add PRNG expected output for arm64
(edit) @33e4e8ef   7 months pabuhr change incorrect architecture name arm_64 to aarch64
(edit) @e274264   7 months pabuhr update PRNG output for x86
(edit) @3267041   7 months pabuhr reduce runtime testing duration of PRNG
(edit) @ebadb5d   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c7f9f53   7 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @8a4e472   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @539a8c8   7 months ajbeach Some general clean-up, removing bits and pieces from the old version.
(edit) @2f8d351   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4b9fa9   7 months ajbeach Just some random clean-up in Box pass while I was musing.
(edit) @dd900b5   7 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @4dc3b8c   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4570af3   7 months ajbeach Removed some code that supported ast conversion, it supported ast …
(edit) @37b3151   7 months ajbeach Rename the linkReferenceTypes pass and the file that contains it. …
(edit) @d787828d   7 months ajbeach Rename the ScrubTyVars? moduel to ScrubTypeVars?. This makes it more …
(edit) @4a89b52   7 months ajbeach Renamed ResolvMode? to ResolveMode?. This is less consistent with the …
(edit) @83fd57d   7 months ajbeach Removed 'New' suffixes, they are no longer needed for disambiguation.
(edit) @6009a5a   7 months ajbeach Combined the new and old TupleExpansion? files.
(edit) @7f2bfb7   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ab9c1b3   7 months ajbeach Updated .gitignore for the new location of demangler.
(edit) @37273c8   7 months ajbeach Removed the old-ast-compatable FunctionDecl? constructor. However, …
(edit) @4bc4b4c   7 months ajbeach Completed the second demangler/automake task: The demangler (when …
(edit) @da5ac2e   7 months ajbeach Removed unused case in CurrentObject::findNext. Did a bit of clean-up …
(edit) @2d373440   7 months j82liang Update enum.tex
(edit) @4f1b2d69   7 months pabuhr formatting
(edit) @39eb784   7 months pabuhr formatting
(edit) @69e06ff   7 months pabuhr formatting
(edit) @6a1f553   7 months pabuhr formatting
(edit) @f48dfcd   7 months ajbeach Slight improvement to forall clause erasing.
Note: See TracRevisionLog for help on using the revision log.