#
# ChangeLog for tests/.expect/attributes.x64.txt
#
# Generated by Trac 1.2.1
# Mar 7, 2025, 3:10:34 AM

Fri, 20 Dec 2024 21:21:57 GMT Peter A. Buhr <pabuhr@…> [50cad32]
	* tests/.expect/attributes.x64.txt (modified)

	update architecture expect file for x64


Tue, 17 Dec 2024 02:31:40 GMT Peter A. Buhr <pabuhr@…> [9a01745]
	* tests/.expect/attributes.x64.txt (modified)
	* tests/attributes.cfa (modified)

	add another attribute test


Mon, 16 Dec 2024 03:14:13 GMT Peter A. Buhr <pabuhr@…> [0497b6ba]
	* tests/.expect/attr-priority.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/attributes.cfa (modified)
	* tests/warnings/.expect/self-assignment.txt (modified)

	update tests for attribute and semantic warnings


Thu, 12 Dec 2024 21:35:32 GMT Michael Brooks <mlbrooks@…> [35cc6d4]
	* src/GenPoly/Box.cpp (modified)
	* src/Validate/Autogen.cpp (modified)
	* src/Validate/CompoundLiteral.cpp (modified)
	* src/Validate/ImplementEnumFunc.cpp (modified)
	* tests/.expect/KRfunctions.arm64.txt (modified)
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/KRfunctions.x86.txt (modified)
	* tests/.expect/attributes.arm64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/.expect/declarationSpecifier.arm64.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x86.txt (modified)
	* tests/.expect/extension.arm64.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/extension.x86.txt (modified)
	* tests/.expect/functions.arm64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/.expect/gccExtensions.arm64.txt (modified)
	* tests/.expect/gccExtensions.x64.txt (modified)
	* tests/.expect/gccExtensions.x86.txt (modified)
	* tests/nowarn/.expect/unused.txt (added)
	* tests/nowarn/unused.cfa (added)

	Mitigate several unused-declaration warnings in generated code.

	See ...


Thu, 12 Dec 2024 00:32:08 GMT Michael Brooks <mlbrooks@…> [5d3d281]
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* src/Validate/Autogen.cpp (modified)
	* tests/.expect/KRfunctions.arm64.txt (modified)
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/KRfunctions.x86.txt (modified)
	* tests/.expect/attributes.arm64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/.expect/declarationSpecifier.arm64.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x86.txt (modified)
	* tests/.expect/extension.arm64.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/extension.x86.txt (modified)
	* tests/.expect/functions.arm64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)

	Remove autogen forward declarations, which are never needed, and ...


Tue, 03 Sep 2024 16:08:09 GMT Andrew Beach <ajbeach@…> [db19e1d]
	* libcfa/prelude/prototypes.awk (modified)
	* libcfa/src/concurrency/future.hfa (modified)
	* src/CodeGen/CodeGenerator.cpp (modified)
	* src/CodeGen/GenType.cpp (modified)
	* src/Concurrency/Keywords.cpp (modified)
	* src/Concurrency/Waitfor.cpp (modified)
	* src/Parser/TypeData.cpp (modified)
	* src/Parser/parser.yy (modified)
	* tests/.expect/KRfunctions.arm64.txt (modified)
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/KRfunctions.x86.txt (modified)
	* tests/.expect/attributes.arm64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/.expect/castError.txt (modified)
	* tests/.expect/declarationSpecifier.arm64.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x86.txt (modified)
	* tests/.expect/extension.arm64.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/extension.x86.txt (modified)
	* tests/.expect/functions.arm64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/.expect/gccExtensions.arm64.txt (modified)
	* tests/.expect/gccExtensions.x64.txt (modified)
	* tests/.expect/gccExtensions.x86.txt (modified)
	* tests/castError.cfa (modified)
	* tests/errors/.expect/declaration.txt (modified)
	* tests/errors/.expect/signature.txt (modified)
	* tests/errors/declaration.cfa (modified)
	* tests/gccExtensions.cfa (modified)
	* tests/meta/.expect/arch.arm64.txt (modified)
	* tests/meta/.expect/arch.x64.txt (modified)
	* tests/meta/.expect/arch.x86.txt (modified)

	Changed the interpritation of () to be no parameters instead of any ...


Fri, 23 Feb 2024 23:52:33 GMT Peter A. Buhr <pabuhr@…> [4eb3a7c5]
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/DeclarationNode.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/parser.yy (modified)
	* tests/.expect/attributes.x64.txt (modified)

	first attempt at correct distribution of attributes for aggregates


