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

[csmith-project/creduce] bdefff: r242834



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: bdefffc06cb6170b5b19bc00a7207846f7dd6738
      https://github.com/csmith-project/creduce/commit/bdefffc06cb6170b5b19bc00a7207846f7dd6738
  Author: Yaron Keren <yaron.keren@gmail.com>
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
    M clang_delta/RemoveNamespace.cpp
    M clang_delta/RemoveNestedFunction.cpp
    M clang_delta/RemoveUnusedFunction.cpp
    M clang_delta/ReplaceCallExpr.cpp
    M clang_delta/SimpleInliner.cpp
    M clang_delta/Transformation.cpp

  Log Message:
  -----------
  r242834


  Commit: 1ea68f5f8556b88321ee10701773627787fae8b8
      https://github.com/csmith-project/creduce/commit/1ea68f5f8556b88321ee10701773627787fae8b8
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-07-26 (Sun, 26 Jul 2015)

  Changed paths:
    M clang_delta/RemoveNamespace.cpp
    M clang_delta/RemoveNestedFunction.cpp
    M clang_delta/RemoveUnusedFunction.cpp
    M clang_delta/ReplaceCallExpr.cpp
    M clang_delta/SimpleInliner.cpp
    M clang_delta/Transformation.cpp

  Log Message:
  -----------
  Merge pull request #63 from yrnkrn/master

Update for LLVM r242834.


  Commit: 04b1f316d732521e1942f88dbe81b05d8f4b6f38
      https://github.com/csmith-project/creduce/commit/04b1f316d732521e1942f88dbe81b05d8f4b6f38
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
    M .travis.yml
    M INSTALL
    M configure
    M configure.ac
    M scripts/travis_deps.sh

  Log Message:
  -----------
  Use prebuilt LLVM 3.7 binaries.

Update "configure.ac" and documentation to refer to LLVM 3.7.


  Commit: 78aeaf2a460f79f8128ad9cc56fb330252c837c0
      https://github.com/csmith-project/creduce/commit/78aeaf2a460f79f8128ad9cc56fb330252c837c0
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
    M scripts/travis_deps.sh

  Log Message:
  -----------
  Install package "llvm-3.7-dev".

We need the llvm-3.7-dev package for LLVM libraries and headers.

This was somehow missing from the list of packages to install until now;
whoops!  I discovered the problem when I tried to build C-Reduce on a
host that had no version of LLVM already installed.


  Commit: bea2bc2727305d6b2868e4f1bd06e9a6f18f8317
      https://github.com/csmith-project/creduce/commit/bea2bc2727305d6b2868e4f1bd06e9a6f18f8317
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
    M .travis.yml
    M INSTALL
    M clang_delta/RemoveNamespace.cpp
    M clang_delta/RemoveNestedFunction.cpp
    M clang_delta/RemoveUnusedFunction.cpp
    M clang_delta/ReplaceCallExpr.cpp
    M clang_delta/SimpleInliner.cpp
    M clang_delta/Transformation.cpp
    M configure
    M configure.ac
    M scripts/travis_deps.sh

  Log Message:
  -----------
  Merge support for LLVM 3.7.


Compare: https://github.com/csmith-project/creduce/compare/e8c56acc30f1...bea2bc272730