[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] 60b4f9: bit of work



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 60b4f900cf8ac4b5bad521d4414bdc39dde6fb14
      https://github.com/csmith-project/creduce/commit/60b4f900cf8ac4b5bad521d4414bdc39dde6fb14
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2016-03-10 (Thu, 10 Mar 2016)

  Changed paths:
    M clang_delta/ReduceClassTemplateParameter.cpp
    M clang_delta/ReduceClassTemplateParameter.h

  Log Message:
  -----------
  bit of work


  Commit: 53c67e9d8db14cfb36c8e183563b2f636a946279
      https://github.com/csmith-project/creduce/commit/53c67e9d8db14cfb36c8e183563b2f636a946279
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2016-03-10 (Thu, 10 Mar 2016)

  Changed paths:
    M .travis.yml
    M INSTALL
    M clang_delta/LiftAssignmentExpr.cpp
    M clang_delta/RemoveAddrTaken.cpp
    M clang_delta/RemoveNestedFunction.cpp
    M clang_delta/SimpleInliner.cpp
    M clang_delta/TransformationManager.cpp
    M configure
    M configure.ac
    M scripts/travis_deps.sh

  Log Message:
  -----------
  Merge remote-tracking branch 'origin' into clang-delta-improvements


  Commit: 8f45c86774fb1363080ef8e6ecd941308d76e3ba
      https://github.com/csmith-project/creduce/commit/8f45c86774fb1363080ef8e6ecd941308d76e3ba
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2016-06-13 (Mon, 13 Jun 2016)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M INSTALL
    M TODO
    M clang_delta/AggregateToScalar.cpp
    M clang_delta/BinOpSimplification.cpp
    M clang_delta/CMakeLists.txt
    M clang_delta/CallExprToValue.cpp
    M clang_delta/CombineGlobalVarDecl.cpp
    M clang_delta/CombineLocalVarDecl.cpp
    M clang_delta/CommonTemplateArgumentVisitor.h
    M clang_delta/CopyPropagation.cpp
    M clang_delta/EmptyStructToInt.cpp
    M clang_delta/LiftAssignmentExpr.cpp
    M clang_delta/LocalToGlobal.cpp
    M clang_delta/Makefile.am
    M clang_delta/Makefile.in
    M clang_delta/MoveFunctionBody.cpp
    M clang_delta/MoveGlobalVar.cpp
    M clang_delta/ParamToLocal.cpp
    M clang_delta/ReduceArrayDim.cpp
    M clang_delta/ReduceArraySize.cpp
    M clang_delta/ReducePointerLevel.cpp
    M clang_delta/ReducePointerPairs.cpp
    M clang_delta/RemoveAddrTaken.cpp
    M clang_delta/RemoveArray.cpp
    M clang_delta/RemoveEnumMemberValue.cpp
    M clang_delta/RemoveNamespace.cpp
    M clang_delta/RemoveNestedFunction.cpp
    M clang_delta/RemoveNestedFunction.h
    M clang_delta/RemovePointer.cpp
    M clang_delta/RemoveTrivialBaseTemplate.cpp
    M clang_delta/RemoveUnusedEnumMember.cpp
    M clang_delta/RemoveUnusedEnumMember.h
    M clang_delta/RemoveUnusedFunction.cpp
    M clang_delta/RemoveUnusedFunction.h
    M clang_delta/RemoveUnusedStructField.cpp
    M clang_delta/RemoveUnusedVar.cpp
    M clang_delta/RenameCXXMethod.cpp
    M clang_delta/RenameClass.cpp
    M clang_delta/RenameFun.cpp
    M clang_delta/RenameParam.cpp
    M clang_delta/RenameVar.cpp
    M clang_delta/RenameVar.h
    A clang_delta/ReplaceArrayAccessWithIndex.cpp
    A clang_delta/ReplaceArrayAccessWithIndex.h
    M clang_delta/ReplaceArrayIndexVar.cpp
    M clang_delta/ReplaceCallExpr.cpp
    M clang_delta/ReplaceClassWithBaseTemplateSpec.h
    M clang_delta/ReplaceFunctionDefWithDecl.cpp
    M clang_delta/ReplaceOneLevelTypedefType.cpp
    M clang_delta/ReplaceSimpleTypedef.cpp
    M clang_delta/ReplaceUndefinedFunction.cpp
    M clang_delta/ReturnVoid.cpp
    M clang_delta/RewriteUtils.cpp
    M clang_delta/RewriteUtils.h
    M clang_delta/SimpleInliner.cpp
    M clang_delta/SimplifyCallExpr.cpp
    M clang_delta/SimplifyCommaExpr.cpp
    M clang_delta/SimplifyNestedClass.h
    M clang_delta/SimplifyStruct.cpp
    M clang_delta/SimplifyStructUnionDecl.cpp
    M clang_delta/TemplateNonTypeArgToInt.cpp
    M clang_delta/TemplateNonTypeArgToInt.h
    M clang_delta/Transformation.cpp
    M clang_delta/Transformation.h
    M clang_delta/TransformationManager.cpp
    M clang_delta/UnifyFunctionDecl.cpp
    M clang_delta/UnionToStruct.cpp
    M clex/clex.l
    M clex/defs.h
    M clex/driver.c
    M configure
    M configure.ac
    M creduce/Makefile.am
    M creduce/Makefile.in
    M creduce/creduce.in
    M creduce/creduce_config.pm.in
    M creduce/creduce_regexes.pm
    M creduce/pass_balanced.pm
    M creduce/pass_indent.pm
    M creduce/pass_ints.pm
    M creduce/pass_peep.pm
    M creduce/pass_special.pm
    M creduce/pass_ternary.pm
    M delta/.gitignore
    M delta/Makefile.am
    M delta/Makefile.in
    A delta/test0_delta/Makefile
    A delta/test1_multidelta/Makefile
    A delta/test2_multidelta/Makefile
    M m4/ax_llvm.m4
    M scripts/Makefile.am
    M scripts/Makefile.in
    M scripts/godelta8
    M scripts/localize_headers
    M scripts/make_cde_package.sh
    M scripts/test1_crash.sh
    M scripts/test1_wrong_code_framac.sh
    M scripts/test1_wrong_code_kcc.sh
    M scripts/travis_deps.sh
    M tests/README
    M tests/test0.sh
    M tests/test1.sh
    M tests/test2.sh
    M tests/test3.sh
    M tests/test4.sh
    M tests/test5.sh
    M tests/test6.sh
    M tests/test7.sh
    M unifdef/.gitignore
    M unifdef/unifdef.h
    M version.m4

  Log Message:
  -----------
  Merge branch 'master' into clang-delta-improvements


  Commit: f9dd829c67f04befa63699371ddda33df226c265
      https://github.com/csmith-project/creduce/commit/f9dd829c67f04befa63699371ddda33df226c265
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2016-06-14 (Tue, 14 Jun 2016)

  Changed paths:
    M clang_delta/ReduceClassTemplateParameter.cpp
    M clang_delta/ReduceClassTemplateParameter.h

  Log Message:
  -----------
  Merge pull request #95 from csmith-project/clang-delta-improvements

Clang delta improvements


Compare: https://github.com/csmith-project/creduce/compare/b53c2461f39a...f9dd829c67f0