Tue, 04 Apr 2023 18:25:52 GMT Andrew Beach <ajbeach@…> [bb7422a]
	* src/AST/SymbolTable.cpp (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/InitializerNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/ParserTypes.h (modified)
	* src/Parser/RunParser.cpp (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/Parser/parserutility.cc (modified)
	* src/Parser/parserutility.h (modified)
	* tests/.expect/attributes.arm64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/errors/.expect/declaration.txt (modified)

	Translated parser to the new ast. This incuded a small fix in the ...


Fri, 24 Feb 2023 20:16:14 GMT Peter A. Buhr <pabuhr@…> [421703e]
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)

	update expected test output after declaring anonymous structs static


Wed, 31 Aug 2022 17:50:10 GMT Thierry Delisle <tdelisle@…> [594e1db]
	* tests/.expect/KRfunctions.arm64.txt (moved)
	* tests/.expect/KRfunctions.oast.arm64.txt (deleted)
	* tests/.expect/KRfunctions.oast.x64.txt (deleted)
	* tests/.expect/KRfunctions.oast.x86.txt (deleted)
	* tests/.expect/KRfunctions.x64.txt (moved)
	* tests/.expect/KRfunctions.x86.txt (moved)
	* tests/.expect/alloc-ERROR.oast.txt (deleted)
	* tests/.expect/alloc-ERROR.txt (moved)
	* tests/.expect/attributes.arm64.txt (moved)
	* tests/.expect/attributes.oast.arm64.txt (deleted)
	* tests/.expect/attributes.oast.x64.txt (deleted)
	* tests/.expect/attributes.oast.x86.txt (deleted)
	* tests/.expect/attributes.x64.txt (moved)
	* tests/.expect/attributes.x86.txt (moved)
	* tests/.expect/bitmanip2.x86.txt (moved)
	* tests/.expect/castError.oast.txt (deleted)
	* tests/.expect/castError.txt (moved)
	* tests/.expect/functions.arm64.txt (moved)
	* tests/.expect/functions.oast.arm64.txt (deleted)
	* tests/.expect/functions.oast.x64.txt (deleted)
	* tests/.expect/functions.oast.x86.txt (deleted)
	* tests/.expect/functions.x64.txt (moved)
	* tests/.expect/functions.x86.txt (moved)
	* tests/.expect/init1-ERROR.oast.txt (deleted)
	* tests/.expect/init1-ERROR.txt (moved)
	* tests/.expect/math.arm64.txt (moved)
	* tests/.expect/math.x64.txt (moved)
	* tests/.expect/math.x86.txt (moved)
	* tests/.expect/math1.oast.arm64.txt (deleted)
	* tests/.expect/math1.oast.x64.txt (deleted)
	* tests/.expect/math1.oast.x86.txt (deleted)
	* tests/.expect/math2.oast.arm64.txt (deleted)
	* tests/.expect/math2.oast.x64.txt (deleted)
	* tests/.expect/math2.oast.x86.txt (deleted)
	* tests/.expect/math3.oast.arm64.txt (deleted)
	* tests/.expect/math3.oast.x64.txt (deleted)
	* tests/.expect/math3.oast.x86.txt (deleted)
	* tests/.expect/math4.oast.arm64.txt (deleted)
	* tests/.expect/math4.oast.x64.txt (deleted)
	* tests/.expect/math4.oast.x86.txt (deleted)
	* tests/.expect/mathX.arm64.txt (moved)
	* tests/.expect/mathX.x64.txt (moved)
	* tests/.expect/mathX.x86.txt (moved)
	* tests/.expect/nested-types-ERR2.oast.txt (deleted)
	* tests/.expect/nested-types-ERR2.txt (moved)

	Removed a bunch of oast tests, since they are never triggered
	anymore.


Tue, 24 Nov 2020 20:43:53 GMT Thierry Delisle <tdelisle@…> [03f944f]
	* tests/.expect/attributes.nast.x64.txt (moved)
	* tests/.expect/attributes.oast.x64.txt (added)

	fixed attributes test for new ast (only x64)


Sun, 20 Oct 2019 14:46:21 GMT Peter A. Buhr <pabuhr@…> [1f7324f]
	* tests/.expect/attributes.x64.txt (modified)

	and update the x64 "attributes" test expected output


Fri, 07 Jun 2019 18:54:34 GMT Thierry Delisle <tdelisle@…> [4e5e6cc]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Common/Indenter.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/gccExtensions.x64.txt (modified)

	Fixed indentation and remove too strict abort


Thu, 06 Jun 2019 03:13:16 GMT Peter A. Buhr <pabuhr@…> [dd857bb]
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/castError.txt (modified)
	* tests/.expect/completeTypeError.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/gccExtensions.x64.txt (modified)

	fix expected output


Fri, 24 May 2019 14:19:41 GMT Thierry Delisle <tdelisle@…> [933f32f]
	* .gitignore (modified)
	* Jenkins/FullBuild (modified)
	* Jenkinsfile (modified)
	* Makefile.am (modified)
	* Makefile.in (modified)
	* automake/cfa.m4 (modified)
	* benchmark/Makefile.am (modified)
	* benchmark/Makefile.in (modified)
	* benchmark/ctxswitch/cfa_cor.cfa (modified)
	* benchmark/ctxswitch/cfa_cor_then.cfa (added)
	* benchmark/ctxswitch/cfa_thrd2.cfa (modified)
	* benchmark/fixcsv.sh (added)
	* benchmark/jenkins.sh (deleted)
	* benchmark/tls-fetch_add.c (added)
	* configure (modified)
	* configure.ac (modified)
	* doc/LaTeXmacros/lstlang.sty (modified)
	* doc/bibliography/pl.bib (modified)
	* doc/papers/concurrency/Paper.tex (modified)
	* doc/papers/concurrency/examples/C++Cor-ts.cpp (added)
	* doc/papers/concurrency/examples/Fib.c (added)
	* doc/papers/concurrency/examples/Fib.cfa (added)
	* doc/papers/concurrency/examples/Fib.cpp (added)
	* doc/papers/concurrency/examples/Fib.py (added)
	* doc/papers/concurrency/examples/Fib.sim (added)
	* doc/papers/concurrency/examples/Fib2.cfa (added)
	* doc/papers/concurrency/examples/Fib2.cpp (added)
	* doc/papers/concurrency/examples/Fib2.py (added)
	* doc/papers/concurrency/examples/FibRefactor.py (added)
	* doc/papers/concurrency/examples/Fmt.sim (added)
	* doc/papers/concurrency/examples/Format.cc (added)
	* doc/papers/concurrency/examples/Format.cfa (added)
	* doc/papers/concurrency/examples/Format.cpp (added)
	* doc/papers/concurrency/examples/Format.py (added)
	* doc/papers/concurrency/examples/Pingpong.cc (added)
	* doc/papers/concurrency/examples/Pingpong.cfa (added)
	* doc/papers/concurrency/examples/Pingpong.py (added)
	* doc/papers/concurrency/examples/ProdCons.cfa (added)
	* doc/papers/concurrency/examples/ProdCons.cpp (added)
	* doc/papers/concurrency/examples/ProdCons.py (added)
	* doc/papers/concurrency/examples/ProdCons.sim (added)
	* doc/papers/concurrency/examples/Refactor.py (added)
	* doc/papers/concurrency/examples/counter.cpp (added)
	* doc/papers/concurrency/mail (modified)
	* doc/proposals/interned_string.cc (added)
	* doc/proposals/interned_string.h (added)
	* doc/proposals/specialized_casts.md (added)
	* doc/proposals/unicode.html (added)
	* doc/proposals/virtual.txt (deleted)
	* doc/proposals/vtable.md (modified)
	* doc/theses/aaron_moss_PhD/phd/Makefile (modified)
	* doc/theses/aaron_moss_PhD/phd/background.tex (modified)
	* doc/theses/aaron_moss_PhD/phd/conclusion.tex (modified)
	* doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.dat (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.gp (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/bu-summary.dat (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/cfa-cc/cfa-bu.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/cfa-cc/cfa-co.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/cfa-cc/cfa-dca.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/cfa-cc/cfa-def.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/cfa-cc/cfa-imm.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/cfa-mem-by-time.tsv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/cfa-mem.tsv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/cfa-plots.gp (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/cfa-time.tsv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/data.xlsx (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.dat (modified)
	* doc/theses/aaron_moss_PhD/phd/evaluation/mem-by-max-assns.tsv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/mem-by-max-depth.tsv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/metric-plots.gp (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per-prob-scatter.gp (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per-prob.gp (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per-prob.tsv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/imgui-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/io1-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/io2-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/kernel-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/math1-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/math2-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/math3-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/math4-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/minmax-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/preemption-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/rational-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/searchsort-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/swap-per-prob.csv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/time-by-max-assns.tsv (added)
	* doc/theses/aaron_moss_PhD/phd/evaluation/time-by-max-depth.tsv (added)
	* doc/theses/aaron_moss_PhD/phd/experiments.tex (added)
	* doc/theses/aaron_moss_PhD/phd/figures/bilson-conv-graph.eps (added)
	* doc/theses/aaron_moss_PhD/phd/figures/bilson-conv-graph.odg (added)
	* doc/theses/aaron_moss_PhD/phd/figures/extended-conv-graph.eps (added)
	* doc/theses/aaron_moss_PhD/phd/figures/extended-conv-graph.odg (added)
	* doc/theses/aaron_moss_PhD/phd/figures/persistent-union-find.eps (added)
	* doc/theses/aaron_moss_PhD/phd/figures/persistent-union-find.odg (added)
	* doc/theses/aaron_moss_PhD/phd/figures/resolution-dag.eps (added)
	* doc/theses/aaron_moss_PhD/phd/figures/resolution-dag.odg (added)
	* doc/theses/aaron_moss_PhD/phd/figures/safe-conv-graph.eps (added)
	* doc/theses/aaron_moss_PhD/phd/figures/safe-conv-graph.odg (added)
	* doc/theses/aaron_moss_PhD/phd/figures/union-find-with-classes.eps (added)
	* doc/theses/aaron_moss_PhD/phd/figures/union-find-with-classes.odg (added)
	* doc/theses/aaron_moss_PhD/phd/frontpgs.tex (modified)
	* doc/theses/aaron_moss_PhD/phd/generic-bench.tex (added)
	* doc/theses/aaron_moss_PhD/phd/generic-types.tex (modified)
	* doc/theses/aaron_moss_PhD/phd/introduction.tex (modified)
	* doc/theses/aaron_moss_PhD/phd/macros.tex (modified)
	* doc/theses/aaron_moss_PhD/phd/resolution-heuristics.tex (modified)
	* doc/theses/aaron_moss_PhD/phd/thesis.tex (modified)
	* doc/theses/aaron_moss_PhD/phd/type-environment.tex (modified)
	* doc/user/user.tex (modified)
	* driver/Makefile.am (modified)
	* driver/Makefile.in (modified)
	* driver/cfa.cc (modified)
	* libcfa/configure (modified)
	* libcfa/configure.ac (modified)
	* libcfa/prelude/builtins.c (modified)
	* libcfa/prelude/extras.c (modified)
	* libcfa/prelude/extras.regx (modified)
	* libcfa/prelude/prelude-gen.cc (modified)
	* libcfa/prelude/sync-builtins.cf (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* libcfa/src/bits/containers.hfa (modified)
	* libcfa/src/concurrency/CtxSwitch-i386.S (modified)
	* libcfa/src/concurrency/CtxSwitch-x86_64.S (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/invoke.c (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/containers/maybe.cfa (modified)
	* libcfa/src/containers/result.cfa (modified)
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/fstream.hfa (modified)
	* libcfa/src/gmp.hfa (modified)
	* libcfa/src/heap.cfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)
	* libcfa/src/rational.cfa (modified)
	* libcfa/src/rational.hfa (modified)
	* libcfa/src/stdhdr/stdbool.h (modified)
	* libcfa/src/stdlib.hfa (modified)
	* libcfa/src/time.hfa (modified)
	* libcfa/src/time_t.hfa (modified)
	* longrun_tests/Makefile.am (added)
	* longrun_tests/Makefile.in (moved)
	* longrun_tests/block.cfa (added)
	* longrun_tests/coroutine.cfa (added)
	* longrun_tests/create.cfa (moved)
	* longrun_tests/disjoint.cfa (added)
	* longrun_tests/enter.cfa (moved)
	* longrun_tests/enter3.cfa (moved)
	* longrun_tests/preempt.cfa (added)
	* longrun_tests/processor.cfa (moved)
	* longrun_tests/stack.cfa (moved)
	* longrun_tests/update-type (moved)
	* longrun_tests/wait.cfa (added)
	* longrun_tests/yield.cfa (moved)
	* src/AST/Attribute.cpp (added)
	* src/AST/Attribute.hpp (added)
	* src/AST/Bitfield.hpp (added)
	* src/AST/CVQualifiers.hpp (added)
	* src/AST/Convert.cpp (added)
	* src/AST/Convert.hpp (added)
	* src/AST/Decl.cpp (added)
	* src/AST/Decl.hpp (added)
	* src/AST/DeclReplacer.cpp (added)
	* src/AST/DeclReplacer.hpp (added)
	* src/AST/Expr.cpp (added)
	* src/AST/Expr.hpp (added)
	* src/AST/FunctionSpec.hpp (added)
	* src/AST/Fwd.hpp (added)
	* src/AST/Init.cpp (added)
	* src/AST/Init.hpp (added)
	* src/AST/Label.hpp (added)
	* src/AST/LinkageSpec.cpp (added)
	* src/AST/LinkageSpec.hpp (added)
	* src/AST/Node.cpp (added)
	* src/AST/Node.hpp (added)
	* src/AST/ParseNode.hpp (added)
	* src/AST/Pass.hpp (added)
	* src/AST/Pass.impl.hpp (added)
	* src/AST/Pass.proto.hpp (added)
	* src/AST/Stmt.cpp (added)
	* src/AST/Stmt.hpp (added)
	* src/AST/StorageClasses.hpp (added)
	* src/AST/Type.cpp (added)
	* src/AST/Type.hpp (added)
	* src/AST/TypeSubstitution.cpp (added)
	* src/AST/TypeSubstitution.hpp (added)
	* src/AST/TypeVar.hpp (added)
	* src/AST/Visitor.hpp (added)
	* src/AST/module.mk (added)
	* src/AST/porting.md (added)
	* src/BasicTypes-gen.cc (added)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/CodeGen/Options.h (added)
	* src/CodeGen/module.mk (modified)
	* src/Common/Assert.cc (modified)
	* src/Common/Heap.cc (deleted)
	* src/Common/PassVisitor.cc (added)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Common/PassVisitor.proto.h (modified)
	* src/Common/PersistentMap.h (added)
	* src/Common/SemanticError.h (modified)
	* src/Common/Stats.h (added)
	* src/Common/Stats/Base.h (added)
	* src/Common/Stats/Counter.cc (added)
	* src/Common/Stats/Counter.h (added)
	* src/Common/Stats/Heap.cc (added)
	* src/Common/Stats/Heap.h (moved)
	* src/Common/Stats/Stats.cc (added)
	* src/Common/Stats/Time.cc (added)
	* src/Common/Stats/Time.h (added)
	* src/Common/module.mk (modified)
	* src/Common/utility.h (modified)
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/Concurrency/Waitfor.cc (modified)
	* src/Concurrency/module.mk (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ControlStruct/ForExprMutator.cc (modified)
	* src/ControlStruct/LabelFixer.cc (modified)
	* src/ControlStruct/LabelGenerator.cc (modified)
	* src/ControlStruct/module.mk (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/GenPoly.cc (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/GenPoly/module.mk (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/InitTweak/module.mk (modified)
	* src/MakeLibCfa.cc (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/module.mk (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/Cost.h (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/ResolveAssertions.cc (modified)
	* src/ResolvExpr/ResolveAssertions.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/ResolvExpr/TypeEnvironment.h (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/ResolvExpr/module.mk (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Mangler.h (modified)
	* src/SymTab/ManglerCommon.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SymTab/module.mk (modified)
	* src/SynTree/AddressExpr.cc (modified)
	* src/SynTree/Attribute.cc (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/SynTree/BasicType.cc (modified)
	* src/SynTree/Constant.cc (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Label.h (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeSubstitution.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/module.mk (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/Tuples/Tuples.h (modified)
	* src/Tuples/module.mk (modified)
	* src/Validate/module.mk (modified)
	* src/config.h.in (modified)
	* src/include/cassert (modified)
	* src/main.cc (modified)
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/KRfunctions.x86.txt (modified)
	* tests/.expect/abs.txt (modified)
	* tests/.expect/ato.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/.expect/castError.txt (modified)
	* tests/.expect/completeTypeError.txt (modified)
	* tests/.expect/complex.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x86.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/extension.x86.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/.expect/gccExtensions.x64.txt (modified)
	* tests/.expect/gccExtensions.x86.txt (modified)
	* tests/.expect/identity.txt (modified)
	* tests/.expect/io1.txt (modified)
	* tests/.expect/loopctrl.txt (modified)
	* tests/.expect/math1.txt (modified)
	* tests/.expect/math2.txt (modified)
	* tests/.expect/math3.txt (modified)
	* tests/.expect/math4.txt (modified)
	* tests/.expect/minmax.txt (modified)
	* tests/.expect/references.txt (modified)
	* tests/.expect/sum.txt (modified)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/array.cfa (modified)
	* tests/builtins/sync.cfa (modified)
	* tests/castError.cfa (modified)
	* tests/completeTypeError.cfa (modified)
	* tests/concurrent/coroutineThen.cfa (added)
	* tests/concurrent/examples/.expect/gortn.txt (added)
	* tests/concurrent/examples/boundedBufferEXT.cfa (modified)
	* tests/concurrent/examples/boundedBufferINT.cfa (modified)
	* tests/concurrent/examples/datingService.cfa (modified)
	* tests/concurrent/examples/gortn.cfa (added)
	* tests/concurrent/examples/matrixSum.cfa (modified)
	* tests/concurrent/examples/quickSort.cfa (modified)
	* tests/concurrent/examples/quickSort.generic.cfa (added)
	* tests/concurrent/waitfor/parse2.cfa (modified)
	* tests/config.py.in (modified)
	* tests/coroutine/.expect/devicedriver.txt (added)
	* tests/coroutine/.expect/fmtLines.txt (modified)
	* tests/coroutine/.in/devicedriver.txt (added)
	* tests/coroutine/.in/fmtLines.txt (modified)
	* tests/coroutine/cntparens.cfa (added)
	* tests/coroutine/devicedriver.cfa (added)
	* tests/coroutine/fibonacci.cfa (modified)
	* tests/coroutine/fibonacci_1.cfa (modified)
	* tests/coroutine/fmtLines.cfa (modified)
	* tests/coroutine/pingpong.cfa (modified)
	* tests/coroutine/prodcons.cfa (modified)
	* tests/coroutine/runningTotal.cfa (modified)
	* tests/coroutine/suspend_then.cfa (added)
	* tests/declarationSpecifier.cfa (modified)
	* tests/forall.cfa (modified)
	* tests/function-operator.cfa (modified)
	* tests/io1.cfa (modified)
	* tests/io2.cfa (modified)
	* tests/literals.cfa (modified)
	* tests/loopctrl.cfa (modified)
	* tests/math1.cfa (modified)
	* tests/numericConstants.cfa (modified)
	* tests/preempt_longrun/Makefile.am (deleted)
	* tests/preempt_longrun/block.c (deleted)
	* tests/preempt_longrun/coroutine.c (deleted)
	* tests/preempt_longrun/disjoint.c (deleted)
	* tests/preempt_longrun/preempt.c (deleted)
	* tests/preempt_longrun/wait.c (deleted)
	* tests/pybin/settings.py (modified)
	* tests/pybin/test_run.py (modified)
	* tests/pybin/tools.py (modified)
	* tests/raii/.expect/ctor-autogen-ERR1.txt (modified)
	* tests/raii/init_once.cfa (modified)
	* tests/rational.cfa (modified)
	* tests/sum.cfa (modified)
	* tests/test.py (modified)
	* tests/warnings/.expect/self-assignment.txt (modified)
	* tests/warnings/self-assignment.cfa (modified)
	* tools/Makefile.in (modified)
	* tools/PrettyGitLogs.sh (modified)
	* tools/expanded-line-count.sh (added)
	* tools/prettyprinter/Makefile.in (modified)

	Merge branch 'master' into cleanup-dtors


Thu, 02 May 2019 17:57:05 GMT Andrew Beach <ajbeach@…> [76f7fc7]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/Options.h (modified)
	* src/SynTree/Declaration.h (modified)
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)

	Reduced cases where unused is placed on anonymous objects. ...


Thu, 06 Sep 2018 14:44:16 GMT Rob Schluntz <rschlunt@…> [7b10ea9]
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/KRfunctions.x86.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x86.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/extension.x86.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/.expect/gccExtensions.x64.txt (modified)
	* tests/.expect/gccExtensions.x86.txt (modified)

	Update expect files for cleanup attribute


Wed, 15 Aug 2018 17:58:02 GMT Rob Schluntz <rschlunt@…> [5e44ac2]
	* .gitignore (modified)
	* Jenkinsfile (modified)
	* Makefile.am (modified)
	* Makefile.in (modified)
	* aclocal.m4 (modified)
	* automake/cfa.m4 (added)
	* automake/compile (modified)
	* automake/config.guess (modified)
	* automake/config.sub (modified)
	* automake/depcomp (modified)
	* automake/install-sh (modified)
	* automake/missing (modified)
	* automake/test-driver (modified)
	* automake/ylwrap (modified)
	* benchmark/Makefile.am (moved)
	* benchmark/Makefile.in (moved)
	* benchmark/Monitor.c (moved)
	* benchmark/bench.h (moved)
	* benchmark/compile/empty.c (moved)
	* benchmark/creation/JavaThread.java (moved)
	* benchmark/creation/cfa_cor.c (moved)
	* benchmark/creation/cfa_thrd.c (moved)
	* benchmark/creation/goroutine.go (moved)
	* benchmark/creation/pthreads.c (moved)
	* benchmark/creation/upp_cor.cc (moved)
	* benchmark/creation/upp_thrd.cc (moved)
	* benchmark/ctxswitch/JavaThread.java (moved)
	* benchmark/ctxswitch/cfa_cor.c (moved)
	* benchmark/ctxswitch/cfa_thrd.c (moved)
	* benchmark/ctxswitch/cfa_thrd2.c (moved)
	* benchmark/ctxswitch/goroutine.go (moved)
	* benchmark/ctxswitch/kos_fibre.cpp (moved)
	* benchmark/ctxswitch/kos_fibre2.cpp (moved)
	* benchmark/ctxswitch/pthreads.c (moved)
	* benchmark/ctxswitch/upp_cor.cc (moved)
	* benchmark/ctxswitch/upp_thrd.cc (moved)
	* benchmark/fetch_add.c (moved)
	* benchmark/function.c (moved)
	* benchmark/interrupt_linux.c (moved)
	* benchmark/loop.c (moved)
	* benchmark/mutex/JavaThread.java (moved)
	* benchmark/mutex/cfa1.c (moved)
	* benchmark/mutex/cfa2.c (moved)
	* benchmark/mutex/cfa4.c (moved)
	* benchmark/mutex/pthreads.c (moved)
	* benchmark/mutex/upp.cc (moved)
	* benchmark/schedext/cfa1.c (moved)
	* benchmark/schedext/cfa2.c (moved)
	* benchmark/schedext/cfa4.c (moved)
	* benchmark/schedext/upp.cc (moved)
	* benchmark/schedint/JavaThread.java (moved)
	* benchmark/schedint/cfa1.c (moved)
	* benchmark/schedint/cfa2.c (moved)
	* benchmark/schedint/cfa4.c (moved)
	* benchmark/schedint/pthreads.c (moved)
	* benchmark/schedint/upp.cc (moved)
	* configure (modified)
	* configure.ac (modified)
	* doc/bibliography/pl.bib (modified)
	* doc/papers/AMA/AMA-stix/ama/WileyNJD-v2.cls (modified)
	* doc/papers/general/Makefile (modified)
	* doc/papers/general/Paper.tex (modified)
	* driver/Makefile.am (moved)
	* driver/Makefile.in (moved)
	* driver/as.cc (moved)
	* driver/cc1.cc (moved)
	* driver/cfa.cc (moved)
	* examples/ArrayN.c (moved)
	* examples/Attributes.c (moved)
	* examples/Initialization.c (moved)
	* examples/Initialization2.c (moved)
	* examples/Makefile.example (moved)
	* examples/Members.c (moved)
	* examples/Misc.c (moved)
	* examples/MiscError.c (moved)
	* examples/Rank2.c (moved)
	* examples/Tuple.c (moved)
	* examples/abstype.c (moved)
	* examples/constructors.c (moved)
	* examples/forward.c (moved)
	* examples/gc_no_raii/.gitignore (moved)
	* examples/gc_no_raii/bug-repro/assert.c (moved)
	* examples/gc_no_raii/bug-repro/blockers.tar.gz (moved)
	* examples/gc_no_raii/bug-repro/blockers/explicit_cast.c (moved)
	* examples/gc_no_raii/bug-repro/blockers/file_scope.c (moved)
	* examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c (moved)
	* examples/gc_no_raii/bug-repro/crash.c (moved)
	* examples/gc_no_raii/bug-repro/deref.c (moved)
	* examples/gc_no_raii/bug-repro/field.c (moved)
	* examples/gc_no_raii/bug-repro/find.c (moved)
	* examples/gc_no_raii/bug-repro/inline.c (moved)
	* examples/gc_no_raii/bug-repro/malloc.c (moved)
	* examples/gc_no_raii/bug-repro/not_equal.c (moved)
	* examples/gc_no_raii/bug-repro/oddtype.c (moved)
	* examples/gc_no_raii/bug-repro/push_back.c (moved)
	* examples/gc_no_raii/bug-repro/push_back.h (moved)
	* examples/gc_no_raii/bug-repro/realloc.c (moved)
	* examples/gc_no_raii/bug-repro/return.c (moved)
	* examples/gc_no_raii/bug-repro/return_template.c (moved)
	* examples/gc_no_raii/bug-repro/slow_malloc.c (moved)
	* examples/gc_no_raii/bug-repro/static_const_local.c (moved)
	* examples/gc_no_raii/bug-repro/test-assert.cpp (moved)
	* examples/gc_no_raii/bug-repro/void_pointer.c (moved)
	* examples/gc_no_raii/bug-repro/while.c (moved)
	* examples/gc_no_raii/bug-repro/zero.c (moved)
	* examples/gc_no_raii/pool-alloc/allocate-malign.c (moved)
	* examples/gc_no_raii/pool-alloc/allocate-malloc.c (moved)
	* examples/gc_no_raii/pool-alloc/allocate-mmap.c (moved)
	* examples/gc_no_raii/pool-alloc/allocate-win-valloc.c (moved)
	* examples/gc_no_raii/premake4.lua (moved)
	* examples/gc_no_raii/src/allocate-pool.c (moved)
	* examples/gc_no_raii/src/allocate-pool.h (moved)
	* examples/gc_no_raii/src/gc.h (moved)
	* examples/gc_no_raii/src/gcpointers.c (moved)
	* examples/gc_no_raii/src/gcpointers.h (moved)
	* examples/gc_no_raii/src/internal/card_table.h (moved)
	* examples/gc_no_raii/src/internal/collector.c (moved)
	* examples/gc_no_raii/src/internal/collector.h (moved)
	* examples/gc_no_raii/src/internal/gc_tools.h (moved)
	* examples/gc_no_raii/src/internal/globals.h (moved)
	* examples/gc_no_raii/src/internal/memory_pool.c (moved)
	* examples/gc_no_raii/src/internal/memory_pool.h (moved)
	* examples/gc_no_raii/src/internal/object_header.c (moved)
	* examples/gc_no_raii/src/internal/object_header.h (moved)
	* examples/gc_no_raii/src/internal/state.c (moved)
	* examples/gc_no_raii/src/internal/state.h (moved)
	* examples/gc_no_raii/src/test_include.c (moved)
	* examples/gc_no_raii/src/tools.h (moved)
	* examples/gc_no_raii/src/tools/checks.h (moved)
	* examples/gc_no_raii/src/tools/print.c (moved)
	* examples/gc_no_raii/src/tools/print.h (moved)
	* examples/gc_no_raii/src/tools/worklist.h (moved)
	* examples/gc_no_raii/test/badlll.c (moved)
	* examples/gc_no_raii/test/gctest.c (moved)
	* examples/gc_no_raii/test/operators.c (moved)
	* examples/huge.c (moved)
	* examples/includes.c (moved)
	* examples/index.h (moved)
	* examples/it_out.c (moved)
	* examples/multicore.c (moved)
	* examples/new.c (moved)
	* examples/poly-bench.c (moved)
	* examples/prolog.c (moved)
	* examples/quad.c (moved)
	* examples/s.c (moved)
	* examples/simplePoly.c (moved)
	* examples/simpler.c (moved)
	* examples/specialize.c (moved)
	* examples/square.c (moved)
	* examples/twice.c (moved)
	* examples/wrapper/.gitignore (moved)
	* examples/wrapper/premake4.lua (moved)
	* examples/wrapper/src/main.c (moved)
	* examples/wrapper/src/pointer.h (moved)
	* examples/zero_one.c (moved)
	* libcfa/.autom4te.cfg (added)
	* libcfa/Makefile.am (added)
	* libcfa/Makefile.in (added)
	* libcfa/aclocal.m4 (added)
	* libcfa/automake/compile (added)
	* libcfa/automake/config.guess (added)
	* libcfa/automake/config.sub (added)
	* libcfa/automake/depcomp (added)
	* libcfa/automake/install-sh (added)
	* libcfa/automake/missing (added)
	* libcfa/configure (added)
	* libcfa/configure.ac (added)
	* libcfa/prelude/Makefile.am (moved)
	* libcfa/prelude/Makefile.in (moved)
	* libcfa/prelude/bootloader.cf (moved)
	* libcfa/prelude/builtins.c (moved)
	* libcfa/prelude/builtins.def (moved)
	* libcfa/prelude/extras.c (moved)
	* libcfa/prelude/extras.regx (moved)
	* libcfa/prelude/prelude-gen.cc (moved)
	* libcfa/prelude/prelude.old.cf (moved)
	* libcfa/prelude/prototypes.awk (moved)
	* libcfa/prelude/prototypes.c (moved)
	* libcfa/prelude/prototypes.sed (moved)
	* libcfa/prelude/sync-builtins.cf (moved)
	* libcfa/prelude/sync-builtins.def (moved)
	* libcfa/src/Makefile.am (added)
	* libcfa/src/Makefile.in (moved)
	* libcfa/src/assert.cfa (moved)
	* libcfa/src/bits/algorithm.hfa (moved)
	* libcfa/src/bits/align.hfa (moved)
	* libcfa/src/bits/containers.hfa (moved)
	* libcfa/src/bits/debug.cfa (moved)
	* libcfa/src/bits/debug.hfa (moved)
	* libcfa/src/bits/defs.hfa (moved)
	* libcfa/src/bits/locks.hfa (moved)
	* libcfa/src/bits/signal.hfa (moved)
	* libcfa/src/clock.hfa (moved)
	* libcfa/src/common.cfa (moved)
	* libcfa/src/common.hfa (moved)
	* libcfa/src/concurrency/CtxSwitch-armv7l.S (moved)
	* libcfa/src/concurrency/CtxSwitch-i386.S (moved)
	* libcfa/src/concurrency/CtxSwitch-i686.S (moved)
	* libcfa/src/concurrency/CtxSwitch-x64.S (added)
	* libcfa/src/concurrency/CtxSwitch-x86.S (added)
	* libcfa/src/concurrency/CtxSwitch-x86_64.S (moved)
	* libcfa/src/concurrency/alarm.cfa (moved)
	* libcfa/src/concurrency/alarm.hfa (moved)
	* libcfa/src/concurrency/coroutine.cfa (moved)
	* libcfa/src/concurrency/coroutine.hfa (moved)
	* libcfa/src/concurrency/invoke.c (moved)
	* libcfa/src/concurrency/invoke.h (moved)
	* libcfa/src/concurrency/kernel.cfa (moved)
	* libcfa/src/concurrency/kernel.hfa (moved)
	* libcfa/src/concurrency/kernel_private.hfa (moved)
	* libcfa/src/concurrency/monitor.cfa (moved)
	* libcfa/src/concurrency/monitor.hfa (moved)
	* libcfa/src/concurrency/mutex.cfa (moved)
	* libcfa/src/concurrency/mutex.hfa (moved)
	* libcfa/src/concurrency/preemption.cfa (moved)
	* libcfa/src/concurrency/preemption.hfa (moved)
	* libcfa/src/concurrency/thread.cfa (moved)
	* libcfa/src/concurrency/thread.hfa (moved)
	* libcfa/src/containers/maybe.cfa (moved)
	* libcfa/src/containers/maybe.hfa (moved)
	* libcfa/src/containers/pair.cfa (moved)
	* libcfa/src/containers/pair.hfa (moved)
	* libcfa/src/containers/result.cfa (moved)
	* libcfa/src/containers/result.hfa (moved)
	* libcfa/src/containers/vector.cfa (moved)
	* libcfa/src/containers/vector.hfa (moved)
	* libcfa/src/exception.c (moved)
	* libcfa/src/exception.h (moved)
	* libcfa/src/expat.h (moved)
	* libcfa/src/fstream.cfa (moved)
	* libcfa/src/fstream.hfa (moved)
	* libcfa/src/gmp.hfa (moved)
	* libcfa/src/heap.cfa (moved)
	* libcfa/src/interpose.cfa (moved)
	* libcfa/src/iostream.cfa (moved)
	* libcfa/src/iostream.hfa (moved)
	* libcfa/src/iterator.cfa (moved)
	* libcfa/src/iterator.hfa (moved)
	* libcfa/src/limits.cfa (moved)
	* libcfa/src/limits.hfa (moved)
	* libcfa/src/lsda.h (moved)
	* libcfa/src/math.hfa (moved)
	* libcfa/src/memcheck.awk (moved)
	* libcfa/src/rational.cfa (moved)
	* libcfa/src/rational.hfa (moved)
	* libcfa/src/startup.cfa (moved)
	* libcfa/src/startup.hfa (moved)
	* libcfa/src/stdhdr/assert.h (moved)
	* libcfa/src/stdhdr/bfdlink.h (moved)
	* libcfa/src/stdhdr/complex.h (moved)
	* libcfa/src/stdhdr/ctype.h (moved)
	* libcfa/src/stdhdr/errno.h (moved)
	* libcfa/src/stdhdr/fenv.h (moved)
	* libcfa/src/stdhdr/float.h (moved)
	* libcfa/src/stdhdr/gmp.h (moved)
	* libcfa/src/stdhdr/hwloc.h (moved)
	* libcfa/src/stdhdr/inttypes.h (moved)
	* libcfa/src/stdhdr/iso646.h (moved)
	* libcfa/src/stdhdr/krb5.h (moved)
	* libcfa/src/stdhdr/limits.h (moved)
	* libcfa/src/stdhdr/locale.h (moved)
	* libcfa/src/stdhdr/malloc.h (moved)
	* libcfa/src/stdhdr/math.h (moved)
	* libcfa/src/stdhdr/setjmp.h (moved)
	* libcfa/src/stdhdr/signal.h (moved)
	* libcfa/src/stdhdr/stdalign.h (moved)
	* libcfa/src/stdhdr/stdarg.h (moved)
	* libcfa/src/stdhdr/stdatomic.h (moved)
	* libcfa/src/stdhdr/stdbool.h (moved)
	* libcfa/src/stdhdr/stddef.h (moved)
	* libcfa/src/stdhdr/stdint.h (moved)
	* libcfa/src/stdhdr/stdio.h (moved)
	* libcfa/src/stdhdr/stdlib.h (moved)
	* libcfa/src/stdhdr/stdnoreturn.h (moved)
	* libcfa/src/stdhdr/string.h (moved)
	* libcfa/src/stdhdr/sys/ucontext.h (moved)
	* libcfa/src/stdhdr/tgmath.h (moved)
	* libcfa/src/stdhdr/threads.h (moved)
	* libcfa/src/stdhdr/time.h (moved)
	* libcfa/src/stdhdr/uchar.h (moved)
	* libcfa/src/stdhdr/unistd.h (moved)
	* libcfa/src/stdhdr/wchar.h (moved)
	* libcfa/src/stdhdr/wctype.h (moved)
	* libcfa/src/stdlib.cfa (moved)
	* libcfa/src/stdlib.hfa (moved)
	* libcfa/src/time.cfa (moved)
	* libcfa/src/time.hfa (moved)
	* libcfa/src/time_t.hfa (moved)
	* libcfa/src/virtual.c (moved)
	* libcfa/src/virtual.h (moved)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Waitfor.cc (modified)
	* src/Docs/Makefile (deleted)
	* src/Docs/cfa-cpp.1 (deleted)
	* src/Docs/design.tex (deleted)
	* src/Docs/uml.dia (deleted)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/module.mk (modified)
	* src/Parser/parser.yy (modified)
	* src/cfa.make (modified)
	* src/config.h.in (modified)
	* src/examples/Makefile.am (deleted)
	* src/libcfa/Makefile.am (deleted)
	* src/libcfa/Makefile.in (deleted)
	* src/main.cc (modified)
	* src/tests/.expect/forctrl.txt (added)
	* src/tests/.expect/fstream_test.txt (deleted)
	* src/tests/.expect/math1.x86.txt (deleted)
	* src/tests/.expect/math2.x86.txt (deleted)
	* src/tests/.expect/math3.x86.txt (deleted)
	* src/tests/.expect/time.x86.txt (deleted)
	* src/tests/coroutine/.expect/fmtLines.txt (deleted)
	* src/tests/forctrl.c (added)
	* src/tests/pybin/settings.py (deleted)
	* tests/.expect/KRfunctions.x64.txt (moved)
	* tests/.expect/KRfunctions.x86.txt (moved)
	* tests/.expect/abs.txt (moved)
	* tests/.expect/alloc-ERROR.txt (moved)
	* tests/.expect/alloc.txt (moved)
	* tests/.expect/array.txt (moved)
	* tests/.expect/ato.txt (moved)
	* tests/.expect/attributes.x64.txt (moved)
	* tests/.expect/attributes.x86.txt (moved)
	* tests/.expect/avl_test.txt (moved)
	* tests/.expect/cast.txt (moved)
	* tests/.expect/castError.txt (moved)
	* tests/.expect/completeTypeError.txt (moved)
	* tests/.expect/complex.txt (moved)
	* tests/.expect/counter.txt (moved)
	* tests/.expect/declarationErrors.txt (moved)
	* tests/.expect/declarationSpecifier.x64.txt (moved)
	* tests/.expect/declarationSpecifier.x86.txt (moved)
	* tests/.expect/designations.txt (moved)
	* tests/.expect/div.txt (moved)
	* tests/.expect/enum.txt (moved)
	* tests/.expect/expression.txt (moved)
	* tests/.expect/extension.x64.txt (moved)
	* tests/.expect/extension.x86.txt (moved)
	* tests/.expect/fallthrough.txt (moved)
	* tests/.expect/forall.txt (moved)
	* tests/.expect/fstream_test.txt (added)
	* tests/.expect/function-operator.txt (moved)
	* tests/.expect/functions.x64.txt (moved)
	* tests/.expect/functions.x86.txt (moved)
	* tests/.expect/gccExtensions.x64.txt (moved)
	* tests/.expect/gccExtensions.x86.txt (moved)
	* tests/.expect/genericUnion.txt (moved)
	* tests/.expect/gmp.x64.txt (moved)
	* tests/.expect/heap.txt (moved)
	* tests/.expect/hello.txt (moved)
	* tests/.expect/identFuncDeclarator.txt (moved)
	* tests/.expect/identParamDeclarator.txt (moved)
	* tests/.expect/identity.txt (moved)
	* tests/.expect/ifwhileCtl.txt (moved)
	* tests/.expect/io1.txt (moved)
	* tests/.expect/io2.txt (moved)
	* tests/.expect/labelledExit.txt (moved)
	* tests/.expect/limits.txt (moved)
	* tests/.expect/literals.txt (moved)
	* tests/.expect/math1.txt (moved)
	* tests/.expect/math2.txt (moved)
	* tests/.expect/math3.txt (moved)
	* tests/.expect/math4.txt (moved)
	* tests/.expect/maybe.txt (moved)
	* tests/.expect/minmax.txt (moved)
	* tests/.expect/nested-types-ERR1.txt (moved)
	* tests/.expect/nested-types-ERR2.txt (moved)
	* tests/.expect/nested-types.txt (moved)
	* tests/.expect/numericConstants.txt (moved)
	* tests/.expect/operators.txt (moved)
	* tests/.expect/polymorphism.txt (moved)
	* tests/.expect/quoted_keyword.txt (moved)
	* tests/.expect/random.txt (moved)
	* tests/.expect/rational.txt (moved)
	* tests/.expect/references.txt (moved)
	* tests/.expect/result.txt (moved)
	* tests/.expect/scopeErrors.txt (moved)
	* tests/.expect/searchsort.txt (moved)
	* tests/.expect/shortCircuit.txt (moved)
	* tests/.expect/simpleGenericTriple.txt (moved)
	* tests/.expect/stdincludes.txt (moved)
	* tests/.expect/sum.txt (moved)
	* tests/.expect/swap.txt (moved)
	* tests/.expect/switch.txt (moved)
	* tests/.expect/time.txt (moved)
	* tests/.expect/typedefRedef-ERR1.txt (moved)
	* tests/.expect/typedefRedef.txt (moved)
	* tests/.expect/typeof.txt (moved)
	* tests/.expect/user_literals.txt (moved)
	* tests/.expect/variableDeclarator.txt (moved)
	* tests/.expect/vector.txt (moved)
	* tests/.expect/voidPtr.txt (moved)
	* tests/.expect/with-statement.txt (moved)
	* tests/.gitignore (moved)
	* tests/.in/fstream_test.txt (moved)
	* tests/.in/gmp.txt (moved)
	* tests/.in/io.data (moved)
	* tests/.in/rational.txt (moved)
	* tests/KRfunctions.c (moved)
	* tests/Makefile.am (moved)
	* tests/Makefile.in (moved)
	* tests/abs.c (moved)
	* tests/alloc.c (moved)
	* tests/array.c (moved)
	* tests/ato.c (moved)
	* tests/attributes.c (moved)
	* tests/avltree/avl-private.c (moved)
	* tests/avltree/avl-private.h (moved)
	* tests/avltree/avl.h (moved)
	* tests/avltree/avl0.c (moved)
	* tests/avltree/avl1.c (moved)
	* tests/avltree/avl2.c (moved)
	* tests/avltree/avl3.c (moved)
	* tests/avltree/avl4.c (moved)
	* tests/avltree/avl_test.c (moved)
	* tests/builtins/.expect/sync.txt (moved)
	* tests/builtins/sync.c (moved)
	* tests/cast.c (moved)
	* tests/castError.c (moved)
	* tests/commentMisc.c (moved)
	* tests/completeTypeError.c (moved)
	* tests/complex.c (moved)
	* tests/concurrent/.expect/coroutineYield.txt (moved)
	* tests/concurrent/.expect/monitor.txt (moved)
	* tests/concurrent/.expect/multi-monitor.txt (moved)
	* tests/concurrent/.expect/preempt.txt (moved)
	* tests/concurrent/.expect/thread.txt (moved)
	* tests/concurrent/coroutineYield.c (moved)
	* tests/concurrent/examples/.expect/boundedBufferEXT.txt (moved)
	* tests/concurrent/examples/.expect/boundedBufferINT.txt (moved)
	* tests/concurrent/examples/.expect/datingService.txt (moved)
	* tests/concurrent/examples/.expect/matrixSum.txt (moved)
	* tests/concurrent/examples/.expect/quickSort.txt (moved)
	* tests/concurrent/examples/.in/quickSort.txt (moved)
	* tests/concurrent/examples/boundedBufferEXT.c (moved)
	* tests/concurrent/examples/boundedBufferINT.c (moved)
	* tests/concurrent/examples/datingService.c (moved)
	* tests/concurrent/examples/matrixSum.c (moved)
	* tests/concurrent/examples/quickSort.c (moved)
	* tests/concurrent/monitor.c (moved)
	* tests/concurrent/multi-monitor.c (moved)
	* tests/concurrent/preempt.c (moved)
	* tests/concurrent/signal/.expect/block.txt (moved)
	* tests/concurrent/signal/.expect/disjoint.txt (moved)
	* tests/concurrent/signal/.expect/wait.txt (moved)
	* tests/concurrent/signal/block.c (moved)
	* tests/concurrent/signal/disjoint.c (moved)
	* tests/concurrent/signal/wait.c (moved)
	* tests/concurrent/thread.c (moved)
	* tests/concurrent/waitfor/.expect/barge.txt (moved)
	* tests/concurrent/waitfor/.expect/dtor.txt (moved)
	* tests/concurrent/waitfor/.expect/else.txt (moved)
	* tests/concurrent/waitfor/.expect/recurse.txt (moved)
	* tests/concurrent/waitfor/.expect/statment.txt (moved)
	* tests/concurrent/waitfor/.expect/when.txt (moved)
	* tests/concurrent/waitfor/barge.c (moved)
	* tests/concurrent/waitfor/dtor.c (moved)
	* tests/concurrent/waitfor/else.c (moved)
	* tests/concurrent/waitfor/parse.c (moved)
	* tests/concurrent/waitfor/parse2.c (moved)
	* tests/concurrent/waitfor/recurse.c (moved)
	* tests/concurrent/waitfor/simple.c (moved)
	* tests/concurrent/waitfor/statment.c (moved)
	* tests/concurrent/waitfor/when.c (moved)
	* tests/config.py.in (moved)
	* tests/context.c (moved)
	* tests/coroutine/.expect/fibonacci.txt (moved)
	* tests/coroutine/.expect/fmtLines.txt (added)
	* tests/coroutine/.expect/pingpong.txt (moved)
	* tests/coroutine/.expect/prodcons.txt (moved)
	* tests/coroutine/.expect/runningTotal.txt (moved)
	* tests/coroutine/.in/fmtLines.txt (moved)
	* tests/coroutine/fibonacci.c (moved)
	* tests/coroutine/fmtLines.c (moved)
	* tests/coroutine/pingpong.c (moved)
	* tests/coroutine/prodcons.c (moved)
	* tests/coroutine/runningTotal.c (moved)
	* tests/counter.c (moved)
	* tests/declarationErrors.c (moved)
	* tests/declarationSpecifier.c (moved)
	* tests/designations.c (moved)
	* tests/div.c (moved)
	* tests/enum.c (moved)
	* tests/except-0.c (moved)
	* tests/except-1.c (moved)
	* tests/except-2.c (moved)
	* tests/except-3.c (moved)
	* tests/except-mac.h (moved)
	* tests/expression.c (moved)
	* tests/extension.c (moved)
	* tests/fallthrough.c (moved)
	* tests/forall.c (moved)
	* tests/fstream_test.c (moved)
	* tests/function-operator.c (moved)
	* tests/functions.c (moved)
	* tests/gccExtensions.c (moved)
	* tests/genericUnion.c (moved)
	* tests/gmp.c (moved)
	* tests/heap.c (moved)
	* tests/hello.c (moved)
	* tests/identFuncDeclarator.c (moved)
	* tests/identParamDeclarator.c (moved)
	* tests/identity.c (moved)
	* tests/ifwhileCtl.c (moved)
	* tests/io1.c (moved)
	* tests/io2.c (moved)
	* tests/labelledExit.c (moved)
	* tests/limits.c (moved)
	* tests/literals.c (moved)
	* tests/long_tests.h (moved)
	* tests/math1.c (moved)
	* tests/math2.c (moved)
	* tests/math3.c (moved)
	* tests/math4.c (moved)
	* tests/maybe.c (moved)
	* tests/minmax.c (moved)
	* tests/namedParmArg.c (moved)
	* tests/nested-types.c (moved)
	* tests/numericConstants.c (moved)
	* tests/occursError.c (moved)
	* tests/operators.c (moved)
	* tests/polymorphism.c (moved)
	* tests/preempt_longrun/Makefile.am (moved)
	* tests/preempt_longrun/Makefile.in (moved)
	* tests/preempt_longrun/block.c (moved)
	* tests/preempt_longrun/coroutine.c (moved)
	* tests/preempt_longrun/create.c (moved)
	* tests/preempt_longrun/disjoint.c (moved)
	* tests/preempt_longrun/enter.c (moved)
	* tests/preempt_longrun/enter3.c (moved)
	* tests/preempt_longrun/preempt.c (moved)
	* tests/preempt_longrun/processor.c (moved)
	* tests/preempt_longrun/stack.c (moved)
	* tests/preempt_longrun/update-type (moved)
	* tests/preempt_longrun/wait.c (moved)
	* tests/preempt_longrun/yield.c (moved)
	* tests/pybin/__init__.py (moved)
	* tests/pybin/settings.py (added)
	* tests/pybin/test_run.py (moved)
	* tests/pybin/tools.py (moved)
	* tests/quoted_keyword.c (moved)
	* tests/raii/.expect/ctor-autogen-ERR1.txt (moved)
	* tests/raii/.expect/ctor-autogen.txt (moved)
	* tests/raii/.expect/dtor-early-exit-ERR1.txt (moved)
	* tests/raii/.expect/dtor-early-exit-ERR2.txt (moved)
	* tests/raii/.expect/dtor-early-exit.txt (moved)
	* tests/raii/.expect/globals.txt (moved)
	* tests/raii/.expect/init_once.txt (moved)
	* tests/raii/.expect/memberCtors-ERR1.txt (moved)
	* tests/raii/.expect/memberCtors.txt (moved)
	* tests/raii/ctor-autogen.c (moved)
	* tests/raii/dtor-early-exit.c (moved)
	* tests/raii/globals.c (moved)
	* tests/raii/init_once.c (moved)
	* tests/raii/memberCtors.c (moved)
	* tests/raii/multiDimension.c (moved)
	* tests/raii/multiDimension.txt (moved)
	* tests/random.c (moved)
	* tests/rational.c (moved)
	* tests/references.c (moved)
	* tests/result.c (moved)
	* tests/scope.c (moved)
	* tests/scopeErrors.c (moved)
	* tests/searchsort.c (moved)
	* tests/shortCircuit.c (moved)
	* tests/simpleGenericTriple.c (moved)
	* tests/stdincludes.c (moved)
	* tests/structMember.c (moved)
	* tests/subrange.c (moved)
	* tests/sum.c (moved)
	* tests/swap.c (moved)
	* tests/switch.c (moved)
	* tests/test.py (moved)
	* tests/time.c (moved)
	* tests/tuple/.expect/tupleAssign.txt (moved)
	* tests/tuple/.expect/tupleCast.txt (moved)
	* tests/tuple/.expect/tupleFunction.txt (moved)
	* tests/tuple/.expect/tupleMember.txt (moved)
	* tests/tuple/.expect/tuplePolymorphism.txt (moved)
	* tests/tuple/.expect/tupleVariadic.txt (moved)
	* tests/tuple/tupleAssign.c (moved)
	* tests/tuple/tupleCast.c (moved)
	* tests/tuple/tupleFunction.c (moved)
	* tests/tuple/tupleMember.c (moved)
	* tests/tuple/tuplePolymorphism.c (moved)
	* tests/tuple/tupleVariadic.c (moved)
	* tests/tuple/tuples.c (moved)
	* tests/typeGenerator.c (moved)
	* tests/typedef.c (moved)
	* tests/typedefDeclarator.c (moved)
	* tests/typedefRedef.c (moved)
	* tests/typeof.c (moved)
	* tests/user_literals.c (moved)
	* tests/variableDeclarator.c (moved)
	* tests/vector.c (moved)
	* tests/virtualCast.c (moved)
	* tests/voidPtr.c (moved)
	* tests/warnings/.expect/self-assignment.txt (moved)
	* tests/warnings/self-assignment.c (moved)
	* tests/with-statement.c (moved)
	* tools/Makefile.am (modified)
	* tools/Makefile.in (modified)
	* tools/prettyprinter/Makefile.am (modified)
	* tools/prettyprinter/Makefile.in (modified)

	Merge branch 'master' into demangler


Thu, 09 Aug 2018 17:14:24 GMT Thierry Delisle <tdelisle@…> [9aa9126]
	* .gitignore (modified)
	* driver/Makefile.am (modified)
	* driver/Makefile.in (modified)
	* driver/cfa.cc (modified)
	* libcfa/prelude/builtins.c (modified)
	* libcfa/src/bits/locks.hfa (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/startup.cfa (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/Common/Eval.cc (added)
	* src/Common/SemanticError.h (modified)
	* src/Common/module.mk (modified)
	* src/Common/utility.h (modified)
	* src/CompilationState.cc (added)
	* src/CompilationState.h (added)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixGlobalInit.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/FixInit.h (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/Validate/HandleAttributes.cc (added)
	* src/Validate/HandleAttributes.h (added)
	* src/Validate/module.mk (added)
	* src/driver/as.cc (added)
	* src/main.cc (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/function-operator.c (modified)
	* tests/sum.c (modified)
	* tests/tuple/tupleVariadic.c (modified)

	Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc


Wed, 01 Aug 2018 22:24:51 GMT Thierry Delisle <tdelisle@…> [bf71cfd]
	* .gitignore (modified)
	* Makefile.am (modified)
	* Makefile.in (modified)
	* benchmark/Makefile.am (moved)
	* benchmark/Makefile.in (moved)
	* benchmark/Monitor.c (moved)
	* benchmark/bench.h (moved)
	* benchmark/compile/empty.c (moved)
	* benchmark/creation/JavaThread.java (moved)
	* benchmark/creation/cfa_cor.c (moved)
	* benchmark/creation/cfa_thrd.c (moved)
	* benchmark/creation/goroutine.go (moved)
	* benchmark/creation/pthreads.c (moved)
	* benchmark/creation/upp_cor.cc (moved)
	* benchmark/creation/upp_thrd.cc (moved)
	* benchmark/ctxswitch/JavaThread.java (moved)
	* benchmark/ctxswitch/cfa_cor.c (moved)
	* benchmark/ctxswitch/cfa_thrd.c (moved)
	* benchmark/ctxswitch/cfa_thrd2.c (moved)
	* benchmark/ctxswitch/goroutine.go (moved)
	* benchmark/ctxswitch/kos_fibre.cpp (moved)
	* benchmark/ctxswitch/kos_fibre2.cpp (moved)
	* benchmark/ctxswitch/pthreads.c (moved)
	* benchmark/ctxswitch/upp_cor.cc (moved)
	* benchmark/ctxswitch/upp_thrd.cc (moved)
	* benchmark/fetch_add.c (moved)
	* benchmark/function.c (moved)
	* benchmark/interrupt_linux.c (moved)
	* benchmark/loop.c (moved)
	* benchmark/mutex/JavaThread.java (moved)
	* benchmark/mutex/cfa1.c (moved)
	* benchmark/mutex/cfa2.c (moved)
	* benchmark/mutex/cfa4.c (moved)
	* benchmark/mutex/pthreads.c (moved)
	* benchmark/mutex/upp.cc (moved)
	* benchmark/schedext/cfa1.c (moved)
	* benchmark/schedext/cfa2.c (moved)
	* benchmark/schedext/cfa4.c (moved)
	* benchmark/schedext/upp.cc (moved)
	* benchmark/schedint/JavaThread.java (moved)
	* benchmark/schedint/cfa1.c (moved)
	* benchmark/schedint/cfa2.c (moved)
	* benchmark/schedint/cfa4.c (moved)
	* benchmark/schedint/pthreads.c (moved)
	* benchmark/schedint/upp.cc (moved)
	* configure (modified)
	* configure.ac (modified)
	* driver/Makefile.am (moved)
	* driver/Makefile.in (moved)
	* driver/cc1.cc (moved)
	* driver/cfa.cc (moved)
	* examples/ArrayN.c (moved)
	* examples/Attributes.c (moved)
	* examples/Initialization.c (moved)
	* examples/Initialization2.c (moved)
	* examples/Makefile.example (moved)
	* examples/Members.c (moved)
	* examples/Misc.c (moved)
	* examples/MiscError.c (moved)
	* examples/Rank2.c (moved)
	* examples/Tuple.c (moved)
	* examples/abstype.c (moved)
	* examples/constructors.c (moved)
	* examples/forward.c (moved)
	* examples/gc_no_raii/.gitignore (moved)
	* examples/gc_no_raii/bug-repro/assert.c (moved)
	* examples/gc_no_raii/bug-repro/blockers.tar.gz (moved)
	* examples/gc_no_raii/bug-repro/blockers/explicit_cast.c (moved)
	* examples/gc_no_raii/bug-repro/blockers/file_scope.c (moved)
	* examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c (moved)
	* examples/gc_no_raii/bug-repro/crash.c (moved)
	* examples/gc_no_raii/bug-repro/deref.c (moved)
	* examples/gc_no_raii/bug-repro/field.c (moved)
	* examples/gc_no_raii/bug-repro/find.c (moved)
	* examples/gc_no_raii/bug-repro/inline.c (moved)
	* examples/gc_no_raii/bug-repro/malloc.c (moved)
	* examples/gc_no_raii/bug-repro/not_equal.c (moved)
	* examples/gc_no_raii/bug-repro/oddtype.c (moved)
	* examples/gc_no_raii/bug-repro/push_back.c (moved)
	* examples/gc_no_raii/bug-repro/push_back.h (moved)
	* examples/gc_no_raii/bug-repro/realloc.c (moved)
	* examples/gc_no_raii/bug-repro/return.c (moved)
	* examples/gc_no_raii/bug-repro/return_template.c (moved)
	* examples/gc_no_raii/bug-repro/slow_malloc.c (moved)
	* examples/gc_no_raii/bug-repro/static_const_local.c (moved)
	* examples/gc_no_raii/bug-repro/test-assert.cpp (moved)
	* examples/gc_no_raii/bug-repro/void_pointer.c (moved)
	* examples/gc_no_raii/bug-repro/while.c (moved)
	* examples/gc_no_raii/bug-repro/zero.c (moved)
	* examples/gc_no_raii/pool-alloc/allocate-malign.c (moved)
	* examples/gc_no_raii/pool-alloc/allocate-malloc.c (moved)
	* examples/gc_no_raii/pool-alloc/allocate-mmap.c (moved)
	* examples/gc_no_raii/pool-alloc/allocate-win-valloc.c (moved)
	* examples/gc_no_raii/premake4.lua (moved)
	* examples/gc_no_raii/src/allocate-pool.c (moved)
	* examples/gc_no_raii/src/allocate-pool.h (moved)
	* examples/gc_no_raii/src/gc.h (moved)
	* examples/gc_no_raii/src/gcpointers.c (moved)
	* examples/gc_no_raii/src/gcpointers.h (moved)
	* examples/gc_no_raii/src/internal/card_table.h (moved)
	* examples/gc_no_raii/src/internal/collector.c (moved)
	* examples/gc_no_raii/src/internal/collector.h (moved)
	* examples/gc_no_raii/src/internal/gc_tools.h (moved)
	* examples/gc_no_raii/src/internal/globals.h (moved)
	* examples/gc_no_raii/src/internal/memory_pool.c (moved)
	* examples/gc_no_raii/src/internal/memory_pool.h (moved)
	* examples/gc_no_raii/src/internal/object_header.c (moved)
	* examples/gc_no_raii/src/internal/object_header.h (moved)
	* examples/gc_no_raii/src/internal/state.c (moved)
	* examples/gc_no_raii/src/internal/state.h (moved)
	* examples/gc_no_raii/src/test_include.c (moved)
	* examples/gc_no_raii/src/tools.h (moved)
	* examples/gc_no_raii/src/tools/checks.h (moved)
	* examples/gc_no_raii/src/tools/print.c (moved)
	* examples/gc_no_raii/src/tools/print.h (moved)
	* examples/gc_no_raii/src/tools/worklist.h (moved)
	* examples/gc_no_raii/test/badlll.c (moved)
	* examples/gc_no_raii/test/gctest.c (moved)
	* examples/gc_no_raii/test/operators.c (moved)
	* examples/huge.c (moved)
	* examples/includes.c (moved)
	* examples/index.h (moved)
	* examples/it_out.c (moved)
	* examples/multicore.c (moved)
	* examples/new.c (moved)
	* examples/poly-bench.c (moved)
	* examples/prolog.c (moved)
	* examples/quad.c (moved)
	* examples/s.c (moved)
	* examples/simplePoly.c (moved)
	* examples/simpler.c (moved)
	* examples/specialize.c (moved)
	* examples/square.c (moved)
	* examples/twice.c (moved)
	* examples/wrapper/.gitignore (moved)
	* examples/wrapper/premake4.lua (moved)
	* examples/wrapper/src/main.c (moved)
	* examples/wrapper/src/pointer.h (moved)
	* examples/zero_one.c (moved)
	* libcfa/prelude/Makefile.am (moved)
	* libcfa/prelude/Makefile.in (moved)
	* libcfa/prelude/bootloader.cf (moved)
	* libcfa/prelude/builtins.c (moved)
	* libcfa/prelude/builtins.def (moved)
	* libcfa/prelude/extras.c (moved)
	* libcfa/prelude/extras.regx (moved)
	* libcfa/prelude/prelude-gen.cc (moved)
	* libcfa/prelude/prelude.old.cf (moved)
	* libcfa/prelude/prototypes.awk (moved)
	* libcfa/prelude/prototypes.c (moved)
	* libcfa/prelude/prototypes.sed (moved)
	* libcfa/prelude/sync-builtins.cf (moved)
	* libcfa/prelude/sync-builtins.def (moved)
	* libcfa/src/Makefile.am (moved)
	* libcfa/src/Makefile.in (moved)
	* libcfa/src/assert.c (moved)
	* libcfa/src/bits/algorithms.h (moved)
	* libcfa/src/bits/align.h (moved)
	* libcfa/src/bits/containers.h (moved)
	* libcfa/src/bits/debug.c (moved)
	* libcfa/src/bits/debug.h (moved)
	* libcfa/src/bits/defs.h (moved)
	* libcfa/src/bits/locks.h (moved)
	* libcfa/src/bits/signal.h (moved)
	* libcfa/src/clock (moved)
	* libcfa/src/common (moved)
	* libcfa/src/common.c (moved)
	* libcfa/src/concurrency/CtxSwitch-armv7l.S (moved)
	* libcfa/src/concurrency/CtxSwitch-i386.S (moved)
	* libcfa/src/concurrency/CtxSwitch-i686.S (moved)
	* libcfa/src/concurrency/CtxSwitch-x86_64.S (moved)
	* libcfa/src/concurrency/alarm.c (moved)
	* libcfa/src/concurrency/alarm.h (moved)
	* libcfa/src/concurrency/coroutine (moved)
	* libcfa/src/concurrency/coroutine.c (moved)
	* libcfa/src/concurrency/invoke.c (moved)
	* libcfa/src/concurrency/invoke.h (moved)
	* libcfa/src/concurrency/kernel (moved)
	* libcfa/src/concurrency/kernel.c (moved)
	* libcfa/src/concurrency/kernel_private.h (moved)
	* libcfa/src/concurrency/monitor (moved)
	* libcfa/src/concurrency/monitor.c (moved)
	* libcfa/src/concurrency/mutex (moved)
	* libcfa/src/concurrency/mutex.c (moved)
	* libcfa/src/concurrency/preemption.c (moved)
	* libcfa/src/concurrency/preemption.h (moved)
	* libcfa/src/concurrency/thread (moved)
	* libcfa/src/concurrency/thread.c (moved)
	* libcfa/src/containers/maybe (moved)
	* libcfa/src/containers/maybe.c (moved)
	* libcfa/src/containers/pair (moved)
	* libcfa/src/containers/pair.c (moved)
	* libcfa/src/containers/result (moved)
	* libcfa/src/containers/result.c (moved)
	* libcfa/src/containers/vector (moved)
	* libcfa/src/containers/vector.c (moved)
	* libcfa/src/exception.c (moved)
	* libcfa/src/exception.h (moved)
	* libcfa/src/expat.h (moved)
	* libcfa/src/fstream (moved)
	* libcfa/src/fstream.c (moved)
	* libcfa/src/gmp (moved)
	* libcfa/src/heap.c (moved)
	* libcfa/src/interpose.c (moved)
	* libcfa/src/iostream (moved)
	* libcfa/src/iostream.c (moved)
	* libcfa/src/iterator (moved)
	* libcfa/src/iterator.c (moved)
	* libcfa/src/limits (moved)
	* libcfa/src/limits.c (moved)
	* libcfa/src/lsda.h (moved)
	* libcfa/src/math (moved)
	* libcfa/src/memcheck.awk (moved)
	* libcfa/src/rational (moved)
	* libcfa/src/rational.c (moved)
	* libcfa/src/startup.c (moved)
	* libcfa/src/startup.h (moved)
	* libcfa/src/stdhdr/assert.h (moved)
	* libcfa/src/stdhdr/bfdlink.h (moved)
	* libcfa/src/stdhdr/complex.h (moved)
	* libcfa/src/stdhdr/ctype.h (moved)
	* libcfa/src/stdhdr/errno.h (moved)
	* libcfa/src/stdhdr/fenv.h (moved)
	* libcfa/src/stdhdr/float.h (moved)
	* libcfa/src/stdhdr/gmp.h (moved)
	* libcfa/src/stdhdr/hwloc.h (moved)
	* libcfa/src/stdhdr/inttypes.h (moved)
	* libcfa/src/stdhdr/iso646.h (moved)
	* libcfa/src/stdhdr/krb5.h (moved)
	* libcfa/src/stdhdr/limits.h (moved)
	* libcfa/src/stdhdr/locale.h (moved)
	* libcfa/src/stdhdr/malloc.h (moved)
	* libcfa/src/stdhdr/math.h (moved)
	* libcfa/src/stdhdr/setjmp.h (moved)
	* libcfa/src/stdhdr/signal.h (moved)
	* libcfa/src/stdhdr/stdalign.h (moved)
	* libcfa/src/stdhdr/stdarg.h (moved)
	* libcfa/src/stdhdr/stdatomic.h (moved)
	* libcfa/src/stdhdr/stdbool.h (moved)
	* libcfa/src/stdhdr/stddef.h (moved)
	* libcfa/src/stdhdr/stdint.h (moved)
	* libcfa/src/stdhdr/stdio.h (moved)
	* libcfa/src/stdhdr/stdlib.h (moved)
	* libcfa/src/stdhdr/stdnoreturn.h (moved)
	* libcfa/src/stdhdr/string.h (moved)
	* libcfa/src/stdhdr/sys/ucontext.h (moved)
	* libcfa/src/stdhdr/tgmath.h (moved)
	* libcfa/src/stdhdr/threads.h (moved)
	* libcfa/src/stdhdr/time.h (moved)
	* libcfa/src/stdhdr/uchar.h (moved)
	* libcfa/src/stdhdr/unistd.h (moved)
	* libcfa/src/stdhdr/wchar.h (moved)
	* libcfa/src/stdhdr/wctype.h (moved)
	* libcfa/src/stdlib (moved)
	* libcfa/src/stdlib.c (moved)
	* libcfa/src/time (moved)
	* libcfa/src/time.c (moved)
	* libcfa/src/time_t.h (moved)
	* libcfa/src/virtual.c (moved)
	* libcfa/src/virtual.h (moved)
	* src/Docs/Makefile (deleted)
	* src/Docs/cfa-cpp.1 (deleted)
	* src/Docs/design.tex (deleted)
	* src/Docs/uml.dia (deleted)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* tests/.expect/KRfunctions.x64.txt (moved)
	* tests/.expect/KRfunctions.x86.txt (moved)
	* tests/.expect/abs.txt (moved)
	* tests/.expect/alloc-ERROR.txt (moved)
	* tests/.expect/alloc.txt (moved)
	* tests/.expect/array.txt (moved)
	* tests/.expect/ato.txt (moved)
	* tests/.expect/attributes.x64.txt (moved)
	* tests/.expect/attributes.x86.txt (moved)
	* tests/.expect/avl_test.txt (moved)
	* tests/.expect/cast.txt (moved)
	* tests/.expect/castError.txt (moved)
	* tests/.expect/completeTypeError.txt (moved)
	* tests/.expect/complex.txt (moved)
	* tests/.expect/counter.txt (moved)
	* tests/.expect/declarationErrors.txt (moved)
	* tests/.expect/declarationSpecifier.x64.txt (moved)
	* tests/.expect/declarationSpecifier.x86.txt (moved)
	* tests/.expect/designations.txt (moved)
	* tests/.expect/div.txt (moved)
	* tests/.expect/enum.txt (moved)
	* tests/.expect/expression.txt (moved)
	* tests/.expect/extension.x64.txt (moved)
	* tests/.expect/extension.x86.txt (moved)
	* tests/.expect/fallthrough.txt (moved)
	* tests/.expect/forall.txt (moved)
	* tests/.expect/fstream_test.txt (moved)
	* tests/.expect/function-operator.txt (moved)
	* tests/.expect/functions.x64.txt (moved)
	* tests/.expect/functions.x86.txt (moved)
	* tests/.expect/gccExtensions.x64.txt (moved)
	* tests/.expect/gccExtensions.x86.txt (moved)
	* tests/.expect/genericUnion.txt (moved)
	* tests/.expect/gmp.x64.txt (moved)
	* tests/.expect/heap.txt (moved)
	* tests/.expect/hello.txt (moved)
	* tests/.expect/identFuncDeclarator.txt (moved)
	* tests/.expect/identParamDeclarator.txt (moved)
	* tests/.expect/identity.txt (moved)
	* tests/.expect/ifwhileCtl.txt (moved)
	* tests/.expect/io1.txt (moved)
	* tests/.expect/io2.txt (moved)
	* tests/.expect/labelledExit.txt (moved)
	* tests/.expect/limits.txt (moved)
	* tests/.expect/literals.txt (moved)
	* tests/.expect/math1.x64.txt (moved)
	* tests/.expect/math1.x86.txt (moved)
	* tests/.expect/math2.x64.txt (moved)
	* tests/.expect/math2.x86.txt (moved)
	* tests/.expect/math3.x64.txt (moved)
	* tests/.expect/math3.x86.txt (moved)
	* tests/.expect/math4.x64.txt (moved)
	* tests/.expect/maybe.txt (moved)
	* tests/.expect/minmax.txt (moved)
	* tests/.expect/nested-types-ERR1.txt (moved)
	* tests/.expect/nested-types-ERR2.txt (moved)
	* tests/.expect/nested-types.txt (moved)
	* tests/.expect/numericConstants.txt (moved)
	* tests/.expect/operators.txt (moved)
	* tests/.expect/polymorphism.txt (moved)
	* tests/.expect/quoted_keyword.txt (moved)
	* tests/.expect/random.txt (moved)
	* tests/.expect/rational.txt (moved)
	* tests/.expect/references.txt (moved)
	* tests/.expect/result.txt (moved)
	* tests/.expect/scopeErrors.txt (moved)
	* tests/.expect/searchsort.txt (moved)
	* tests/.expect/shortCircuit.txt (moved)
	* tests/.expect/simpleGenericTriple.txt (moved)
	* tests/.expect/stdincludes.txt (moved)
	* tests/.expect/sum.txt (moved)
	* tests/.expect/swap.txt (moved)
	* tests/.expect/switch.txt (moved)
	* tests/.expect/time.x64.txt (moved)
	* tests/.expect/time.x86.txt (moved)
	* tests/.expect/typedefRedef-ERR1.txt (moved)
	* tests/.expect/typedefRedef.txt (moved)
	* tests/.expect/typeof.txt (moved)
	* tests/.expect/user_literals.txt (moved)
	* tests/.expect/variableDeclarator.txt (moved)
	* tests/.expect/vector.txt (moved)
	* tests/.expect/voidPtr.txt (moved)
	* tests/.expect/with-statement.txt (moved)
	* tests/.gitignore (moved)
	* tests/.in/fstream_test.txt (moved)
	* tests/.in/gmp.txt (moved)
	* tests/.in/io.data (moved)
	* tests/.in/rational.txt (moved)
	* tests/KRfunctions.c (moved)
	* tests/Makefile.am (moved)
	* tests/Makefile.in (moved)
	* tests/abs.c (moved)
	* tests/alloc.c (moved)
	* tests/array.c (moved)
	* tests/ato.c (moved)
	* tests/attributes.c (moved)
	* tests/avltree/avl-private.c (moved)
	* tests/avltree/avl-private.h (moved)
	* tests/avltree/avl.h (moved)
	* tests/avltree/avl0.c (moved)
	* tests/avltree/avl1.c (moved)
	* tests/avltree/avl2.c (moved)
	* tests/avltree/avl3.c (moved)
	* tests/avltree/avl4.c (moved)
	* tests/avltree/avl_test.c (moved)
	* tests/builtins/.expect/sync.txt (moved)
	* tests/builtins/sync.c (moved)
	* tests/cast.c (moved)
	* tests/castError.c (moved)
	* tests/commentMisc.c (moved)
	* tests/completeTypeError.c (moved)
	* tests/complex.c (moved)
	* tests/concurrent/.expect/coroutineYield.txt (moved)
	* tests/concurrent/.expect/monitor.txt (moved)
	* tests/concurrent/.expect/multi-monitor.txt (moved)
	* tests/concurrent/.expect/preempt.txt (moved)
	* tests/concurrent/.expect/thread.txt (moved)
	* tests/concurrent/coroutineYield.c (moved)
	* tests/concurrent/examples/.expect/boundedBufferEXT.txt (moved)
	* tests/concurrent/examples/.expect/boundedBufferINT.txt (moved)
	* tests/concurrent/examples/.expect/datingService.txt (moved)
	* tests/concurrent/examples/.expect/matrixSum.txt (moved)
	* tests/concurrent/examples/.expect/quickSort.txt (moved)
	* tests/concurrent/examples/.in/quickSort.txt (moved)
	* tests/concurrent/examples/boundedBufferEXT.c (moved)
	* tests/concurrent/examples/boundedBufferINT.c (moved)
	* tests/concurrent/examples/datingService.c (moved)
	* tests/concurrent/examples/matrixSum.c (moved)
	* tests/concurrent/examples/quickSort.c (moved)
	* tests/concurrent/monitor.c (moved)
	* tests/concurrent/multi-monitor.c (moved)
	* tests/concurrent/preempt.c (moved)
	* tests/concurrent/signal/.expect/block.txt (moved)
	* tests/concurrent/signal/.expect/disjoint.txt (moved)
	* tests/concurrent/signal/.expect/wait.txt (moved)
	* tests/concurrent/signal/block.c (moved)
	* tests/concurrent/signal/disjoint.c (moved)
	* tests/concurrent/signal/wait.c (moved)
	* tests/concurrent/thread.c (moved)
	* tests/concurrent/waitfor/.expect/barge.txt (moved)
	* tests/concurrent/waitfor/.expect/dtor.txt (moved)
	* tests/concurrent/waitfor/.expect/else.txt (moved)
	* tests/concurrent/waitfor/.expect/recurse.txt (moved)
	* tests/concurrent/waitfor/.expect/statment.txt (moved)
	* tests/concurrent/waitfor/.expect/when.txt (moved)
	* tests/concurrent/waitfor/barge.c (moved)
	* tests/concurrent/waitfor/dtor.c (moved)
	* tests/concurrent/waitfor/else.c (moved)
	* tests/concurrent/waitfor/parse.c (moved)
	* tests/concurrent/waitfor/parse2.c (moved)
	* tests/concurrent/waitfor/recurse.c (moved)
	* tests/concurrent/waitfor/simple.c (moved)
	* tests/concurrent/waitfor/statment.c (moved)
	* tests/concurrent/waitfor/when.c (moved)
	* tests/config.py.in (moved)
	* tests/context.c (moved)
	* tests/coroutine/.expect/fibonacci.txt (moved)
	* tests/coroutine/.expect/fmtLines.txt (moved)
	* tests/coroutine/.expect/pingpong.txt (moved)
	* tests/coroutine/.expect/prodcons.txt (moved)
	* tests/coroutine/.expect/runningTotal.txt (moved)
	* tests/coroutine/.in/fmtLines.txt (moved)
	* tests/coroutine/fibonacci.c (moved)
	* tests/coroutine/fmtLines.c (moved)
	* tests/coroutine/pingpong.c (moved)
	* tests/coroutine/prodcons.c (moved)
	* tests/coroutine/runningTotal.c (moved)
	* tests/counter.c (moved)
	* tests/declarationErrors.c (moved)
	* tests/declarationSpecifier.c (moved)
	* tests/designations.c (moved)
	* tests/div.c (moved)
	* tests/enum.c (moved)
	* tests/except-0.c (moved)
	* tests/except-1.c (moved)
	* tests/except-2.c (moved)
	* tests/except-3.c (moved)
	* tests/except-mac.h (moved)
	* tests/expression.c (moved)
	* tests/extension.c (moved)
	* tests/fallthrough.c (moved)
	* tests/forall.c (moved)
	* tests/fstream_test.c (moved)
	* tests/function-operator.c (moved)
	* tests/functions.c (moved)
	* tests/gccExtensions.c (moved)
	* tests/genericUnion.c (moved)
	* tests/gmp.c (moved)
	* tests/heap.c (moved)
	* tests/hello.c (moved)
	* tests/identFuncDeclarator.c (moved)
	* tests/identParamDeclarator.c (moved)
	* tests/identity.c (moved)
	* tests/ifwhileCtl.c (moved)
	* tests/io1.c (moved)
	* tests/io2.c (moved)
	* tests/labelledExit.c (moved)
	* tests/limits.c (moved)
	* tests/literals.c (moved)
	* tests/long_tests.h (moved)
	* tests/math1.c (moved)
	* tests/math2.c (moved)
	* tests/math3.c (moved)
	* tests/math4.c (moved)
	* tests/maybe.c (moved)
	* tests/minmax.c (moved)
	* tests/namedParmArg.c (moved)
	* tests/nested-types.c (moved)
	* tests/numericConstants.c (moved)
	* tests/occursError.c (moved)
	* tests/operators.c (moved)
	* tests/polymorphism.c (moved)
	* tests/preempt_longrun/Makefile.am (moved)
	* tests/preempt_longrun/Makefile.in (moved)
	* tests/preempt_longrun/block.c (moved)
	* tests/preempt_longrun/coroutine.c (moved)
	* tests/preempt_longrun/create.c (moved)
	* tests/preempt_longrun/disjoint.c (moved)
	* tests/preempt_longrun/enter.c (moved)
	* tests/preempt_longrun/enter3.c (moved)
	* tests/preempt_longrun/preempt.c (moved)
	* tests/preempt_longrun/processor.c (moved)
	* tests/preempt_longrun/stack.c (moved)
	* tests/preempt_longrun/update-type (moved)
	* tests/preempt_longrun/wait.c (moved)
	* tests/preempt_longrun/yield.c (moved)
	* tests/pybin/__init__.py (moved)
	* tests/pybin/settings.py (moved)
	* tests/pybin/test_run.py (moved)
	* tests/pybin/tools.py (moved)
	* tests/quoted_keyword.c (moved)
	* tests/raii/.expect/ctor-autogen-ERR1.txt (moved)
	* tests/raii/.expect/ctor-autogen.txt (moved)
	* tests/raii/.expect/dtor-early-exit-ERR1.txt (moved)
	* tests/raii/.expect/dtor-early-exit-ERR2.txt (moved)
	* tests/raii/.expect/dtor-early-exit.txt (moved)
	* tests/raii/.expect/globals.txt (moved)
	* tests/raii/.expect/init_once.txt (moved)
	* tests/raii/.expect/memberCtors-ERR1.txt (moved)
	* tests/raii/.expect/memberCtors.txt (moved)
	* tests/raii/ctor-autogen.c (moved)
	* tests/raii/dtor-early-exit.c (moved)
	* tests/raii/globals.c (moved)
	* tests/raii/init_once.c (moved)
	* tests/raii/memberCtors.c (moved)
	* tests/raii/multiDimension.c (moved)
	* tests/raii/multiDimension.txt (moved)
	* tests/random.c (moved)
	* tests/rational.c (moved)
	* tests/references.c (moved)
	* tests/result.c (moved)
	* tests/scope.c (moved)
	* tests/scopeErrors.c (moved)
	* tests/searchsort.c (moved)
	* tests/shortCircuit.c (moved)
	* tests/simpleGenericTriple.c (moved)
	* tests/stdincludes.c (moved)
	* tests/structMember.c (moved)
	* tests/subrange.c (moved)
	* tests/sum.c (moved)
	* tests/swap.c (moved)
	* tests/switch.c (moved)
	* tests/test.py (moved)
	* tests/time.c (moved)
	* tests/tuple/.expect/tupleAssign.txt (moved)
	* tests/tuple/.expect/tupleCast.txt (moved)
	* tests/tuple/.expect/tupleFunction.txt (moved)
	* tests/tuple/.expect/tupleMember.txt (moved)
	* tests/tuple/.expect/tuplePolymorphism.txt (moved)
	* tests/tuple/.expect/tupleVariadic.txt (moved)
	* tests/tuple/tupleAssign.c (moved)
	* tests/tuple/tupleCast.c (moved)
	* tests/tuple/tupleFunction.c (moved)
	* tests/tuple/tupleMember.c (moved)
	* tests/tuple/tuplePolymorphism.c (moved)
	* tests/tuple/tupleVariadic.c (moved)
	* tests/tuple/tuples.c (moved)
	* tests/typeGenerator.c (moved)
	* tests/typedef.c (moved)
	* tests/typedefDeclarator.c (moved)
	* tests/typedefRedef.c (moved)
	* tests/typeof.c (moved)
	* tests/user_literals.c (moved)
	* tests/variableDeclarator.c (moved)
	* tests/vector.c (moved)
	* tests/virtualCast.c (moved)
	* tests/voidPtr.c (moved)
	* tests/warnings/.expect/self-assignment.txt (moved)
	* tests/warnings/self-assignment.c (moved)
	* tests/with-statement.c (moved)

	Moved up many directories in source