From noreply at github.com Tue Jul 4 08:21:05 2017 From: noreply at github.com (GitHub) Date: Mon, 03 Jul 2017 23:21:05 -0700 Subject: [M3commit] [modula3/cm3] 0d5954: reduce-target-variation Message-ID: <595b33d19292d_77853fb988581c2819783d@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/reduce-target-variation Home: https://github.com/modula3/cm3 Commit: 0d59546d11641afe3772b73f226c2e90b960d7fc https://github.com/modula3/cm3/commit/0d59546d11641afe3772b73f226c2e90b960d7fc Author: jaykrell Date: 2017-07-03 (Mon, 03 Jul 2017) Changed paths: M m3-sys/cm3/src/Main.m3 M m3-sys/cm3/src/Makefile.m3 M m3-sys/cminstall/src/config-no-install/cm3cfg.common M m3-sys/m3back/src/M3C.m3 M m3-sys/m3cc/gcc-4.7/gcc/dbxout.c M m3-sys/m3cc/gcc-4.7/gcc/dwarf2out.c M m3-sys/m3cc/gcc-4.7/gcc/toplev.c M m3-sys/m3cc/gcc-4.7/gcc/toplev.h M m3-sys/m3cc/gcc/gcc/m3cg/lang.opt M m3-sys/m3cc/gcc/gcc/m3cg/parse.c M m3-sys/m3front/src/misc/Coverage.m3 M m3-sys/m3front/src/misc/Host.i3 M m3-sys/m3front/src/misc/Host.m3 M m3-sys/m3front/src/misc/M3Header.m3 M m3-sys/m3front/src/misc/Scanner.m3 M m3-sys/m3front/src/values/Module.m3 M m3-sys/m3middle/src/Target.i3 M scripts/python/pylib.py Log Message: ----------- reduce-target-variation From noreply at github.com Sat Jul 15 17:59:37 2017 From: noreply at github.com (GitHub) Date: Sat, 15 Jul 2017 08:59:37 -0700 Subject: [M3commit] [modula3/cm3] 125464: Many comments explaining invariants, etc. involvin... Message-ID: <596a3be996b04_40b63f7f6e2cbc44276ac@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/modula3/cm3 Commit: 125464c76102262e75489a331960a057a5af9846 https://github.com/modula3/cm3/commit/125464c76102262e75489a331960a057a5af9846 Author: Rodney Bates Date: 2017-07-15 (Sat, 15 Jul 2017) Changed paths: M m3-sys/m3middle/src/M3CG_Ops.i3 Log Message: ----------- Many comments explaining invariants, etc. involving the IR operators. Document invariants, operator ordering constraints, 'Name' forms, peculiarities of IR content, etc. Remove passive voice and other ambiguities. This info was hard work to ferret out. Save somebody (me, even) from having to duplicate it in the future . Commit: ca6e5ca97724cde618ff1504a211465034f82a03 https://github.com/modula3/cm3/commit/ca6e5ca97724cde618ff1504a211465034f82a03 Author: Rodney Bates Date: 2017-07-15 (Sat, 15 Jul 2017) Changed paths: M m3-libs/ordsets/ordsets/src/OrdSets.mg Log Message: ----------- Comments, remove redundant initialization. Compare: https://github.com/modula3/cm3/compare/8c43e42b46af...ca6e5ca97724