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

[csmith-project/creduce] 97861a: Make clang_delta read include path and target trip...



  Branch: refs/heads/llvm-svn-compatible
  Home:   https://github.com/csmith-project/creduce
  Commit: 97861a59f279d043f7a84932e692b153c08b3934
      https://github.com/csmith-project/creduce/commit/97861a59f279d043f7a84932e692b153c08b3934
  Author: Johan Bengtsson <johan.bengtsson@iar.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M clang_delta/TransformationManager.cpp
    M creduce/creduce.in

  Log Message:
  -----------
  Make clang_delta read include path and target triple from environment

When reducing files that are not fully pre-processed clang_delta need to
know where to find the unresolved include files, and when cross-reducing
files, i.e. when the reduced file is aimed at a different system than
the one where the reduction is running, the clang target triple needs to
be changed to get the correct type sizes.

This patch make clang_delta read the header search path from the content
of CREDUCE_INCLUDE_PATH and the target triple from the content of
CREDUCE_TARGET_TRIPLE.


  Commit: 22be4212eba93e4c836e807897a0340565f7ff70
      https://github.com/csmith-project/creduce/commit/22be4212eba93e4c836e807897a0340565f7ff70
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M clang_delta/TransformationManager.cpp
    M creduce/creduce.in

  Log Message:
  -----------
  Merge pull request #80 from mortior/master

Set clang_delta include path and target triple using environment variables


  Commit: 467f03766e8b053080917f8066f4a9d1ba2e37b0
      https://github.com/csmith-project/creduce/commit/467f03766e8b053080917f8066f4a9d1ba2e37b0
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2016-01-23 (Sat, 23 Jan 2016)

  Changed paths:
    M clang_delta/LocalToGlobal.cpp

  Log Message:
  -----------
  Skip variable decls from the included files


  Commit: c089d7f338f8c1099536c286e98f8439f52d2b5c
      https://github.com/csmith-project/creduce/commit/c089d7f338f8c1099536c286e98f8439f52d2b5c
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M clang_delta/CommonTemplateArgumentVisitor.h

  Log Message:
  -----------
  handle array types


  Commit: 948e6eb1906db827d9165159c82fe2eda9bf439f
      https://github.com/csmith-project/creduce/commit/948e6eb1906db827d9165159c82fe2eda9bf439f
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Log Message:
  -----------
  Merge branch 'master' into llvm-svn-compatible


Compare: https://github.com/csmith-project/creduce/compare/bb89d00064ce...948e6eb1906d