source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @956299b   21 months pabuhr copy enum proposal to enum thesis
(edit) @211def2   21 months pabuhr omnibus I/O changes to get quoted manipulator to work
(edit) @a22d148   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d63746f   21 months pabuhr more updates
(edit) @dacd2c19   21 months ajbeach Added Peter's fix to ensure syscall argument is initialized. I did …
(edit) @23a0e576   21 months ajbeach Remove mid-array assertion from the Box pass.
(edit) @b08ab18   21 months pabuhr formatting
(edit) @e11cdc0   21 months pabuhr add more material
(edit) @47bd204   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a55ebcc   21 months j82liang 1. Add debug print option for replacePseudoFunc; 2. Change resolver …
(edit) @be4335b   21 months ajbeach The remaining improvements I had planned for the Box pass are either …
(edit) @bd67442   21 months pabuhr more proofreading, related-work section still needs work
(edit) @020fa10   21 months j82liang Remove duality functions. They are replaced by recent changed in Cost …
(edit) @9ddcee1   21 months j82liang Remove EnumPosExpr, an early design that no longer used. The …
(edit) @496ffc17   21 months j82liang Fix dangling reference to posE function
(edit) @32490deb   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c75b30a   21 months j82liang Introduce posE, valueE, labelE pseudo language to the language. Rework …
(edit) @e71b09a   21 months pabuhr more word-smithing
(edit) @3da5885   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @538cc35   21 months pabuhr small updated to uC++toCFA document
(edit) @2989d6f   21 months pabuhr started some related work
(edit) @7329b0a   21 months ajbeach advance_to_mutex has been replaced nextMutex.
(edit) @65b851a   21 months pabuhr start updaing documentation for input changes
(edit) @b771581   21 months pabuhr add more input tests for recent changes
(edit) @63e129c   21 months pabuhr cleanup, fix bug for input manipulator nl
(edit) @baa1d5d   21 months pabuhr update testing for manipulators
(edit) @765ee42   21 months pabuhr some updates on the llheap paper
(edit) @dd1ebb1   21 months pabuhr some updates on the enum proposal
(edit) @d1551a5   21 months pabuhr formatting, a little more string stuff
(edit) @01fb70a   21 months pabuhr increase lstlisting comment start from 2.75in to 3in
(edit) @16afb2a   21 months j82liang Fix the print for enum with type
(edit) @36e120a   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @68cf1d4   21 months pabuhr update expected output for other architectures
(edit) @8ca60e4   21 months ajbeach Remove ilog2, an unused math helper.
(edit) @5764204   21 months pabuhr restrict nesting of manipulators and update manipulator test
(edit) @64c4b4d   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @3db78b89   21 months mlbrooks Fix string reading bug: Manipulator ignore should not write to its …
(edit) @8a33777   21 months mlbrooks Fix analysis error in string-input testing. Add comments correlating …
(edit) @221c542e   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @71b5aad5   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @544deb9   21 months j82liang Update ReplacePseudoFunc, mostly the runtime lookup for attribute …
(edit) @61e362f   21 months ajbeach Changed notZeroExpr so that expressions with conditional contexts are …
(edit) @bad9c8f   21 months pabuhr change from href to url in bibtex citations
(edit) @a4ed165   21 months ajbeach I was working in FixInit.cpp so I did a round of general clean-up. …
(edit) @367725d   21 months j82liang Update enum.tex
(edit) @8abe4090   21 months pabuhr switch C designators for initialization
(edit) @f2898df   21 months mlbrooks Implement string initialization and assignment from various numeric types
(edit) @dd10bf4   21 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @45d1ab9   21 months pabuhr revert interpose experiment for build failure, not the cause
(edit) @b1eefe50   21 months mlbrooks Adjust string assignment declarations for consistent/standard return type.
(edit) @ac939461   21 months j82liang Add replacePseudoFunc
(edit) @f988834   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @59c8dff   21 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @e8b3717   21 months mlbrooks Modify substring interface from start-end to start-len, and add a …
(edit) @906d8fa   21 months mlbrooks tidy a string-library unhelpful comment
(edit) @7abc3de   21 months mlbrooks Harmonize string constructors with assignments, refactor …
(edit) @11f65b3   21 months ajbeach I believe switching isValidOnFuncParam from an allow-list to a …
(edit) @5bf685f   21 months ajbeach Replayed maybeClone with maybeCopy, removed unused helppers in …
(edit) @e891349   21 months mlbrooks Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat …
(edit) @06280ad   21 months pabuhr formatting
(edit) @38951c31   21 months mlbrooks Add missing test for string *= and refactor */*= to follow +/+= …
(edit) @739495a   22 months pabuhr change shape of latex minus sign, change lstlisting escapechar from $ …
(edit) @479fbe3   22 months pabuhr formatting, add string constructor for char, add string *= operator, …
(edit) @5ecaeca   22 months pabuhr first documentation for string API
(edit) @8fceae2   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a3f820b   22 months pabuhr interpose experiment to see if it is causing the build failure
(edit) @ee16f8fc   22 months mlbrooks Attempt to fix overnight build; add test-suite Makefile entry missing …
(edit) @7db39f7   22 months pabuhr second attempt to interpose dl_iterate_phdr with disable/enable …
(edit) @8655363   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b262cb3   22 months ajbeach Unified and fixed handling of parameter attributes.
(edit) @4d689e2   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cfbc56ec   22 months mlbrooks Enable array RAII and provide uninit(-), a uNoCtor equivalent. Enable …
(edit) @f0c9c9b   22 months pabuhr formatting
(edit) @40002c5   22 months pabuhr update command-line processing
(edit) @ca2feff   22 months pabuhr update manipulator testing and expected output
(edit) @e7eb1f0   22 months pabuhr update string testing and expected output
(edit) @e0cc9e0   22 months pabuhr first attempt to interpose dl_iterate_phdr with disable/enable …
(edit) @4aae2bd   22 months pabuhr continue to work on quoted formatting and generalization
(edit) @be10079   22 months pabuhr formatting
(edit) @681e12f   22 months pabuhr formatting, change cmp to strcmp, add strlen and strcat
(edit) @8b4faf6   22 months j82liang Hoist nested enum in Struct
(edit) @58c5821   22 months ajbeach Remove extra compound statement and clean-up in InitTweak.
(edit) @116d7e2   22 months ajbeach Small bug fix in code generation. Seems to only come up while …
(edit) @c7ebbec   22 months ajbeach Reorganization of Linkage::Spec. is_mangled represented two properties …
(edit) @523e300   22 months ajbeach Forgot to remove an unused function from the exception code.
(edit) @0a6d2045   22 months ajbeach You can how use local control flow out of 'catch' clauses. Added a …
(edit) @9fba8e6   22 months ajbeach Clean-up in the exception translate pass. This changes some patterns …
(edit) @b7898ac   22 months ajbeach Another attempt at fixing execptions. It is very close to the last …
(edit) @5546eee4   23 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0fa0201d   23 months j82liang Update enumeration data structure
(edit) @69ab896   23 months ajbeach Small fix in code generation. The first case in a switch is formatted …
(edit) @19a2890   23 months pabuhr small proofreading changes
(edit) @ca9d65e   23 months pabuhr second attempt at simplifying SemanticError messages
(edit) @21ad568   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @610354a   23 months pabuhr first attempt at simplifying SemanticWarning, inline SemanticError routine
(edit) @dc80280   23 months j82liang Started the storage section (inling and weak reference)
(edit) @142930b   23 months ajbeach A harder revert of exception changes, hopefully it will get the tests …
(edit) @21ce2c7   23 months j82liang Change the unification scheme
(edit) @3e49c477   23 months pabuhr update expected output from tests after changes in semantic error messages
(edit) @b83c575   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Note: See TracRevisionLog for help on using the revision log.