# # ChangeLog for src/ResolvExpr # # Generated by Trac 1.2.1 # Apr 28, 2024, 10:04:41 AM Wed, 05 Jun 2019 21:58:38 GMT Aaron Moss [99d4584] * src/AST/Print.hpp (modified) * src/AST/SymbolTable.hpp (modified) * src/AST/porting.md (modified) * src/Common/Indenter.h (modified) * src/Makefile.in (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Candidate.cpp (added) * src/ResolvExpr/Candidate.hpp (added) * src/ResolvExpr/CandidateFinder.cpp (added) * src/ResolvExpr/CandidateFinder.hpp (added) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/module.mk (modified) * src/ResolvExpr/typeops.h (modified) * src/SynTree/BaseSyntaxNode.h (modified) Further stubs for resolver port * also switched order of ... Wed, 05 Jun 2019 17:47:55 GMT Aaron Moss [2a8f0c1] * src/AST/Decl.hpp (modified) * src/ResolvExpr/Resolver.cc (modified) Add first ported resolver function Wed, 05 Jun 2019 15:24:10 GMT Aaron Moss [0e42794] * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/SymbolTable.hpp (modified) * src/AST/porting.md (modified) * src/ResolvExpr/Resolver.cc (modified) Rewrite WithSymbolTable pass accessory to use ast::SymbolTable Tue, 04 Jun 2019 21:53:24 GMT Aaron Moss [9519aba] * src/ResolvExpr/FindOpenVars.cc (modified) Port FindOpenVars to new AST Tue, 04 Jun 2019 20:45:04 GMT Aaron Moss [ee574a2] * src/AST/Expr.cpp (modified) * src/AST/Node.hpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/Unify.h (modified) * src/ResolvExpr/WidenMode.h (modified) * src/ResolvExpr/typeops.h (modified) Port CommonType to new AST Mon, 03 Jun 2019 21:36:43 GMT Aaron Moss [f474e91] * src/AST/Decl.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/AST/porting.md (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/FindOpenVars.cc (modified) * src/ResolvExpr/FindOpenVars.h (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/Unify.h (modified) * src/ResolvExpr/WidenMode.h (modified) * src/ResolvExpr/typeops.h (modified) Port unification calculations to new AST Thu, 30 May 2019 20:15:08 GMT Aaron Moss [8d70648] * driver/cc1.cc (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/prelude/builtins.c (modified) * src/AST/Convert.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/Common/PassVisitor.impl.h (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/GenPoly.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/ScopedSet.h (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/DeclReplacer.cc (modified) * src/SynTree/DeclReplacer.h (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/Validate/FindSpecialDecls.cc (added) * src/Validate/FindSpecialDecls.h (added) * src/Validate/module.mk (modified) * src/Virtual/ExpandCasts.cc (modified) * tests/.expect/KRfunctions.x64.txt (modified) * tests/.expect/KRfunctions.x86.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/.expect/completeTypeError.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/coroutine/.expect/raii.txt (added) * tests/coroutine/raii.cfa (added) * tests/pybin/test_run.py (modified) * tests/raii/.expect/memberCtors-ERR1.txt (modified) * tests/raii/.expect/memberCtors.txt (modified) * tests/raii/memberCtors.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 30 May 2019 20:10:24 GMT Aaron Moss [d76c588] * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Expr.cpp (modified) * src/AST/Node.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/Print.hpp (modified) * src/AST/SymbolTable.cpp (added) * src/AST/SymbolTable.hpp (added) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (added) * src/AST/TypeEnvironment.hpp (added) * src/AST/module.mk (modified) * src/AST/porting.md (modified) * src/GenPoly/GenPoly.cc (modified) * src/GenPoly/GenPoly.h (modified) * src/InitTweak/InitTweak.cc (modified) * src/InitTweak/InitTweak.h (modified) * src/Makefile.in (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Resolver.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/Unify.h (modified) * src/ResolvExpr/typeops.h (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) Stubs for new resolver, implementation of new indexer, type environment Wed, 29 May 2019 14:22:31 GMT Thierry Delisle [ebc0a85] * src/AST/Convert.cpp (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) Merge branch 'master' into cleanup-dtors Tue, 28 May 2019 18:22:03 GMT Aaron Moss [c519942] * src/ResolvExpr/ResolveAssertions.cc (modified) Fix bugs in assertion satisfaction costing * Calculate vars/spec ... Mon, 27 May 2019 15:08:54 GMT Thierry Delisle [d908563] * doc/proposals/vtable.md (modified) * libcfa/src/iostream.cfa (modified) * src/AST/Attribute.cpp (modified) * src/AST/Attribute.hpp (modified) * src/AST/Bitfield.hpp (modified) * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/DeclReplacer.cpp (modified) * src/AST/DeclReplacer.hpp (modified) * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/GenericSubstitution.cpp (added) * src/AST/GenericSubstitution.hpp (added) * src/AST/Label.hpp (modified) * src/AST/Node.cpp (modified) * src/AST/Node.hpp (modified) * src/AST/Pass.cpp (added) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/Print.cpp (added) * src/AST/Print.hpp (added) * src/AST/Stmt.cpp (modified) * src/AST/Stmt.hpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeSubstitution.hpp (modified) * src/AST/module.mk (modified) * src/AST/porting.md (modified) * src/Common/Eval.cc (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/utility.h (modified) * src/InitTweak/InitTweak.cc (modified) * src/InitTweak/InitTweak.h (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/ResolvExpr/Unify.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TupleExpr.cc (modified) * src/Tuples/TupleExpansion.cc (modified) * src/include/cassert (modified) * src/main.cc (modified) Merge branch 'master' into cleanup-dtors 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 Thu, 23 May 2019 14:51:23 GMT Thierry Delisle [4139e3d] * src/ResolvExpr/Unify.cc (modified) Missed one file' Thu, 16 May 2019 17:46:28 GMT Aaron Moss [54e41b3] * src/AST/Convert.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Expr.cpp (added) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Node.hpp (modified) * src/AST/Type.hpp (modified) * src/AST/Visitor.hpp (modified) * src/AST/porting.md (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/typeops.h (modified) Add first half of ast::Expr subclasses Tue, 07 May 2019 18:36:10 GMT Peter A. Buhr [1c9568f] * src/BasicTypes-gen.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) choose integral zero over nullptr for any integral context Wed, 01 May 2019 11:49:16 GMT Peter A. Buhr [1690778] * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/TypeSubstitution.h (modified) change from map/set to unordered map/set Tue, 30 Apr 2019 14:12:55 GMT Aaron Moss [c66254e] * src/ResolvExpr/Cost.h (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 30 Apr 2019 14:12:47 GMT Aaron Moss [493a992] * src/ResolvExpr/ResolveAssertions.cc (modified) Add specialization cost to assertion disambiguation Tue, 30 Apr 2019 01:21:53 GMT Peter A. Buhr [b10c39a0] * src/ResolvExpr/Cost.h (modified) updates for new Cost class Sun, 28 Apr 2019 22:50:19 GMT Peter A. Buhr [9795142] * src/ResolvExpr/ResolveAssertions.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sun, 28 Apr 2019 22:50:13 GMT Peter A. Buhr [c378e5e] * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Cost.h (modified) pack 7 resolver Costs into single word Fri, 26 Apr 2019 20:15:00 GMT Aaron Moss [052cd71] * src/ResolvExpr/ResolveAssertions.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) revert unfruitful assertion caching attempt Wed, 10 Apr 2019 19:18:03 GMT Aaron Moss [055b562] * src/ResolvExpr/TypeEnvironment.cc (modified) fix to last Wed, 10 Apr 2019 19:15:41 GMT Aaron Moss [7a63486] * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/SynTree/Declaration.h (modified) Allow merging between complete/incomplete type variables Tue, 09 Apr 2019 17:50:13 GMT Aaron Moss [4d2d45f9] * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/ResolveAssertions.h (modified) Improve assertion error messages Mon, 11 Mar 2019 02:51:40 GMT Peter A. Buhr [6fd1955] * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SynTree/Type.h (modified) update GENERATED BY file name 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 ... Sun, 24 Feb 2019 21:32:17 GMT Peter A. Buhr [fd9ae1d] * src/BasicTypes-gen.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) more bracket rows in matrix initialization Thu, 21 Feb 2019 03:00:59 GMT Peter A. Buhr [96df1329] * src/BasicTypes-gen.cc (modified) * src/ResolvExpr/CommonType.cc (modified) bracket rows in matrix initialization Wed, 20 Feb 2019 04:24:40 GMT Peter A. Buhr [5170d95] * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Resolver.h (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) fix implict void cast problem Fri, 15 Feb 2019 19:37:56 GMT Peter A. Buhr [ada4575] * src/BasicTypes-gen.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SynTree/Type.h (modified) programmatically creation basic-type declarations 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 Tue, 12 Feb 2019 02:37:43 GMT Peter A. Buhr [cdcddfe1] * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Cost.h (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) add signedness to cost model and _FloatNN Mon, 11 Feb 2019 13:37:05 GMT Peter A. Buhr [0e66857] * src/ResolvExpr/typeops.h (modified) * tests/numericConstants.cfa (modified) * tests/sum.cfa (modified) formatting 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 Wed, 23 Jan 2019 21:52:16 GMT Thierry Delisle [cde3891] * .gitignore (modified) * INSTALL (modified) * Jenkins/TestRegen (modified) * Jenkinsfile (modified) * Makefile.am (modified) * Makefile.in (modified) * aclocal.m4 (modified) * automake/cfa.m4 (modified) * automake/libtool.m4 (added) * automake/ltmain.sh (added) * automake/ltoptions.m4 (added) * automake/ltsugar.m4 (added) * automake/ltversion.m4 (added) * automake/lt~obsolete.m4 (added) * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * benchmark/Monitor.c (modified) * benchmark/c.c (added) * benchmark/compile/empty.cfa (moved) * benchmark/creation/cfa_cor.cfa (moved) * benchmark/creation/cfa_thrd.cfa (moved) * benchmark/ctxswitch/cfa_cor.cfa (moved) * benchmark/ctxswitch/cfa_thrd.cfa (moved) * benchmark/ctxswitch/cfa_thrd2.cfa (moved) * benchmark/cxx.cpp (added) * benchmark/mutex/cfa1.cfa (moved) * benchmark/mutex/cfa2.cfa (moved) * benchmark/mutex/cfa4.cfa (moved) * benchmark/schedext/cfa1.cfa (moved) * benchmark/schedext/cfa2.cfa (moved) * benchmark/schedext/cfa4.cfa (moved) * benchmark/schedint/cfa1.cfa (moved) * benchmark/schedint/cfa2.cfa (moved) * benchmark/schedint/cfa4.cfa (moved) * configure (modified) * configure.ac (modified) * doc/bibliography/pl.bib (modified) * doc/papers/concurrency/Makefile (modified) * doc/papers/concurrency/Paper.tex (modified) * doc/papers/general/Makefile (modified) * doc/proposals/flags.md (modified) * doc/proposals/virtual.txt (modified) * doc/proposals/vtable.md (added) * doc/theses/aaron_moss/phd/Makefile (deleted) * doc/theses/aaron_moss/phd/aaron-thesis.bib (deleted) * doc/theses/aaron_moss/phd/background.tex (deleted) * doc/theses/aaron_moss/phd/conclusion.tex (deleted) * doc/theses/aaron_moss/phd/generic-types.tex (deleted) * doc/theses/aaron_moss/phd/resolution-heuristics.tex (deleted) * doc/theses/aaron_moss/phd/type-environment.tex (deleted) * doc/theses/aaron_moss_PhD/comp_II/.gitignore (moved) * doc/theses/aaron_moss_PhD/comp_II/Efficient Type Resolution in Cforall.pptx (moved) * doc/theses/aaron_moss_PhD/comp_II/Makefile (moved) * doc/theses/aaron_moss_PhD/comp_II/comp_II.tex (moved) * doc/theses/aaron_moss_PhD/comp_II/conversion_dag.eps (moved) * doc/theses/aaron_moss_PhD/comp_II/conversion_dag.odg (moved) * doc/theses/aaron_moss_PhD/comp_II/conversion_dag.png (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag.eps (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag.odg (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag.png (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag2.odg (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag2.png (moved) * doc/theses/aaron_moss_PhD/phd/.gitignore (moved) * doc/theses/aaron_moss_PhD/phd/Makefile (added) * doc/theses/aaron_moss_PhD/phd/background.tex (added) * doc/theses/aaron_moss_PhD/phd/cfa-macros.tex (added) * doc/theses/aaron_moss_PhD/phd/code/bespoke-generic.c (added) * doc/theses/aaron_moss_PhD/phd/code/cfa-generic.cfa (added) * doc/theses/aaron_moss_PhD/phd/code/macro-generic.c (added) * doc/theses/aaron_moss_PhD/phd/code/void-generic.c (added) * doc/theses/aaron_moss_PhD/phd/conclusion.tex (added) * doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.dat (added) * doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.gp (added) * doc/theses/aaron_moss_PhD/phd/frontpgs.tex (moved) * doc/theses/aaron_moss_PhD/phd/generic-types.tex (added) * doc/theses/aaron_moss_PhD/phd/introduction.tex (moved) * doc/theses/aaron_moss_PhD/phd/macros.tex (moved) * doc/theses/aaron_moss_PhD/phd/resolution-heuristics.tex (added) * doc/theses/aaron_moss_PhD/phd/thesis.tex (moved) * doc/theses/aaron_moss_PhD/phd/timeline.md (added) * doc/theses/aaron_moss_PhD/phd/type-environment.tex (added) * doc/theses/lynn_tran_SE499/Bibliography.bib (added) * doc/theses/lynn_tran_SE499/Chapters/CFA.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Conclusion.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Demangler.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Extensions.tex (added) * doc/theses/lynn_tran_SE499/Chapters/GDB.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Introduction.tex (added) * doc/theses/lynn_tran_SE499/Chapters/uCPP.tex (added) * doc/theses/lynn_tran_SE499/LICENSE (added) * doc/theses/lynn_tran_SE499/SE499-master.zip (added) * doc/theses/lynn_tran_SE499/SE499-master/.gdbinit (added) * doc/theses/lynn_tran_SE499/SE499-master/README.md (added) * doc/theses/lynn_tran_SE499/SE499-master/test.cc (added) * doc/theses/lynn_tran_SE499/SE499-master/utils-gdb.gdb (added) * doc/theses/lynn_tran_SE499/SE499-master/utils-gdb.py (added) * doc/theses/lynn_tran_SE499/SE499-master/utils.cpp (added) * doc/theses/lynn_tran_SE499/Thesis.cls (added) * doc/theses/lynn_tran_SE499/lstpatch.sty (added) * doc/theses/lynn_tran_SE499/se499-report.tex (added) * doc/theses/lynn_tran_SE499/uContext_stack.png (added) * doc/theses/lynn_tran_SE499/vector.sty (added) * doc/theses/rob_schluntz_MMath/.gitignore (moved) * doc/theses/rob_schluntz_MMath/Makefile (moved) * doc/theses/rob_schluntz_MMath/cfa-format.tex (moved) * doc/theses/rob_schluntz_MMath/conclusions.tex (moved) * doc/theses/rob_schluntz_MMath/ctordtor.tex (moved) * doc/theses/rob_schluntz_MMath/examples/conclusions/dtor.c (moved) * doc/theses/rob_schluntz_MMath/examples/conclusions/except.c (moved) * doc/theses/rob_schluntz_MMath/examples/conclusions/except.cc (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/array_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/copy_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/cv_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/enum_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/expr_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/global_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/hide_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/member.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/placement_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/return_dtor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/static_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/union_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/FileOutputStream.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/compound_lit.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/designation.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/ignore.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/ires.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res1.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res2.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res3.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/tuple.cc (moved) * doc/theses/rob_schluntz_MMath/examples/intro/variadic.java (moved) * doc/theses/rob_schluntz_MMath/examples/malloc.cc (moved) * doc/theses/rob_schluntz_MMath/examples/nested.c (moved) * doc/theses/rob_schluntz_MMath/examples/poly.c (moved) * doc/theses/rob_schluntz_MMath/examples/scope_guard.h (moved) * doc/theses/rob_schluntz_MMath/examples/test_scoped_guard.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/assign.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/cast.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv_1.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv_2.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv_3.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/named.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/new.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/print.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/sum1.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/sum2.c (moved) * doc/theses/rob_schluntz_MMath/intro.tex (moved) * doc/theses/rob_schluntz_MMath/thesis-frontpgs.tex (moved) * doc/theses/rob_schluntz_MMath/thesis.bib (moved) * doc/theses/rob_schluntz_MMath/thesis.tex (moved) * doc/theses/rob_schluntz_MMath/tuples.tex (moved) * doc/theses/rob_schluntz_MMath/variadic.tex (moved) * doc/theses/thierry_delisle_MMath/.gitignore (moved) * doc/theses/thierry_delisle_MMath/Makefile (moved) * doc/theses/thierry_delisle_MMath/annex/glossary.tex (moved) * doc/theses/thierry_delisle_MMath/annex/local.bib (moved) * doc/theses/thierry_delisle_MMath/figures/dependency.fig (moved) * doc/theses/thierry_delisle_MMath/figures/ext_monitor.fig (moved) * doc/theses/thierry_delisle_MMath/figures/int_monitor.fig (moved) * doc/theses/thierry_delisle_MMath/figures/monitor.fig (moved) * doc/theses/thierry_delisle_MMath/figures/monitor_structs.fig (moved) * doc/theses/thierry_delisle_MMath/figures/system.fig (moved) * doc/theses/thierry_delisle_MMath/notes/cor-thread-traits.c (moved) * doc/theses/thierry_delisle_MMath/notes/lit-review.md (moved) * doc/theses/thierry_delisle_MMath/notes/notes.md (moved) * doc/theses/thierry_delisle_MMath/style/cfa-format.tex (moved) * doc/theses/thierry_delisle_MMath/style/style.tex (moved) * doc/theses/thierry_delisle_MMath/text/basics.tex (moved) * doc/theses/thierry_delisle_MMath/text/cforall.tex (moved) * doc/theses/thierry_delisle_MMath/text/concurrency.tex (moved) * doc/theses/thierry_delisle_MMath/text/frontpgs.tex (moved) * doc/theses/thierry_delisle_MMath/text/future.tex (moved) * doc/theses/thierry_delisle_MMath/text/internals.tex (moved) * doc/theses/thierry_delisle_MMath/text/intro.tex (moved) * doc/theses/thierry_delisle_MMath/text/parallelism.tex (moved) * doc/theses/thierry_delisle_MMath/text/results.tex (moved) * doc/theses/thierry_delisle_MMath/text/together.tex (moved) * doc/theses/thierry_delisle_MMath/thePlan.md (moved) * doc/theses/thierry_delisle_MMath/thesis.tex (moved) * doc/theses/thierry_delisle_MMath/version (moved) * doc/theses/thierry_delisle_MMath/version.sh (moved) * doc/user/Makefile (modified) * doc/user/user.tex (modified) * doc/working/exception/impl/Makefile (added) * doc/working/exception/impl/exception.c (modified) * doc/working/exception/impl/pdc.s (added) * doc/working/exception/impl/pic.s (added) * doc/working/exception/impl/test.c (added) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * driver/as.cc (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * examples/ArrayN.c (modified) * examples/gc_no_raii/src/internal/collector.c (modified) * examples/gc_no_raii/src/internal/state.h (modified) * examples/gc_no_raii/src/tools/print.h (modified) * examples/multicore.c (modified) * examples/prolog.c (modified) * examples/quad.c (modified) * examples/square.c (modified) * examples/twice.c (modified) * examples/wrapper/src/main.c (modified) * examples/wrapper/src/pointer.h (modified) * examples/zero_one.c (modified) * libcfa/Makefile.am (modified) * libcfa/Makefile.in (modified) * libcfa/aclocal.m4 (modified) * libcfa/automake/libtool.m4 (added) * libcfa/automake/ltmain.sh (added) * libcfa/automake/ltoptions.m4 (added) * libcfa/automake/ltsugar.m4 (added) * libcfa/automake/ltversion.m4 (added) * libcfa/automake/lt~obsolete.m4 (added) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/prelude/prelude-gen.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/bits/locks.hfa (modified) * libcfa/src/concurrency/CtxSwitch-arm.S (moved) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/invoke.c (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/exception.c (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/iterator.cfa (modified) * libcfa/src/rational.cfa (modified) * libcfa/src/rational.hfa (modified) * libcfa/src/stdlib.hfa (modified) * libcfa/src/time.cfa (modified) * libcfa/src/time.hfa (modified) * src/CodeTools/ResolvProtoDump.cc (added) * src/CodeTools/ResolvProtoDump.h (added) * src/CodeTools/module.mk (modified) * src/Common/FilterCombos.h (added) * src/Common/utility.h (modified) * src/CompilationState.cc (modified) * src/CompilationState.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/LinkageSpec.cc (modified) * src/Parser/LinkageSpec.h (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/Alternative.h (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/AlternativeFinder.h (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Cost.h (modified) * src/ResolvExpr/ResolvMode.h (added) * src/ResolvExpr/ResolveAssertions.cc (added) * src/ResolvExpr/ResolveAssertions.h (added) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/SpecCost.cc (added) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/module.mk (modified) * src/ResolvExpr/typeops.h (modified) * src/SymTab/Demangle.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/Constant.h (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/FunctionType.cc (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/TypeofType.cc (modified) * src/Tuples/Explode.h (modified) * src/Tuples/TupleAssignment.cc (modified) * src/cfa.make (modified) * src/config.h.in (modified) * src/main.cc (modified) * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/castError.txt (modified) * tests/.expect/completeTypeError.txt (modified) * tests/.expect/declarationErrors.txt (modified) * tests/.expect/forctrl.txt (deleted) * tests/.expect/heap.txt (deleted) * tests/.expect/loopctrl.txt (added) * tests/.expect/nested-types-ERR1.txt (modified) * tests/.expect/nested-types-ERR2.txt (modified) * tests/.expect/quotedKeyword.txt (moved) * tests/.expect/scopeErrors.txt (modified) * tests/.expect/typedefRedef-ERR1.txt (modified) * tests/.expect/user_literals.txt (deleted) * tests/.expect/with-statement.txt (deleted) * tests/KRfunctions.cfa (moved) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/abort.cfa (added) * tests/abs.cfa (moved) * tests/alloc.cfa (moved) * tests/array.cfa (moved) * tests/ato.cfa (moved) * tests/attributes.cfa (moved) * tests/avltree/avl-private.cfa (moved) * tests/avltree/avl0.cfa (moved) * tests/avltree/avl1.cfa (moved) * tests/avltree/avl2.cfa (moved) * tests/avltree/avl3.cfa (moved) * tests/avltree/avl4.cfa (moved) * tests/avltree/avl_test.cfa (moved) * tests/builtins/sync.cfa (moved) * tests/cast.cfa (moved) * tests/castError.cfa (moved) * tests/commentMisc.cfa (moved) * tests/completeTypeError.cfa (moved) * tests/complex.cfa (moved) * tests/concurrent/coroutineYield.cfa (moved) * tests/concurrent/examples/boundedBufferEXT.cfa (moved) * tests/concurrent/examples/boundedBufferINT.cfa (moved) * tests/concurrent/examples/datingService.cfa (moved) * tests/concurrent/examples/matrixSum.cfa (moved) * tests/concurrent/examples/quickSort.cfa (moved) * tests/concurrent/monitor.cfa (moved) * tests/concurrent/multi-monitor.cfa (moved) * tests/concurrent/preempt.cfa (moved) * tests/concurrent/signal/block.cfa (moved) * tests/concurrent/signal/disjoint.cfa (moved) * tests/concurrent/signal/wait.cfa (moved) * tests/concurrent/thread.cfa (moved) * tests/concurrent/waitfor/barge.cfa (moved) * tests/concurrent/waitfor/dtor.cfa (moved) * tests/concurrent/waitfor/else.cfa (moved) * tests/concurrent/waitfor/parse.cfa (moved) * tests/concurrent/waitfor/parse2.cfa (moved) * tests/concurrent/waitfor/recurse.cfa (moved) * tests/concurrent/waitfor/simple.cfa (moved) * tests/concurrent/waitfor/statment.cfa (moved) * tests/concurrent/waitfor/when.cfa (moved) * tests/context.cfa (moved) * tests/coroutine/.expect/fmtLines.txt (modified) * tests/coroutine/.in/fmtLines.txt (modified) * tests/coroutine/fibonacci.cfa (moved) * tests/coroutine/fibonacci_1.cfa (moved) * tests/coroutine/fmtLines.cfa (moved) * tests/coroutine/pingpong.cfa (moved) * tests/coroutine/prodcons.cfa (moved) * tests/coroutine/runningTotal.cfa (moved) * tests/counter.cfa (moved) * tests/declarationErrors.cfa (moved) * tests/declarationSpecifier.cfa (moved) * tests/designations.cfa (moved) * tests/div.cfa (moved) * tests/enum.cfa (moved) * tests/except-0.cfa (moved) * tests/except-1.cfa (moved) * tests/except-2.cfa (moved) * tests/except-3.cfa (moved) * tests/except-mac.hfa (moved) * tests/expression.cfa (moved) * tests/extension.cfa (moved) * tests/fallthrough.c (deleted) * tests/fallthrough.cfa (added) * tests/forall.cfa (moved) * tests/forctrl.c (deleted) * tests/fstream_test.cfa (moved) * tests/function-operator.cfa (moved) * tests/functions.cfa (moved) * tests/gccExtensions.cfa (moved) * tests/genericUnion.c (deleted) * tests/genericUnion.cfa (added) * tests/gmp.cfa (moved) * tests/heap.cfa (moved) * tests/hello.c (deleted) * tests/hello.cfa (added) * tests/identFuncDeclarator.cfa (moved) * tests/identParamDeclarator.cfa (moved) * tests/identity.c (deleted) * tests/identity.cfa (added) * tests/ifwhileCtl.cfa (moved) * tests/io1.c (deleted) * tests/io1.cfa (added) * tests/io2.c (deleted) * tests/io2.cfa (added) * tests/labelledExit.cfa (moved) * tests/limits.cfa (moved) * tests/literals.cfa (moved) * tests/long_tests.hfa (moved) * tests/loopctrl.cfa (added) * tests/math1.cfa (moved) * tests/math2.c (deleted) * tests/math2.cfa (added) * tests/math3.cfa (moved) * tests/math4.cfa (moved) * tests/maybe.cfa (moved) * tests/minmax.cfa (moved) * tests/namedParmArg.cfa (moved) * tests/nested-types.cfa (moved) * tests/numericConstants.cfa (moved) * tests/occursError.cfa (moved) * tests/operators.cfa (moved) * tests/polymorphism.cfa (moved) * tests/preempt_longrun/Makefile.am (modified) * tests/preempt_longrun/Makefile.in (modified) * tests/preempt_longrun/create.c (modified) * tests/preempt_longrun/enter3.c (modified) * tests/preempt_longrun/processor.c (modified) * tests/preempt_longrun/yield.c (modified) * tests/pybin/print-core.gdb (added) * tests/pybin/tools.py (modified) * tests/quotedKeyword.cfa (moved) * tests/raii/.expect/ctor-autogen-ERR1.txt (modified) * tests/raii/.expect/dtor-early-exit-ERR1.txt (modified) * tests/raii/.expect/dtor-early-exit-ERR2.txt (modified) * tests/raii/.expect/memberCtors-ERR1.txt (modified) * tests/raii/ctor-autogen.cfa (moved) * tests/raii/dtor-early-exit.cfa (moved) * tests/raii/globals.cfa (moved) * tests/raii/init_once.cfa (moved) * tests/raii/memberCtors.cfa (moved) * tests/raii/multiDimension.cfa (moved) * tests/random.cfa (moved) * tests/rational.cfa (moved) * tests/references.c (deleted) * tests/references.cfa (added) * tests/result.cfa (moved) * tests/scope.cfa (moved) * tests/scopeErrors.cfa (moved) * tests/searchsort.cfa (moved) * tests/shortCircuit.c (deleted) * tests/shortCircuit.cfa (added) * tests/simpleGenericTriple.cfa (moved) * tests/stdincludes.cfa (moved) * tests/structMember.cfa (moved) * tests/subrange.cfa (moved) * tests/sum.cfa (moved) * tests/swap.cfa (moved) * tests/switch.cfa (moved) * tests/test.py (modified) * tests/time.c (deleted) * tests/time.cfa (added) * tests/tuple/tupleAssign.cfa (moved) * tests/tuple/tupleCast.cfa (moved) * tests/tuple/tupleFunction.cfa (moved) * tests/tuple/tupleMember.cfa (moved) * tests/tuple/tuplePolymorphism.cfa (moved) * tests/tuple/tupleVariadic.cfa (moved) * tests/tuple/tuples.cfa (moved) * tests/typeGenerator.cfa (moved) * tests/typedef.cfa (moved) * tests/typedefDeclarator.cfa (moved) * tests/typedefRedef.cfa (moved) * tests/typeof.cfa (moved) * tests/userLiterals.cfa (moved) * tests/variableDeclarator.cfa (moved) * tests/vector.cfa (moved) * tests/virtualCast.cfa (moved) * tests/voidPtr.cfa (moved) * tests/warnings/.expect/self-assignment.txt (modified) * tests/warnings/self-assignment.cfa (moved) * tests/with-statement.c (deleted) * tests/withStatement.cfa (added) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/cfa.nanorc (modified) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/Makefile.in (modified) Merge branch 'master' into cleanup-dtors Fri, 18 Jan 2019 21:30:07 GMT Aaron Moss [c018b85] * doc/theses/aaron_moss_PhD/phd/background.tex (modified) * doc/theses/aaron_moss_PhD/phd/resolution-heuristics.tex (modified) * doc/working/exception/impl/Makefile (added) * doc/working/exception/impl/exception.c (modified) * doc/working/exception/impl/pdc.s (moved) * doc/working/exception/impl/pic.s (modified) * driver/cfa.cc (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/Parser/TypeData.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/Type.cc (modified) * src/main.cc (modified) * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/completeTypeError.txt (modified) * tests/.expect/declarationErrors.txt (modified) * tests/.expect/nested-types-ERR2.txt (modified) * tests/concurrent/examples/datingService.cfa (modified) Merge branch 'master' into deferred_resn Fri, 18 Jan 2019 20:49:02 GMT Aaron Moss [e1f7eef] * src/ResolvExpr/ResolveAssertions.cc (modified) * src/SymTab/Mangler.cc (modified) Add type-environment cached deferred resolution Fri, 18 Jan 2019 16:48:58 GMT Aaron Moss [da6032af] * src/ResolvExpr/AlternativeFinder.cc (modified) Remove assertion cost from cost model Thu, 17 Jan 2019 18:34:42 GMT Aaron Moss [bd78797] * src/ResolvExpr/AlternativeFinder.cc (modified) closes #118 Fri, 11 Jan 2019 19:16:53 GMT Aaron Moss [d97c3a4] * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Cost.h (modified) * tests/.expect/completeTypeError.txt (modified) * tests/.expect/nested-types-ERR2.txt (modified) Fix new cost model by boosting precedence of safe costs Thu, 10 Jan 2019 20:50:34 GMT Aaron Moss [e99e43f] * INSTALL (modified) * Jenkins/TestRegen (modified) * Jenkinsfile (added) * Makefile.am (modified) * Makefile.in (modified) * aclocal.m4 (modified) * automake/libtool.m4 (added) * automake/ltmain.sh (added) * automake/ltoptions.m4 (added) * automake/ltsugar.m4 (added) * automake/ltversion.m4 (added) * automake/lt~obsolete.m4 (added) * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * benchmark/Monitor.c (modified) * benchmark/c.c (added) * benchmark/cxx.cpp (added) * configure (modified) * configure.ac (modified) * doc/bibliography/pl.bib (modified) * doc/papers/concurrency/Paper.tex (modified) * doc/proposals/flags.md (modified) * doc/proposals/vtable.md (added) * doc/theses/aaron_moss_PhD/phd/Makefile (modified) * doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.dat (added) * doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.gp (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/thesis.tex (modified) * doc/theses/aaron_moss_PhD/phd/type-environment.tex (modified) * doc/theses/lynn_tran_SE499/Bibliography.bib (added) * doc/theses/lynn_tran_SE499/Chapters/CFA.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Conclusion.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Demangler.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Extensions.tex (added) * doc/theses/lynn_tran_SE499/Chapters/GDB.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Introduction.tex (added) * doc/theses/lynn_tran_SE499/Chapters/uCPP.tex (added) * doc/theses/lynn_tran_SE499/LICENSE (added) * doc/theses/lynn_tran_SE499/SE499-master.zip (added) * doc/theses/lynn_tran_SE499/SE499-master/.gdbinit (added) * doc/theses/lynn_tran_SE499/SE499-master/README.md (added) * doc/theses/lynn_tran_SE499/SE499-master/test.cc (added) * doc/theses/lynn_tran_SE499/SE499-master/utils-gdb.gdb (added) * doc/theses/lynn_tran_SE499/SE499-master/utils-gdb.py (added) * doc/theses/lynn_tran_SE499/SE499-master/utils.cpp (added) * doc/theses/lynn_tran_SE499/Thesis.cls (added) * doc/theses/lynn_tran_SE499/lstpatch.sty (added) * doc/theses/lynn_tran_SE499/se499-report.tex (added) * doc/theses/lynn_tran_SE499/uContext_stack.png (added) * doc/theses/lynn_tran_SE499/vector.sty (added) * doc/user/Makefile (modified) * doc/user/user.tex (modified) * doc/working/exception/impl/nopic.s (added) * doc/working/exception/impl/pic.s (added) * doc/working/exception/impl/test.c (added) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * driver/as.cc (modified) * driver/cfa.cc (modified) * examples/ArrayN.c (modified) * examples/gc_no_raii/src/internal/collector.c (modified) * examples/gc_no_raii/src/internal/state.h (modified) * examples/gc_no_raii/src/tools/print.h (modified) * examples/multicore.c (modified) * examples/prolog.c (modified) * examples/quad.c (modified) * examples/square.c (modified) * examples/twice.c (modified) * examples/wrapper/src/main.c (modified) * examples/wrapper/src/pointer.h (modified) * examples/zero_one.c (modified) * libcfa/Makefile.am (modified) * libcfa/Makefile.in (modified) * libcfa/aclocal.m4 (modified) * libcfa/automake/libtool.m4 (added) * libcfa/automake/ltmain.sh (added) * libcfa/automake/ltoptions.m4 (added) * libcfa/automake/ltsugar.m4 (added) * libcfa/automake/ltversion.m4 (added) * libcfa/automake/lt~obsolete.m4 (added) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/bits/locks.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/exception.c (modified) * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/gmp.hfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/iterator.cfa (modified) * libcfa/src/rational.cfa (modified) * libcfa/src/rational.hfa (modified) * libcfa/src/stdlib.hfa (modified) * libcfa/src/time.cfa (modified) * src/CodeTools/ResolvProtoDump.cc (modified) * src/Makefile.am (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/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/FunctionType.cc (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/TypeofType.cc (modified) * src/cfa.make (modified) * src/config.h.in (modified) * src/main.cc (modified) * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/castError.txt (modified) * tests/.expect/completeTypeError.txt (modified) * tests/.expect/declarationErrors.txt (modified) * tests/.expect/heap.txt (deleted) * tests/.expect/loopctrl.txt (moved) * tests/.expect/nested-types-ERR1.txt (modified) * tests/.expect/nested-types-ERR2.txt (modified) * tests/.expect/quotedKeyword.txt (moved) * tests/.expect/scopeErrors.txt (modified) * tests/.expect/typedefRedef-ERR1.txt (modified) * tests/.expect/user_literals.txt (deleted) * tests/.expect/with-statement.txt (deleted) * tests/KRfunctions.cfa (moved) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/abs.cfa (moved) * tests/alloc.cfa (moved) * tests/array.cfa (moved) * tests/ato.cfa (moved) * tests/attributes.cfa (moved) * tests/avltree/avl-private.cfa (moved) * tests/avltree/avl0.cfa (moved) * tests/avltree/avl1.cfa (moved) * tests/avltree/avl2.cfa (moved) * tests/avltree/avl3.cfa (moved) * tests/avltree/avl4.cfa (moved) * tests/avltree/avl_test.cfa (moved) * tests/builtins/sync.cfa (moved) * tests/cast.cfa (moved) * tests/castError.cfa (moved) * tests/commentMisc.cfa (moved) * tests/completeTypeError.cfa (moved) * tests/complex.cfa (moved) * tests/concurrent/coroutineYield.cfa (moved) * tests/concurrent/examples/boundedBufferEXT.cfa (moved) * tests/concurrent/examples/boundedBufferINT.cfa (moved) * tests/concurrent/examples/datingService.cfa (moved) * tests/concurrent/examples/matrixSum.cfa (moved) * tests/concurrent/examples/quickSort.cfa (moved) * tests/concurrent/monitor.cfa (moved) * tests/concurrent/multi-monitor.cfa (moved) * tests/concurrent/preempt.cfa (moved) * tests/concurrent/signal/block.cfa (moved) * tests/concurrent/signal/disjoint.cfa (moved) * tests/concurrent/signal/wait.cfa (moved) * tests/concurrent/thread.cfa (moved) * tests/concurrent/waitfor/barge.cfa (moved) * tests/concurrent/waitfor/dtor.cfa (moved) * tests/concurrent/waitfor/else.cfa (moved) * tests/concurrent/waitfor/parse.cfa (moved) * tests/concurrent/waitfor/parse2.cfa (moved) * tests/concurrent/waitfor/recurse.cfa (moved) * tests/concurrent/waitfor/simple.cfa (moved) * tests/concurrent/waitfor/statment.cfa (moved) * tests/concurrent/waitfor/when.cfa (moved) * tests/context.cfa (moved) * tests/coroutine/.expect/fmtLines.txt (modified) * tests/coroutine/.in/fmtLines.txt (modified) * tests/coroutine/fibonacci.cfa (moved) * tests/coroutine/fibonacci_1.cfa (moved) * tests/coroutine/fmtLines.cfa (moved) * tests/coroutine/pingpong.cfa (moved) * tests/coroutine/prodcons.cfa (moved) * tests/coroutine/runningTotal.cfa (moved) * tests/counter.cfa (moved) * tests/declarationErrors.cfa (moved) * tests/declarationSpecifier.cfa (moved) * tests/designations.cfa (moved) * tests/div.cfa (moved) * tests/enum.cfa (moved) * tests/except-0.cfa (moved) * tests/except-1.cfa (moved) * tests/except-2.cfa (moved) * tests/except-3.cfa (moved) * tests/except-mac.hfa (moved) * tests/expression.cfa (moved) * tests/extension.cfa (moved) * tests/fallthrough.c (deleted) * tests/fallthrough.cfa (added) * tests/forall.cfa (moved) * tests/forctrl.c (deleted) * tests/fstream_test.cfa (moved) * tests/function-operator.cfa (moved) * tests/functions.cfa (moved) * tests/gccExtensions.cfa (moved) * tests/genericUnion.c (deleted) * tests/genericUnion.cfa (added) * tests/gmp.cfa (moved) * tests/heap.cfa (moved) * tests/hello.c (deleted) * tests/hello.cfa (added) * tests/identFuncDeclarator.cfa (moved) * tests/identParamDeclarator.cfa (moved) * tests/identity.c (deleted) * tests/identity.cfa (added) * tests/ifwhileCtl.cfa (moved) * tests/io1.c (deleted) * tests/io1.cfa (added) * tests/io2.c (deleted) * tests/io2.cfa (added) * tests/labelledExit.cfa (moved) * tests/limits.cfa (moved) * tests/literals.cfa (moved) * tests/long_tests.hfa (moved) * tests/loopctrl.cfa (added) * tests/math1.cfa (moved) * tests/math2.c (deleted) * tests/math2.cfa (added) * tests/math3.cfa (moved) * tests/math4.cfa (moved) * tests/maybe.cfa (moved) * tests/minmax.cfa (moved) * tests/namedParmArg.cfa (moved) * tests/nested-types.cfa (moved) * tests/numericConstants.cfa (moved) * tests/occursError.cfa (moved) * tests/operators.cfa (moved) * tests/polymorphism.cfa (moved) * tests/preempt_longrun/Makefile.am (modified) * tests/preempt_longrun/Makefile.in (modified) * tests/preempt_longrun/create.c (modified) * tests/preempt_longrun/enter3.c (modified) * tests/preempt_longrun/processor.c (modified) * tests/preempt_longrun/yield.c (modified) * tests/pybin/tools.py (modified) * tests/quotedKeyword.cfa (moved) * tests/raii/.expect/ctor-autogen-ERR1.txt (modified) * tests/raii/.expect/dtor-early-exit-ERR1.txt (modified) * tests/raii/.expect/dtor-early-exit-ERR2.txt (modified) * tests/raii/.expect/memberCtors-ERR1.txt (modified) * tests/raii/ctor-autogen.cfa (moved) * tests/raii/dtor-early-exit.cfa (moved) * tests/raii/globals.cfa (moved) * tests/raii/init_once.cfa (moved) * tests/raii/memberCtors.cfa (moved) * tests/raii/multiDimension.cfa (moved) * tests/random.cfa (moved) * tests/rational.cfa (moved) * tests/references.c (deleted) * tests/references.cfa (added) * tests/result.cfa (moved) * tests/scope.cfa (moved) * tests/scopeErrors.cfa (moved) * tests/searchsort.cfa (moved) * tests/shortCircuit.c (deleted) * tests/shortCircuit.cfa (added) * tests/simpleGenericTriple.cfa (moved) * tests/stdincludes.cfa (moved) * tests/structMember.cfa (moved) * tests/subrange.cfa (moved) * tests/sum.cfa (moved) * tests/swap.cfa (moved) * tests/switch.cfa (moved) * tests/test.py (modified) * tests/time.c (deleted) * tests/time.cfa (added) * tests/tuple/tupleAssign.cfa (moved) * tests/tuple/tupleCast.cfa (moved) * tests/tuple/tupleFunction.cfa (moved) * tests/tuple/tupleMember.cfa (moved) * tests/tuple/tuplePolymorphism.cfa (moved) * tests/tuple/tupleVariadic.cfa (moved) * tests/tuple/tuples.cfa (moved) * tests/typeGenerator.cfa (moved) * tests/typedef.cfa (moved) * tests/typedefDeclarator.cfa (moved) * tests/typedefRedef.cfa (moved) * tests/typeof.cfa (moved) * tests/userLiterals.cfa (moved) * tests/variableDeclarator.cfa (moved) * tests/vector.cfa (moved) * tests/virtualCast.cfa (moved) * tests/voidPtr.cfa (moved) * tests/warnings/.expect/self-assignment.txt (modified) * tests/warnings/self-assignment.cfa (moved) * tests/with-statement.c (deleted) * tests/withStatement.cfa (added) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/Makefile.in (modified) Merge remote-tracking branch 'plg/master' into deferred_resn Thu, 10 Jan 2019 19:22:29 GMT Aaron Moss [aeb8f70] * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) Fix memory leaks in assertion resolution Thu, 10 Jan 2019 18:32:06 GMT Thierry Delisle [08222c7] * src/ResolvExpr/Alternative.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/FunctionType.cc (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * tests/.expect/castError.txt (modified) * tests/.expect/scopeErrors.txt (modified) Fixed some errors with incorrect trailing whitespace in the tests Thu, 20 Dec 2018 16:17:21 GMT Aaron Moss [73ac10e] * src/ResolvExpr/AlternativeFinder.cc (modified) * tests/searchsort.c (modified) Fixed error in searchsort test Fri, 14 Dec 2018 22:12:48 GMT Aaron Moss [b3bd772] * src/ResolvExpr/ResolveAssertions.cc (modified) Prune in resolveAssertions conditional on result type of expression Thu, 13 Dec 2018 21:47:41 GMT Aaron Moss [9aaacc27] * src/ResolvExpr/ResolveAssertions.cc (modified) Fix segfault in some tests Mon, 10 Dec 2018 19:47:37 GMT Aaron Moss [83ab931] * src/ResolvExpr/ResolveAssertions.cc (modified) Fix type renaming issue with deferred resolution Tue, 20 Nov 2018 20:14:03 GMT Aaron Moss [40290497] * src/ResolvExpr/ResolveAssertions.cc (modified) Fiddle with missing inferParams handling Mon, 19 Nov 2018 22:05:12 GMT Aaron Moss [0b00df0] * src/GenPoly/Box.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) First draft of deferred expression resolution; DOES NOT BUILD Fri, 16 Nov 2018 15:57:03 GMT Aaron Moss [2fd9f24] * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/Resolver.cc (modified) IdChain tweaks to resolver Wed, 07 Nov 2018 19:16:33 GMT Aaron Moss [8e04794] * src/ResolvExpr/ResolveTypeof.cc (modified) Fixed basetypeof for enum types Fri, 02 Nov 2018 20:14:33 GMT Aaron Moss [f441c88] * src/Parser/TypeData.cc (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/TypeofType.cc (modified) Implement basetypeof Fri, 02 Nov 2018 11:44:59 GMT Peter A. Buhr [30ee9efc] * src/ResolvExpr/AlternativeFinder.cc (modified) print error for indexed access to struct fields Thu, 18 Oct 2018 20:26:11 GMT Aaron Moss [fbecee5] * src/Common/utility.h (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/typeops.h (modified) rational.cfa passes deferred resolution pass now Wed, 17 Oct 2018 20:16:18 GMT Aaron Moss [2c187378] * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/Alternative.h (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/Tuples/TupleAssignment.cc (modified) Fix memory bugs in deferred resolution Fri, 12 Oct 2018 19:19:35 GMT Aaron Moss [6d6e829] * src/Common/FilterCombos.h (added) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/Alternative.h (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Cost.h (modified) * src/ResolvExpr/ResolvMode.h (modified) * src/ResolvExpr/ResolveAssertions.cc (added) * src/ResolvExpr/ResolveAssertions.h (added) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/module.mk (modified) * src/Tuples/Explode.h (modified) * src/Tuples/TupleAssignment.cc (modified) First compiling draft of deferred assertions (build failure) Fri, 05 Oct 2018 14:30:21 GMT Aaron Moss [59cf83b] * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/AlternativeFinder.h (modified) * src/ResolvExpr/ResolvMode.h (added) * src/ResolvExpr/Resolver.cc (modified) Switch resolution flags to packed struct Wed, 03 Oct 2018 21:08:14 GMT Aaron Moss [9ad2f9f] * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/typeops.h (modified) TypeEnvironment::combine -- compiles, untested Wed, 03 Oct 2018 18:22:44 GMT Aaron Moss [1dd1bd2] * src/Makefile.am (modified) * src/Makefile.in (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Cost.h (modified) * src/ResolvExpr/SpecCost.cc (added) * src/ResolvExpr/module.mk (modified) * src/ResolvExpr/typeops.h (modified) Add var count and type specialization costs to resolver model Thu, 30 Aug 2018 17:00:41 GMT Rob Schluntz [2bfc6b2] * src/GenPoly/Lvalue.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/Validate.cc (modified) * src/Validate/FindSpecialDecls.cc (added) * src/Validate/FindSpecialDecls.h (added) * src/Validate/module.mk (modified) Refactor FindSpecialDeclarations and associated special declarations Tue, 21 Aug 2018 19:59:45 GMT Rob Schluntz [2a6292d] * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Resolver.h (modified) * src/SymTab/Validate.cc (modified) Resolve with expressions earlier to ensure new local variables are ... Tue, 21 Aug 2018 18:24:29 GMT Rob Schluntz [cdbab55] * .gitignore (modified) * Jenkins/FullBuild (modified) * Jenkinsfile (modified) * Makefile.am (modified) * Makefile.in (modified) * aclocal.m4 (modified) * automake/cfa.m4 (added) * automake/compile (modified) * automake/config.guess (modified) * automake/config.sub (modified) * automake/depcomp (modified) * automake/install-sh (modified) * automake/missing (modified) * automake/test-driver (modified) * automake/ylwrap (modified) * benchmark/Makefile.am (moved) * benchmark/Makefile.in (moved) * benchmark/Monitor.c (moved) * benchmark/bench.h (moved) * benchmark/compile/empty.c (moved) * benchmark/creation/JavaThread.java (moved) * benchmark/creation/cfa_cor.c (moved) * benchmark/creation/cfa_thrd.c (moved) * benchmark/creation/goroutine.go (moved) * benchmark/creation/pthreads.c (moved) * benchmark/creation/upp_cor.cc (moved) * benchmark/creation/upp_thrd.cc (moved) * benchmark/ctxswitch/JavaThread.java (moved) * benchmark/ctxswitch/cfa_cor.c (moved) * benchmark/ctxswitch/cfa_thrd.c (moved) * benchmark/ctxswitch/cfa_thrd2.c (moved) * benchmark/ctxswitch/goroutine.go (moved) * benchmark/ctxswitch/kos_fibre.cpp (moved) * benchmark/ctxswitch/kos_fibre2.cpp (moved) * benchmark/ctxswitch/pthreads.c (moved) * benchmark/ctxswitch/upp_cor.cc (moved) * benchmark/ctxswitch/upp_thrd.cc (moved) * benchmark/fetch_add.c (moved) * benchmark/function.c (moved) * benchmark/interrupt_linux.c (moved) * benchmark/loop.c (moved) * benchmark/mutex/JavaThread.java (moved) * benchmark/mutex/cfa1.c (moved) * benchmark/mutex/cfa2.c (moved) * benchmark/mutex/cfa4.c (moved) * benchmark/mutex/pthreads.c (moved) * benchmark/mutex/upp.cc (moved) * benchmark/schedext/cfa1.c (moved) * benchmark/schedext/cfa2.c (moved) * benchmark/schedext/cfa4.c (moved) * benchmark/schedext/upp.cc (moved) * benchmark/schedint/JavaThread.java (moved) * benchmark/schedint/cfa1.c (moved) * benchmark/schedint/cfa2.c (moved) * benchmark/schedint/cfa4.c (moved) * benchmark/schedint/pthreads.c (moved) * benchmark/schedint/upp.cc (moved) * configure (modified) * configure.ac (modified) * doc/bibliography/pl.bib (modified) * doc/papers/AMA/AMA-stix/ama/WileyNJD-v2.cls (modified) * doc/papers/general/Makefile (modified) * doc/papers/general/Paper.tex (modified) * driver/Makefile.am (moved) * driver/Makefile.in (moved) * driver/as.cc (moved) * driver/cc1.cc (moved) * driver/cfa.cc (moved) * examples/ArrayN.c (moved) * examples/Attributes.c (moved) * examples/Initialization.c (moved) * examples/Initialization2.c (moved) * examples/Makefile.example (moved) * examples/Members.c (moved) * examples/Misc.c (moved) * examples/MiscError.c (moved) * examples/Rank2.c (moved) * examples/Tuple.c (moved) * examples/abstype.c (moved) * examples/constructors.c (moved) * examples/forward.c (moved) * examples/gc_no_raii/.gitignore (moved) * examples/gc_no_raii/bug-repro/assert.c (moved) * examples/gc_no_raii/bug-repro/blockers.tar.gz (moved) * examples/gc_no_raii/bug-repro/blockers/explicit_cast.c (moved) * examples/gc_no_raii/bug-repro/blockers/file_scope.c (moved) * examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c (moved) * examples/gc_no_raii/bug-repro/crash.c (moved) * examples/gc_no_raii/bug-repro/deref.c (moved) * examples/gc_no_raii/bug-repro/field.c (moved) * examples/gc_no_raii/bug-repro/find.c (moved) * examples/gc_no_raii/bug-repro/inline.c (moved) * examples/gc_no_raii/bug-repro/malloc.c (moved) * examples/gc_no_raii/bug-repro/not_equal.c (moved) * examples/gc_no_raii/bug-repro/oddtype.c (moved) * examples/gc_no_raii/bug-repro/push_back.c (moved) * examples/gc_no_raii/bug-repro/push_back.h (moved) * examples/gc_no_raii/bug-repro/realloc.c (moved) * examples/gc_no_raii/bug-repro/return.c (moved) * examples/gc_no_raii/bug-repro/return_template.c (moved) * examples/gc_no_raii/bug-repro/slow_malloc.c (moved) * examples/gc_no_raii/bug-repro/static_const_local.c (moved) * examples/gc_no_raii/bug-repro/test-assert.cpp (moved) * examples/gc_no_raii/bug-repro/void_pointer.c (moved) * examples/gc_no_raii/bug-repro/while.c (moved) * examples/gc_no_raii/bug-repro/zero.c (moved) * examples/gc_no_raii/pool-alloc/allocate-malign.c (moved) * examples/gc_no_raii/pool-alloc/allocate-malloc.c (moved) * examples/gc_no_raii/pool-alloc/allocate-mmap.c (moved) * examples/gc_no_raii/pool-alloc/allocate-win-valloc.c (moved) * examples/gc_no_raii/premake4.lua (moved) * examples/gc_no_raii/src/allocate-pool.c (moved) * examples/gc_no_raii/src/allocate-pool.h (moved) * examples/gc_no_raii/src/gc.h (moved) * examples/gc_no_raii/src/gcpointers.c (moved) * examples/gc_no_raii/src/gcpointers.h (moved) * examples/gc_no_raii/src/internal/card_table.h (moved) * examples/gc_no_raii/src/internal/collector.c (moved) * examples/gc_no_raii/src/internal/collector.h (moved) * examples/gc_no_raii/src/internal/gc_tools.h (moved) * examples/gc_no_raii/src/internal/globals.h (moved) * examples/gc_no_raii/src/internal/memory_pool.c (moved) * examples/gc_no_raii/src/internal/memory_pool.h (moved) * examples/gc_no_raii/src/internal/object_header.c (moved) * examples/gc_no_raii/src/internal/object_header.h (moved) * examples/gc_no_raii/src/internal/state.c (moved) * examples/gc_no_raii/src/internal/state.h (moved) * examples/gc_no_raii/src/test_include.c (moved) * examples/gc_no_raii/src/tools.h (moved) * examples/gc_no_raii/src/tools/checks.h (moved) * examples/gc_no_raii/src/tools/print.c (moved) * examples/gc_no_raii/src/tools/print.h (moved) * examples/gc_no_raii/src/tools/worklist.h (moved) * examples/gc_no_raii/test/badlll.c (moved) * examples/gc_no_raii/test/gctest.c (moved) * examples/gc_no_raii/test/operators.c (moved) * examples/huge.c (moved) * examples/includes.c (added) * examples/index.h (moved) * examples/it_out.c (moved) * examples/multicore.c (moved) * examples/new.c (moved) * examples/poly-bench.c (moved) * examples/prolog.c (moved) * examples/quad.c (moved) * examples/s.c (moved) * examples/simplePoly.c (moved) * examples/simpler.c (moved) * examples/specialize.c (moved) * examples/square.c (moved) * examples/twice.c (added) * examples/wrapper/.gitignore (moved) * examples/wrapper/premake4.lua (moved) * examples/wrapper/src/main.c (moved) * examples/wrapper/src/pointer.h (moved) * examples/zero_one.c (moved) * libcfa/.autom4te.cfg (added) * libcfa/Makefile.am (added) * libcfa/Makefile.in (added) * libcfa/aclocal.m4 (added) * libcfa/automake/compile (added) * libcfa/automake/config.guess (added) * libcfa/automake/config.sub (added) * libcfa/automake/depcomp (added) * libcfa/automake/install-sh (added) * libcfa/automake/missing (added) * libcfa/configure (added) * libcfa/configure.ac (added) * libcfa/prelude/Makefile.am (moved) * libcfa/prelude/Makefile.in (moved) * libcfa/prelude/bootloader.cf (moved) * libcfa/prelude/builtins.c (moved) * libcfa/prelude/builtins.def (moved) * libcfa/prelude/extras.c (moved) * libcfa/prelude/extras.regx (moved) * libcfa/prelude/prelude-gen.cc (moved) * libcfa/prelude/prelude.old.cf (moved) * libcfa/prelude/prototypes.awk (moved) * libcfa/prelude/prototypes.c (moved) * libcfa/prelude/prototypes.sed (moved) * libcfa/prelude/sync-builtins.cf (moved) * libcfa/prelude/sync-builtins.def (moved) * libcfa/src/Makefile.am (added) * libcfa/src/Makefile.in (moved) * libcfa/src/assert.cfa (moved) * libcfa/src/bits/algorithm.hfa (moved) * libcfa/src/bits/align.hfa (moved) * libcfa/src/bits/containers.hfa (moved) * libcfa/src/bits/debug.cfa (moved) * libcfa/src/bits/debug.hfa (moved) * libcfa/src/bits/defs.hfa (moved) * libcfa/src/bits/locks.hfa (moved) * libcfa/src/bits/signal.hfa (moved) * libcfa/src/clock.hfa (moved) * libcfa/src/common.cfa (moved) * libcfa/src/common.hfa (moved) * libcfa/src/concurrency/CtxSwitch-armv7l.S (moved) * libcfa/src/concurrency/CtxSwitch-i386.S (moved) * libcfa/src/concurrency/CtxSwitch-i686.S (moved) * libcfa/src/concurrency/CtxSwitch-x64.S (added) * libcfa/src/concurrency/CtxSwitch-x86.S (added) * libcfa/src/concurrency/CtxSwitch-x86_64.S (moved) * libcfa/src/concurrency/alarm.cfa (moved) * libcfa/src/concurrency/alarm.hfa (moved) * libcfa/src/concurrency/coroutine.cfa (moved) * libcfa/src/concurrency/coroutine.hfa (moved) * libcfa/src/concurrency/invoke.c (moved) * libcfa/src/concurrency/invoke.h (moved) * libcfa/src/concurrency/kernel.cfa (moved) * libcfa/src/concurrency/kernel.hfa (moved) * libcfa/src/concurrency/kernel_private.hfa (moved) * libcfa/src/concurrency/monitor.cfa (moved) * libcfa/src/concurrency/monitor.hfa (moved) * libcfa/src/concurrency/mutex.cfa (moved) * libcfa/src/concurrency/mutex.hfa (moved) * libcfa/src/concurrency/preemption.cfa (moved) * libcfa/src/concurrency/preemption.hfa (moved) * libcfa/src/concurrency/thread.cfa (moved) * libcfa/src/concurrency/thread.hfa (moved) * libcfa/src/containers/maybe.cfa (moved) * libcfa/src/containers/maybe.hfa (moved) * libcfa/src/containers/pair.cfa (moved) * libcfa/src/containers/pair.hfa (moved) * libcfa/src/containers/result.cfa (moved) * libcfa/src/containers/result.hfa (moved) * libcfa/src/containers/vector.cfa (moved) * libcfa/src/containers/vector.hfa (moved) * libcfa/src/exception.c (moved) * libcfa/src/exception.h (moved) * libcfa/src/expat.h (moved) * libcfa/src/fstream.cfa (moved) * libcfa/src/fstream.hfa (moved) * libcfa/src/gmp.hfa (moved) * libcfa/src/heap.cfa (moved) * libcfa/src/interpose.cfa (moved) * libcfa/src/iostream.cfa (moved) * libcfa/src/iostream.hfa (moved) * libcfa/src/iterator.cfa (moved) * libcfa/src/iterator.hfa (moved) * libcfa/src/limits.cfa (moved) * libcfa/src/limits.hfa (moved) * libcfa/src/lsda.h (moved) * libcfa/src/math.hfa (moved) * libcfa/src/memcheck.awk (moved) * libcfa/src/rational.cfa (moved) * libcfa/src/rational.hfa (moved) * libcfa/src/startup.cfa (moved) * libcfa/src/startup.hfa (moved) * libcfa/src/stdhdr/assert.h (moved) * libcfa/src/stdhdr/bfdlink.h (moved) * libcfa/src/stdhdr/complex.h (moved) * libcfa/src/stdhdr/ctype.h (moved) * libcfa/src/stdhdr/errno.h (moved) * libcfa/src/stdhdr/fenv.h (moved) * libcfa/src/stdhdr/float.h (moved) * libcfa/src/stdhdr/gmp.h (moved) * libcfa/src/stdhdr/hwloc.h (moved) * libcfa/src/stdhdr/inttypes.h (moved) * libcfa/src/stdhdr/iso646.h (moved) * libcfa/src/stdhdr/krb5.h (moved) * libcfa/src/stdhdr/limits.h (moved) * libcfa/src/stdhdr/locale.h (moved) * libcfa/src/stdhdr/malloc.h (moved) * libcfa/src/stdhdr/math.h (moved) * libcfa/src/stdhdr/setjmp.h (moved) * libcfa/src/stdhdr/signal.h (moved) * libcfa/src/stdhdr/stdalign.h (moved) * libcfa/src/stdhdr/stdarg.h (moved) * libcfa/src/stdhdr/stdatomic.h (moved) * libcfa/src/stdhdr/stdbool.h (moved) * libcfa/src/stdhdr/stddef.h (moved) * libcfa/src/stdhdr/stdint.h (moved) * libcfa/src/stdhdr/stdio.h (moved) * libcfa/src/stdhdr/stdlib.h (moved) * libcfa/src/stdhdr/stdnoreturn.h (moved) * libcfa/src/stdhdr/string.h (moved) * libcfa/src/stdhdr/sys/ucontext.h (moved) * libcfa/src/stdhdr/tgmath.h (moved) * libcfa/src/stdhdr/threads.h (moved) * libcfa/src/stdhdr/time.h (moved) * libcfa/src/stdhdr/uchar.h (moved) * libcfa/src/stdhdr/unistd.h (moved) * libcfa/src/stdhdr/wchar.h (moved) * libcfa/src/stdhdr/wctype.h (moved) * libcfa/src/stdlib.cfa (moved) * libcfa/src/stdlib.hfa (moved) * libcfa/src/time.cfa (moved) * libcfa/src/time.hfa (moved) * libcfa/src/time_t.hfa (moved) * libcfa/src/virtual.c (moved) * libcfa/src/virtual.h (moved) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/Docs/Makefile (deleted) * src/Docs/cfa-cpp.1 (deleted) * src/Docs/design.tex (deleted) * src/Docs/uml.dia (deleted) * src/GenPoly/ScrubTyVars.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/lex.ll (modified) * src/Parser/module.mk (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/SymTab/Demangle.cc (added) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) * src/SymTab/ManglerCommon.cc (added) * src/SymTab/demangler.cc (added) * src/SymTab/module.mk (modified) * src/SynTree/Declaration.h (modified) * src/cfa.make (modified) * src/config.h.in (modified) * src/examples/Makefile.am (deleted) * src/examples/includes.c (deleted) * src/examples/twice.c (deleted) * src/libcfa/Makefile.am (deleted) * src/libcfa/Makefile.in (deleted) * src/main.cc (modified) * src/tests/.expect/KRfunctions.x64.txt (deleted) * src/tests/.expect/KRfunctions.x86.txt (deleted) * src/tests/.expect/attributes.x64.txt (deleted) * src/tests/.expect/attributes.x86.txt (deleted) * src/tests/.expect/declarationSpecifier.x64.txt (deleted) * src/tests/.expect/declarationSpecifier.x86.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/math1.x86.txt (deleted) * src/tests/.expect/math2.x86.txt (deleted) * src/tests/.expect/math3.x86.txt (deleted) * src/tests/.expect/time.x86.txt (deleted) * src/tests/Makefile.am (deleted) * src/tests/coroutine/.expect/fmtLines.txt (deleted) * src/tests/pybin/settings.py (deleted) * tests/.expect/KRfunctions.x64.txt (added) * tests/.expect/KRfunctions.x86.txt (added) * tests/.expect/abs.txt (moved) * tests/.expect/alloc-ERROR.txt (moved) * tests/.expect/alloc.txt (moved) * tests/.expect/array.txt (moved) * tests/.expect/ato.txt (moved) * tests/.expect/attributes.x64.txt (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 (moved) * tests/.expect/declarationErrors.txt (moved) * 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 (moved) * 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 (moved) * tests/.expect/io1.txt (moved) * tests/.expect/io2.txt (moved) * tests/.expect/labelledExit.txt (moved) * tests/.expect/limits.txt (moved) * tests/.expect/literals.txt (moved) * tests/.expect/math1.txt (moved) * tests/.expect/math2.txt (moved) * tests/.expect/math3.txt (moved) * tests/.expect/math4.txt (moved) * tests/.expect/maybe.txt (moved) * tests/.expect/minmax.txt (moved) * tests/.expect/nested-types-ERR1.txt (moved) * tests/.expect/nested-types-ERR2.txt (moved) * tests/.expect/nested-types.txt (moved) * tests/.expect/numericConstants.txt (moved) * tests/.expect/operators.txt (moved) * tests/.expect/polymorphism.txt (moved) * tests/.expect/quoted_keyword.txt (moved) * tests/.expect/random.txt (moved) * tests/.expect/rational.txt (moved) * tests/.expect/references.txt (moved) * tests/.expect/result.txt (moved) * tests/.expect/scopeErrors.txt (moved) * tests/.expect/searchsort.txt (moved) * tests/.expect/shortCircuit.txt (moved) * tests/.expect/simpleGenericTriple.txt (moved) * tests/.expect/stdincludes.txt (moved) * tests/.expect/sum.txt (moved) * tests/.expect/swap.txt (moved) * tests/.expect/switch.txt (moved) * tests/.expect/time.txt (moved) * tests/.expect/typedefRedef-ERR1.txt (moved) * tests/.expect/typedefRedef.txt (moved) * tests/.expect/typeof.txt (moved) * tests/.expect/user_literals.txt (moved) * tests/.expect/variableDeclarator.txt (moved) * tests/.expect/vector.txt (moved) * tests/.expect/voidPtr.txt (moved) * tests/.expect/with-statement.txt (moved) * tests/.gitignore (moved) * tests/.in/fstream_test.txt (moved) * tests/.in/gmp.txt (moved) * tests/.in/io.data (moved) * tests/.in/rational.txt (moved) * tests/KRfunctions.c (moved) * tests/Makefile.am (added) * tests/Makefile.in (moved) * tests/abs.c (moved) * tests/alloc.c (moved) * tests/array.c (moved) * tests/ato.c (moved) * tests/attributes.c (moved) * tests/avltree/avl-private.c (moved) * tests/avltree/avl-private.h (moved) * tests/avltree/avl.h (moved) * tests/avltree/avl0.c (moved) * tests/avltree/avl1.c (moved) * tests/avltree/avl2.c (moved) * tests/avltree/avl3.c (moved) * tests/avltree/avl4.c (moved) * tests/avltree/avl_test.c (moved) * tests/builtins/.expect/sync.txt (moved) * tests/builtins/sync.c (moved) * tests/cast.c (moved) * tests/castError.c (moved) * tests/commentMisc.c (moved) * tests/completeTypeError.c (moved) * tests/complex.c (moved) * tests/concurrent/.expect/coroutineYield.txt (moved) * tests/concurrent/.expect/monitor.txt (moved) * tests/concurrent/.expect/multi-monitor.txt (moved) * tests/concurrent/.expect/preempt.txt (moved) * tests/concurrent/.expect/thread.txt (moved) * tests/concurrent/coroutineYield.c (moved) * tests/concurrent/examples/.expect/boundedBufferEXT.txt (moved) * tests/concurrent/examples/.expect/boundedBufferINT.txt (moved) * tests/concurrent/examples/.expect/datingService.txt (moved) * tests/concurrent/examples/.expect/matrixSum.txt (moved) * tests/concurrent/examples/.expect/quickSort.txt (moved) * tests/concurrent/examples/.in/quickSort.txt (moved) * tests/concurrent/examples/boundedBufferEXT.c (moved) * tests/concurrent/examples/boundedBufferINT.c (moved) * tests/concurrent/examples/datingService.c (moved) * tests/concurrent/examples/matrixSum.c (moved) * tests/concurrent/examples/quickSort.c (moved) * tests/concurrent/monitor.c (moved) * tests/concurrent/multi-monitor.c (moved) * tests/concurrent/preempt.c (moved) * tests/concurrent/signal/.expect/block.txt (moved) * tests/concurrent/signal/.expect/disjoint.txt (moved) * tests/concurrent/signal/.expect/wait.txt (moved) * tests/concurrent/signal/block.c (moved) * tests/concurrent/signal/disjoint.c (moved) * tests/concurrent/signal/wait.c (moved) * tests/concurrent/thread.c (moved) * tests/concurrent/waitfor/.expect/barge.txt (moved) * tests/concurrent/waitfor/.expect/dtor.txt (moved) * tests/concurrent/waitfor/.expect/else.txt (moved) * tests/concurrent/waitfor/.expect/recurse.txt (moved) * tests/concurrent/waitfor/.expect/statment.txt (moved) * tests/concurrent/waitfor/.expect/when.txt (moved) * tests/concurrent/waitfor/barge.c (moved) * tests/concurrent/waitfor/dtor.c (moved) * tests/concurrent/waitfor/else.c (moved) * tests/concurrent/waitfor/parse.c (moved) * tests/concurrent/waitfor/parse2.c (moved) * tests/concurrent/waitfor/recurse.c (moved) * tests/concurrent/waitfor/simple.c (moved) * tests/concurrent/waitfor/statment.c (moved) * tests/concurrent/waitfor/when.c (moved) * tests/config.py.in (moved) * tests/context.c (moved) * tests/coroutine/.expect/fibonacci.txt (moved) * tests/coroutine/.expect/fmtLines.txt (added) * tests/coroutine/.expect/pingpong.txt (moved) * tests/coroutine/.expect/prodcons.txt (moved) * tests/coroutine/.expect/runningTotal.txt (moved) * tests/coroutine/.in/fmtLines.txt (moved) * tests/coroutine/fibonacci.c (moved) * tests/coroutine/fibonacci_1.c (added) * tests/coroutine/fmtLines.c (moved) * tests/coroutine/pingpong.c (moved) * tests/coroutine/prodcons.c (moved) * tests/coroutine/runningTotal.c (moved) * tests/counter.c (moved) * tests/declarationErrors.c (moved) * tests/declarationSpecifier.c (moved) * tests/designations.c (moved) * tests/div.c (moved) * tests/enum.c (moved) * tests/except-0.c (moved) * tests/except-1.c (moved) * tests/except-2.c (moved) * tests/except-3.c (moved) * tests/except-mac.h (moved) * tests/expression.c (moved) * tests/extension.c (moved) * tests/fallthrough.c (moved) * tests/forall.c (moved) * tests/forctrl.c (added) * tests/fstream_test.c (moved) * tests/function-operator.c (moved) * tests/functions.c (moved) * tests/gccExtensions.c (moved) * tests/genericUnion.c (moved) * tests/gmp.c (moved) * tests/heap.c (moved) * tests/hello.c (moved) * tests/identFuncDeclarator.c (moved) * tests/identParamDeclarator.c (moved) * tests/identity.c (moved) * tests/ifwhileCtl.c (moved) * tests/io1.c (moved) * tests/io2.c (moved) * tests/labelledExit.c (moved) * tests/limits.c (moved) * tests/literals.c (moved) * tests/long_tests.h (moved) * tests/math1.c (moved) * tests/math2.c (moved) * tests/math3.c (moved) * tests/math4.c (moved) * tests/maybe.c (moved) * tests/minmax.c (moved) * tests/namedParmArg.c (moved) * tests/nested-types.c (moved) * tests/numericConstants.c (moved) * tests/occursError.c (moved) * tests/operators.c (moved) * tests/polymorphism.c (moved) * tests/preempt_longrun/Makefile.am (moved) * tests/preempt_longrun/Makefile.in (moved) * tests/preempt_longrun/block.c (moved) * tests/preempt_longrun/coroutine.c (moved) * tests/preempt_longrun/create.c (moved) * tests/preempt_longrun/disjoint.c (moved) * tests/preempt_longrun/enter.c (moved) * tests/preempt_longrun/enter3.c (moved) * tests/preempt_longrun/preempt.c (moved) * tests/preempt_longrun/processor.c (moved) * tests/preempt_longrun/stack.c (moved) * tests/preempt_longrun/update-type (moved) * tests/preempt_longrun/wait.c (moved) * tests/preempt_longrun/yield.c (moved) * tests/pybin/__init__.py (moved) * tests/pybin/settings.py (added) * tests/pybin/test_run.py (moved) * tests/pybin/tools.py (moved) * tests/quoted_keyword.c (moved) * tests/raii/.expect/ctor-autogen-ERR1.txt (moved) * tests/raii/.expect/ctor-autogen.txt (moved) * tests/raii/.expect/dtor-early-exit-ERR1.txt (moved) * tests/raii/.expect/dtor-early-exit-ERR2.txt (moved) * tests/raii/.expect/dtor-early-exit.txt (moved) * tests/raii/.expect/globals.txt (moved) * tests/raii/.expect/init_once.txt (moved) * tests/raii/.expect/memberCtors-ERR1.txt (moved) * tests/raii/.expect/memberCtors.txt (moved) * tests/raii/ctor-autogen.c (moved) * tests/raii/dtor-early-exit.c (moved) * tests/raii/globals.c (moved) * tests/raii/init_once.c (moved) * tests/raii/memberCtors.c (moved) * tests/raii/multiDimension.c (moved) * tests/raii/multiDimension.txt (moved) * tests/random.c (moved) * tests/rational.c (moved) * tests/references.c (moved) * tests/result.c (moved) * tests/scope.c (moved) * tests/scopeErrors.c (moved) * tests/searchsort.c (moved) * tests/shortCircuit.c (moved) * tests/simpleGenericTriple.c (moved) * tests/stdincludes.c (moved) * tests/structMember.c (moved) * tests/subrange.c (moved) * tests/sum.c (moved) * tests/swap.c (moved) * tests/switch.c (moved) * tests/test.py (moved) * tests/time.c (moved) * tests/tuple/.expect/tupleAssign.txt (moved) * tests/tuple/.expect/tupleCast.txt (moved) * tests/tuple/.expect/tupleFunction.txt (moved) * tests/tuple/.expect/tupleMember.txt (moved) * tests/tuple/.expect/tuplePolymorphism.txt (moved) * tests/tuple/.expect/tupleVariadic.txt (moved) * tests/tuple/tupleAssign.c (moved) * tests/tuple/tupleCast.c (moved) * tests/tuple/tupleFunction.c (moved) * tests/tuple/tupleMember.c (moved) * tests/tuple/tuplePolymorphism.c (moved) * tests/tuple/tupleVariadic.c (moved) * tests/tuple/tuples.c (moved) * tests/typeGenerator.c (moved) * tests/typedef.c (moved) * tests/typedefDeclarator.c (moved) * tests/typedefRedef.c (moved) * tests/typeof.c (moved) * tests/user_literals.c (moved) * tests/variableDeclarator.c (moved) * tests/vector.c (moved) * tests/virtualCast.c (moved) * tests/voidPtr.c (moved) * tests/warnings/.expect/self-assignment.txt (moved) * tests/warnings/self-assignment.c (moved) * tests/with-statement.c (moved) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/PrettyGitLogs.sh (added) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/Makefile.in (modified) Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa /cfa-cc Tue, 21 Aug 2018 18:21:53 GMT Rob Schluntz [2b79a70] * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Validate.cc (modified) * src/tests/.expect/gccExtensions.x64.txt (modified) * src/tests/.expect/gccExtensions.x86.txt (modified) Resolve typeof earlier so that constructors are chosen appropriately ... Mon, 20 Aug 2018 22:01:05 GMT Rob Schluntz [51fcdbc7] * src/ResolvExpr/Resolver.cc (modified) Remove lvalue qualifier from objects of typeof type after resolving ... Mon, 20 Aug 2018 18:07:33 GMT Rob Schluntz [51a455c] * src/ResolvExpr/TypeEnvironment.cc (modified) Fix unhandled enum warning in TypeEnvironment Tue, 31 Jul 2018 18:43:04 GMT Rob Schluntz [3bbd012] * .autom4te.cfg (added) * .gitignore (modified) * Jenkinsfile (modified) * Makefile.in (modified) * aclocal.m4 (modified) * configure (modified) * configure.ac (modified) * doc/bibliography/pl.bib (modified) * doc/user/Makefile (modified) * doc/user/user.tex (modified) * src/Common/Eval.cc (added) * src/Common/SemanticError.h (modified) * src/Common/module.mk (modified) * src/Common/utility.h (modified) * src/CompilationState.cc (added) * src/CompilationState.h (added) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixGlobalInit.h (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/FixInit.h (modified) * src/InitTweak/InitTweak.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.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/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/SymTab/Validate.cc (modified) * src/Validate/HandleAttributes.cc (added) * src/Validate/HandleAttributes.h (added) * src/Validate/module.mk (added) * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/config.h.in (moved) * src/driver/Makefile.am (modified) * src/driver/Makefile.in (modified) * src/driver/cc1.cc (modified) * src/driver/cfa.cc (modified) * src/examples/Makefile.in (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/concurrency/kernel.c (modified) * src/libcfa/concurrency/kernel_private.h (modified) * src/libcfa/concurrency/preemption.c (modified) * src/libcfa/concurrency/preemption.h (modified) * src/libcfa/heap.c (added) * src/libcfa/startup.c (added) * src/libcfa/startup.h (modified) * src/libcfa/stdhdr/bfdlink.h (modified) * src/libcfa/stdhdr/hwloc.h (modified) * src/libcfa/stdhdr/krb5.h (modified) * src/libcfa/stdhdr/malloc.h (modified) * src/libcfa/stdlib (modified) * src/main.cc (modified) * src/prelude/Makefile.am (modified) * src/prelude/Makefile.in (modified) * src/tests/.expect/alloc-ERROR.txt (modified) * src/tests/.expect/alloc.txt (modified) * src/tests/.expect/attributes.x64.txt (modified) * src/tests/.expect/attributes.x86.txt (modified) * src/tests/.expect/declarationErrors.txt (modified) * src/tests/.in/io.data (moved) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) * src/tests/alloc.c (modified) * src/tests/attributes.c (modified) * src/tests/config.py.in (added) * src/tests/io2.c (modified) * src/tests/preempt_longrun/Makefile.am (modified) * src/tests/preempt_longrun/Makefile.in (modified) * src/tests/pybin/settings.py (modified) * src/tests/pybin/test_run.py (modified) * src/tests/pybin/tools.py (modified) * src/tests/structMember.c (modified) * src/tests/test.py (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Merge branch 'master' into demangler Mon, 30 Jul 2018 20:43:48 GMT Rob Schluntz [ba4a1d8] * src/ResolvExpr/CurrentObject.cc (modified) Use eval in CurrentObject Mon, 30 Jul 2018 20:43:47 GMT Rob Schluntz [f072892] * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/SymTab/Validate.cc (modified) Minor cleanup Tue, 24 Jul 2018 14:45:59 GMT Rob Schluntz [d1e0979] * src/Makefile.am (modified) * src/Makefile.in (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SymTab/Demangle.cc (added) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) * src/SymTab/ManglerCommon.cc (added) * src/SymTab/demangler.cc (added) * src/SymTab/module.mk (modified) * src/main.cc (modified) Add a basic demangler that works for basic types, pointers, tuples, ... Fri, 13 Jul 2018 15:35:59 GMT Rob Schluntz [825170d] * src/ResolvExpr/CommonType.cc (modified) Fix commonType for pointers to place qualifiers on base type [fixes #100] Fri, 13 Jul 2018 15:35:03 GMT Rob Schluntz [04cccaf] * src/ResolvExpr/AlternativeFinder.cc (modified) Terminate assertion resolution early if alternative has infinite cost Fri, 29 Jun 2018 19:02:51 GMT Thierry Delisle [c5283ba] * src/ResolvExpr/Resolver.cc (modified) Fixed #94, properly list the number of expected mutex parameter Tue, 26 Jun 2018 21:16:19 GMT Aaron Moss [d286cf68] * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ExplodedActual.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/Unify.h (modified) * src/ResolvExpr/WidenMode.h (added) Fix TypeEnvironment bind algorithms Thu, 07 Jun 2018 13:55:28 GMT Rob Schluntz [0f79853] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/Visitor.h (modified) Remove conversion cost for default arguments Wed, 06 Jun 2018 20:54:59 GMT Rob Schluntz [2a6c115] * src/ResolvExpr/AlternativeFinder.cc (modified) Simplify tuple index resolution Wed, 06 Jun 2018 20:54:18 GMT Rob Schluntz [630bcb5] * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Resolver.h (modified) Fix pruneAlternatives so that deleted expressions are no longer ambiguous Mon, 04 Jun 2018 15:55:02 GMT Rob Schluntz [b429026] * doc/theses/thierry_delisle/.gitignore (modified) * doc/theses/thierry_delisle/Makefile (modified) * src/Parser/TypedefTable.cc (modified) * src/Parser/TypedefTable.h (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Occurs.cc (modified) * src/ResolvExpr/PolyCost.cc (modified) * src/ResolvExpr/PtrsAssignable.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/benchmark/Makefile.am (modified) * src/benchmark/Makefile.in (modified) * src/benchmark/ctxswitch/cfa_thrd2.c (added) * src/benchmark/ctxswitch/kos_fibre.cpp (added) * src/benchmark/ctxswitch/kos_fibre2.cpp (added) * src/libcfa/iostream (modified) * src/libcfa/iostream.c (modified) * src/libcfa/rational (modified) * src/libcfa/rational.c (modified) * src/libcfa/stdlib (modified) * src/libcfa/stdlib.c (modified) * src/tests/.expect/ifcond.txt (modified) * src/tests/.expect/literals.x64.txt (modified) * src/tests/.expect/literals.x86.txt (modified) * src/tests/ifcond.c (modified) * src/tests/preempt_longrun/processor.c (modified) Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa /cfa-cc Mon, 04 Jun 2018 14:11:02 GMT Rob Schluntz [2a08c25] * src/ResolvExpr/Resolver.cc (modified) Modify resolver to push code location to generate cast Fri, 01 Jun 2018 18:54:55 GMT Aaron Moss [00ac42e] * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Occurs.cc (modified) * src/ResolvExpr/PolyCost.cc (modified) * src/ResolvExpr/PtrsAssignable.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/benchmark/Makefile.in (modified) stop eagerly copying EqvClass on lookup Thu, 31 May 2018 19:51:00 GMT Rob Schluntz [5de1e2c] * src/ResolvExpr/AlternativeFinder.cc (modified) Fix memory error from caused by vector::push_back [fixes #90] Thu, 31 May 2018 19:46:59 GMT Rob Schluntz [4e7cc5ce] * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/SynTree/ReferenceToType.cc (modified) Minor cleanup 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 Tue, 29 May 2018 19:26:31 GMT Rob Schluntz [054514d] * Jenkins/TestRegen (modified) * Jenkinsfile (modified) * README (modified) * doc/bibliography/pl.bib (modified) * doc/papers/concurrency/Paper.tex (modified) * doc/papers/general/Paper.tex (modified) * doc/related_papers/Buhr94.pdf (added) * src/CodeGen/CodeGenerator.cc (modified) * src/Common/Heap.cc (modified) * src/Concurrency/Keywords.cc (modified) * src/Parser/LinkageSpec.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/libcfa/bits/locks.h (modified) * src/libcfa/concurrency/alarm.c (modified) * src/libcfa/concurrency/preemption.c (modified) * src/prelude/Makefile.am (modified) * src/prelude/Makefile.in (modified) * src/prelude/builtins.def (modified) * src/prelude/prototypes.awk (modified) * src/prelude/prototypes.sed (modified) * src/prelude/sync-builtins.cf (added) * src/tests/.expect/io1.txt (added) * src/tests/.expect/io2.txt (moved) * src/tests/.expect/math1.x64.txt (modified) * src/tests/.expect/math1.x86.txt (modified) * src/tests/.expect/math2.x64.txt (modified) * src/tests/.expect/math2.x86.txt (modified) * src/tests/.expect/math3.x64.txt (modified) * src/tests/.expect/math3.x86.txt (modified) * src/tests/.expect/math4.x64.txt (added) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) * src/tests/builtins/.expect/sync.txt (added) * src/tests/builtins/sync.c (added) * src/tests/concurrent/coroutineYield.c (modified) * src/tests/concurrent/examples/datingService.c (modified) * src/tests/concurrent/examples/matrixSum.c (modified) * src/tests/concurrent/signal/block.c (modified) * src/tests/concurrent/signal/disjoint.c (modified) * src/tests/concurrent/signal/wait.c (modified) * src/tests/io1.c (added) * src/tests/io2.c (moved) * src/tests/math1.c (modified) * src/tests/math2.c (modified) * src/tests/math3.c (modified) * src/tests/math4.c (added) * src/tests/preempt_longrun/Makefile.am (modified) * src/tests/preempt_longrun/Makefile.in (modified) * src/tests/preempt_longrun/create.c (modified) * src/tests/preempt_longrun/enter.c (modified) * src/tests/preempt_longrun/enter3.c (modified) * src/tests/preempt_longrun/processor.c (modified) * src/tests/preempt_longrun/stack.c (modified) * src/tests/preempt_longrun/yield.c (modified) * src/tests/test.py (modified) Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa /cfa-cc Tue, 29 May 2018 14:50:03 GMT Rob Schluntz [4ee3b0c1] * src/Parser/TypeData.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) Push __float80/__float128 through the system Fri, 25 May 2018 21:01:37 GMT Rob Schluntz [d807ca28] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/Visitor.h (modified) Add AST support for _Generic, along with C codegen Tue, 22 May 2018 20:13:14 GMT Rob Schluntz [a8706fc] * src/ResolvExpr/AlternativeFinder.cc (modified) Extract open variables from cast expression arguments Tue, 22 May 2018 19:19:18 GMT Rob Schluntz [3d2ae8d] * src/ResolvExpr/AlternativeFinder.cc (modified) Minor cleanup Fri, 18 May 2018 22:45:18 GMT Rob Schluntz [cdb990a] * src/ResolvExpr/Resolver.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) Strip redundant casts after every resolution Fri, 18 May 2018 21:42:34 GMT Rob Schluntz [95642c9] * src/ResolvExpr/AlternativeFinder.cc (modified) Minor cleanup Wed, 16 May 2018 17:49:31 GMT Rob Schluntz [0873d22e] * src/ResolvExpr/Unify.cc (modified) Update documentation Tue, 15 May 2018 20:19:11 GMT Rob Schluntz [bd6e226] * src/ResolvExpr/TypeEnvironment.h (modified) Update documentation for AssertCompare Wed, 02 May 2018 15:44:47 GMT Rob Schluntz [6f326b1] * src/ResolvExpr/AlternativeFinder.h (modified) * src/ResolvExpr/Resolver.cc (modified) Add type variables from function alternative to the type environment ... Wed, 02 May 2018 15:32:58 GMT Rob Schluntz [43bd69d] * src/ResolvExpr/AlternativeFinder.cc (modified) Minor cleanup Mon, 30 Apr 2018 18:31:14 GMT Thierry Delisle [5248789] * src/ResolvExpr/Resolver.cc (modified) Waitfor resolution error now prints enviroment Fri, 27 Apr 2018 18:35:11 GMT Thierry Delisle [5527759] * src/GenPoly/Lvalue.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/tests/references.c (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 27 Apr 2018 18:35:00 GMT Thierry Delisle [b9f383f] * src/ResolvExpr/Resolver.cc (modified) * src/SynTree/Statement.cc (modified) * src/tests/concurrent/examples/.expect/boundedBufferEXT.txt (modified) * src/tests/concurrent/examples/boundedBufferEXT.c (modified) * src/tests/concurrent/thread.c (modified) named threads in thread tests fixed bounded buffer expect added ... Mon, 23 Apr 2018 16:57:46 GMT Rob Schluntz [da7fe39] * doc/LaTeXmacros/lstlang.sty (modified) * doc/papers/AMA/AMA-stix.zip (moved) * doc/papers/AMA/AMA-stix/Documents/.log (moved) * doc/papers/AMA/AMA-stix/Documents/README.txt (moved) * doc/papers/AMA/AMA-stix/Documents/wileyNJD-Doc.pdf (added) * doc/papers/AMA/AMA-stix/Documents/wileyNJD-Doc.tex (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-Bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-BoldItalic.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-Italic.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-Regular.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/Windows-Stix-fontinstaller.exe (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/a_axxd65.enc (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stix.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixbb.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixfrak.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixscr.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixsf.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stix.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stixcal.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stixex.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stixtt.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ly1sti.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-bolditalic.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-italic.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc-bold.vf (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc.vf (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1stix.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-bolditalic.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-italic.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc-bold.vf (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc.vf (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2stix.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra1.enc (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra1.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra2.enc (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra2.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra3.enc (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra3.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt-bold.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt.pfb (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-ot1.enc (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-ot2.enc (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-t1.enc (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-ts1.enc (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.dtx (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.fdd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.map (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.sty (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-bolditalic.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-italic.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc-bold.vf (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc.vf (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/t1stix.fd (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-bold.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-bolditalic.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-italic.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral.tfm (moved) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1stix.fd (moved) * doc/papers/AMA/AMA-stix/ama/NJDnatbib.sty (moved) * doc/papers/AMA/AMA-stix/ama/WileyNJD-AMA.bst (moved) * doc/papers/AMA/AMA-stix/ama/WileyNJD-AMA.bst.orig (moved) * doc/papers/AMA/AMA-stix/ama/WileyNJD-v2.cls (moved) * doc/papers/AMA/AMA-stix/ama/empty.eps (moved) * doc/papers/AMA/AMA-stix/ama/empty.pdf (added) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.bbl (moved) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.bib (moved) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.pdf (added) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.tex (moved) * doc/papers/concurrency/Makefile (modified) * doc/papers/concurrency/Paper.tex (modified) * doc/papers/general/AMA/AMA-stix.zip (deleted) * doc/papers/general/AMA/AMA-stix/Documents/.log (deleted) * doc/papers/general/AMA/AMA-stix/Documents/README.txt (deleted) * doc/papers/general/AMA/AMA-stix/Documents/wileyNJD-Doc.tex (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/STIXGeneral-Bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/STIXGeneral-BoldItalic.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/STIXGeneral-Italic.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/STIXGeneral-Regular.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/Windows-Stix-fontinstaller.exe (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/a_axxd65.enc (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ls1stix.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ls1stixbb.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ls1stixfrak.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ls1stixscr.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ls1stixsf.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ls2stix.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ls2stixcal.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ls2stixex.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ls2stixtt.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ly1sti.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-bolditalic.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-italic.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc-bold.vf (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc.vf (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot1stix.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-bolditalic.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-italic.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc-bold.vf (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc.vf (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ot2stix.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-extra1.enc (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-extra1.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-extra2.enc (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-extra2.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-extra3.enc (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-extra3.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathbb-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathbb-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathbb.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathbb.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathbbit-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathbbit-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathbbit.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathbbit.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathcal-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathcal-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathcal.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathcal.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathex-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathex-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathex.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathex.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathfrak-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathfrak-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathfrak.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathfrak.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathit-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathit-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathit.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathit.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathrm-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathrm-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathrm.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathrm.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathscr-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathscr-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathscr.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathscr.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathsf-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathsf-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathsf.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathsf.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathsfit-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathsfit-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathsfit.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathsfit.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathtt-bold.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathtt-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathtt.pfb (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-mathtt.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-ot1.enc (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-ot2.enc (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-t1.enc (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix-ts1.enc (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix.dtx (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix.fdd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix.map (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/stix.sty (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-bolditalic.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-italic.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/t1-stixgeneral.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc-bold.vf (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc.vf (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/t1stix.fd (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-bold.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-bolditalic.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-italic.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral.tfm (deleted) * doc/papers/general/AMA/AMA-stix/Stix-fonts/ts1stix.fd (deleted) * doc/papers/general/AMA/AMA-stix/ama/NJDnatbib.sty (deleted) * doc/papers/general/AMA/AMA-stix/ama/WileyNJD-v2.cls (deleted) * doc/papers/general/AMA/AMA-stix/ama/empty.eps (deleted) * doc/papers/general/AMA/AMA-stix/ama/wileyNJD-AMA.bbl (deleted) * doc/papers/general/AMA/AMA-stix/ama/wileyNJD-AMA.bib (deleted) * doc/papers/general/AMA/AMA-stix/ama/wileyNJD-AMA.tex (deleted) * doc/papers/general/Makefile (modified) * doc/papers/general/Paper.tex (modified) * doc/refrat/keywords.tex (modified) * doc/user/user.tex (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/GenType.cc (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/Generate.h (modified) * src/Common/Debug.h (modified) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/SemanticError.cc (modified) * src/Common/SemanticError.h (modified) * src/Common/utility.h (modified) * src/Concurrency/Keywords.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Lvalue.cc (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/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/DeclReplacer.cc (added) * src/SynTree/DeclReplacer.h (moved) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/TypeSubstitution.cc (modified) * src/SynTree/TypeSubstitution.h (modified) * src/SynTree/VarExprReplacer.cc (deleted) * src/SynTree/Visitor.h (modified) * src/SynTree/module.mk (modified) * src/benchmark/bench.h (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/bits/cfatime.h (deleted) * src/libcfa/bits/locks.h (modified) * src/libcfa/clock (added) * 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.h (modified) * src/libcfa/concurrency/kernel (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/preemption.h (modified) * src/libcfa/concurrency/thread (modified) * src/libcfa/concurrency/thread.c (modified) * src/libcfa/iostream (modified) * src/libcfa/stdlib.c (modified) * src/libcfa/time (modified) * src/libcfa/time.c (added) * src/libcfa/time_t.h (added) * src/tests/.expect/attributes.x64.txt (modified) * src/tests/.expect/attributes.x86.txt (modified) * src/tests/.expect/extension.x64.txt (modified) * src/tests/.expect/extension.x86.txt (modified) * src/tests/.expect/literals.x64.txt (modified) * src/tests/.expect/literals.x86.txt (modified) * src/tests/.expect/time.x64.txt (added) * src/tests/.expect/time.x86.txt (added) * src/tests/concurrent/.expect/preempt.txt (modified) * src/tests/concurrent/examples/.expect/boundedBuffer.txt (deleted) * src/tests/concurrent/examples/.expect/boundedBufferEXT.txt (added) * src/tests/concurrent/examples/.expect/boundedBufferINT.txt (added) * src/tests/concurrent/examples/boundedBuffer.c (deleted) * src/tests/concurrent/examples/boundedBufferEXT.c (added) * src/tests/concurrent/examples/boundedBufferINT.c (added) * src/tests/concurrent/examples/datingService.c (modified) * src/tests/concurrent/preempt.c (modified) * src/tests/concurrent/signal/barge.c (modified) * src/tests/concurrent/signal/block.c (modified) * src/tests/concurrent/signal/disjoint.c (modified) * src/tests/concurrent/signal/wait.c (modified) * src/tests/concurrent/waitfor/simple.c (modified) * src/tests/minmax.c (modified) * src/tests/preempt_longrun/create.c (modified) * src/tests/preempt_longrun/enter.c (modified) * src/tests/preempt_longrun/enter3.c (modified) * src/tests/preempt_longrun/preempt.c (added) * src/tests/preempt_longrun/processor.c (modified) * src/tests/preempt_longrun/stack.c (modified) * src/tests/preempt_longrun/yield.c (modified) * src/tests/time.c (added) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/lex.ll (modified) * tools/prettyprinter/parser.hh (deleted) * tools/prettyprinter/parser.yy (modified) * tools/prettyprinter/test.y (modified) Merge branch 'master' into references Tue, 17 Apr 2018 20:24:05 GMT Rob Schluntz [c0bf94e] * src/Parser/ExpressionNode.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) Add isGenerated flag to CastExpr to differentiate casts in source ... Tue, 10 Apr 2018 23:17:08 GMT Rob Schluntz [98278b3a] * src/ResolvExpr/ConversionCost.cc (modified) Remove conversion from pointer type to zero_t