# # ChangeLog for doc/theses/mike_brooks_MMath # # Generated by Trac 1.2.1 # Jul 2, 2024, 1:03:30 PM Mon, 03 Apr 2023 20:34:39 GMT Mike Brooks [90a3a89] * doc/theses/mike_brooks_MMath/benchmarks/list/Makefile (modified) * doc/theses/mike_brooks_MMath/benchmarks/list/test-correctness.sh (modified) LL perf: Add comments for rerunning tests Sat, 01 Apr 2023 02:56:31 GMT Mike Brooks [f3ba69d] * doc/theses/mike_brooks_MMath/benchmarks/list/results-baseline.csv (modified) LL perf: Upgrade the results' dataset to have more runs of longer ... Fri, 31 Mar 2023 22:32:04 GMT Michael Brooks [0b66ef9] * doc/theses/mike_brooks_MMath/benchmarks/list/.gitignore (added) * doc/theses/mike_brooks_MMath/benchmarks/list/Makefile (added) * doc/theses/mike_brooks_MMath/benchmarks/list/_classic.c (added) * doc/theses/mike_brooks_MMath/benchmarks/list/driver.c (added) * doc/theses/mike_brooks_MMath/benchmarks/list/expect.queue-insfirst.txt (added) * doc/theses/mike_brooks_MMath/benchmarks/list/expect.queue-inslast.txt (added) * doc/theses/mike_brooks_MMath/benchmarks/list/expect.stack-insfirst.txt (added) * doc/theses/mike_brooks_MMath/benchmarks/list/expect.stack-inslast.txt (added) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-cfa-cfa.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-cpp-stlref.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-lq-list.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-lq-tailq.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/fx-upp-upp.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/observation.c (added) * doc/theses/mike_brooks_MMath/benchmarks/list/observation.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-insfirst-allhead.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-insfirst-inselem.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-insfirst-remelem.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-inslast-allhead.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-inslast-inselem.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-inslast-remelem.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-insfirst-allhead.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-insfirst-inselem.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-insfirst-remelem.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-inslast-allhead.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-inslast-inselem.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-inslast-remelem.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/proglang.h (added) * doc/theses/mike_brooks_MMath/benchmarks/list/results-baseline.csv (added) * doc/theses/mike_brooks_MMath/benchmarks/list/tailq-bug.c (added) * doc/theses/mike_brooks_MMath/benchmarks/list/test-correctness-regenerate-expected.sh (added) * doc/theses/mike_brooks_MMath/benchmarks/list/test-correctness.sh (added) Add linked list performance experiment Wed, 22 Mar 2023 15:34:45 GMT Peter A. Buhr [5d9c4bb] * doc/theses/mike_brooks_MMath/list.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) proofread Mike's list chapter Fri, 17 Mar 2023 15:47:05 GMT Michael Brooks [5717495] * doc/theses/mike_brooks_MMath/Makefile (modified) * doc/theses/mike_brooks_MMath/list.tex (added) * doc/theses/mike_brooks_MMath/pictures/lst-issues-attach.pdf (added) * doc/theses/mike_brooks_MMath/pictures/lst-issues-attach.vsdx (added) * doc/theses/mike_brooks_MMath/pictures/lst-issues-direct.pdf (added) * doc/theses/mike_brooks_MMath/pictures/lst-issues-direct.vsdx (added) * doc/theses/mike_brooks_MMath/programs/lst-features-intro.run.cfa (added) * doc/theses/mike_brooks_MMath/programs/lst-features-multidir.run.cfa (added) * doc/theses/mike_brooks_MMath/programs/lst-issues-attach-reduction-byref.run.cpp (added) * doc/theses/mike_brooks_MMath/programs/lst-issues-attach-reduction-emplaced.run.cpp (added) * doc/theses/mike_brooks_MMath/programs/lst-issues-attach-reduction.hpp (added) * doc/theses/mike_brooks_MMath/programs/lst-issues-intrusive.run.c (added) * doc/theses/mike_brooks_MMath/programs/lst-issues-multi-static.run.c (added) * doc/theses/mike_brooks_MMath/programs/lst-issues-wrapped-byref.run.cpp (added) * doc/theses/mike_brooks_MMath/programs/lst-issues-wrapped-emplaced.run.cpp (added) * doc/theses/mike_brooks_MMath/uw-ethesis.bib (modified) * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) Start of the linked-list chapter. Fri, 21 Oct 2022 16:13:25 GMT Michael Brooks [a5e2682] * doc/theses/mike_brooks_MMath/programs/hello-md.cfa (modified) * libcfa/src/containers/array.hfa (modified) * tests/array-container/.expect/array-sbscr-types.txt (added) * tests/array-container/array-basic.cfa (modified) * tests/array-container/array-sbscr-types.cfa (added) Improve new-array subscripting to cover missing cases. Missing ... Thu, 21 Jul 2022 12:26:27 GMT Peter A. Buhr [6bf35d1] * doc/theses/mike_brooks_MMath/array.tex (modified) fix typo that prevented make Mon, 11 Apr 2022 17:02:54 GMT Michael Brooks [8d76f2b] * doc/theses/mike_brooks_MMath/array.tex (modified) * doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal-matmul.cfa (added) * doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal-stdvec.cpp (added) * doc/theses/mike_brooks_MMath/programs/array-boundcheck-removal.cfa (added) * doc/theses/mike_brooks_MMath/uw-ethesis.bib (modified) * libcfa/src/containers/array.hfa (modified) Adding runtime bound checking for array subscripts and showing the ... Mon, 11 Apr 2022 16:49:36 GMT Michael Brooks [a08443b] * doc/theses/mike_brooks_MMath/.gitignore (modified) * doc/theses/mike_brooks_MMath/thesis-frontpgs.tex (deleted) Thesis clean-up from last reorganization Mon, 04 Apr 2022 14:12:48 GMT Michael Brooks [1a9592a] * doc/theses/mike_brooks_MMath/.gitignore (modified) * doc/theses/mike_brooks_MMath/Makefile (modified) * doc/theses/mike_brooks_MMath/content/array/features/array.hfa (deleted) * doc/theses/mike_brooks_MMath/content/array/features/hello-accordion.cfa (deleted) * doc/theses/mike_brooks_MMath/content/array/features/hello-array.cfa (deleted) * doc/theses/mike_brooks_MMath/content/array/features/sec.tex (deleted) * doc/theses/mike_brooks_MMath/content/array/mdim/array.hfa (deleted) * doc/theses/mike_brooks_MMath/content/array/mdim/hello-md.cfa (deleted) * doc/theses/mike_brooks_MMath/content/array/mdim/matmul.cfa (deleted) * doc/theses/mike_brooks_MMath/content/array/mdim/measuring-like-layout.pdf (deleted) * doc/theses/mike_brooks_MMath/content/array/mdim/sec.tex (deleted) * doc/theses/mike_brooks_MMath/content/string/Makefile (deleted) * doc/theses/mike_brooks_MMath/content/string/sharectx-demo.cfa (deleted) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.cfa (deleted) * doc/theses/mike_brooks_MMath/content/string/string-graph-allocn.png (deleted) * doc/theses/mike_brooks_MMath/content/string/string-graph-pbv.png (deleted) * doc/theses/mike_brooks_MMath/content/string/string-graph-peq-cppemu.png (deleted) * doc/theses/mike_brooks_MMath/content/string/string-graph-peq-sharing.png (deleted) * doc/theses/mike_brooks_MMath/content/string/string-graph-pta-sharing.png (deleted) * doc/theses/mike_brooks_MMath/content/string/string-master.tex (deleted) * doc/theses/mike_brooks_MMath/thesis.tex (deleted) Accepting the new structure, deleting the old Sun, 03 Apr 2022 12:29:57 GMT Peter A. Buhr [37e9c1d] * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/Makefile (modified) * doc/theses/mubeen_zulfiqar_MMath/background.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex (modified) harmonize latex macros and Makefiles, small wording correction Sat, 02 Apr 2022 21:32:06 GMT Peter A. Buhr [27f1055] * doc/theses/mike_brooks_MMath/background.tex (added) * doc/theses/mike_brooks_MMath/conclusion.tex (added) * doc/theses/mike_brooks_MMath/intro.tex (added) * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) add empty intro, background, and conclusion chapters Sat, 02 Apr 2022 21:18:17 GMT Peter A. Buhr [5a9bc1e] * doc/theses/mike_brooks_MMath/array.tex (modified) add test citation Sat, 02 Apr 2022 21:13:34 GMT Peter A. Buhr [bdb4c3c] * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) add \usepackage[T1]{fontenc} for printing special characters Sat, 02 Apr 2022 20:50:42 GMT Peter A. Buhr [bbf6a180] * doc/theses/mike_brooks_MMath/Makefile (modified) * doc/theses/mike_brooks_MMath/array.tex (added) * doc/theses/mike_brooks_MMath/pictures/measuring-like-layout.pdf (added) * doc/theses/mike_brooks_MMath/pictures/string-graph-allocn.png (added) * doc/theses/mike_brooks_MMath/pictures/string-graph-pbv.png (added) * doc/theses/mike_brooks_MMath/pictures/string-graph-peq-cppemu.png (added) * doc/theses/mike_brooks_MMath/pictures/string-graph-peq-sharing.png (added) * doc/theses/mike_brooks_MMath/pictures/string-graph-pta-sharing.png (added) * doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa (added) * doc/theses/mike_brooks_MMath/programs/hello-array.cfa (added) * doc/theses/mike_brooks_MMath/programs/hello-md.cfa (added) * doc/theses/mike_brooks_MMath/programs/sharectx-demo.cfa (added) * doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa (added) * doc/theses/mike_brooks_MMath/string.tex (added) * doc/theses/mike_brooks_MMath/uw-ethesis-frontpgs.tex (added) * doc/theses/mike_brooks_MMath/uw-ethesis.bib (added) * doc/theses/mike_brooks_MMath/uw-ethesis.tex (added) change to uw-ethesis and restructure source Fri, 01 Apr 2022 19:13:46 GMT Michael Brooks [12048a1] * doc/theses/mike_brooks_MMath/content/string/Makefile (modified) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.cfa (added) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.cfa.liquid (deleted) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.json (deleted) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.tex.liquid (deleted) Simplifying the substring-aliasing demo's code-gen Mon, 28 Mar 2022 16:38:13 GMT Michael Brooks [8e819a9] * doc/theses/mike_brooks_MMath/.gitignore (added) * doc/theses/mike_brooks_MMath/Makefile (added) * doc/theses/mike_brooks_MMath/content/array/features/array.hfa (added) * doc/theses/mike_brooks_MMath/content/array/features/hello-accordion.cfa (added) * doc/theses/mike_brooks_MMath/content/array/features/hello-array.cfa (added) * doc/theses/mike_brooks_MMath/content/array/features/sec.tex (added) * doc/theses/mike_brooks_MMath/content/array/mdim/array.hfa (added) * doc/theses/mike_brooks_MMath/content/array/mdim/hello-md.cfa (added) * doc/theses/mike_brooks_MMath/content/array/mdim/matmul.cfa (added) * doc/theses/mike_brooks_MMath/content/array/mdim/measuring-like-layout.pdf (added) * doc/theses/mike_brooks_MMath/content/array/mdim/sec.tex (added) * doc/theses/mike_brooks_MMath/content/string/Makefile (added) * doc/theses/mike_brooks_MMath/content/string/sharectx-demo.cfa (added) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.cfa.liquid (added) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.json (added) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.tex.liquid (added) * doc/theses/mike_brooks_MMath/content/string/string-graph-allocn.png (added) * doc/theses/mike_brooks_MMath/content/string/string-graph-pbv.png (added) * doc/theses/mike_brooks_MMath/content/string/string-graph-peq-cppemu.png (added) * doc/theses/mike_brooks_MMath/content/string/string-graph-peq-sharing.png (added) * doc/theses/mike_brooks_MMath/content/string/string-graph-pta-sharing.png (added) * doc/theses/mike_brooks_MMath/content/string/string-master.tex (added) * doc/theses/mike_brooks_MMath/glossary.tex (added) * doc/theses/mike_brooks_MMath/style/master.tex (added) * doc/theses/mike_brooks_MMath/style/uw-bot.tex (added) * doc/theses/mike_brooks_MMath/style/uw-top.tex (added) * doc/theses/mike_brooks_MMath/thesis-frontpgs.tex (added) * doc/theses/mike_brooks_MMath/thesis.tex (added) Mike MMath initial