# # ChangeLog for / # # Generated by Trac 1.6 # Jul 13, 2026, 6:12:51 PM Mon, 21 Oct 2019 03:10:55 GMT Peter A. Buhr [fdf4efb] * tests/concurrent/examples/quickSort.cfa (modified) balance quicksort subdivisions across leaf tasks, and randomize 200 ... Sun, 20 Oct 2019 14:46:21 GMT Peter A. Buhr [1f7324f] * tests/.expect/attributes.x64.txt (modified) and update the x64 "attributes" test expected output Sun, 20 Oct 2019 13:48:38 GMT Peter A. Buhr [24ff3b0] * tests/.expect/attributes.x86.txt (modified) update "attributes" test expected output Sun, 20 Oct 2019 13:47:09 GMT Peter A. Buhr [c5c0148] * driver/cc1.cc (modified) change cargs to args in error message for CC1 Translator stage 2 Sun, 20 Oct 2019 03:58:48 GMT Peter A. Buhr [16a18f3] * doc/proposals/approx-equal.md (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sun, 20 Oct 2019 03:58:30 GMT Peter A. Buhr [de8d7fb1] * src/CodeGen/CodeGenerator.cc (modified) do not generate anonymous name for bit field with empty declarator Fri, 18 Oct 2019 18:41:15 GMT Andrew Beach [295ed2a4] * doc/proposals/approx-equal.md (added) Added approximately equals operator proposal. Fri, 18 Oct 2019 14:38:53 GMT Thierry Delisle [ecc0fec] * longrun_tests/Makefile.am (modified) * longrun_tests/Makefile.in (modified) Removed extraneous backslash Wed, 09 Oct 2019 20:22:04 GMT Thierry Delisle [65e10b2] * libcfa/configure (modified) * libcfa/configure.ac (modified) Forgot we have a bug with O0. This should fix the build Fri, 04 Oct 2019 13:59:01 GMT Thierry Delisle [19858f6] * Makefile.in (modified) * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/prelude/extras.regx (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/stdlib.hfa (modified) * longrun_tests/Makefile.am (modified) * longrun_tests/Makefile.in (modified) * src/CodeGen/GenType.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/Makefile.in (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/ArrayType.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TopLvalue.cc (deleted) * src/SynTree/TopLvalue.h (deleted) * src/SynTree/TupleExpr.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/module.mk (modified) * src/Tuples/TupleExpansion.cc (modified) * src/main.cc (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 04 Oct 2019 13:56:24 GMT Thierry Delisle [970141d] * Jenkinsfile (modified) * tools/PrettyGitLogs.sh (deleted) Merge branch 'jenkins-sandbox' Fri, 04 Oct 2019 13:38:05 GMT Thierry Delisle [73fad25] * libcfa/configure (modified) * libcfa/configure.ac (modified) Removed -Og since it doesn't really work Tue, 01 Oct 2019 15:40:52 GMT Thierry Delisle [a094f13] * libcfa/src/stdlib.hfa (modified) * src/SynTree/TopLvalue.cc (deleted) * src/SynTree/TopLvalue.h (deleted) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 01 Oct 2019 15:40:40 GMT Thierry Delisle [722c0848] * libcfa/src/concurrency/kernel_private.hfa (modified) Added assertion to WakeThreads routine Fri, 27 Sep 2019 18:44:37 GMT Peter A. Buhr [7df201c] * libcfa/src/stdlib.hfa (modified) add 3 new alloc routines to safely bulk initialize storage Fri, 27 Sep 2019 13:27:08 GMT Thierry Delisle [ea2074e] * tests/pybin/tools.py (modified) Fix crash archiving for tests in subfolders Thu, 26 Sep 2019 19:39:32 GMT Andrew Beach [70b4ea20] * src/SynTree/TopLvalue.cc (deleted) * src/SynTree/TopLvalue.h (deleted) Removed some type-lvalue helpers that are now unused. Thu, 26 Sep 2019 17:25:49 GMT Andrew Beach [b4f8808] * src/CodeGen/GenType.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/Makefile.in (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/ArrayType.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/TupleExpr.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/module.mk (modified) * src/Tuples/TupleExpansion.cc (modified) * src/main.cc (modified) Removed lvalue from types in the old ast. Mon, 23 Sep 2019 20:59:33 GMT Andrew Beach [849720f] * src/ResolvExpr/ConversionCost.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TupleExpr.cc (modified) lvalue should now always come directly from the expression. Mon, 23 Sep 2019 18:08:22 GMT Thierry Delisle [abec2f8] * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * longrun_tests/Makefile.am (modified) * tests/pybin/settings.py (modified) Fixed makefiles missed in the removal of -in-tree Fri, 20 Sep 2019 13:21:59 GMT Thierry Delisle [679363c] * libcfa/prelude/extras.regx (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 20 Sep 2019 13:21:51 GMT Thierry Delisle [158b026] * Makefile.in (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * longrun_tests/Makefile.in (modified) * src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/pybin/settings.py (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Remove flags -in-tree and -disttree, now using paths and ... Wed, 18 Sep 2019 20:57:01 GMT Peter A. Buhr [2cb85774] * libcfa/prelude/extras.regx (modified) add typedefs __uint_least16_t and __uint_least32_t to extras.cf to ... Fri, 13 Sep 2019 18:04:11 GMT Thierry Delisle [34e1494] * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/pybin/tools.py (modified) Clean up test make file and add autodetection of number of hosts by ... Thu, 12 Sep 2019 19:59:44 GMT Thierry Delisle [15f9c8e] * tests/Makefile.am (modified) * tests/Makefile.in (modified) Some clean up and comments Thu, 12 Sep 2019 19:56:27 GMT Thierry Delisle [7009b9b] * tests/Makefile.am (modified) * tests/Makefile.in (modified) Fixed compilation of tests that don't produce an executable Thu, 12 Sep 2019 15:01:11 GMT Thierry Delisle [31d8f4d] * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) Fixed distribution dependencies Thu, 12 Sep 2019 15:00:28 GMT Thierry Delisle [eea20cd] * tests/pybin/tools.py (modified) Fixed git hash in python script with dry-run enabled Wed, 11 Sep 2019 19:08:54 GMT Thierry Delisle [6716d78] * .gitignore (modified) * tools/build/distcc_hash (added) * tools/build/push2dist.sh (added) Fixed gitignore which was ignoring tools/build and added missing ... Wed, 11 Sep 2019 17:40:38 GMT Thierry Delisle [a539fc3] * driver/cfa.cc (modified) * libcfa/src/fstream.cfa (modified) Merge branch 'master' into distcc Wed, 11 Sep 2019 17:40:09 GMT Thierry Delisle [8209e70] * tests/pybin/settings.py (modified) Fixed ordering issue in settings.py Wed, 11 Sep 2019 02:26:05 GMT Peter A. Buhr [fd8f88f] * libcfa/src/fstream.cfa (modified) remove special FILE names, like _IO_2_1_stdout_ Wed, 11 Sep 2019 02:24:49 GMT Peter A. Buhr [aced69a] * driver/cfa.cc (modified) print warning for both -E and -CFA flags, and ignore -CFA flag Tue, 10 Sep 2019 21:03:23 GMT Thierry Delisle [81e60f7] * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.in (modified) Fixed small merge problems Tue, 10 Sep 2019 18:48:01 GMT Thierry Delisle [c2051e10] * Jenkinsfile (modified) * doc/bibliography/pl.bib (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Type.h (modified) * src/main.cc (modified) * tests/pybin/tools.py (modified) Merge branch 'master' into distcc Tue, 10 Sep 2019 17:38:16 GMT Thierry Delisle [85142648] * Jenkinsfile (modified) Reverted usage of node Tue, 10 Sep 2019 15:31:35 GMT Thierry Delisle [952ee7a] * Jenkinsfile (modified) more testing Tue, 10 Sep 2019 15:29:38 GMT Thierry Delisle [4f9e706] * Jenkinsfile (modified) Testing what can happen outside of nodes Tue, 10 Sep 2019 15:11:30 GMT Thierry Delisle [aa8e8301] * Jenkinsfile (modified) No longer using node('master') for build Tue, 10 Sep 2019 15:04:46 GMT Thierry Delisle [6b6c26e] * Jenkinsfile (modified) Tentative fix for call to eachLine Tue, 10 Sep 2019 15:00:46 GMT Thierry Delisle [fdb6ac6] * Jenkinsfile (modified) Jenkins sandbox has weird limits to sandboxing Tue, 10 Sep 2019 14:54:58 GMT Thierry Delisle [c57f59d] * Jenkinsfile (modified) * tools/PrettyGitLogs.sh (deleted) Tentative fix for call to eachLine which had some warnings Tue, 10 Sep 2019 13:01:44 GMT Peter A. Buhr [216597d] * Jenkinsfile (modified) * src/ResolvExpr/Unify.cc (modified) * src/SynTree/Type.h (modified) * tests/pybin/tools.py (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 10 Sep 2019 13:01:32 GMT Peter A. Buhr [0bf5340] * driver/cc1.cc (modified) * driver/cfa.cc (modified) updates after code review, use suffix .ifa for cc1 stage1 temp-file Mon, 09 Sep 2019 21:42:03 GMT Thierry Delisle [249091f] * Jenkinsfile (modified) Some cleanup in Jenkinsfile Mon, 09 Sep 2019 21:33:39 GMT Thierry Delisle [fce01e7] * Jenkinsfile (modified) Removing need for PrettyGitLog Mon, 09 Sep 2019 21:14:52 GMT Thierry Delisle [dea0b69] * Jenkinsfile (modified) New syntax test for sh in jenkinsfile Mon, 09 Sep 2019 21:06:58 GMT Thierry Delisle [d0e4f7f] * Jenkinsfile (modified) Trying to figure out the syntax for sh returning into a variable Mon, 09 Sep 2019 21:03:36 GMT Thierry Delisle [6badd87] * Jenkinsfile (modified) Testing calls to git from Jenkinsfile rather than PrettyGitLog.sh, in ... Mon, 09 Sep 2019 21:00:05 GMT Thierry Delisle [3ce2425] * Jenkinsfile (modified) * tests/pybin/tools.py (modified) Merge branch 'jenkins-sandbox' Mon, 09 Sep 2019 20:58:36 GMT Thierry Delisle [655c5fa] * tests/.expect/REMOVE_THIS_TEST.txt (deleted) * tests/.expect/REMOVE_THIS_TEST2.txt (deleted) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/REMOVE_THIS_TEST.cfa (deleted) * tests/REMOVE_THIS_TEST2.cfa (deleted) Removed dummy tests Mon, 09 Sep 2019 15:07:01 GMT Thierry Delisle [e25aa69] * tests/Makefile.am (modified) * tests/Makefile.in (modified) Testing test archival when multiple tests fail Wed, 04 Sep 2019 17:54:42 GMT Andrew Beach [3315e3d] * src/ResolvExpr/Unify.cc (modified) * src/SynTree/Type.h (modified) Unify uses Qualifiers::unify, which should handle lvalue better. Sat, 31 Aug 2019 20:00:19 GMT Peter A. Buhr [7c8246d] * driver/cc1.cc (modified) revert library path versus bprefix to locate cfa-cpp Fri, 30 Aug 2019 16:52:14 GMT Peter A. Buhr [33c849e] * driver/cc1.cc (modified) temporarily use library path versus bprefix to locate cfa-cpp Fri, 30 Aug 2019 16:50:49 GMT Peter A. Buhr [b544afa] * driver/cfa.cc (modified) move bprefix to environment variable for cc1 Mon, 26 Aug 2019 20:15:08 GMT Peter A. Buhr [417a630] * driver/cc1.cc (modified) * driver/cfa.cc (modified) second attempt at moving cfa-cpp to cc1 stage 2 Mon, 26 Aug 2019 13:46:08 GMT Peter A. Buhr [5a43ab8] * driver/cc1.cc (modified) print more information when cc1 fails for debugging Sun, 25 Aug 2019 12:48:51 GMT Peter A. Buhr [330d933] * Jenkins/FullBuild (modified) * Jenkinsfile (modified) * Makefile.in (modified) * automake/cfa.m4 (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * longrun_tests/Makefile.in (modified) * src/BasicTypes-gen.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/ConversionCost.h (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/typeops.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TopLvalue.cc (added) * src/SynTree/TopLvalue.h (added) * src/SynTree/TupleExpr.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/module.mk (modified) * src/main.cc (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/gccExtensions.cfa (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sun, 25 Aug 2019 12:48:11 GMT Peter A. Buhr [f9bf142] * doc/bibliography/pl.bib (modified) adds, updates, formatting bibliography entries Fri, 23 Aug 2019 21:39:48 GMT Peter A. Buhr [bbb1b35] * driver/cc1.cc (modified) * driver/cfa.cc (modified) first attempt at -save-temp for cfa-cpp output, formatting Fri, 23 Aug 2019 10:52:14 GMT Peter A. Buhr [ef22ad6] * Jenkins/FullBuild (modified) * Jenkinsfile (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TupleExpr.cc (modified) * src/main.cc (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) deal with conflicts Fri, 23 Aug 2019 10:43:43 GMT Peter A. Buhr [2c60af75] * driver/cc1.cc (modified) * driver/cfa.cc (modified) move cfa-cpp into stage 2 of cc1, and update cfa to facilitate the change Fri, 23 Aug 2019 03:21:56 GMT Peter A. Buhr [e0bd0f9] * src/main.cc (modified) remove -F flag and fix usage message Mon, 19 Aug 2019 14:44:30 GMT Thierry Delisle [4648c84] * tests/.expect/REMOVE_THIS_TEST2.txt (added) * tests/REMOVE_THIS_TEST2.cfa (added) Added new temporary test to check multiple archiving multiple ... Thu, 15 Aug 2019 21:09:11 GMT Thierry Delisle [c95fdc9] * Jenkinsfile (modified) Trying relative artifact paths Thu, 15 Aug 2019 20:17:30 GMT Thierry Delisle [b8dd786] * Jenkinsfile (modified) fix archive pattern to not exclude all files Thu, 15 Aug 2019 19:09:03 GMT Andrew Beach [5d00425] * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) StmtExpr also does not have the lvalue I originally expected. Thu, 15 Aug 2019 18:57:18 GMT Thierry Delisle [d8fb85c] * Jenkinsfile (modified) archiveArtefact requires a pattern aparently not a directory Thu, 15 Aug 2019 18:08:51 GMT Thierry Delisle [4c51aca] * Jenkinsfile (modified) Fixed jenkinsfile to also archive test crashes on short tests Thu, 15 Aug 2019 17:19:02 GMT Thierry Delisle [4c1b9ea8] * Jenkinsfile (modified) Fix scope of archival for tests Thu, 15 Aug 2019 15:37:24 GMT Thierry Delisle [17bc05b] * tests/pybin/settings.py (modified) Added comments Thu, 15 Aug 2019 15:28:03 GMT Thierry Delisle [3e93c00] * Jenkinsfile (modified) Fix archiving to happen on errors not on success Thu, 15 Aug 2019 15:04:37 GMT Thierry Delisle [ddee972] * Jenkinsfile (modified) Small syntax fix Thu, 15 Aug 2019 14:54:47 GMT Thierry Delisle [143e6f3] * Jenkinsfile (modified) * tests/.expect/REMOVE_THIS_TEST.txt (added) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/REMOVE_THIS_TEST.cfa (added) * tests/pybin/tools.py (modified) Trying out archive build failures Thu, 15 Aug 2019 14:35:13 GMT Thierry Delisle [6daaee3] * tests/pybin/settings.py (modified) Fixed incorrect merge Thu, 15 Aug 2019 14:31:53 GMT Thierry Delisle [5c4a473] * Jenkins/FullBuild (modified) * Jenkinsfile (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/ConversionCost.h (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/typeops.h (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TupleExpr.cc (modified) * src/main.cc (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) Merge branch 'master' into distcc Thu, 15 Aug 2019 14:21:36 GMT Thierry Delisle [d65f92c] * Makefile.in (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * longrun_tests/Makefile.in (modified) * src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/config.py.in (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Tests almost work, the only issue left is using -E and -CFA together Wed, 14 Aug 2019 19:46:35 GMT Andrew Beach [3c7f01b] * src/SynTree/Expression.h (modified) * src/SynTree/TupleExpr.cc (modified) Hopefully that is the last override to get_lvalue we will need. Wed, 14 Aug 2019 19:12:27 GMT Thierry Delisle [a74554af] * Jenkins/FullBuild (modified) Full build email now contains relative performance data in addition ... Wed, 14 Aug 2019 19:09:05 GMT Thierry Delisle [3221a2b] * Jenkinsfile (modified) Improved jenkins presentation of performance plots Tue, 13 Aug 2019 20:38:27 GMT Thierry Delisle [dcfedca] * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) Test script can now archive errors (copy executables and core dumps ... Tue, 13 Aug 2019 19:25:57 GMT Thierry Delisle [1ee048fd] * driver/cfa.cc (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) All tests pass with distributed compilation Tue, 13 Aug 2019 18:36:06 GMT Thierry Delisle [1118b8b] * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/ConversionCost.h (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/typeops.h (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TupleExpr.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 13 Aug 2019 18:35:54 GMT Thierry Delisle [dee1f89] * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/main.cc (modified) Libcfa make can now stop cfa-cpp when starting so a gdb session will ... Tue, 13 Aug 2019 18:03:37 GMT Andrew Beach [14388c1] * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TupleExpr.cc (modified) Most expressions now return a hard-coded lvalue flag. Mon, 12 Aug 2019 17:47:37 GMT Andrew Beach [7d01cf44] * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/ConversionCost.h (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/typeops.h (modified) lvalue is now read through the expression. Mon, 12 Aug 2019 16:34:27 GMT Thierry Delisle [ef46abb] * automake/cfa.m4 (modified) * configure (modified) * driver/cfa.cc (modified) * src/BasicTypes-gen.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TopLvalue.cc (added) * src/SynTree/TopLvalue.h (added) * src/SynTree/Type.cc (modified) * src/SynTree/module.mk (modified) * src/main.cc (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) * tests/gccExtensions.cfa (modified) * tests/pybin/settings.py (modified) Merge branch 'master' into distcc Mon, 12 Aug 2019 15:05:36 GMT Thierry Delisle [b3976bf] * Jenkinsfile (modified) * Makefile.in (modified) * automake/cfa.m4 (modified) * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * benchmark/baselines/calc.py (added) * benchmark/baselines/x64/compile.csv (added) * benchmark/baselines/x64/ctxswitch.csv (added) * benchmark/baselines/x64/mutex.csv (added) * benchmark/baselines/x64/signal.csv (added) * benchmark/baselines/x86/compile.csv (added) * benchmark/baselines/x86/ctxswitch.csv (added) * benchmark/baselines/x86/mutex.csv (added) * benchmark/baselines/x86/signal.csv (added) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * driver/cfa.cc (modified) * longrun_tests/Makefile.in (modified) * src/BasicTypes-gen.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TopLvalue.cc (added) * src/SynTree/TopLvalue.h (added) * src/SynTree/Type.cc (modified) * src/SynTree/module.mk (modified) * src/main.cc (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) * tests/Makefile.in (modified) * tests/gccExtensions.cfa (modified) * tests/pybin/settings.py (modified) * tools/Makefile.in (modified) * tools/baseline.py (added) * tools/prettyprinter/Makefile.in (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 12 Aug 2019 15:05:15 GMT Thierry Delisle [cc4218f] * src/ResolvExpr/AlternativeFinder.cc (modified) Added assertion as documentation Sat, 10 Aug 2019 13:39:08 GMT Peter A. Buhr [4f5a8a2] * driver/cfa.cc (modified) clean up code for -x from cfa Sat, 10 Aug 2019 03:09:43 GMT Peter A. Buhr [98399b2] * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 10 Aug 2019 03:09:38 GMT Peter A. Buhr [8c63bb4] * driver/cfa.cc (modified) first attempt to make -x work correctlu from cfa Fri, 09 Aug 2019 21:03:08 GMT Thierry Delisle [14347ac] * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) libcfa now properly supports building with --enable-distcc Thu, 08 Aug 2019 17:24:09 GMT Andrew Beach [0f19f5e5] * src/ResolvExpr/ConversionCost.cc (modified) Made private overloads of convertToReferenceCost static. Thu, 08 Aug 2019 15:29:53 GMT Andrew Beach [2d80111] * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) Lvalue is checked through Expression::get_lvalue. Only three other ... Wed, 07 Aug 2019 20:50:27 GMT Andrew Beach [4615ac8] * src/Makefile.in (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/TopLvalue.cc (added) * src/SynTree/TopLvalue.h (added) * src/SynTree/module.mk (modified) * src/main.cc (modified) Added asserts and clears to make sure lvalue is only used where we ... Wed, 07 Aug 2019 19:23:56 GMT Thierry Delisle [bbfd0e0] * configure (modified) * configure.ac (modified) * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) Tentative support for distcc in cforall, right now nothing works ... Tue, 06 Aug 2019 16:45:45 GMT Peter A. Buhr [9e72dbb7] * tests/.expect/gccExtensions.x64.txt (modified) change names for int128 variables Tue, 06 Aug 2019 16:44:34 GMT Peter A. Buhr [f4f9d27] * src/ResolvExpr/ConversionCost.cc (modified) formatting