source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d73e667   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @399074a   7 months pabuhr update overload comparison table
(edit) @b5978ca   7 months ajbeach Moved a reasonably large function out of a header.
(edit) @f5bf3c2   7 months pabuhr more proofreading on introduction chapter
(edit) @62b5940   7 months mlbrooks Flesh out the string_sharectx demo
(edit) @5329cba   7 months pabuhr change position of legend in graph
(edit) @fd3be42   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @42cd67b8   7 months pabuhr change plot-allocn.gp to get better graph
(edit) @07293ad   7 months pabuhr make gnuplot files dependencies
(edit) @e1358c0   7 months lseo create waituntil timeout node as literal via macro as a workaround for …
(edit) @048dde4   7 months mlbrooks Rough-in gnuplot for "allocn" string graph
(edit) @a7d93cb   7 months pabuhr first attempt to use gnuplot for graphs
(edit) @bb85f76   7 months mlbrooks Add missing graph raw dataset
(edit) @b26ab30   7 months mlbrooks Add raw data for string graphs
(edit) @71624f8   7 months ajbeach Copied Peter's include/includes fix for another header that does not …
(edit) @8f250e0   7 months pabuhr continue proofreading string chapter
(edit) @8617ee90   7 months pabuhr update constructor/destructor section for uC++toCFA
(edit) @06ffa95   7 months pabuhr change shareEdit to share and proofreading of string chapter
(edit) @7611631   7 months pabuhr add citation
(edit) @75a0eae   7 months pabuhr change formatting of lstlisting single quote
(edit) @3d9831b   7 months pabuhr fix comment
(edit) @8c2723f   7 months pabuhr change name shareEdit to share
(edit) @a21aaff   7 months ajbeach Syncronized getPrintName with mangleName. Ideally there would be some …
(edit) @e48aca8   7 months ajbeach Added support for code generation of the CountofExpr. This doesn't do …
(edit) @6f9f338   7 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6cb3e5d   7 months pabuhr formatting. reduce experiment duration
(edit) @8b639f9   7 months pabuhr make including gawkapi.h conditional on its existence
(edit) @3e91c6f9   7 months pabuhr fix pull conflicit
(edit) @3bd9508   7 months pabuhr formatting
(edit) @195f43d   7 months pabuhr start proofreading string chapter
(edit) @594671a   7 months ajbeach Erase dtype types when they are encountered. Waiting to a use means …
(edit) @0603700   7 months pabuhr uncomment include files for the C include-file test, as errors have …
(edit) @88771d7   7 months pabuhr second attempt to move builtin types through the system
(edit) @45553f5   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ee8f72d   8 months pabuhr first attempt to move builtin types through the system
(edit) @ee22919   8 months ajbeach Removed unused utility from Iterate.hpp. It hasn't been used in a long …
(edit) @98a5ee7   8 months pabuhr temporary fix for ARM vector types
(edit) @8de86b3   8 months pabuhr update x86 expect file for attribute test
(edit) @2a90639   8 months pabuhr small updates to dumpable.cfa
(edit) @31df72b   8 months pabuhr fix attribute problem with typedef names in aggregate field declaration
(edit) @3483185   8 months lseo Make it possible to fulfil a future by loading an exception like ucpp
(edit) @b8b64c34   8 months ajbeach That should be the rest of the warnings generated from the tests …
(edit) @9506c70   8 months ajbeach Stricter BranchStmt code generation that should prevent some of the …
(edit) @4be0117   8 months ajbeach Cleaned the warnings from exceptions tests. Mostly explicit …
(edit) @8705a11   8 months ajbeach Added a test to check enumerations based on trac#46, which has been …
(edit) @d923fca   8 months ajbeach Clean-up the warnings of the concurrency tests. A lot of little test …
(edit) @3e5fea2   8 months pabuhr update x86 expect file after fixing 32-bit builtin-type definitions
(edit) @dcf8054   8 months pabuhr add ssize_t to extras
(edit) @b3ad342   8 months pabuhr fix 32-bit builtin-type definitions using size_t and ssize_t
(edit) @ef9f11c   8 months pabuhr change checked_poll to poll for suspendPoll/resumePoll macros
(edit) @c341b57   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @502ff9e   8 months pabuhr add citations
(edit) @53f4b55   8 months ajbeach Remove the untyped constructor for (typed) OffsetofExpr. The one time …
(edit) @5e8d75bb   8 months mlbrooks Thesis, string, flesh out introductory comparison
(edit) @a8404d9   8 months ajbeach Just some formatting clean-up I did while investigating …
(edit) @54cd1a51   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4d5c5b6a   8 months pabuhr add overload table data for Ada
(edit) @691bf0a   8 months ajbeach Removed extra include for TranslationDeps clean-up.
(edit) @17fa94f   8 months ajbeach Reworked some nodes so they can be typed or untyped. This allowed me …
(edit) @3e5e32cf   8 months pabuhr small additions to the attribute problem, but not a complete fix
(edit) @3ae2069   8 months f37yu added some comments to the overloading features table
(edit) @16d7535   8 months mlbrooks Fix vector-demo warnings on x86 (was blocked from last full build by …
(edit) @eca364f7   9 months pabuhr update .expect file for attribute test on ARM
(edit) @cd28605   9 months pabuhr first attempt at generalizing attributes to statements
(edit) @a8e2215   9 months mlbrooks Tidy vector-iterator POC and remedy its warnings
(edit) @301e9f7   9 months ajbeach A bit of clean-up in the Makefile on some new rules.
(edit) @ab94c37   9 months ajbeach Change in actor ?|? function generation. It looks accessive (and in a …
(edit) @d3d54b3   9 months mlbrooks Eliminate warnings due to sizeof returning type inconsistent with %zu. …
(edit) @92aeae1   9 months mlbrooks Correct spelling mistake in variables
(edit) @090b076   9 months mlbrooks Expand and update comments re testing instrucions
(edit) @332e93a   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @985ff5f   9 months pabuhr small proofreading changes
(edit) @7846f91   9 months pabuhr start adding table overload discriminating features
(edit) @1ee74df   9 months ajbeach I am working on errors in actors and I got tripped up by some code …
(edit) @dfe8f78   9 months ajbeach Getting the reproduction of every trac ticket in the repository looks …
(edit) @7959e56   9 months mlbrooks Eliminate libcfa-build warnings of missing int-to-pointer casts. …
(edit) @59fdd0d   9 months mlbrooks Improve intermediate code dumps: don't lower zero_t/one_t to int until …
(edit) @54f70c6   9 months ajbeach Removing some unneeded distributions.
(edit) @90e683b   9 months ajbeach I set out to do a enum rework. It ended up being much the same and I …
(edit) @bbbff10   9 months pabuhr update loop_else test to handle warnings
(edit) @641707d   9 months ajbeach More fixing of warnings. Including another error that slipped through …
(edit) @372d33c   9 months ajbeach Use lax warnings on forall test. This should get the nightly build …
(edit) @a465d751   9 months ajbeach In the 'designations': Instead of leaving some variables unused, print …
(edit) @161b98e   9 months ajbeach Cleaned up some errors that did not show up in my local test but …
(edit) @a22e8b4   9 months ajbeach Removed the warnings from more tests. I think '(void)var;' might be …
(edit) @49510db   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a950021   9 months pabuhr proofread chapter 3
(edit) @c699602   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2e0bb92   9 months pabuhr remove warnings, and change I/O to work with gcc
(edit) @bada452   9 months ajbeach Removed warnings from serveral tests and removed them from the …
(edit) @71ca5b9   9 months lseo perform proper casting before pointer arithmetic
(edit) @c3d0182a   9 months lseo plan9 inline ordering for concurrency keywords.
(edit) @de8a0a4   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0f070a4   9 months pabuhr proofread intro chapter
(edit) @c0beea3   9 months pabuhr remove spurious blank line
(edit) @8c3516c   9 months pabuhr update .gitignore file list
(edit) @11f92fac   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @35eef3b   9 months pabuhr updates to prepare for moving location of inline data for new kinds of …
(edit) @2a5345b   9 months f37yu try to fix cost table one more time, add some comments
(edit) @1fb0a883   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Note: See TracRevisionLog for help on using the revision log.