# # ChangeLog for translator/examples/includes.c # # Generated by Trac 1.2.1 # Jul 19, 2024, 10:31:41 PM Wed, 07 Jan 2015 23:04:42 GMT Peter A. Buhr [17cd4eb] * libcfa/prelude.cf (modified) * translator/CodeGen/CodeGenerator2.cc (modified) * translator/CodeGen/CodeGenerator2.h (modified) * translator/CodeGen/GenType.cc (modified) * translator/CodeGen/GenType.h (modified) * translator/CodeGen/Generate.cc (modified) * translator/GenPoly/CopyParams.cc (modified) * translator/Parser/DeclarationNode.cc (modified) * translator/Parser/InitializerNode.cc (modified) * translator/Parser/ParseNode.h (modified) * translator/Parser/TypeData.cc (modified) * translator/Parser/cfa.y (modified) * translator/ResolvExpr/Resolver.cc (modified) * translator/SymTab/Indexer.cc (modified) * translator/SymTab/Indexer.h (modified) * translator/SymTab/Validate.cc (modified) * translator/SynTree/BasicType.cc (modified) * translator/SynTree/Declaration.h (modified) * translator/SynTree/NamedTypeDecl.cc (modified) * translator/SynTree/Type.cc (modified) * translator/SynTree/Type.h (modified) * translator/Tests/Parser/Makefile (modified) * translator/examples/Makefile (modified) * translator/examples/includes.c (modified) * translator/examples/swap.c (modified) * translator/examples/vector_test.c (modified) fixed __restrict, fixed parameter copy, introduced name table for ... Wed, 17 Dec 2014 02:41:50 GMT Peter A. Buhr [d9a0e76] * driver/cc1.cc (modified) * driver/cpp.cc (modified) * libcfa/prelude.cf (modified) * translator/ControlStruct/CaseRangeMutator.cc (modified) * translator/ControlStruct/CaseRangeMutator.h (modified) * translator/ControlStruct/ChooseMutator.cc (modified) * translator/ControlStruct/ChooseMutator.h (modified) * translator/ControlStruct/ForExprMutator.cc (modified) * translator/ControlStruct/ForExprMutator.h (modified) * translator/ControlStruct/LabelFixer.cc (modified) * translator/ControlStruct/LabelFixer.h (modified) * translator/ControlStruct/LabelGenerator.cc (modified) * translator/ControlStruct/LabelGenerator.h (modified) * translator/ControlStruct/LabelTypeChecker.cc (modified) * translator/ControlStruct/LabelTypeChecker.h (modified) * translator/ControlStruct/MLEMutator.cc (modified) * translator/ControlStruct/MLEMutator.h (modified) * translator/ControlStruct/Mutate.cc (modified) * translator/ControlStruct/Mutate.h (modified) * translator/ControlStruct/module.mk (modified) * translator/Designators/Processor.cc (modified) * translator/Parser.old/DeclarationNode.cc (deleted) * translator/Parser.old/ExpressionNode.cc (deleted) * translator/Parser.old/InitializerNode.cc (deleted) * translator/Parser.old/LinkageSpec.cc (deleted) * translator/Parser.old/LinkageSpec.h (deleted) * translator/Parser.old/ParseNode.cc (deleted) * translator/Parser.old/ParseNode.h (deleted) * translator/Parser.old/Parser.cc (deleted) * translator/Parser.old/Parser.h (deleted) * translator/Parser.old/StatementNode.cc (deleted) * translator/Parser.old/TypeData.cc (deleted) * translator/Parser.old/TypeData.h (deleted) * translator/Parser.old/TypedefTable.cc (deleted) * translator/Parser.old/TypedefTable.h (deleted) * translator/Parser.old/cfa.y (deleted) * translator/Parser.old/lex.h (deleted) * translator/Parser.old/lex.l (deleted) * translator/Parser.old/lex.yy.cc (deleted) * translator/Parser.old/module.mk (deleted) * translator/Parser.old/parseutility.cc (deleted) * translator/Parser.old/parseutility.h (deleted) * translator/Parser/DeclarationNode.cc (modified) * translator/Parser/InitializerNode.cc (modified) * translator/ResolvExpr/AdjustExprType.cc (modified) * translator/ResolvExpr/Alternative.cc (modified) * translator/ResolvExpr/Alternative.h (modified) * translator/ResolvExpr/AlternativeFinder.cc (modified) * translator/ResolvExpr/AlternativeFinder.h (modified) * translator/ResolvExpr/AlternativePrinter.cc (modified) * translator/ResolvExpr/AlternativePrinter.h (modified) * translator/ResolvExpr/Cost.h (modified) * translator/ResolvExpr/ResolveTypeof.cc (modified) * translator/ResolvExpr/ResolveTypeof.h (modified) * translator/ResolvExpr/Resolver.cc (modified) * translator/ResolvExpr/Resolver.h (modified) * translator/SynTree/Initializer.cc (modified) * translator/SynTree/Initializer.h (modified) * translator/SynTree/Mutator.cc (modified) * translator/SynTree/Mutator.h (modified) * translator/SynTree/ObjectDecl.cc (modified) * translator/SynTree/Visitor.cc (modified) * translator/SynTree/Visitor.h (modified) * translator/examples/includes.c (modified) * translator/main.cc (modified) remove Parser.old, add -XCFA to driver, copy ptrdiff_t from stddef.h ... Tue, 25 Nov 2014 14:16:10 GMT Peter A. Buhr [42dcae7] * translator/SymTab/Validate.cc (modified) * translator/examples/forall.c (deleted) * translator/examples/forward.c (modified) * translator/examples/fstream.c (modified) * translator/examples/fstream.h (modified) * translator/examples/fstream_test.c (modified) * translator/examples/fwrite.c (modified) * translator/examples/identity.c (modified) * translator/examples/includes.c (added) * translator/examples/loopbreak.c (added) * translator/examples/min.c (modified) * translator/examples/quad.c (modified) * translator/examples/sum.c (modified) * translator/examples/swap.c (added) * translator/examples/twice.c (added) re-inserted remove and reorder hoisted aggregate, fixed example programs