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

[csmith-project/creduce] faa3fb: remove these passes that don't do much



  Branch: refs/heads/llvm-svn-compatible
  Home:   https://github.com/csmith-project/creduce
  Commit: faa3fb69467e5dcbfba8fdf53ce4b69996c7c500
      https://github.com/csmith-project/creduce/commit/faa3fb69467e5dcbfba8fdf53ce4b69996c7c500
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
    M clex/driver.c
    M creduce/creduce.in

  Log Message:
  -----------
  remove these passes that don't do much


  Commit: 9ffd362076b1c2b5f95a2d8c3e4ff7312b9e633e
      https://github.com/csmith-project/creduce/commit/9ffd362076b1c2b5f95a2d8c3e4ff7312b9e633e
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
    M clang_delta/test_transformation

  Log Message:
  -----------
  Fixed an issue for checking the number of instances


  Commit: 87f967404e72209e9039e1c1931aed92a37da365
      https://github.com/csmith-project/creduce/commit/87f967404e72209e9039e1c1931aed92a37da365
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

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

  Log Message:
  -----------
  avoid parameter name clash for simple_inliner

Moritz pointed out that the simple inliner generated invalid
code when a parameter name of the inlined function
exists in an outer scope where the function is inlined.

The issue is now fixed by
(1) first assigning the argument to a temp variable in an outer scope;
(2) then assigning the temp var to the re-generated "parameter";


  Commit: 894a184c1e0726e726d2d33c5a3dc4167af978da
      https://github.com/csmith-project/creduce/commit/894a184c1e0726e726d2d33c5a3dc4167af978da
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
    M clang_delta/SimpleInliner.cpp
    M clang_delta/SimpleInliner.h
    M clang_delta/test_transformation
    M clex/driver.c
    M creduce/creduce.in

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into llvm-svn-compatible


Compare: https://github.com/csmith-project/creduce/compare/953ec238cac3...894a184c1e07