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

[csmith-project/creduce] 74b95c: Mention the possible dependencies of Clang binary ...



  Branch: refs/heads/creduce-2.2
  Home:   https://github.com/csmith-project/creduce
  Commit: 74b95c9122487bfb9e7ebd796f119a02feb87c86
      https://github.com/csmith-project/creduce/commit/74b95c9122487bfb9e7ebd796f119a02feb87c86
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2014-09-29 (Mon, 29 Sep 2014)

  Changed paths:
    M INSTALL

  Log Message:
  -----------
  Mention the possible dependencies of Clang binary packages.

(cherry picked from commit 1be44f0a55b0d59601230875a3aad083af3150cb)


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

  Changed paths:
    M clang_delta/ParamToGlobal.cpp
    M clang_delta/ParamToLocal.cpp

  Log Message:
  -----------
  Fixed a false transformation

skip parameters if it is unamed and its function decl
doesn't have definition.

(cherry picked from commit 7277413b333ec0d9ed5a12b0eafe5df4c8e0abc4)


  Commit: 52e8d29359fa3f6007aceb79ac9d4367dfa262b7
      https://github.com/csmith-project/creduce/commit/52e8d29359fa3f6007aceb79ac9d4367dfa262b7
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-09-29 (Mon, 29 Sep 2014)

  Changed paths:
    M clang_delta/RewriteUtils.cpp

  Log Message:
  -----------
  fixed a crash

make another try upon an invalid loc

(cherry picked from commit bb67cac5015664ea506f658e98880bd5bfbf54cd)


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

  Changed paths:
    M INSTALL

  Log Message:
  -----------
  Update the example for installing Clang/LLVM dependencies.

Thanks to Julien Cretin <creduce@ia0.eu> for discussion of what the
example command should actually be.

Julien notes that libtinfo-dev is actually a dependency of libedit-dev,
so one could simplify the command to just "apt-get install libedit-dev".
I didn't do this because I wanted the example to be more explicit.

(cherry picked from commit 03cb1ba267452db92fa4dad6516a8efc31a7a2c4)


Compare: https://github.com/csmith-project/creduce/compare/c7d89fbe9bea...89b37ecc1698