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

[csmith-project/creduce] b502a1: built with LLVM 12.0.1 release



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: b502a1f39090dd9069c00ab8d82fad0c1f9a023e
      https://github.com/csmith-project/creduce/commit/b502a1f39090dd9069c00ab8d82fad0c1f9a023e
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M clang_delta/CommonRenameClassRewriteVisitor.h
    M clang_delta/RemoveNamespace.cpp
    M clang_delta/RewriteUtils.cpp
    M clang_delta/SimpleInliner.cpp
    M clang_delta/Transformation.cpp
    M clang_delta/TransformationManager.cpp

  Log Message:
  -----------
  built with LLVM 12.0.1 release

This commit is a combination of the following three commits from
llvm-12.0-dev branch plus minor fix in SimpleInliner.cpp:

* commit: 3e1f5a1ec:

Make it compile with LLVM11

Applied the patch provided by Vegard Nossum (vegard@github).

* commit d45d5455:

built with llvm-projet dev branch

Known to work with llvm-project commit 905f874c449cc114d74eaeb19639664779fd0b6e

* commit 5e00bcfd:

Fix build with LLVM/clang 12.0.0 final

Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>


  Commit: 14bc80405b572ee17af94147834a4d346f358836
      https://github.com/csmith-project/creduce/commit/14bc80405b572ee17af94147834a4d346f358836
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M clang_delta/RemoveNamespace.cpp
    M clang_delta/RemoveNestedFunction.cpp
    M clang_delta/RewriteUtils.cpp
    M clang_delta/TemplateNonTypeArgToInt.cpp
    M clang_delta/Transformation.cpp

  Log Message:
  -----------
  built with llvm-13.0 release


  Commit: 92c82518d38e970c4c6628dc8e4e98fab8ee84c5
      https://github.com/csmith-project/creduce/commit/92c82518d38e970c4c6628dc8e4e98fab8ee84c5
  Author: Bernhard Rosenkränzer <bero@lindev.ch>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M clang_delta/ExpressionDetector.cpp
    M clang_delta/TransformationManager.cpp

  Log Message:
  -----------
  Port to LLVM 15.0

Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>


  Commit: 8d56bee3e1d2577fc8afd2ecc03b1323d6873404
      https://github.com/csmith-project/creduce/commit/8d56bee3e1d2577fc8afd2ecc03b1323d6873404
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2022-09-26 (Mon, 26 Sep 2022)

  Changed paths:
    M clang_delta/CommonRenameClassRewriteVisitor.h
    M clang_delta/ExpressionDetector.cpp
    M clang_delta/RemoveNamespace.cpp
    M clang_delta/RemoveNestedFunction.cpp
    M clang_delta/RewriteUtils.cpp
    M clang_delta/SimpleInliner.cpp
    M clang_delta/TemplateNonTypeArgToInt.cpp
    M clang_delta/Transformation.cpp
    M clang_delta/TransformationManager.cpp

  Log Message:
  -----------
  Merge pull request #246 from berolinux/llvm-15.0

Port to LLVM 15.0


Compare: https://github.com/csmith-project/creduce/compare/6dc5a9d8e4b7...8d56bee3e1d2