source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @181036c   20 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @082af5b   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @283876d   20 months pabuhr update loop tests and expected output for corrected @ usage for … ADTast-experimentalpthread-emulation
(edit) @dbedd71   20 months pabuhr update for-control with corrected @ usage for negative range ADTast-experimentalpthread-emulation
(edit) @ccbc65c   20 months ajbeach Converted the Expand Virtual Casts to the new ast. ADTast-experimentalpthread-emulation
(edit) @4962741   20 months pabuhr fix for-control loop in heap test ADTast-experimentalpthread-emulation
(edit) @ff36907   20 months pabuhr update loop-control test and expected output ADTast-experimentalpthread-emulation
(edit) @571f220   20 months pabuhr add and update bibliography repository ADTast-experimentalpthread-emulation
(edit) @c48b61c   20 months pabuhr update for-control test-programs and expected output ADTast-experimentalpthread-emulation
(edit) @52be5948   20 months pabuhr update for-control with more error messages ADTast-experimentalpthread-emulation
(edit) @091ccdb   20 months pabuhr add tests for all possible loop syntax ADTast-experimentalpthread-emulation
(edit) @5c98a25   20 months pabuhr update test programs with for-control changes ADTast-experimentalpthread-emulation
(edit) @d78c238   20 months pabuhr update for-control with explicit type declarations ADTast-experimentalpthread-emulation
(edit) @66406f3   20 months pabuhr update debug printing ADTast-experimentalpthread-emulation
(edit) @df00c78   20 months pabuhr formatting ADTast-experimentalpthread-emulation
(edit) @ba48a9b   20 months pabuhr ignore zero divide when evaluating constexpr expressions ADTast-experimentalpthread-emulation
(edit) @62c5a55   20 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @8040286   20 months Thierry Delisle Filled in several citations and did some of the todos ADTast-experimentalpthread-emulation
(edit) @878be17   20 months pabuhr proofread intro ADTast-experimentalpthread-emulation
(edit) @511a9368   20 months Thierry Delisle Filled in eval section for existing results. Except update ratio which … ADTast-experimentalpthread-emulation
(edit) @1c4f063   20 months Thierry Delisle commented out thrash at the end of the thesis ADTast-experimentalpthread-emulation
(edit) @749cf69   20 months Thierry Delisle Added label ADTast-experimentalpthread-emulation
(edit) @0c11d3c   20 months Thierry Delisle Some small changes to the macro experiements data ADTast-experimentalpthread-emulation
(edit) @e76fa30   20 months Thierry Delisle Filled up the eval micro section ADTast-experimentalpthread-emulation
(edit) @e5e2334   20 months Thierry Delisle Updated makefile and data plotting ADTast-experimentalpthread-emulation
(edit) @c3b999d9   20 months Thierry Delisle more data for the thesis ADTast-experimentalpthread-emulation
(edit) @80d16f8   20 months pabuhr small wording changes to abstract ADTast-experimentalpthread-emulation
(edit) @3fe4acd   20 months Thierry Delisle Tiny merge of peter's changes ADTast-experimentalpthread-emulation
(edit) @4e21942   20 months pabuhr proofread abstract ADTast-experimentalpthread-emulation
(edit) @30159e5   20 months pabuhr add new paragraph ADTast-experimentalpthread-emulation
(edit) @ee0176b   20 months Thierry Delisle Fixed go shutdown in churn benchmark ADTast-experimentalpthread-emulation
(edit) @d71db1a   20 months Thierry Delisle rmit not supports unconditional args ADTast-experimentalpthread-emulation
(edit) @6b00c53   20 months Thierry Delisle Jenkins no longer offers the option to build the old ast ADTast-experimentalpthread-emulation
(edit) @9d2609fa   20 months Thierry Delisle Disabled x86 for nightly build until openssh issue is resolved ADTast-experimentalpthread-emulation
(edit) @999faf1   20 months Thierry Delisle Some writing for the eval section. Results for cycle and yield should … ADTast-experimentalpthread-emulation
(edit) @8f09242   20 months Thierry Delisle Updated makefile to use new data. ADTast-experimentalpthread-emulation
(edit) @0d24ff2   20 months Thierry Delisle A whole bunch of new data for the result section. Hopefully, most of … ADTast-experimentalpthread-emulation
(edit) @c0458be3   20 months Thierry Delisle More small changes to the plot script and added script to parse trun … ADTast-experimentalpthread-emulation
(edit) @ce1d721   20 months ajbeach Changed the indentation in TupleExpansionNew?.cpp to match the standard … ADTast-experimentalpthread-emulation
(edit) @b507dcd   20 months ajbeach Converted the Expand Tuples pass to the new ast. ADTast-experimentalpthread-emulation
(edit) @d0fcc82   20 months Thierry Delisle New version of the abstract ADTast-experimentalpthread-emulation
(edit) @c4c8571   20 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @3f95dab   20 months Thierry Delisle Committing hopefully last version of the webserver ADTast-experimentalpthread-emulation
(edit) @7ce8873   20 months Thierry Delisle Added some io stats ADTast-experimentalpthread-emulation
(edit) @2af1943   20 months Thierry Delisle Small improvements to some of the alignment requirements in CFA runtime. ADTast-experimentalpthread-emulation
(edit) @13d326ec   20 months ajbeach More clean-up, including some removing some duplicate functions. ADTast-experimentalpthread-emulation
(edit) @1b97cc87   20 months Thierry Delisle Minor fixes to rmit for nasus ADTast-experimentalpthread-emulation
(edit) @dd33c1f   20 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @4c48be0   20 months f37yu remove debug print ADTast-experimentalpthread-emulation
(edit) @3992098   20 months ajbeach Changed the default Linkage on ast::FunctionDecl? from C to Cforall to … ADTast-experimentalpthread-emulation
(edit) @e8616b6   20 months ajbeach Changed the default Linkage on ast::ObjectDecl? from C to Cforall. … ADTast-experimentalpthread-emulation
(edit) @5cf1228   20 months ajbeach Clean-up the new specialize pass. (Especially the cruft from the hand-off.) ADTast-experimentalpthread-emulation
(edit) @ffec1bf   20 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e23b446   20 months f37yu add specialize pass ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1f950c3b   20 months Thierry Delisle Fixed some small errors in benchmarks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8fe35be   20 months Thierry Delisle Fixed some benchmarks that were still using stack arrays ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @970fa54   20 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6a6544d   20 months Thierry Delisle added some discussion on heuristic and burst wake-up ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @24a3d2b   20 months pabuhr small updates ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1988572   20 months pabuhr formatting, removed unnecessary casts ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e01d2f6   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @05b400a   20 months pabuhr updated bibliography citations ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8b3de2a   20 months pabuhr fuss with cycle figure ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c4072d8e   20 months pabuhr proofread chapter micro-benchmarks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0809c4e   20 months pabuhr change lstlisting macro to cfa ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5ce7f4a   21 months Thierry Delisle Makefile no longer looks for dependencies to clean and instead uses … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @18070ee   21 months Thierry Delisle Change box pass to scope better when polymorphic functions get … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b9e2b87   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6bf35d1   21 months pabuhr fix typo that prevented make ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e6662f5   21 months Thierry Delisle Merge Peter's changes and added some details to idle sleep tracking ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6726a3a   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d677355   21 months pabuhr proofread chapter practice, adjust figures, small changes in other files ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @2fd0de0   21 months ajbeach Another clean-up pass on fix names since I was in the area. This one … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b585593   21 months ajbeach Slight adjustment to FixNames?, same behaviour but a lighter … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @11df881   21 months ajbeach Updated documentation on pre-resolver passes, moving code to headers … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0577df2   21 months ajbeach Various pieces of clean-up in MultiLevelExit?. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @efcd8f2   21 months Thierry Delisle Merge Peter's io changes ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6a896b0   21 months ajbeach Translated the Exception Declaration pass. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @847bb6f   21 months pabuhr proofread chapter text/io.tex, and updates in other chapaters ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @4f3807d   21 months Thierry Delisle Removed jenkins performance plots since they were not very useful ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1932e8a   21 months Thierry Delisle Changed how cleaning is handled in makefiles. Hopefully this approach … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @af75a87   21 months ajbeach Adjusted typedef replacement, attributes should be filtered with … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d4b37ab   21 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b9f8274   21 months ajbeach Removed the validate sub-pass interface. This also showed an extra … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1931bb0   21 months ajbeach Converted 'Validate A' to the new AST. There some utility changes as well. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @25404c7   21 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9c6443e   21 months Thierry Delisle Merge peter's changes for core ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @3e3bee2   21 months pabuhr add bridge at end of chapter 4 to chapter 5 ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @aa60460   21 months pabuhr proofread chapter text/core.tex ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @84f90b6   21 months pabuhr added the latex comment package ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @be99234   21 months pabuhr update figures ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @2a859b5   21 months pabuhr add new figure base_ts2 ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6415549   21 months pabuhr update attribute.cfa expect file for ARM64 ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0edbdb2   21 months pabuhr add constant expression tests ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f37d9e7   21 months pabuhr change CurrentObject?.cc to use eval rather than ad-hoc … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7991c7d   21 months pabuhr change enumerator_value_opt to only parse constant_expression ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @120867e   21 months pabuhr update EvalNew? to handle more compile-time constant-expression evaluation ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1ed3fe7c   21 months pabuhr change semantic error message for non-const enumerator to be clearer ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @06bdba4   21 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @adf03a6   21 months Thierry Delisle Updated intro ADTast-experimentalpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.