# # ChangeLog for src/ControlStruct # # Generated by Trac 1.2.1 # Apr 16, 2024, 12:30:24 AM Tue, 25 Aug 2020 15:58:21 GMT Thierry Delisle [5339a87] * src/AST/module.mk (modified) * src/CodeGen/module.mk (modified) * src/CodeTools/module.mk (modified) * src/Common/module.mk (modified) * src/Concurrency/module.mk (modified) * src/ControlStruct/module.mk (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/module.mk (modified) * src/Makefile.am (modified) * src/Parser/module.mk (modified) * src/ResolvExpr/module.mk (modified) * src/SymTab/module.mk (modified) * src/SynTree/module.mk (modified) * src/Tuples/module.mk (modified) * src/Validate/module.mk (modified) * src/Virtual/module.mk (modified) Added headers to Makefile Sources (since they are supposed to be) Wed, 24 Jun 2020 16:30:42 GMT Andrew Beach [7f9968a] * src/ControlStruct/ExceptTranslate.cc (modified) * tests/exceptions/.expect/resume.txt (modified) * tests/exceptions/.expect/terminate.txt (modified) * tests/exceptions/resume.cfa (modified) * tests/exceptions/terminate.cfa (modified) Fixed a problem with 'throwResume;' translation and added some tests ... Tue, 26 May 2020 15:24:55 GMT Andrew Beach [b2de2e0] * src/ControlStruct/ExceptTranslate.cc (modified) * tests/exceptions/.expect/type-check.txt (added) * tests/exceptions/type-check.cfa (added) Improved the check of the catch[Resume] exception declaration. Fri, 22 May 2020 18:49:54 GMT Andrew Beach [7119daa] * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ExceptTranslate.h (modified) More clean-up in ExceptTranslate. Thu, 21 May 2020 17:43:59 GMT Andrew Beach [66ba544] * src/ControlStruct/ExceptTranslate.cc (modified) Dead code elimination in the try block translation. Tue, 19 May 2020 21:31:20 GMT Andrew Beach [046a890] * libcfa/src/exception.c (modified) * libcfa/src/exception.h (modified) * libcfa/src/exception.hfa (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ExceptTranslate.h (modified) * src/main.cc (modified) * tests/exceptions/conditional.cfa (modified) * tests/exceptions/data-except.cfa (modified) * tests/exceptions/finally.cfa (modified) * tests/exceptions/interact.cfa (modified) * tests/exceptions/resume.cfa (modified) * tests/exceptions/terminate.cfa (modified) That should get default operations working for throws. More tests to ... Mon, 30 Mar 2020 15:36:54 GMT Andrew Beach [3090127] * libcfa/src/exception.c (modified) * libcfa/src/exception.h (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * tests/exceptions/except-mac.hfa (modified) Naming updates, most are to get exception names to the new ... Wed, 19 Feb 2020 01:48:49 GMT Peter A. Buhr [60a8062] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/FixMain.h (modified) * src/CodeGen/GenType.h (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/OperatorTable.cc (modified) * src/CodeGen/OperatorTable.h (modified) * src/CodeGen/Options.h (modified) * src/CodeTools/ResolvProtoDump.cc (modified) * src/ControlStruct/Mutate.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/FixInit.h (modified) * src/MakeLibCfa.cc (modified) * src/Parser/ParserTypes.h (modified) * src/Parser/TypedefTable.cc (modified) * src/Parser/TypedefTable.h (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/SymTab/Mangler.cc (modified) * src/SynTree/Attribute.h (modified) rewrite most of OperatorTable and change caller modules to use new ... Wed, 22 Jan 2020 20:40:27 GMT Andrew Beach [9d6317f] * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * tests/.expect/except-finally-error.txt (modified) * tests/except-finally-error.cfa (modified) Added checks for returning from a finally clause. And breaking from a ... Tue, 21 Jan 2020 15:59:49 GMT Andrew Beach [5cdeecd] * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) We think we figured out what MLE stood for and cleaned up some of the ... Thu, 16 Jan 2020 21:44:17 GMT Andrew Beach [d62806c] * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * tests/.expect/except-finally-error.txt (added) * tests/except-finally-error.cfa (added) Start working on checks to make sure we do not jump out of a finally ... Fri, 10 Jan 2020 16:39:37 GMT Andrew Beach [6b6a3b8] * src/ControlStruct/LabelFixer.cc (modified) Fixed a memory leak and some line length issues in setLabelsDef. Mon, 16 Dec 2019 19:30:41 GMT Peter A. Buhr [07de76b] * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/AST/TypeVar.hpp (deleted) * src/AST/module.mk (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/FixMain.h (modified) * src/CodeGen/FixNames.cc (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/module.mk (modified) * src/CodeTools/DeclStats.cc (modified) * src/Common/Debug.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/MakeLibCfa.cc (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/module.mk (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/Demangle.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/DeclarationWithType.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/LinkageSpec.cc (moved) * src/SynTree/LinkageSpec.h (moved) * src/SynTree/NamedTypeDecl.cc (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/TupleType.cc (modified) * src/SynTree/TypeDecl.cc (modified) * src/SynTree/module.mk (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Tuples/TupleExpansion.cc (modified) * tests/.expect/completeTypeError.txt (modified) remove file TypeVar.h* and put TypeVar::Kind into TypeDecl, move ... Wed, 27 Nov 2019 21:43:51 GMT Thierry Delisle [397c101a] * src/ControlStruct/MLEMutator.cc (modified) * tests/raii/dtor-early-exit.cfa (modified) Fix bug where 'continue' would incorrectly claim to skip ... Fri, 25 Oct 2019 21:44:25 GMT Peter A. Buhr [9bdb8b7] * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * tests/labelledExit.cfa (modified) allow labelled break from within the body of a try statement Fri, 24 May 2019 14:19:41 GMT Thierry Delisle [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 Wed, 08 May 2019 20:19:13 GMT Thierry Delisle [6a625de] * src/AST/Node.hpp (modified) * src/Common/Assert.cc (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/PassVisitor.proto.h (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/include/cassert (modified) * src/main.cc (modified) Some clean-up, some more assertions to check assumptions and changes ... Thu, 14 Mar 2019 02:18:08 GMT Peter A. Buhr [35a2d47] * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelGenerator.cc (modified) * src/SynTree/Statement.h (modified) formatting Thu, 28 Feb 2019 17:03:24 GMT tdelisle [7abee38] * src/CodeGen/module.mk (modified) * src/Common/Heap.cc (deleted) * src/Common/Stats.h (added) * src/Common/Stats/Heap.cc (added) * src/Common/Stats/Heap.h (moved) * src/Common/module.mk (modified) * src/Concurrency/module.mk (modified) * src/ControlStruct/module.mk (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/module.mk (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/module.mk (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/module.mk (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SymTab/Validate.cc (modified) * src/SymTab/module.mk (modified) * src/SynTree/Type.h (modified) * src/SynTree/module.mk (modified) * src/Tuples/module.mk (modified) * src/Validate/module.mk (modified) * src/main.cc (modified) Cleaned some module.mk files and preparing for better stats in the ... Thu, 14 Feb 2019 15:26:59 GMT Peter A. Buhr [e15853c] * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/Type.h (modified) * src/Tuples/TupleExpansion.cc (modified) remove leading underscores in enums for _FloatNN and _Bool Mon, 11 Feb 2019 13:30:38 GMT Peter A. Buhr [aac99da] * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SynTree/Constant.cc (modified) * src/Tuples/TupleExpansion.cc (modified) change BasicType::Bool to BasicType::_Bool Mon, 27 Aug 2018 20:40:34 GMT Rob Schluntz [90152a4] * .autom4te.cfg (added) * .gitignore (modified) * Jenkins/FullBuild (modified) * Jenkins/TestRegen (modified) * Jenkinsfile (modified) * Makefile.am (modified) * Makefile.in (modified) * README (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 (added) * benchmark/Makefile.in (added) * benchmark/Monitor.c (added) * benchmark/bench.h (added) * benchmark/compile/empty.c (moved) * benchmark/creation/JavaThread.java (moved) * benchmark/creation/cfa_cor.c (added) * benchmark/creation/cfa_thrd.c (added) * 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 (added) * benchmark/ctxswitch/cfa_thrd.c (added) * benchmark/ctxswitch/cfa_thrd2.c (added) * benchmark/ctxswitch/goroutine.go (moved) * benchmark/ctxswitch/kos_fibre.cpp (added) * benchmark/ctxswitch/kos_fibre2.cpp (added) * 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 (added) * benchmark/interrupt_linux.c (moved) * benchmark/loop.c (added) * benchmark/mutex/JavaThread.java (moved) * benchmark/mutex/cfa1.c (added) * benchmark/mutex/cfa2.c (added) * benchmark/mutex/cfa4.c (added) * benchmark/mutex/pthreads.c (moved) * benchmark/mutex/upp.cc (moved) * benchmark/schedext/cfa1.c (added) * benchmark/schedext/cfa2.c (added) * benchmark/schedext/cfa4.c (added) * benchmark/schedext/upp.cc (moved) * benchmark/schedint/JavaThread.java (moved) * benchmark/schedint/cfa1.c (added) * benchmark/schedint/cfa2.c (added) * benchmark/schedint/cfa4.c (added) * benchmark/schedint/pthreads.c (added) * benchmark/schedint/upp.cc (moved) * config.h.in (deleted) * configure (modified) * configure.ac (modified) * doc/LaTeXmacros/common.tex (modified) * doc/LaTeXmacros/lstlang.sty (modified) * doc/NDA/Aaron_Moss-Rob_Schluntz-Thierry_Delisle.pdf (moved) * doc/NDA/Cover_Letter.pdf (moved) * doc/NDA/Daniel_Caccamo.pdf (moved) * doc/NDA/NDA.pdf (moved) * doc/NDA/Neda_Paryab.pdf (moved) * doc/NDA/Peter_Buhr-30-jul-2014.pdf (moved) * doc/aaron_comp_II/.gitignore (deleted) * doc/aaron_comp_II/Makefile (deleted) * doc/aaron_comp_II/comp_II.tex (deleted) * doc/bibliography/cfa.bib (deleted) * doc/bibliography/pl.bib (added) * doc/generic_types/.gitignore (deleted) * doc/generic_types/Makefile (deleted) * doc/generic_types/evaluation/timing.gp (deleted) * doc/generic_types/generic_types.tex (deleted) * doc/papers/AMA/AMA-stix-1510051231000.zip (added) * doc/papers/AMA/AMA-stix/Documents/.log (added) * doc/papers/AMA/AMA-stix/Documents/README.txt (added) * doc/papers/AMA/AMA-stix/Documents/wileyNJD-Doc.pdf (added) * doc/papers/AMA/AMA-stix/Documents/wileyNJD-Doc.tex (added) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-Bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-BoldItalic.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-Italic.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-Regular.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/Windows-Stix-fontinstaller.exe (added) * doc/papers/AMA/AMA-stix/Stix-fonts/a_axxd65.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stix.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixbb.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixfrak.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixscr.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixsf.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stix.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stixcal.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stixex.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stixtt.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ly1sti.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-bolditalic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-italic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc-bold.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1stix.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-bolditalic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-italic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc-bold.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2stix.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra1.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra1.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra2.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra2.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra3.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra3.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-ot1.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-ot2.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-t1.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-ts1.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.dtx (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.fdd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.map (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.sty (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-bolditalic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-italic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc-bold.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1stix.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-bolditalic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-italic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1stix.fd (added) * doc/papers/AMA/AMA-stix/ama/NJDnatbib.sty (added) * doc/papers/AMA/AMA-stix/ama/WileyNJD-AMA.bst (added) * doc/papers/AMA/AMA-stix/ama/WileyNJD-AMA.bst.orig (added) * doc/papers/AMA/AMA-stix/ama/WileyNJD-v2.cls (added) * doc/papers/AMA/AMA-stix/ama/empty.eps (added) * doc/papers/AMA/AMA-stix/ama/empty.pdf (added) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.bbl (added) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.bib (added) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.pdf (added) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.tex (added) * doc/papers/OOPSLA17/.gitignore (added) * doc/papers/OOPSLA17/ACM-Reference-Format.bst (moved) * doc/papers/OOPSLA17/Makefile (added) * doc/papers/OOPSLA17/acmart-pacmpl-template.tex (moved) * doc/papers/OOPSLA17/acmart.cls (moved) * doc/papers/OOPSLA17/evaluation/.gitignore (moved) * doc/papers/OOPSLA17/evaluation/Makefile (moved) * doc/papers/OOPSLA17/evaluation/bench.h (moved) * doc/papers/OOPSLA17/evaluation/bench.hpp (moved) * doc/papers/OOPSLA17/evaluation/c-bench.c (moved) * doc/papers/OOPSLA17/evaluation/c-pair.c (moved) * doc/papers/OOPSLA17/evaluation/c-pair.h (moved) * doc/papers/OOPSLA17/evaluation/c-print.c (moved) * doc/papers/OOPSLA17/evaluation/c-print.h (moved) * doc/papers/OOPSLA17/evaluation/c-stack.c (moved) * doc/papers/OOPSLA17/evaluation/c-stack.h (moved) * doc/papers/OOPSLA17/evaluation/cfa-bench.c (moved) * doc/papers/OOPSLA17/evaluation/cfa-pair.c (moved) * doc/papers/OOPSLA17/evaluation/cfa-pair.h (moved) * doc/papers/OOPSLA17/evaluation/cfa-print.c (moved) * doc/papers/OOPSLA17/evaluation/cfa-print.h (moved) * doc/papers/OOPSLA17/evaluation/cfa-stack.c (moved) * doc/papers/OOPSLA17/evaluation/cfa-stack.h (moved) * doc/papers/OOPSLA17/evaluation/cpp-bench.cpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-pair.hpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-print.hpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-stack.hpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-vbench.cpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-vprint.hpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-vstack.cpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-vstack.hpp (moved) * doc/papers/OOPSLA17/evaluation/object.hpp (moved) * doc/papers/OOPSLA17/evaluation/timing.dat (moved) * doc/papers/OOPSLA17/evaluation/timing.gp (added) * doc/papers/OOPSLA17/evaluation/timing.xlsx (moved) * doc/papers/OOPSLA17/generic_types.tex (added) * doc/papers/OOPSLA17/mail (moved) * doc/papers/OOPSLA17/refereeReport.txt (moved) * doc/papers/concurrency/.gitignore (added) * doc/papers/concurrency/Makefile (added) * doc/papers/concurrency/Paper.tex (added) * doc/papers/concurrency/annex/local.bib (added) * doc/papers/concurrency/figures/RunTimeStructure.fig (added) * doc/papers/concurrency/figures/dependency.fig (moved) * doc/papers/concurrency/figures/ext_monitor.fig (added) * doc/papers/concurrency/figures/int_monitor.fig (moved) * doc/papers/concurrency/figures/monitor.fig (added) * doc/papers/concurrency/figures/monitor_structs.fig (moved) * doc/papers/concurrency/figures/system.fig (added) * doc/papers/concurrency/mail (added) * doc/papers/general/.gitignore (added) * doc/papers/general/Makefile (added) * doc/papers/general/Paper.tex (added) * doc/papers/general/evaluation/.gitignore (added) * doc/papers/general/evaluation/Makefile (added) * doc/papers/general/evaluation/bench.h (added) * doc/papers/general/evaluation/bench.hpp (added) * doc/papers/general/evaluation/c-bench.c (added) * doc/papers/general/evaluation/c-pair.c (added) * doc/papers/general/evaluation/c-pair.h (added) * doc/papers/general/evaluation/c-print.c (added) * doc/papers/general/evaluation/c-print.h (added) * doc/papers/general/evaluation/c-stack.c (added) * doc/papers/general/evaluation/c-stack.h (added) * doc/papers/general/evaluation/cfa-bench.c (added) * doc/papers/general/evaluation/cfa-pair.c (added) * doc/papers/general/evaluation/cfa-pair.h (added) * doc/papers/general/evaluation/cfa-print.c (added) * doc/papers/general/evaluation/cfa-print.h (added) * doc/papers/general/evaluation/cfa-stack.c (added) * doc/papers/general/evaluation/cfa-stack.h (added) * doc/papers/general/evaluation/cpp-bench.cpp (added) * doc/papers/general/evaluation/cpp-pair.hpp (added) * doc/papers/general/evaluation/cpp-print.hpp (added) * doc/papers/general/evaluation/cpp-stack.hpp (added) * doc/papers/general/evaluation/cpp-vbench.cpp (added) * doc/papers/general/evaluation/cpp-vprint.hpp (added) * doc/papers/general/evaluation/cpp-vstack.cpp (added) * doc/papers/general/evaluation/cpp-vstack.hpp (added) * doc/papers/general/evaluation/object.hpp (added) * doc/papers/general/evaluation/timing.dat (added) * doc/papers/general/evaluation/timing.gp (added) * doc/papers/general/evaluation/timing.xlsx (added) * doc/papers/general/fig.tex (added) * doc/papers/general/figures/Cdecl.fig (moved) * doc/papers/general/response (added) * doc/proposals/concurrency/.gitignore (deleted) * doc/proposals/concurrency/Makefile (deleted) * doc/proposals/concurrency/annex/glossary.tex (deleted) * doc/proposals/concurrency/annex/local.bib (deleted) * doc/proposals/concurrency/figures/system.fig (deleted) * doc/proposals/concurrency/text/basics.tex (deleted) * doc/proposals/concurrency/text/cforall.tex (deleted) * doc/proposals/concurrency/text/concurrency.tex (deleted) * doc/proposals/concurrency/text/frontpgs.tex (deleted) * doc/proposals/concurrency/text/future.tex (deleted) * doc/proposals/concurrency/text/internals.tex (deleted) * doc/proposals/concurrency/text/intro.tex (deleted) * doc/proposals/concurrency/text/parallelism.tex (deleted) * doc/proposals/concurrency/text/results.tex (deleted) * doc/proposals/concurrency/text/together.tex (deleted) * doc/proposals/concurrency/thesis.tex (deleted) * doc/proposals/concurrency/version (deleted) * doc/proposals/ctordtor/Makefile (modified) * doc/proposals/ctordtor/ctor.tex (modified) * doc/proposals/tuples/Makefile (modified) * doc/proposals/tuples/tuples.tex (modified) * doc/proposals/user_conversions.md (modified) * doc/refrat/.gitignore (modified) * doc/refrat/Makefile (modified) * doc/refrat/keywords.tex (modified) * doc/refrat/refrat.bib (deleted) * doc/refrat/refrat.tex (modified) * doc/related_papers/Baker82.pdf (moved) * doc/related_papers/Bilson.pdf (moved) * doc/related_papers/Bilson03.pdf (moved) * doc/related_papers/Breuel.pdf (moved) * doc/related_papers/Buhr94.pdf (added) * doc/related_papers/Cormack81.pdf (moved) * doc/related_papers/CormackWright90.pdf (moved) * doc/related_papers/Ditchfield92.pdf (moved) * doc/related_papers/Grossman06.pdf (moved) * doc/related_papers/Jones97.pdf (moved) * doc/related_papers/Laufer92.pdf (moved) * doc/related_papers/Ziegler92.pdf (moved) * doc/related_papers/refrat98.pdf (moved) * doc/rob_thesis/.gitignore (deleted) * doc/rob_thesis/Makefile (deleted) * doc/rob_thesis/intro.tex (deleted) * doc/rob_thesis/thesis.tex (deleted) * doc/theses/aaron_moss/comp_II/.gitignore (added) * doc/theses/aaron_moss/comp_II/Efficient Type Resolution in Cforall.pptx (moved) * doc/theses/aaron_moss/comp_II/Makefile (added) * doc/theses/aaron_moss/comp_II/comp_II.tex (added) * doc/theses/aaron_moss/comp_II/conversion_dag.eps (moved) * doc/theses/aaron_moss/comp_II/conversion_dag.odg (moved) * doc/theses/aaron_moss/comp_II/conversion_dag.png (moved) * doc/theses/aaron_moss/comp_II/resolution_dag.eps (moved) * doc/theses/aaron_moss/comp_II/resolution_dag.odg (moved) * doc/theses/aaron_moss/comp_II/resolution_dag.png (moved) * doc/theses/aaron_moss/comp_II/resolution_dag2.odg (moved) * doc/theses/aaron_moss/comp_II/resolution_dag2.png (moved) * doc/theses/rob_schluntz/.gitignore (added) * doc/theses/rob_schluntz/Makefile (added) * doc/theses/rob_schluntz/cfa-format.tex (moved) * doc/theses/rob_schluntz/conclusions.tex (moved) * doc/theses/rob_schluntz/ctordtor.tex (moved) * doc/theses/rob_schluntz/examples/conclusions/dtor.c (moved) * doc/theses/rob_schluntz/examples/conclusions/except.c (moved) * doc/theses/rob_schluntz/examples/conclusions/except.cc (moved) * doc/theses/rob_schluntz/examples/ctor/array_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/copy_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/cv_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/enum_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/expr_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/global_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/hide_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/member.c (moved) * doc/theses/rob_schluntz/examples/ctor/placement_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/return_dtor.c (moved) * doc/theses/rob_schluntz/examples/ctor/static_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/union_ctor.c (moved) * doc/theses/rob_schluntz/examples/intro/FileOutputStream.java (moved) * doc/theses/rob_schluntz/examples/intro/compound_lit.c (moved) * doc/theses/rob_schluntz/examples/intro/designation.c (moved) * doc/theses/rob_schluntz/examples/intro/ignore.c (moved) * doc/theses/rob_schluntz/examples/intro/ires.java (moved) * doc/theses/rob_schluntz/examples/intro/res.java (moved) * doc/theses/rob_schluntz/examples/intro/res1.java (moved) * doc/theses/rob_schluntz/examples/intro/res2.java (moved) * doc/theses/rob_schluntz/examples/intro/res3.java (moved) * doc/theses/rob_schluntz/examples/intro/tuple.cc (moved) * doc/theses/rob_schluntz/examples/intro/variadic.java (moved) * doc/theses/rob_schluntz/examples/malloc.cc (moved) * doc/theses/rob_schluntz/examples/nested.c (moved) * doc/theses/rob_schluntz/examples/poly.c (moved) * doc/theses/rob_schluntz/examples/scope_guard.h (moved) * doc/theses/rob_schluntz/examples/test_scoped_guard.c (moved) * doc/theses/rob_schluntz/examples/tuples/assign.c (moved) * doc/theses/rob_schluntz/examples/tuples/cast.c (moved) * doc/theses/rob_schluntz/examples/tuples/ctor.c (moved) * doc/theses/rob_schluntz/examples/tuples/mrv.c (moved) * doc/theses/rob_schluntz/examples/tuples/mrv_1.c (moved) * doc/theses/rob_schluntz/examples/tuples/mrv_2.c (moved) * doc/theses/rob_schluntz/examples/tuples/mrv_3.c (moved) * doc/theses/rob_schluntz/examples/tuples/named.c (moved) * doc/theses/rob_schluntz/examples/variadic/new.c (moved) * doc/theses/rob_schluntz/examples/variadic/print.c (moved) * doc/theses/rob_schluntz/examples/variadic/sum1.c (moved) * doc/theses/rob_schluntz/examples/variadic/sum2.c (moved) * doc/theses/rob_schluntz/intro.tex (added) * doc/theses/rob_schluntz/thesis-frontpgs.tex (moved) * doc/theses/rob_schluntz/thesis.bib (moved) * doc/theses/rob_schluntz/thesis.tex (added) * doc/theses/rob_schluntz/tuples.tex (moved) * doc/theses/rob_schluntz/variadic.tex (moved) * doc/theses/thierry_delisle/.gitignore (added) * doc/theses/thierry_delisle/Makefile (added) * doc/theses/thierry_delisle/annex/glossary.tex (added) * doc/theses/thierry_delisle/annex/local.bib (added) * doc/theses/thierry_delisle/figures/dependency.fig (added) * doc/theses/thierry_delisle/figures/ext_monitor.fig (moved) * doc/theses/thierry_delisle/figures/int_monitor.fig (added) * doc/theses/thierry_delisle/figures/monitor.fig (moved) * doc/theses/thierry_delisle/figures/monitor_structs.fig (added) * doc/theses/thierry_delisle/figures/system.fig (added) * doc/theses/thierry_delisle/notes/cor-thread-traits.c (moved) * doc/theses/thierry_delisle/notes/lit-review.md (moved) * doc/theses/thierry_delisle/notes/notes.md (moved) * doc/theses/thierry_delisle/style/cfa-format.tex (moved) * doc/theses/thierry_delisle/style/style.tex (moved) * doc/theses/thierry_delisle/text/basics.tex (added) * doc/theses/thierry_delisle/text/cforall.tex (added) * doc/theses/thierry_delisle/text/concurrency.tex (added) * doc/theses/thierry_delisle/text/frontpgs.tex (added) * doc/theses/thierry_delisle/text/future.tex (added) * doc/theses/thierry_delisle/text/internals.tex (added) * doc/theses/thierry_delisle/text/intro.tex (added) * doc/theses/thierry_delisle/text/parallelism.tex (added) * doc/theses/thierry_delisle/text/results.tex (added) * doc/theses/thierry_delisle/text/together.tex (added) * doc/theses/thierry_delisle/thePlan.md (moved) * doc/theses/thierry_delisle/thesis.tex (added) * doc/theses/thierry_delisle/version (added) * doc/theses/thierry_delisle/version.sh (moved) * doc/user/.gitignore (modified) * doc/user/Makefile (modified) * doc/user/figures/Cdecl.fig (added) * doc/user/figures/EHMHierarchy.fig (moved) * doc/user/figures/pointer1.fig (moved) * doc/user/figures/pointer2.fig (moved) * doc/user/user.tex (modified) * doc/working/assertion_resolution.md (added) * doc/working/glen_conversions/float_promo.dia (added) * doc/working/glen_conversions/float_promo.png (added) * doc/working/glen_conversions/index.html (added) * driver/Makefile.am (added) * driver/Makefile.in (added) * driver/as.cc (added) * driver/cc1.cc (added) * driver/cfa.cc (added) * examples/ArrayN.c (added) * 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 (added) * 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 (added) * examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c (added) * 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 (added) * 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 (added) * 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 (added) * 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 (added) * examples/gc_no_raii/src/internal/state.h (added) * 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 (added) * examples/gc_no_raii/src/tools/worklist.h (added) * examples/gc_no_raii/test/badlll.c (moved) * examples/gc_no_raii/test/gctest.c (added) * examples/gc_no_raii/test/operators.c (moved) * examples/huge.c (moved) * examples/includes.c (added) * examples/index.h (moved) * examples/it_out.c (moved) * examples/multicore.c (added) * examples/new.c (moved) * examples/poly-bench.c (moved) * examples/prolog.c (added) * examples/quad.c (added) * examples/s.c (moved) * examples/simplePoly.c (moved) * examples/simpler.c (moved) * examples/specialize.c (moved) * examples/square.c (added) * examples/twice.c (added) * examples/wrapper/.gitignore (moved) * examples/wrapper/premake4.lua (moved) * examples/wrapper/src/main.c (moved) * examples/wrapper/src/pointer.h (added) * examples/zero_one.c (added) * 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 (added) * libcfa/prelude/Makefile.in (added) * libcfa/prelude/bootloader.cf (moved) * libcfa/prelude/builtins.c (added) * libcfa/prelude/builtins.def (added) * libcfa/prelude/extras.c (moved) * libcfa/prelude/extras.regx (added) * libcfa/prelude/prelude-gen.cc (added) * libcfa/prelude/prelude.old.cf (added) * libcfa/prelude/prototypes.awk (added) * libcfa/prelude/prototypes.c (moved) * libcfa/prelude/prototypes.sed (added) * libcfa/prelude/sync-builtins.cf (added) * libcfa/prelude/sync-builtins.def (moved) * libcfa/src/Makefile.am (added) * libcfa/src/Makefile.in (added) * libcfa/src/assert.cfa (added) * libcfa/src/bits/algorithm.hfa (added) * libcfa/src/bits/align.hfa (added) * libcfa/src/bits/containers.hfa (added) * libcfa/src/bits/debug.cfa (added) * libcfa/src/bits/debug.hfa (added) * libcfa/src/bits/defs.hfa (added) * libcfa/src/bits/locks.hfa (added) * libcfa/src/bits/signal.hfa (added) * libcfa/src/clock.hfa (added) * libcfa/src/common.cfa (added) * libcfa/src/common.hfa (added) * libcfa/src/concurrency/CtxSwitch-armv7l.S (added) * 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 (added) * libcfa/src/concurrency/alarm.hfa (added) * libcfa/src/concurrency/coroutine.cfa (added) * libcfa/src/concurrency/coroutine.hfa (added) * libcfa/src/concurrency/invoke.c (added) * libcfa/src/concurrency/invoke.h (added) * libcfa/src/concurrency/kernel.cfa (added) * libcfa/src/concurrency/kernel.hfa (added) * libcfa/src/concurrency/kernel_private.hfa (added) * libcfa/src/concurrency/monitor.cfa (added) * libcfa/src/concurrency/monitor.hfa (added) * libcfa/src/concurrency/mutex.cfa (added) * libcfa/src/concurrency/mutex.hfa (added) * libcfa/src/concurrency/preemption.cfa (added) * libcfa/src/concurrency/preemption.hfa (added) * libcfa/src/concurrency/thread.cfa (added) * libcfa/src/concurrency/thread.hfa (added) * libcfa/src/containers/maybe.cfa (added) * libcfa/src/containers/maybe.hfa (moved) * libcfa/src/containers/pair.cfa (added) * libcfa/src/containers/pair.hfa (moved) * libcfa/src/containers/result.cfa (added) * libcfa/src/containers/result.hfa (added) * libcfa/src/containers/vector.cfa (added) * libcfa/src/containers/vector.hfa (moved) * libcfa/src/exception.c (added) * libcfa/src/exception.h (added) * libcfa/src/expat.h (moved) * libcfa/src/fstream.cfa (added) * libcfa/src/fstream.hfa (added) * libcfa/src/gmp.hfa (added) * libcfa/src/heap.cfa (added) * libcfa/src/interpose.cfa (added) * libcfa/src/iostream.cfa (added) * libcfa/src/iostream.hfa (added) * libcfa/src/iterator.cfa (added) * libcfa/src/iterator.hfa (moved) * libcfa/src/limits.cfa (added) * libcfa/src/limits.hfa (added) * libcfa/src/lsda.h (moved) * libcfa/src/math.hfa (added) * libcfa/src/memcheck.awk (moved) * libcfa/src/rational.cfa (added) * libcfa/src/rational.hfa (added) * libcfa/src/startup.cfa (added) * libcfa/src/startup.hfa (added) * libcfa/src/stdhdr/assert.h (added) * libcfa/src/stdhdr/bfdlink.h (added) * 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 (added) * libcfa/src/stdhdr/inttypes.h (moved) * libcfa/src/stdhdr/iso646.h (moved) * libcfa/src/stdhdr/krb5.h (added) * libcfa/src/stdhdr/limits.h (moved) * libcfa/src/stdhdr/locale.h (moved) * libcfa/src/stdhdr/malloc.h (added) * libcfa/src/stdhdr/math.h (added) * 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 (added) * 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 (added) * libcfa/src/stdlib.hfa (added) * libcfa/src/time.cfa (added) * libcfa/src/time.hfa (added) * libcfa/src/time_t.hfa (added) * libcfa/src/virtual.c (moved) * libcfa/src/virtual.h (moved) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/FixMain.cc (modified) * src/CodeGen/FixNames.cc (modified) * src/CodeGen/GenType.cc (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/Generate.h (modified) * src/CodeGen/OperatorTable.cc (modified) * src/CodeGen/OperatorTable.h (modified) * src/CodeTools/DeclStats.cc (modified) * src/CodeTools/TrackLoc.cc (modified) * src/Common/Debug.h (modified) * src/Common/ErrorObjects.h (added) * src/Common/Eval.cc (added) * src/Common/Heap.cc (added) * src/Common/Heap.h (added) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/PassVisitor.proto.h (modified) * src/Common/ScopedMap.h (modified) * src/Common/SemanticError.cc (modified) * src/Common/SemanticError.h (modified) * src/Common/module.mk (modified) * src/Common/utility.h (modified) * src/CompilationState.cc (added) * src/CompilationState.h (added) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/ForExprMutator.h (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/ControlStruct/Mutate.h (modified) * src/Docs/Makefile (deleted) * src/Docs/cfa-cpp.1 (deleted) * src/Docs/design.tex (deleted) * src/Docs/uml.dia (deleted) * src/GenPoly/Box.cc (modified) * src/GenPoly/FindFunction.cc (modified) * src/GenPoly/GenPoly.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/ScrubTyVars.cc (modified) * src/GenPoly/ScrubTyVars.h (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixGlobalInit.h (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/FixInit.h (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/InitializerNode.cc (modified) * src/Parser/LinkageSpec.cc (modified) * src/Parser/LinkageSpec.h (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/TypedefTable.cc (modified) * src/Parser/TypedefTable.h (modified) * src/Parser/lex.ll (modified) * src/Parser/module.mk (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/Alternative.h (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/AlternativeFinder.h (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/ConversionCost.h (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/ResolvExpr/ExplodedActual.h (modified) * src/ResolvExpr/FindOpenVars.cc (modified) * src/ResolvExpr/Occurs.cc (modified) * src/ResolvExpr/PolyCost.cc (modified) * src/ResolvExpr/PtrsAssignable.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/RenameVars.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Resolver.h (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/TypeMap.h (deleted) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/Unify.h (modified) * src/ResolvExpr/WidenMode.h (added) * src/ResolvExpr/typeops.h (modified) * src/SymTab/AddVisit.h (deleted) * src/SymTab/Autogen.cc (modified) * src/SymTab/Demangle.cc (added) * src/SymTab/FixFunction.cc (modified) * src/SymTab/FixFunction.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 (added) * src/SymTab/Validate.cc (modified) * src/SymTab/demangler.cc (added) * src/SymTab/module.mk (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/Attribute.cc (modified) * src/SynTree/Attribute.h (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/DeclReplacer.cc (added) * src/SynTree/DeclReplacer.h (added) * src/SynTree/Declaration.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/Label.h (modified) * src/SynTree/Mutator.cc (deleted) * src/SynTree/Mutator.h (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/ReferenceType.cc (modified) * src/SynTree/Statement.cc (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/VarExprReplacer.cc (deleted) * src/SynTree/VarExprReplacer.h (deleted) * src/SynTree/Visitor.cc (deleted) * src/SynTree/Visitor.h (modified) * src/SynTree/module.mk (modified) * src/Tuples/Explode.h (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Tuples/TupleExpansion.cc (modified) * src/Validate/HandleAttributes.cc (added) * src/Validate/HandleAttributes.h (added) * src/Validate/module.mk (added) * src/benchmark/Makefile.am (deleted) * src/benchmark/Makefile.in (deleted) * src/benchmark/Monitor.c (deleted) * src/benchmark/bench.h (deleted) * src/benchmark/creation/cfa_cor.c (deleted) * src/benchmark/creation/cfa_thrd.c (deleted) * src/benchmark/ctxswitch/cfa_cor.c (deleted) * src/benchmark/ctxswitch/cfa_thrd.c (deleted) * src/benchmark/mutex/cfa1.c (deleted) * src/benchmark/mutex/cfa2.c (deleted) * src/benchmark/mutex/cfa4.c (deleted) * src/benchmark/mutex/function.c (deleted) * src/benchmark/schedext/cfa1.c (deleted) * src/benchmark/schedext/cfa2.c (deleted) * src/benchmark/schedext/cfa4.c (deleted) * src/benchmark/schedint/cfa1.c (deleted) * src/benchmark/schedint/cfa2.c (deleted) * src/benchmark/schedint/cfa4.c (deleted) * src/cfa.make (added) * src/config.h.in (added) * src/driver/Makefile.am (deleted) * src/driver/Makefile.in (deleted) * src/driver/cc1.cc (deleted) * src/driver/cfa.cc (deleted) * src/examples/ArrayN.c (deleted) * src/examples/Makefile.am (deleted) * src/examples/Makefile.in (deleted) * src/examples/Tuple.c (deleted) * src/examples/gc_no_raii/bug-repro/blockers/file_scope.c (deleted) * src/examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c (deleted) * src/examples/gc_no_raii/bug-repro/field.c (deleted) * src/examples/gc_no_raii/bug-repro/slow_malloc.c (deleted) * src/examples/gc_no_raii/src/internal/collector.c (deleted) * src/examples/gc_no_raii/src/internal/state.c (deleted) * src/examples/gc_no_raii/src/internal/state.h (deleted) * src/examples/gc_no_raii/src/tools/print.h (deleted) * src/examples/gc_no_raii/src/tools/worklist.h (deleted) * src/examples/gc_no_raii/test/gctest.c (deleted) * src/examples/includes.c (deleted) * src/examples/multicore.c (deleted) * src/examples/prolog.c (deleted) * src/examples/quad.c (deleted) * src/examples/square.c (deleted) * src/examples/twice.c (deleted) * src/examples/wrapper/src/pointer.h (deleted) * src/examples/zero_one.c (deleted) * src/libcfa/Makefile.am (deleted) * src/libcfa/Makefile.in (deleted) * src/libcfa/assert.c (deleted) * src/libcfa/bits/algorithms.h (deleted) * src/libcfa/bits/align.h (deleted) * src/libcfa/bits/containers.h (deleted) * src/libcfa/bits/debug.c (deleted) * src/libcfa/bits/debug.h (deleted) * src/libcfa/bits/defs.h (deleted) * src/libcfa/bits/locks.h (deleted) * src/libcfa/concurrency/alarm.c (deleted) * src/libcfa/concurrency/alarm.h (deleted) * src/libcfa/concurrency/coroutine (deleted) * src/libcfa/concurrency/coroutine.c (deleted) * src/libcfa/concurrency/invoke.c (deleted) * src/libcfa/concurrency/invoke.h (deleted) * src/libcfa/concurrency/kernel (deleted) * src/libcfa/concurrency/kernel.c (deleted) * src/libcfa/concurrency/kernel_private.h (deleted) * src/libcfa/concurrency/monitor (deleted) * src/libcfa/concurrency/monitor.c (deleted) * src/libcfa/concurrency/preemption.c (deleted) * src/libcfa/concurrency/preemption.h (deleted) * src/libcfa/concurrency/thread (deleted) * src/libcfa/concurrency/thread.c (deleted) * src/libcfa/containers/maybe.c (deleted) * src/libcfa/containers/pair.c (deleted) * src/libcfa/containers/result (deleted) * src/libcfa/containers/result.c (deleted) * src/libcfa/containers/vector.c (deleted) * src/libcfa/exception.c (deleted) * src/libcfa/exception.h (deleted) * src/libcfa/fstream (deleted) * src/libcfa/fstream.c (deleted) * src/libcfa/gmp (deleted) * src/libcfa/interpose.c (deleted) * src/libcfa/interpose.h (deleted) * src/libcfa/iostream (deleted) * src/libcfa/iostream.c (deleted) * src/libcfa/iterator.c (deleted) * src/libcfa/limits (deleted) * src/libcfa/limits.c (deleted) * src/libcfa/math (deleted) * src/libcfa/rational (deleted) * src/libcfa/rational.c (deleted) * src/libcfa/startup.h (deleted) * src/libcfa/stdhdr/assert.h (deleted) * src/libcfa/stdhdr/bfdlink.h (deleted) * src/libcfa/stdhdr/hwloc.h (deleted) * src/libcfa/stdhdr/krb5.h (deleted) * src/libcfa/stdhdr/malloc.h (deleted) * src/libcfa/stdhdr/math.h (deleted) * src/libcfa/stdlib (deleted) * src/libcfa/stdlib.c (deleted) * src/main.cc (modified) * src/prelude/Makefile.am (deleted) * src/prelude/Makefile.in (deleted) * src/prelude/builtins.c (deleted) * src/prelude/builtins.def (deleted) * src/prelude/extras.regx (deleted) * src/prelude/prelude.cf (deleted) * src/prelude/prototypes.awk (deleted) * src/prelude/prototypes.sed (deleted) * src/tests/.expect/KRfunctions.x64.txt (deleted) * src/tests/.expect/KRfunctions.x86.txt (deleted) * src/tests/.expect/alloc-ERROR.txt (deleted) * src/tests/.expect/alloc.txt (deleted) * src/tests/.expect/ato.txt (deleted) * src/tests/.expect/attributes.x64.txt (deleted) * src/tests/.expect/attributes.x86.txt (deleted) * src/tests/.expect/ctor-autogen-ERR1.txt (deleted) * src/tests/.expect/ctor-autogen.txt (deleted) * src/tests/.expect/declarationErrors.txt (deleted) * src/tests/.expect/declarationSpecifier.x64.txt (deleted) * src/tests/.expect/declarationSpecifier.x86.txt (deleted) * src/tests/.expect/dtor-early-exit-ERR1.txt (deleted) * src/tests/.expect/dtor-early-exit-ERR2.txt (deleted) * src/tests/.expect/extension.x64.txt (deleted) * src/tests/.expect/extension.x86.txt (deleted) * src/tests/.expect/fstream_test.txt (deleted) * src/tests/.expect/functions.x64.txt (deleted) * src/tests/.expect/functions.x86.txt (deleted) * src/tests/.expect/gccExtensions.x64.txt (deleted) * src/tests/.expect/gccExtensions.x86.txt (deleted) * src/tests/.expect/ifcond.txt (deleted) * src/tests/.expect/io.txt (deleted) * src/tests/.expect/literals.x64.txt (deleted) * src/tests/.expect/literals.x86.txt (deleted) * src/tests/.expect/math1.x64.txt (deleted) * src/tests/.expect/math1.x86.txt (deleted) * src/tests/.expect/math2.x64.txt (deleted) * src/tests/.expect/math2.x86.txt (deleted) * src/tests/.expect/math3.x86.txt (deleted) * src/tests/.expect/memberCtors-ERR1.txt (deleted) * src/tests/.expect/random.txt (deleted) * src/tests/.expect/references.txt (deleted) * src/tests/.expect/searchsort.txt (deleted) * src/tests/.expect/sum.txt (deleted) * src/tests/.expect/user_literals.txt (deleted) * src/tests/.expect/vector_test.txt (deleted) * src/tests/.gitignore (deleted) * src/tests/.in/vector_test.txt (deleted) * src/tests/Makefile.am (deleted) * src/tests/Makefile.in (deleted) * src/tests/abs.c (deleted) * src/tests/alloc.c (deleted) * src/tests/ato.c (deleted) * src/tests/attributes.c (deleted) * src/tests/avltree/avl1.c (deleted) * src/tests/avltree/avl3.c (deleted) * src/tests/avltree/avl_test.c (deleted) * src/tests/complex.c (deleted) * src/tests/concurrent/.expect/preempt.txt (deleted) * src/tests/concurrent/examples/.expect/boundedBuffer.txt (deleted) * src/tests/concurrent/examples/boundedBuffer.c (deleted) * src/tests/concurrent/examples/datingService.c (deleted) * src/tests/concurrent/examples/matrixSum.c (deleted) * src/tests/concurrent/monitor.c (deleted) * src/tests/concurrent/multi-monitor.c (deleted) * src/tests/concurrent/preempt.c (deleted) * src/tests/concurrent/signal/barge.c (deleted) * src/tests/concurrent/signal/block.c (deleted) * src/tests/concurrent/signal/disjoint.c (deleted) * src/tests/concurrent/signal/wait.c (deleted) * src/tests/concurrent/thread.c (deleted) * src/tests/concurrent/waitfor/barge.c (deleted) * src/tests/concurrent/waitfor/dtor.c (deleted) * src/tests/concurrent/waitfor/else.c (deleted) * src/tests/concurrent/waitfor/parse.c (deleted) * src/tests/concurrent/waitfor/recurse.c (deleted) * src/tests/concurrent/waitfor/simple.c (deleted) * src/tests/concurrent/waitfor/statment.c (deleted) * src/tests/concurrent/waitfor/when.c (deleted) * src/tests/coroutine/.expect/fmtLines.txt (deleted) * src/tests/coroutine/.in/fmtLines.txt (deleted) * src/tests/coroutine/coroutine.c (deleted) * src/tests/coroutine/fmtLines.c (deleted) * src/tests/coroutine/pingpong.c (deleted) * src/tests/coroutine/prodcons.c (deleted) * src/tests/div.c (deleted) * src/tests/dtor-early-exit.c (deleted) * src/tests/except-2.c (deleted) * src/tests/forall.c (deleted) * src/tests/fstream_test.c (deleted) * src/tests/function-operator.c (deleted) * src/tests/functions.c (deleted) * src/tests/genericUnion.c (deleted) * src/tests/globals.c (deleted) * src/tests/gmp.c (deleted) * src/tests/hello.c (deleted) * src/tests/identFuncDeclarator.c (deleted) * src/tests/identParamDeclarator.c (deleted) * src/tests/identity.c (deleted) * src/tests/ifcond.c (deleted) * src/tests/io.c (deleted) * src/tests/io.data (deleted) * src/tests/labelledExit.c (deleted) * src/tests/libcfa_vector.c (deleted) * src/tests/limits.c (deleted) * src/tests/literals.c (deleted) * src/tests/math1.c (deleted) * src/tests/math2.c (deleted) * src/tests/math3.c (deleted) * src/tests/maybe.c (deleted) * src/tests/minmax.c (deleted) * src/tests/operators.c (deleted) * src/tests/preempt_longrun/Makefile.am (deleted) * src/tests/preempt_longrun/Makefile.in (deleted) * src/tests/preempt_longrun/block.c (deleted) * src/tests/preempt_longrun/create.c (deleted) * src/tests/preempt_longrun/disjoint.c (deleted) * src/tests/preempt_longrun/enter.c (deleted) * src/tests/preempt_longrun/enter3.c (deleted) * src/tests/preempt_longrun/processor.c (deleted) * src/tests/preempt_longrun/stack.c (deleted) * src/tests/preempt_longrun/wait.c (deleted) * src/tests/preempt_longrun/yield.c (deleted) * src/tests/pybin/settings.py (deleted) * src/tests/pybin/test_run.py (deleted) * src/tests/pybin/tools.py (deleted) * src/tests/quoted_keyword.c (deleted) * src/tests/random.c (deleted) * src/tests/rational.c (deleted) * src/tests/references.c (deleted) * src/tests/result.c (deleted) * src/tests/searchsort.c (deleted) * src/tests/shortCircuit.c (deleted) * src/tests/structMember.c (deleted) * src/tests/sum.c (deleted) * src/tests/swap.c (deleted) * src/tests/switch.c (deleted) * src/tests/test.py (deleted) * src/tests/tupleAssign.c (deleted) * src/tests/tupleVariadic.c (deleted) * src/tests/user_literals.c (deleted) * src/tests/vector/array.c (deleted) * src/tests/vector/array.h (deleted) * src/tests/vector/vector_int.c (deleted) * src/tests/vector/vector_int.h (deleted) * src/tests/vector/vector_test.c (deleted) * src/tests/virtualCast.c (deleted) * tests/.expect/KRfunctions.x64.txt (added) * tests/.expect/KRfunctions.x86.txt (added) * tests/.expect/abs.txt (moved) * tests/.expect/alloc-ERROR.txt (added) * tests/.expect/alloc.txt (added) * tests/.expect/array.txt (moved) * tests/.expect/ato.txt (added) * tests/.expect/attributes.x64.txt (added) * tests/.expect/attributes.x86.txt (added) * 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 (added) * tests/.expect/declarationErrors.txt (added) * tests/.expect/declarationSpecifier.x64.txt (added) * tests/.expect/declarationSpecifier.x86.txt (added) * 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 (added) * tests/.expect/extension.x86.txt (added) * tests/.expect/fallthrough.txt (added) * tests/.expect/forall.txt (moved) * tests/.expect/forctrl.txt (added) * tests/.expect/fstream_test.txt (added) * tests/.expect/function-operator.txt (moved) * tests/.expect/functions.x64.txt (added) * tests/.expect/functions.x86.txt (added) * tests/.expect/gccExtensions.x64.txt (added) * tests/.expect/gccExtensions.x86.txt (added) * 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 (added) * tests/.expect/io1.txt (added) * tests/.expect/io2.txt (added) * tests/.expect/labelledExit.txt (moved) * tests/.expect/limits.txt (moved) * tests/.expect/literals.txt (added) * tests/.expect/math1.txt (added) * tests/.expect/math2.txt (added) * tests/.expect/math3.txt (added) * tests/.expect/math4.txt (moved) * tests/.expect/maybe.txt (moved) * tests/.expect/minmax.txt (moved) * tests/.expect/nested-types-ERR1.txt (added) * tests/.expect/nested-types-ERR2.txt (added) * 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 (added) * tests/.expect/rational.txt (moved) * tests/.expect/references.txt (added) * tests/.expect/result.txt (moved) * tests/.expect/scopeErrors.txt (moved) * tests/.expect/searchsort.txt (added) * tests/.expect/shortCircuit.txt (moved) * tests/.expect/simpleGenericTriple.txt (moved) * tests/.expect/stdincludes.txt (moved) * tests/.expect/sum.txt (added) * tests/.expect/swap.txt (moved) * tests/.expect/switch.txt (moved) * tests/.expect/time.txt (added) * tests/.expect/typedefRedef-ERR1.txt (moved) * tests/.expect/typedefRedef.txt (moved) * tests/.expect/typeof.txt (moved) * tests/.expect/user_literals.txt (added) * tests/.expect/variableDeclarator.txt (moved) * tests/.expect/vector.txt (moved) * tests/.expect/voidPtr.txt (added) * tests/.expect/with-statement.txt (moved) * tests/.gitignore (added) * tests/.in/fstream_test.txt (moved) * tests/.in/gmp.txt (moved) * tests/.in/io.data (added) * tests/.in/rational.txt (moved) * tests/KRfunctions.c (moved) * tests/Makefile.am (added) * tests/Makefile.in (added) * tests/abs.c (added) * tests/alloc.c (added) * tests/array.c (moved) * tests/ato.c (added) * tests/attributes.c (added) * 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 (added) * tests/avltree/avl2.c (moved) * tests/avltree/avl3.c (added) * tests/avltree/avl4.c (moved) * tests/avltree/avl_test.c (added) * tests/builtins/.expect/sync.txt (added) * tests/builtins/sync.c (added) * tests/cast.c (moved) * tests/castError.c (moved) * tests/commentMisc.c (moved) * tests/completeTypeError.c (moved) * tests/complex.c (added) * tests/concurrent/.expect/coroutineYield.txt (added) * tests/concurrent/.expect/monitor.txt (moved) * tests/concurrent/.expect/multi-monitor.txt (moved) * tests/concurrent/.expect/preempt.txt (added) * tests/concurrent/.expect/thread.txt (moved) * tests/concurrent/coroutineYield.c (added) * tests/concurrent/examples/.expect/boundedBufferEXT.txt (added) * tests/concurrent/examples/.expect/boundedBufferINT.txt (added) * tests/concurrent/examples/.expect/datingService.txt (added) * tests/concurrent/examples/.expect/matrixSum.txt (moved) * tests/concurrent/examples/.expect/quickSort.txt (added) * tests/concurrent/examples/.in/quickSort.txt (added) * tests/concurrent/examples/boundedBufferEXT.c (added) * tests/concurrent/examples/boundedBufferINT.c (added) * tests/concurrent/examples/datingService.c (added) * tests/concurrent/examples/matrixSum.c (added) * tests/concurrent/examples/quickSort.c (added) * tests/concurrent/monitor.c (added) * tests/concurrent/multi-monitor.c (added) * tests/concurrent/preempt.c (added) * 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 (added) * tests/concurrent/signal/disjoint.c (added) * tests/concurrent/signal/wait.c (added) * tests/concurrent/thread.c (added) * 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 (added) * tests/concurrent/waitfor/dtor.c (added) * tests/concurrent/waitfor/else.c (added) * tests/concurrent/waitfor/parse.c (added) * tests/concurrent/waitfor/parse2.c (moved) * tests/concurrent/waitfor/recurse.c (added) * tests/concurrent/waitfor/simple.c (added) * tests/concurrent/waitfor/statment.c (added) * tests/concurrent/waitfor/when.c (added) * tests/config.py.in (added) * 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 (added) * tests/coroutine/.in/fmtLines.txt (added) * tests/coroutine/fibonacci.c (added) * tests/coroutine/fibonacci_1.c (added) * tests/coroutine/fmtLines.c (added) * tests/coroutine/pingpong.c (added) * tests/coroutine/prodcons.c (added) * tests/coroutine/runningTotal.c (added) * tests/counter.c (added) * tests/declarationErrors.c (moved) * tests/declarationSpecifier.c (moved) * tests/designations.c (moved) * tests/div.c (added) * tests/enum.c (moved) * tests/except-0.c (moved) * tests/except-1.c (moved) * tests/except-2.c (added) * tests/except-3.c (moved) * tests/except-mac.h (moved) * tests/expression.c (moved) * tests/extension.c (moved) * tests/fallthrough.c (added) * tests/forall.c (added) * tests/forctrl.c (added) * tests/fstream_test.c (added) * tests/function-operator.c (added) * tests/functions.c (added) * tests/gccExtensions.c (moved) * tests/genericUnion.c (added) * tests/gmp.c (added) * tests/heap.c (added) * tests/hello.c (added) * tests/identFuncDeclarator.c (added) * tests/identParamDeclarator.c (added) * tests/identity.c (added) * tests/ifwhileCtl.c (added) * tests/io1.c (added) * tests/io2.c (added) * tests/labelledExit.c (added) * tests/limits.c (added) * tests/literals.c (added) * tests/long_tests.h (added) * tests/math1.c (added) * tests/math2.c (added) * tests/math3.c (added) * tests/math4.c (added) * tests/maybe.c (added) * tests/minmax.c (added) * tests/namedParmArg.c (moved) * tests/nested-types.c (added) * tests/numericConstants.c (moved) * tests/occursError.c (moved) * tests/operators.c (added) * tests/polymorphism.c (moved) * tests/preempt_longrun/Makefile.am (added) * tests/preempt_longrun/Makefile.in (added) * tests/preempt_longrun/block.c (added) * tests/preempt_longrun/coroutine.c (added) * tests/preempt_longrun/create.c (added) * tests/preempt_longrun/disjoint.c (added) * tests/preempt_longrun/enter.c (added) * tests/preempt_longrun/enter3.c (added) * tests/preempt_longrun/preempt.c (added) * tests/preempt_longrun/processor.c (added) * tests/preempt_longrun/stack.c (added) * tests/preempt_longrun/update-type (added) * tests/preempt_longrun/wait.c (added) * tests/preempt_longrun/yield.c (added) * tests/pybin/__init__.py (moved) * tests/pybin/settings.py (added) * tests/pybin/test_run.py (added) * tests/pybin/tools.py (added) * tests/quoted_keyword.c (added) * tests/raii/.expect/ctor-autogen-ERR1.txt (added) * tests/raii/.expect/ctor-autogen.txt (added) * tests/raii/.expect/dtor-early-exit-ERR1.txt (added) * tests/raii/.expect/dtor-early-exit-ERR2.txt (added) * tests/raii/.expect/dtor-early-exit.txt (moved) * tests/raii/.expect/globals.txt (moved) * tests/raii/.expect/init_once.txt (added) * tests/raii/.expect/memberCtors-ERR1.txt (added) * tests/raii/.expect/memberCtors.txt (moved) * tests/raii/ctor-autogen.c (moved) * tests/raii/dtor-early-exit.c (added) * tests/raii/globals.c (added) * tests/raii/init_once.c (moved) * tests/raii/memberCtors.c (moved) * tests/raii/multiDimension.c (moved) * tests/raii/multiDimension.txt (moved) * tests/random.c (added) * tests/rational.c (added) * tests/references.c (added) * tests/result.c (added) * tests/scope.c (moved) * tests/scopeErrors.c (moved) * tests/searchsort.c (added) * tests/shortCircuit.c (added) * tests/simpleGenericTriple.c (moved) * tests/stdincludes.c (moved) * tests/structMember.c (added) * tests/subrange.c (moved) * tests/sum.c (added) * tests/swap.c (added) * tests/switch.c (added) * tests/test.py (added) * tests/time.c (added) * 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 (added) * tests/tuple/tupleCast.c (moved) * tests/tuple/tupleFunction.c (moved) * tests/tuple/tupleMember.c (moved) * tests/tuple/tuplePolymorphism.c (moved) * tests/tuple/tupleVariadic.c (added) * 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 (added) * tests/variableDeclarator.c (moved) * tests/vector.c (added) * tests/virtualCast.c (added) * tests/voidPtr.c (moved) * tests/warnings/.expect/self-assignment.txt (added) * tests/warnings/self-assignment.c (added) * tests/with-statement.c (moved) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/PrettyGitLogs.sh (added) * tools/busy (added) * tools/busy.c (added) * tools/error (added) * tools/error.c (added) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/Makefile.in (modified) * tools/prettyprinter/lex.ll (modified) * tools/prettyprinter/parser.hh (deleted) * tools/prettyprinter/parser.yy (modified) * tools/prettyprinter/test.y (modified) * tools/repeat.c (modified) * tools/watchdog (added) * tools/watchdog.c (added) Merge branch 'master' into cleanup-dtors Mon, 04 Jun 2018 16:40:46 GMT Rob Schluntz [ee3c93d] * src/Common/PassVisitor.impl.h (modified) * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/ForExprMutator.h (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) Add support for while loops with control declarations Thu, 31 May 2018 14:41:38 GMT Rob Schluntz [25fcb84] * src/ControlStruct/Mutate.cc (modified) * src/ControlStruct/Mutate.h (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SymTab/Validate.cc (modified) * src/main.cc (modified) Reorder if/for initialization hoisting pass Thu, 12 Apr 2018 18:46:15 GMT Rob Schluntz [7862059] * src/ControlStruct/ExceptTranslate.cc (modified) * src/Makefile.in (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/DeclReplacer.cc (added) * src/SynTree/DeclReplacer.h (moved) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/VarExprReplacer.cc (deleted) * src/SynTree/module.mk (modified) Change VarExprReplacer to DeclReplacer and implement TypeInstType ... Wed, 14 Mar 2018 18:06:29 GMT Rob Schluntz [720a007] * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) Implement new fallthrough semantics Wed, 28 Feb 2018 21:48:22 GMT Thierry Delisle [a16764a6] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/FixMain.cc (modified) * src/CodeGen/FixNames.cc (modified) * src/CodeTools/DeclStats.cc (modified) * src/CodeTools/TrackLoc.cc (modified) * src/Common/ErrorObjects.h (added) * src/Common/PassVisitor.impl.h (modified) * src/Common/SemanticError.cc (modified) * src/Common/SemanticError.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/FindFunction.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/LinkageSpec.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/TypeSubstitution.h (modified) * src/SynTree/Visitor.h (modified) * src/main.cc (modified) Changed warning system to prepare for toggling warnings Thu, 15 Feb 2018 20:58:56 GMT Thierry Delisle [d55d7a6] * src/CodeGen/FixMain.cc (modified) * src/CodeGen/FixNames.cc (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/SemanticError.cc (modified) * src/Common/SemanticError.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/GenPoly/Box.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/LinkageSpec.cc (modified) * src/Parser/LinkageSpec.h (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/TypeSubstitution.h (modified) * src/SynTree/Visitor.h (modified) * src/main.cc (modified) Massive change to errors to enable warnings Mon, 15 Jan 2018 19:38:39 GMT Rob Schluntz [c0b9f5d] * src/ControlStruct/ExceptTranslate.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/VarExprReplacer.cc (modified) * src/SynTree/VarExprReplacer.h (modified) Convert VarExprReplacer to PassVisitor Mon, 08 Jan 2018 19:34:32 GMT Rob Schluntz [94e025a2] * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/SynTree/Label.h (modified) Convert MLEMutator to PassVisitor Tue, 05 Dec 2017 19:35:03 GMT Rob Schluntz [c13e8dc8] * doc/proposals/concurrency/text/basics.tex (modified) * doc/proposals/concurrency/text/cforall.tex (modified) * doc/proposals/concurrency/text/concurrency.tex (modified) * doc/proposals/concurrency/text/frontpgs.tex (modified) * doc/proposals/concurrency/text/future.tex (modified) * doc/proposals/concurrency/text/internals.tex (modified) * doc/proposals/concurrency/text/parallelism.tex (modified) * doc/proposals/concurrency/text/results.tex (modified) * doc/proposals/concurrency/text/together.tex (modified) * doc/proposals/concurrency/version (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/FixNames.cc (modified) * src/CodeGen/FixNames.h (modified) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/PassVisitor.proto.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/Mutate.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/MakeLibCfa.cc (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/AlternativeFinder.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/typeops.h (modified) * src/SymTab/AddVisit.h (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/ImplementationType.cc (deleted) * src/SymTab/ImplementationType.h (deleted) * src/SymTab/Indexer.cc (modified) * src/SymTab/Indexer.h (modified) * src/SymTab/TypeEquality.cc (deleted) * src/SymTab/TypeEquality.h (deleted) * src/SymTab/Validate.cc (modified) * src/SymTab/module.mk (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/DeclStmt.cc (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/TupleExpr.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/Visitor.cc (modified) * src/SynTree/Visitor.h (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Tuples/TupleExpansion.cc (modified) * src/driver/cfa.cc (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/assert.c (modified) * src/libcfa/bits/align.h (moved) * src/libcfa/bits/containers.h (modified) * src/libcfa/bits/debug.c (moved) * src/libcfa/bits/debug.h (added) * src/libcfa/bits/defs.h (modified) * src/libcfa/bits/locks.h (modified) * src/libcfa/concurrency/alarm.c (modified) * src/libcfa/concurrency/coroutine.c (modified) * src/libcfa/concurrency/invoke.c (modified) * src/libcfa/concurrency/kernel.c (modified) * src/libcfa/concurrency/kernel_private.h (modified) * src/libcfa/concurrency/monitor.c (modified) * src/libcfa/concurrency/preemption.c (modified) * src/libcfa/concurrency/thread.c (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/libcfa/interpose.c (modified) * src/libcfa/libhdr.h (deleted) * src/libcfa/libhdr/libdebug.h (deleted) * src/libcfa/libhdr/libtools.h (deleted) * src/libcfa/stdhdr/assert.h (modified) * src/prelude/builtins.c (modified) * src/tests/.expect/KRfunctions.x64.txt (moved) * src/tests/.expect/KRfunctions.x86.txt (moved) * src/tests/.expect/attributes.x64.txt (moved) * src/tests/.expect/attributes.x86.txt (moved) * src/tests/.expect/declarationErrors.txt (modified) * src/tests/.expect/declarationSpecifier.x64.txt (moved) * src/tests/.expect/declarationSpecifier.x86.txt (moved) * src/tests/.expect/extension.x64.txt (moved) * src/tests/.expect/extension.x86.txt (moved) * src/tests/.expect/functions.x64.txt (moved) * src/tests/.expect/functions.x86.txt (moved) * src/tests/.expect/gccExtensions.x64.txt (moved) * src/tests/.expect/gccExtensions.x86.txt (moved) * src/tests/.expect/gmp.x64.txt (moved) * src/tests/.expect/literals.x64.txt (moved) * src/tests/.expect/literals.x86.txt (moved) * src/tests/.expect/math1.x64.txt (moved) * src/tests/.expect/math1.x86.txt (moved) * src/tests/.expect/math2.x64.txt (moved) * src/tests/.expect/math2.x86.txt (moved) * src/tests/.expect/math3.x64.txt (moved) * src/tests/.expect/math3.x86.txt (moved) * src/tests/.expect/with-statement.txt (added) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) * src/tests/concurrent/.expect/monitor.txt (moved) * src/tests/concurrent/.expect/multi-monitor.txt (moved) * src/tests/concurrent/.expect/preempt.txt (moved) * src/tests/concurrent/.expect/thread.txt (moved) * src/tests/concurrent/examples/.expect/boundedBuffer.txt (moved) * src/tests/concurrent/examples/.expect/datingService.txt (moved) * src/tests/concurrent/examples/.expect/matrixSum.txt (moved) * src/tests/concurrent/examples/boundedBuffer.c (moved) * src/tests/concurrent/examples/datingService.c (moved) * src/tests/concurrent/examples/matrixSum.c (moved) * src/tests/concurrent/monitor.c (moved) * src/tests/concurrent/multi-monitor.c (moved) * src/tests/concurrent/preempt.c (moved) * src/tests/concurrent/signal/.expect/block.txt (moved) * src/tests/concurrent/signal/.expect/disjoint.txt (moved) * src/tests/concurrent/signal/.expect/wait.txt (moved) * src/tests/concurrent/signal/barge.c (moved) * src/tests/concurrent/signal/block.c (moved) * src/tests/concurrent/signal/disjoint.c (moved) * src/tests/concurrent/signal/wait.c (moved) * src/tests/concurrent/thread.c (moved) * src/tests/concurrent/waitfor/.expect/barge.txt (moved) * src/tests/concurrent/waitfor/.expect/dtor.txt (moved) * src/tests/concurrent/waitfor/.expect/else.txt (moved) * src/tests/concurrent/waitfor/.expect/recurse.txt (moved) * src/tests/concurrent/waitfor/.expect/statment.txt (moved) * src/tests/concurrent/waitfor/.expect/when.txt (moved) * src/tests/concurrent/waitfor/barge.c (moved) * src/tests/concurrent/waitfor/dtor.c (moved) * src/tests/concurrent/waitfor/else.c (moved) * src/tests/concurrent/waitfor/parse.c (moved) * src/tests/concurrent/waitfor/parse2.c (moved) * src/tests/concurrent/waitfor/recurse.c (moved) * src/tests/concurrent/waitfor/simple.c (moved) * src/tests/concurrent/waitfor/statment.c (moved) * src/tests/concurrent/waitfor/when.c (moved) * src/tests/coroutine/.expect/coroutine.txt (moved) * src/tests/coroutine/.expect/fmtLines.txt (moved) * src/tests/coroutine/.expect/pingpong.txt (moved) * src/tests/coroutine/.expect/prodcons.txt (moved) * src/tests/coroutine/.in/fmtLines.txt (moved) * src/tests/coroutine/coroutine.c (moved) * src/tests/coroutine/fmtLines.c (moved) * src/tests/coroutine/pingpong.c (moved) * src/tests/coroutine/prodcons.c (moved) * src/tests/except-mac.h (modified) * src/tests/pybin/settings.py (added) * src/tests/pybin/test_run.py (added) * src/tests/pybin/tools.py (modified) * src/tests/test.py (modified) * src/tests/with-statement.c (added) Merge branch 'master' into cleanup-dtors Fri, 01 Dec 2017 16:58:32 GMT Rob Schluntz [5da9d6a] * doc/proposals/concurrency/text/basics.tex (modified) * doc/proposals/concurrency/text/cforall.tex (modified) * doc/proposals/concurrency/text/concurrency.tex (modified) * doc/proposals/concurrency/text/frontpgs.tex (modified) * doc/proposals/concurrency/text/future.tex (modified) * doc/proposals/concurrency/text/internals.tex (modified) * doc/proposals/concurrency/text/parallelism.tex (modified) * doc/proposals/concurrency/text/results.tex (modified) * doc/proposals/concurrency/text/together.tex (modified) * doc/proposals/concurrency/version (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/driver/cfa.cc (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/assert.c (modified) * src/libcfa/bits/align.h (moved) * src/libcfa/bits/containers.h (modified) * src/libcfa/bits/debug.c (moved) * src/libcfa/bits/debug.h (added) * src/libcfa/bits/defs.h (modified) * src/libcfa/bits/locks.h (modified) * src/libcfa/concurrency/alarm.c (modified) * src/libcfa/concurrency/coroutine.c (modified) * src/libcfa/concurrency/invoke.c (modified) * src/libcfa/concurrency/kernel.c (modified) * src/libcfa/concurrency/kernel_private.h (modified) * src/libcfa/concurrency/monitor.c (modified) * src/libcfa/concurrency/preemption.c (modified) * src/libcfa/concurrency/thread.c (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/libcfa/interpose.c (modified) * src/libcfa/libhdr.h (deleted) * src/libcfa/libhdr/libdebug.h (deleted) * src/libcfa/libhdr/libtools.h (deleted) * src/libcfa/stdhdr/assert.h (modified) * src/prelude/builtins.c (modified) * src/tests/except-mac.h (modified) Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa /cfa-cc Thu, 30 Nov 2017 22:37:15 GMT Rob Schluntz [1fbeebd] * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/InitTweak/InitTweak.cc (modified) Convert LabelFixer to PassVisitor Thu, 30 Nov 2017 21:43:59 GMT Rob Schluntz [ba3706f] * src/CodeGen/FixNames.cc (modified) * src/Common/PassVisitor.impl.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/MakeLibCfa.cc (modified) * src/Parser/StatementNode.cc (modified) * src/SymTab/AddVisit.h (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Autogen.h (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/DeclStmt.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/TupleExpr.cc (modified) Remove label lists from various Statement constructors Wed, 29 Nov 2017 19:50:33 GMT Thierry Delisle [36982fc] * src/ControlStruct/ExceptTranslate.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/driver/cfa.cc (modified) * src/libcfa/assert.c (modified) * src/libcfa/bits/locks.h (modified) * src/libcfa/concurrency/alarm.c (modified) * src/libcfa/concurrency/coroutine.c (modified) * src/libcfa/concurrency/invoke.c (modified) * src/libcfa/concurrency/kernel.c (modified) * src/libcfa/concurrency/kernel_private.h (modified) * src/libcfa/concurrency/monitor.c (modified) * src/libcfa/concurrency/preemption.c (modified) * src/libcfa/concurrency/thread.c (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/libcfa/interpose.c (modified) * src/libcfa/libhdr/libdebug.c (modified) * src/libcfa/libhdr/libdebug.h (modified) * src/libcfa/stdhdr/assert.h (modified) * src/prelude/builtins.c (modified) * src/tests/except-mac.h (modified) Renamed internal stuff to __cfaabi_... Thu, 09 Nov 2017 18:01:14 GMT Rob Schluntz [7543dec] * src/ControlStruct/ExceptTranslate.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/VarExprReplacer.cc (modified) * src/SynTree/VarExprReplacer.h (modified) Modify VarExprReplacer to replace VariableExpr with arbitrary expression Tue, 19 Sep 2017 17:22:51 GMT Rob Schluntz [d48e529] * src/CodeGen/CodeGenerator.cc (modified) * src/Common/CodeLocation.h (modified) * src/Common/SemanticError.h (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) Begin to introduce support for yylloc in the parser and extend ... Fri, 18 Aug 2017 18:23:02 GMT Andrew Beach [8bafacc] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/ControlStruct/ForExprMutator.cc (modified) New system for formating generated code in CodeGenerator. Thu, 17 Aug 2017 21:37:26 GMT Peter A. Buhr [274ce8c] * src/Common/CodeLocation.h (added) * src/Common/SemanticError.h (modified) * src/Common/utility.h (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/LabelGenerator.cc (modified) * src/Parser/ParseNode.h (modified) * src/SynTree/BaseSyntaxNode.h (modified) * src/driver/cfa.cc (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/tests/except-0.c (modified) * src/tests/except-1.c (modified) * src/tests/except-2.c (modified) * src/tests/except-3.c (added) * src/tests/except-mac.h (added) Merge branch 'master' of plg2:software/cfa/cfa-cc Thu, 17 Aug 2017 21:37:20 GMT Peter A. Buhr [6d49ea3] * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/ForExprMutator.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/parser.yy (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Indexer.h (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/Visitor.cc (modified) second attempt, add declarations into if conditional Thu, 17 Aug 2017 21:22:30 GMT Andrew Beach [8f6dfe7] * src/ControlStruct/ExceptTranslate.cc (modified) Cleaned up the generated exception functions a bit. Thu, 17 Aug 2017 20:13:42 GMT Andrew Beach [e9145a3] * src/ControlStruct/ExceptTranslate.cc (modified) * src/driver/cfa.cc (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/tests/except-0.c (modified) * src/tests/except-1.c (modified) * src/tests/except-2.c (modified) * src/tests/except-3.c (added) * src/tests/except-mac.h (added) Updated exception tests to exception structures. Should be re- ... Thu, 17 Aug 2017 18:45:12 GMT Andrew Beach [21f0aa8] * src/Common/CodeLocation.h (added) * src/Common/SemanticError.h (modified) * src/Common/utility.h (modified) * src/ControlStruct/LabelGenerator.cc (modified) * src/Parser/ParseNode.h (modified) * src/SynTree/BaseSyntaxNode.h (modified) Seperated CodeLocation out from the general utilities. Tue, 15 Aug 2017 17:38:04 GMT Thierry Delisle [be9288a] * src/Common/utility.h (modified) * src/Concurrency/Keywords.cc (modified) * src/ControlStruct/Mutate.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.h (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypedefTable.h (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/Type.cc (modified) * src/Tuples/TupleExpansion.cc (modified) * src/main.cc (modified) Fixed errors made by the clean-up tool Tue, 15 Aug 2017 15:45:34 GMT Thierry Delisle [d180746] * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ExceptTranslate.h (modified) * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/ForExprMutator.h (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/LabelGenerator.cc (modified) * src/ControlStruct/LabelGenerator.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/ControlStruct/Mutate.h (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixGlobalInit.h (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/FixInit.h (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/GenInit.h (modified) * src/InitTweak/InitTweak.cc (modified) * src/InitTweak/InitTweak.h (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/InitializerNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/TypedefTable.cc (modified) * src/Parser/TypedefTable.h (modified) * src/Parser/parserutility.cc (modified) * src/Parser/parserutility.h (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/Validate.cc (modified) Big header cleaning pass - commit 2 Fri, 11 Aug 2017 19:15:51 GMT Rob Schluntz [33c4b81] * src/ControlStruct/MLEMutator.cc (modified) Add unused attribute to original target of labelled break/continue to ... Wed, 09 Aug 2017 18:08:14 GMT Andrew Beach [cbce272] * src/ControlStruct/ExceptTranslate.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/NamedTypeDecl.cc (modified) * src/Virtual/ExpandCasts.cc (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/tests/except-0.c (modified) Structure based exception handling. Wed, 02 Aug 2017 16:11:57 GMT Andrew Beach [948b0c8] * src/ControlStruct/ExceptTranslate.cc (modified) Reorginization of ExceptTranslate to make the next steps easier. Fri, 28 Jul 2017 20:43:15 GMT Andrew Beach [03eedd5] * src/ControlStruct/ExceptTranslate.cc (modified) Just a little bit of cleanup in the time I have left. Fri, 28 Jul 2017 18:06:10 GMT Andrew Beach [86d5ba7c] * src/ControlStruct/ExceptTranslate.cc (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/tests/except-1.c (added) Added the memory management calls to the exception control flow. Sat, 22 Jul 2017 14:58:08 GMT Peter A. Buhr [6b0b624] * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/FixMain.h (modified) * src/CodeGen/FixNames.h (modified) * src/CodeGen/GenType.h (modified) * src/CodeGen/Generate.h (modified) * src/CodeGen/OperatorTable.h (modified) * src/CodeTools/DeclStats.h (modified) * src/CodeTools/TrackLoc.h (modified) * src/Common/CompilerError.h (modified) * src/Common/ScopedMap.h (modified) * src/Common/SemanticError.h (modified) * src/Common/UnimplementedError.h (modified) * src/Common/UniqueName.h (modified) * src/Common/VectorMap.h (modified) * src/Common/utility.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Keywords.h (modified) * src/ControlStruct/ExceptTranslate.h (modified) * src/ControlStruct/ForExprMutator.h (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/LabelGenerator.h (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.h (modified) * src/GenPoly/Box.h (modified) * src/GenPoly/CopyParams.h (modified) * src/GenPoly/DeclMutator.h (modified) * src/GenPoly/ErasableScopedMap.h (modified) * src/GenPoly/FindFunction.h (modified) * src/GenPoly/GenPoly.h (modified) * src/GenPoly/InstantiateGeneric.h (modified) * src/GenPoly/Lvalue.h (modified) * src/GenPoly/PolyMutator.h (modified) * src/GenPoly/ScopedSet.h (modified) * src/GenPoly/ScrubTyVars.h (modified) * src/GenPoly/Specialize.h (modified) * src/InitTweak/FixGlobalInit.h (modified) * src/InitTweak/FixInit.h (modified) * src/InitTweak/GenInit.h (modified) * src/InitTweak/InitTweak.h (modified) * src/MakeLibCfa.h (modified) * src/Parser/LinkageSpec.h (modified) * src/Parser/ParseNode.h (modified) * src/Parser/ParserTypes.h (modified) * src/Parser/TypeData.h (modified) * src/Parser/TypedefTable.h (modified) * src/Parser/parserutility.h (modified) * src/ResolvExpr/Alternative.h (modified) * src/ResolvExpr/AlternativeFinder.h (modified) * src/ResolvExpr/AlternativePrinter.h (modified) * src/ResolvExpr/ConversionCost.h (modified) * src/ResolvExpr/Cost.h (modified) * src/ResolvExpr/CurrentObject.h (modified) * src/ResolvExpr/FindOpenVars.h (modified) * src/ResolvExpr/RenameVars.h (modified) * src/ResolvExpr/ResolveTypeof.h (modified) * src/ResolvExpr/Resolver.h (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/TypeMap.h (modified) * src/ResolvExpr/Unify.h (modified) * src/ResolvExpr/typeops.h (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/FixFunction.h (modified) * src/SymTab/ImplementationType.h (modified) * src/SymTab/Indexer.h (modified) * src/SymTab/Mangler.h (modified) * src/SymTab/Validate.h (modified) * src/SynTree/AddStmtVisitor.h (modified) * src/SynTree/Attribute.h (modified) * src/SynTree/BaseSyntaxNode.h (modified) * src/SynTree/Constant.h (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Initializer.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.h (modified) * src/SynTree/TypeSubstitution.h (modified) * src/SynTree/VarExprReplacer.h (modified) * src/SynTree/Visitor.h (modified) * src/Tuples/Explode.h (modified) * src/Tuples/Tuples.h (modified) * src/libcfa/concurrency/CtxSwitch-i386.S (modified) * src/libcfa/concurrency/CtxSwitch-x86_64.S (modified) * src/libcfa/concurrency/alarm.c (modified) * src/libcfa/concurrency/alarm.h (modified) * src/libcfa/concurrency/coroutine (modified) * src/libcfa/concurrency/coroutine.c (modified) * src/libcfa/concurrency/invoke.c (modified) * src/libcfa/concurrency/invoke.h (modified) * src/libcfa/concurrency/kernel (modified) * src/libcfa/concurrency/kernel.c (modified) * src/libcfa/concurrency/kernel_private.h (modified) * src/libcfa/concurrency/monitor (modified) * src/libcfa/concurrency/monitor.c (modified) * src/libcfa/concurrency/preemption.c (modified) * src/libcfa/concurrency/preemption.h (modified) * src/libcfa/concurrency/thread (modified) * src/libcfa/concurrency/thread.c (modified) * src/libcfa/containers/maybe (modified) * src/libcfa/containers/pair (modified) * src/libcfa/containers/result (modified) * src/libcfa/containers/vector (modified) * src/libcfa/exception.h (modified) * src/libcfa/interpose.c (modified) * src/libcfa/interpose.h (modified) * src/libcfa/libhdr.h (modified) * src/libcfa/libhdr/libalign.h (modified) * src/libcfa/libhdr/libdebug.h (modified) * src/libcfa/libhdr/libtools.h (modified) * src/libcfa/typeobject.h (modified) * src/tests/attributes.c (modified) * src/tests/avltree/avl-private.h (modified) * src/tests/avltree/avl.h (modified) * src/tests/vector/array.h (modified) * src/tests/vector/vector_int.h (modified) * tools/prettyprinter/ParserTypes.h (modified) * tools/prettyprinter/filter.h (modified) * tools/prettyprinter/lex.ll (modified) * tools/prettyprinter/test.y (modified) * tools/prettyprinter/token.cc (modified) * tools/prettyprinter/token.h (modified) change #ifndef to #pragma once Tue, 18 Jul 2017 14:22:23 GMT Andrew Beach [ac10576] * src/ControlStruct/ExceptTranslate.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/parserutility.cc (modified) * src/SynTree/Type.h (modified) Replaced emptyQualifiers with noQualifiers for consistancy with ... Wed, 12 Jul 2017 19:10:24 GMT Andrew Beach [6fca7ea] * src/ControlStruct/ExceptTranslate.cc (modified) ExceptTranslate now uses mutateAll. Tue, 11 Jul 2017 20:39:34 GMT Andrew Beach [38ac6ec] * src/ControlStruct/ExceptTranslate.cc (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) Fixed some names that had drifted from terminate/resume. Tue, 04 Jul 2017 18:26:28 GMT Andrew Beach [ad0be81] * src/ControlStruct/ExceptTranslate.cc (modified) * src/libcfa/exception.c (modified) * src/tests/except-0.c (modified) Fixed all the errors I found except for skipped deconstructors. Tue, 04 Jul 2017 15:52:33 GMT Andrew Beach [307a732] * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ExceptTranslate.h (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Indexer.cc (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/libcfa/lsda.h (added) * src/main.cc (modified) * src/prelude/Makefile.am (modified) * src/prelude/Makefile.in (modified) * src/tests/except-0.c (added) * src/tests/exception.c (deleted) * tools/cfa.nanorc (modified) The exception handling code compilers and translates, but the ... Thu, 29 Jun 2017 21:13:32 GMT Rob Schluntz [1abc5ab] * src/ControlStruct/ExceptTranslate.cc (modified) changed WithScopes to WithGuards Thu, 29 Jun 2017 19:27:57 GMT Andrew Beach [288eede] * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ExceptTranslate.h (modified) * src/ControlStruct/module.mk (modified) * src/Makefile.in (modified) ExceptTranslate is now compiling. Thu, 22 Jun 2017 19:59:02 GMT Andrew Beach [ba912706] * src/ControlStruct/ExceptTranslate.cc (added) * src/ControlStruct/ExceptTranslate.h (added) Exception translation code (draft) added. Fri, 02 Jun 2017 22:30:18 GMT Rob Schluntz [0db6fc0] * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/ForExprMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/SymTab/Validate.cc (modified) convert several passes to PassVisitor Wed, 05 Apr 2017 22:07:58 GMT Rob Schluntz [af68f0a] * src/ControlStruct/LabelGenerator.cc (modified) * src/ControlStruct/LabelGenerator.h (modified) * src/ControlStruct/MLEMutator.cc (modified) change all break/continue statements into goto for consistency and ... Wed, 09 Nov 2016 19:51:42 GMT Rob Schluntz [b726084] * .gitignore (modified) * Makefile.in (modified) * configure (modified) * configure.ac (modified) * doc/bibliography/cfa.bib (modified) * doc/proposals/concurrency/concurrency.tex (modified) * doc/proposals/concurrency/glossary.tex (modified) * doc/proposals/concurrency/style.tex (added) * doc/proposals/concurrency/version (modified) * doc/working/.gitignore (added) * doc/working/declarative_resolver.tex (added) * src/ControlStruct/LabelFixer.h (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.h (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/ParseNode.h (modified) * src/ResolvExpr/AlternativeFinder.h (modified) * src/ResolvExpr/AlternativePrinter.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/TypeMap.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Validate.cc (modified) * src/driver/Makefile.am (modified) * src/driver/Makefile.in (modified) * src/driver/cfa.cc (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.in (modified) * src/main.cc (modified) * src/tests/Makefile.in (modified) * version (deleted) Merge branch 'master' into tuples Conflicts: ... Thu, 27 Oct 2016 20:22:27 GMT Thierry Delisle [62e5546] * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/LabelTypeChecker.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.h (modified) * src/Parser/ParseNode.h (modified) * src/ResolvExpr/AlternativePrinter.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/TypeMap.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Validate.cc (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Tuples/TupleAssignment.h (modified) Removed warnings when compiling with clang Thu, 15 Sep 2016 14:17:16 GMT Rob Schluntz [906e24d] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/LabelTypeChecker.cc (deleted) * src/ControlStruct/LabelTypeChecker.h (deleted) * src/ControlStruct/Mutate.cc (modified) * src/ControlStruct/module.mk (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/Makefile.in (modified) * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/AlternativePrinter.cc (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/typeops.h (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/Visitor.cc (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Tuples/TupleAssignment.h (modified) replace results list on Expressions with a single Type field Thu, 04 Aug 2016 16:29:54 GMT Peter A. Buhr [8688ce1] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/CaseRangeMutator.cc (deleted) * src/ControlStruct/CaseRangeMutator.h (deleted) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/Mutate.cc (modified) * src/ControlStruct/module.mk (modified) * src/GenPoly/DeclMutator.cc (modified) * src/GenPoly/PolyMutator.cc (modified) * src/Makefile.in (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/SymTab/AddVisit.h (modified) * src/SynTree/AddStmtVisitor.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/Visitor.cc (modified) * src/SynTree/Visitor.h (modified) * src/tests/switch.c (modified) move case-list management into parser Sun, 31 Jul 2016 23:06:22 GMT Peter A. Buhr [08061589] * INSTALL (modified) * doc/LaTeXmacros/common.tex (modified) * doc/user/user.tex (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/CaseRangeMutator.cc (modified) * src/Parser/lex.cc (modified) * src/Parser/lex.ll (modified) more case statement cleanup Sun, 31 Jul 2016 04:41:25 GMT Peter A. Buhr [057b34f] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/CaseRangeMutator.cc (modified) * src/ControlStruct/CaseRangeMutator.h (modified) * src/tests/switch.c (modified) more case range clean up Sat, 30 Jul 2016 06:31:17 GMT Peter A. Buhr [66d12f7] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/ControlStruct/CaseRangeMutator.cc (modified) change case ranges to use gcc syntax, first attempt Tue, 12 Jul 2016 22:34:10 GMT Peter A. Buhr [4e06c1e] * src/ControlStruct/CaseRangeMutator.cc (modified) * src/ControlStruct/CaseRangeMutator.h (modified) * src/ControlStruct/ChooseMutator.cc (deleted) * src/ControlStruct/ChooseMutator.h (deleted) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/ControlStruct/module.mk (modified) * src/GenPoly/DeclMutator.cc (modified) * src/GenPoly/DeclMutator.h (modified) * src/GenPoly/PolyMutator.cc (modified) * src/GenPoly/PolyMutator.h (modified) * src/InitTweak/FixInit.cc (modified) * src/Makefile.in (modified) * src/Parser/ParseNode.cc (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/AddVisit.h (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AddStmtVisitor.cc (modified) * src/SynTree/AddStmtVisitor.h (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/Visitor.cc (modified) * src/SynTree/Visitor.h (modified) * src/examples/includes.c (modified) * src/libcfa/iostream (modified) * src/libcfa/iostream.c (modified) * src/tests/switch.c (modified) changes for switch and choose statements Wed, 06 Jul 2016 22:22:25 GMT Peter A. Buhr [99f11dd] * src/ControlStruct/MLEMutator.h (modified) add deleted line when fixing conflict Wed, 06 Jul 2016 22:11:51 GMT Peter A. Buhr [3f869f0] * src/ControlStruct/MLEMutator.h (modified) fix conflicit Wed, 06 Jul 2016 22:06:27 GMT Peter A. Buhr [adcc065] * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/InitTweak/FixInit.cc (modified) * src/tests/.expect/random.txt (added) * src/tests/random.c (modified) add labelled break to if statement, update comment formatting, add ... Wed, 06 Jul 2016 20:18:51 GMT Thierry Delisle [6a37d13] * src/ControlStruct/MLEMutator.h (modified) added some missing virtual and override in MLEMutator Thu, 30 Jun 2016 17:47:52 GMT Peter A. Buhr [ca35c51] * src/ControlStruct/CaseRangeMutator.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/GenPoly.cc (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/SynTree/Constant.h (modified) move implementation of ConstantNode to ConstantExpr Wed, 29 Jun 2016 16:41:56 GMT Rob Schluntz [4b2589a] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/SynTree/Label.h (modified) clean up comments, remove dead code Tue, 28 Jun 2016 20:02:00 GMT Rob Schluntz [982d63f] * src/ControlStruct/Mutate.cc (modified) replace choose with switch before MLE mutator Tue, 28 Jun 2016 19:33:01 GMT Rob Schluntz [e39aa0f] * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/InitTweak/FixInit.cc (modified) overhaul MLE code, attach label to break/continue statements so it ... Tue, 28 Jun 2016 19:17:26 GMT Rob Schluntz [888cbe4] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/ControlStruct/LabelGenerator.cc (modified) generated labels contain unused attribute and fixed label code gen Thu, 23 Jun 2016 16:16:45 GMT Rob Schluntz [23b6f4d7] * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/SynTree/Label.h (added) change Label type from std::string to a custom Label class, link ... Thu, 16 Jun 2016 16:24:39 GMT Rob Schluntz [0f8e4ac] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/LabelGenerator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/SymTab/Autogen.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/SynTree.h (modified) change Label from a string typedef to a class Fri, 29 Jan 2016 21:36:39 GMT Peter A. Buhr [d3b7937] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/CaseRangeMutator.cc (modified) * src/ControlStruct/ChooseMutator.h (modified) * src/ControlStruct/ForExprMutator.h (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/LabelTypeChecker.h (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/CopyParams.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/BasicInit.cc (modified) * src/InitTweak/DeclarationHoister.cc (modified) * src/InitTweak/InitExpander.cc (modified) * src/InitTweak/InitExpander.h (modified) * src/InitTweak/InitModel.h (modified) * src/MakeLibCfa.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/LinkageSpec.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/module.mk (modified) * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/AlternativePrinter.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/Unify.h (modified) * src/SymTab/FixFunction.cc (modified) * src/SymTab/IdTable.cc (modified) * src/SymTab/ImplementationType.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/ArrayType.cc (modified) * src/SynTree/AttrType.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/DeclStmt.cc (modified) * src/SynTree/Declaration.cc (modified) * src/SynTree/DeclarationWithType.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/FunctionType.cc (modified) * src/SynTree/Initializer.cc (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/NamedTypeDecl.cc (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/PointerType.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/TupleExpr.cc (modified) * src/SynTree/TupleType.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/TypeDecl.cc (modified) * src/SynTree/TypeExpr.cc (modified) * src/SynTree/TypeofType.cc (modified) * src/SynTree/Visitor.h (modified) * src/Tuples/AssignExpand.h (modified) * src/Tuples/FunctionChecker.cc (modified) * src/Tuples/FunctionChecker.h (modified) * src/Tuples/TupleAssignment.cc (modified) * src/driver/Makefile.am (modified) * src/driver/Makefile.in (modified) * src/driver/cc1.cc (modified) * src/driver/cfa.cc (modified) * src/examples/Makefile.am (modified) * src/examples/Makefile.in (modified) * src/examples/abs.c (added) * src/examples/alloc.c (modified) * src/examples/array.h (modified) * src/examples/constants.c (modified) * src/examples/fstream_test.c (modified) * src/examples/hello.c (modified) * src/examples/identity.c (modified) * src/examples/limits.c (added) * src/examples/minmax.c (moved) * src/examples/new.c (modified) * src/examples/quad.c (modified) * src/examples/quoted_keyword.c (modified) * src/examples/square.c (modified) * src/examples/sum.c (modified) * src/examples/swap.c (modified) * src/examples/twice.c (modified) * src/examples/vector_test.c (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/algorithm (added) * src/libcfa/algorithm.c (added) * src/libcfa/bfd.h (moved) * src/libcfa/bfdlink.h (moved) * src/libcfa/demangle.h (moved) * src/libcfa/dialog.h (moved) * src/libcfa/evdns.h (moved) * src/libcfa/evhttp.h (moved) * src/libcfa/evrpc.h (moved) * src/libcfa/expat.h (moved) * src/libcfa/fcntl.h (moved) * src/libcfa/form.h (moved) * src/libcfa/fstream (moved) * src/libcfa/fstream.c (moved) * src/libcfa/gcrypt.h (moved) * src/libcfa/iostream (moved) * src/libcfa/iostream.c (moved) * src/libcfa/iterator (moved) * src/libcfa/iterator.c (moved) * src/libcfa/limits (added) * src/libcfa/math.h (moved) * src/main.cc (modified) building runtime library (first attempt) Thu, 30 Jul 2015 20:05:02 GMT Rob Schluntz [e766208] * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) simplified label fixer code => no longer rename and consolidate labels Mon, 20 Jul 2015 18:17:46 GMT Rob Schluntz [994ec2c] * src/ControlStruct/MLEMutator.cc (modified) * src/SymTab/TypeEquality.cc (modified) fix warning in logical expression Wed, 15 Jul 2015 20:47:48 GMT Rob Schluntz [724c2b6] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/Mutate.cc (modified) * src/GenPoly/PolyMutator.cc (modified) * src/Parser/StatementNode.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/AddVisit.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/Visitor.cc (modified) * src/main.cc (modified) Merge branch 'resolver' Wed, 15 Jul 2015 18:59:57 GMT Rob Schluntz [145f1fc] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/Mutate.cc (modified) * src/GenPoly/PolyMutator.cc (modified) * src/Parser/StatementNode.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/AddVisit.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/Visitor.cc (modified) modified ForStmt to have a list of statements for the initialization ... Thu, 09 Jul 2015 19:07:32 GMT Aaron Moss [cff1143] * src/CodeGen/GenType.cc (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ParseNode.cc (modified) * src/SymTab/TypeEquality.cc (added) * src/SymTab/TypeEquality.h (added) * src/SymTab/Validate.cc (modified) * src/SymTab/module.mk (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 09 Jul 2015 19:07:22 GMT Aaron Moss [82dd287] * src/CodeGen/FixNames.h (modified) * src/CodeGen/Generate.h (modified) * src/ControlStruct/CaseRangeMutator.h (modified) * src/ControlStruct/ChooseMutator.h (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/Mutate.h (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Box.h (modified) * src/GenPoly/CopyParams.h (modified) * src/GenPoly/Lvalue.h (modified) * src/GenPoly/Specialize.h (modified) * src/ResolvExpr/Resolver.h (modified) * src/SymTab/FixFunction.h (modified) * src/SymTab/Validate.cc (modified) * src/SymTab/Validate.h (modified) * src/SynTree/TypeSubstitution.h (modified) Doc comments Wed, 08 Jul 2015 17:37:28 GMT Rob Schluntz [0a0a65b] * src/ControlStruct/LabelFixer.cc (modified) fix duplicate label definitions across functions Fri, 03 Jul 2015 22:52:57 GMT Rob Schluntz [f6d7e0f] * src/ControlStruct/MLEMutator.cc (modified) * src/GenPoly/Box.cc (modified) * src/SymTab/Validate.cc (modified) * src/main.cc (modified) label fix, enumeration assignment first attempt Fri, 03 Jul 2015 22:08:20 GMT Peter A. Buhr [2871210] * include/bfd.h (modified) * include/bfdlink.h (added) * include/demangle.h (added) * include/dialog.h (added) * include/evdns.h (added) * include/evhttp.h (added) * include/evrpc.h (added) * include/expat.h (added) * include/fcntl.h (added) * include/form.h (added) * include/gcrypt.h (added) * include/math.h (modified) * src/Common/utility.h (modified) * src/ControlStruct/LabelFixer.h (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SynTree/Statement.cc (modified) * src/Tests/LabelledExit.c (modified) * src/main.cc (modified) include file with keywords, fix type of label address expressions, ... Wed, 24 Jun 2015 20:33:13 GMT Rob Schluntz [1869adf] * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/LabelTypeChecker.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Validate.cc (modified) fix label name in label address expression Wed, 24 Jun 2015 20:04:19 GMT Peter A. Buhr [de62360d] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/OperatorTable.cc (modified) * src/CodeGen/OperatorTable.h (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelGenerator.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Specialize.cc (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/TypedefTable.cc (modified) * src/Parser/TypedefTable.h (modified) * src/Parser/lex.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.h (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/DeclStmt.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/driver/cfa.cc (modified) * src/main.cc (modified) fix computed goto, fixed -std=, implicit typedefs for enum and ... Tue, 09 Jun 2015 00:56:35 GMT Peter A. Buhr [5f2f2d7] * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/GenType.cc (modified) * src/Common/SemanticError.h (modified) * src/Common/UniqueName.cc (modified) * src/Common/utility.h (modified) * src/ControlStruct/LabelGenerator.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/lex.cc (modified) * src/Parser/lex.h (modified) * src/Parser/lex.ll (modified) * src/Parser/module.mk (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/DeclStmt.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/NamedTypeDecl.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/Type.h (modified) * src/Tests/ResolvExpr/Abstype.c (modified) * src/Tests/ResolvExpr/make-rules (modified) * src/Tests/ResolvExpr/run-tests.sh (modified) * src/Tests/SynTree/Expected-SymTab/Array.tst (modified) * src/Tests/SynTree/Expected-SymTab/Context.tst (modified) * src/Tests/SynTree/Expected-SymTab/Enum.tst (modified) * src/Tests/SynTree/Expected-SymTab/Forall.tst (modified) * src/Tests/SynTree/Expected-SymTab/Scope.tst (modified) * src/Tests/SynTree/Expected-SymTab/ScopeErrors.tst (modified) * src/Tests/SynTree/Expected-SymTab/Tuple.tst (modified) * src/Tests/SynTree/Expected/Array.tst (modified) * src/Tests/SynTree/Expected/Constant0-1.tst (modified) * src/Tests/SynTree/Expected/Context.tst (modified) * src/Tests/SynTree/Expected/DeclarationSpecifier.tst (modified) * src/Tests/SynTree/Expected/Enum.tst (modified) * src/Tests/SynTree/Expected/Forall.tst (modified) * src/Tests/SynTree/Expected/Functions.tst (modified) * src/Tests/SynTree/Expected/IdentFuncDeclarator.tst (modified) * src/Tests/SynTree/Expected/Initialization.tst (modified) * src/Tests/SynTree/Expected/Scope.tst (modified) * src/Tests/SynTree/Expected/StructMember.tst (modified) * src/Tests/SynTree/Expected/Tuple.tst (modified) * src/Tests/SynTree/Expected/TypeGenerator.tst (modified) * src/Tests/SynTree/Expected/Typedef.tst (modified) * src/Tests/SynTree/Expected/TypedefDeclarator.tst (modified) * src/Tests/SynTree/Expected/TypedefParamDeclarator.tst (modified) * src/Tests/SynTree/Expected/VariableDeclarator.tst (modified) * src/Tests/SynTree/make-rules (modified) * src/Tests/SynTree/run-tests.sh (modified) * src/Tuples/MultRet.cc (modified) * src/examples/constants.c (modified) * src/examples/includes.c (modified) * src/main.cc (modified) fix constant types, remove unnecessary string copying, work on ... Thu, 04 Jun 2015 19:13:53 GMT Rob Schluntz [eb3261f] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) removed carriage returns from code generation and some duplicate ... Thu, 04 Jun 2015 03:09:48 GMT Rob Schluntz [4162aea9] * src/ControlStruct/ChooseMutator.cc (modified) * src/ControlStruct/Mutate.cc (modified) * src/examples/control_structures.c (modified) documentation and update control_structures.c example Wed, 03 Jun 2015 19:19:29 GMT Rob Schluntz [27de955] * src/ControlStruct/LabelGenerator.cc (modified) * src/ControlStruct/LabelGenerator.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) fix multi-level exit code (labeled break and continue) Tue, 02 Jun 2015 19:31:41 GMT Rob Schluntz [954463b8] * src/ControlStruct/LabelFixer.cc (modified) fix label forward referencesC Tue, 02 Jun 2015 18:28:24 GMT Rob Schluntz [4eb1db6] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/ArgTweak/module.mk (modified) * src/CodeGen/module.mk (modified) * src/Common/module.mk (modified) * src/ControlStruct/module.mk (modified) * src/Designators/module.mk (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/module.mk (modified) * src/Makefile.in (modified) * src/ResolvExpr/module.mk (modified) * src/SymTab/module.mk (modified) * src/SynTree/module.mk (modified) * src/Tuples/module.mk (modified) * src/driver/Makefile.am (moved) * src/driver/Makefile.in (moved) * src/driver/cc1.cc (moved) * src/driver/cfa.cc (moved) * src/examples/sum.c (modified) * src/libcfa/Makefile.am (moved) * src/libcfa/Makefile.in (moved) * src/libcfa/builtins.cf (moved) * src/libcfa/prelude.cf (moved) * src/libcfa/ptrdiff_t.c (moved) Merge branch 'master' into labels Tue, 02 Jun 2015 17:59:11 GMT Rob Schluntz [d939274] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/Common/utility.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/ObjectDecl.cc (modified) documentation, reformatting, operator+ for iterators Tue, 02 Jun 2015 17:42:10 GMT Rob Schluntz [b2152e7a] * src/ControlStruct/MLEMutator.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) fix MLE hack that puts a dangling break statement outside of a case ...