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

[csmith-project/csmith] 37e9dd: Rewrite the "choose_random" functions with Vector ...



  Branch: refs/heads/csmith-extendable
  Home:   https://github.com/csmith-project/csmith
  Commit: 37e9dd4a66395394a8894382c6d82107b093dda5
      https://github.com/csmith-project/csmith/commit/37e9dd4a66395394a8894382c6d82107b093dda5
  Author: ZhuJunhua1104 <tom.Zhu@huawei.com>
  Date:   2015-07-29 (Wed, 29 Jul 2015)

  Changed paths:
    M src/Bookkeeper.cpp
    M src/CVQualifiers.cpp
    M src/Constant.cpp
    M src/FactUnion.cpp
    M src/Function.cpp
    M src/FunctionInvocation.cpp
    M src/Makefile.in
    M src/Parameter.cpp
    M src/Type.cpp
    M src/Type.h
    M src/Variable.cpp
    M src/Variable.h
    M src/VariableSelector.cpp
    M src/csmith.vcxproj

  Log Message:
  -----------
  Rewrite the "choose_random" functions with Vector Filter

Using vector filter to rewrite the choose_random method in Type.cpp.
And modifed the function name with "PointerType::" or "AggregationType::"
Signed-off-by: ZhuJunhua1104 tom.Zhu@huawei.com


  Commit: 1f6c26bf2aac4f25b2b3ccd9bcd6713284e3e0be
      https://github.com/csmith-project/csmith/commit/1f6c26bf2aac4f25b2b3ccd9bcd6713284e3e0be
  Author: ZhuJunhua1104 <tom.Zhu@huawei.com>
  Date:   2015-07-30 (Thu, 30 Jul 2015)

  Changed paths:
    A src/BuiltinConfig.cpp
    A src/BuiltinConfig.h
    M src/CGOptions.cpp
    M src/CGOptions.h
    M src/Expression.cpp
    M src/Function.cpp
    M src/Function.h
    A src/FunctionBuiltin.h
    M src/Makefile.in
    M src/Parameter.cpp
    M src/Parameter.h
    A src/ParameterBuiltin.h
    M src/PointerType.cpp
    M src/PointerType.h
    M src/RandomProgramGenerator.cpp
    M src/csmith.vcxproj
    A src/tinystr.cpp
    A src/tinystr.h
    A src/tinyxml.cpp
    A src/tinyxml.h
    A src/tinyxmlerror.cpp
    A src/tinyxmlparser.cpp

  Log Message:
  -----------
  Support the built-in configured by xml

1 Support the built-in function configured by parsing xml
2 Add tinyxml to csmith
Signed-off-by: ZhuJunhua1104 tom.Zhu@huawei.com


  Commit: d7f4274509e69b7cbde2570349dfef811b024630
      https://github.com/csmith-project/csmith/commit/d7f4274509e69b7cbde2570349dfef811b024630
  Author: ZhuJunhua1104 <tom.Zhu@huawei.com>
  Date:   2015-07-31 (Fri, 31 Jul 2015)

  Changed paths:
    M src/Makefile.am
    M src/Makefile.in

  Log Message:
  -----------
  Modify the Makefile.am in src/

1 add new files' name to Makefile.am
2 regenerate the Makefile.in by automake
Signed-off-by: ZhuJunhua1104 tom.Zhu@huawei.com


  Commit: 2e9b9623645d8ecab937c238c1b3367264385284
      https://github.com/csmith-project/csmith/commit/2e9b9623645d8ecab937c238c1b3367264385284
  Author: Xuejun Yang <nitsnow@gmail.com>
  Date:   2015-08-05 (Wed, 05 Aug 2015)

  Changed paths:
    M src/Bookkeeper.cpp
    A src/BuiltinConfig.cpp
    A src/BuiltinConfig.h
    M src/CGOptions.cpp
    M src/CGOptions.h
    M src/CVQualifiers.cpp
    M src/Constant.cpp
    M src/Expression.cpp
    M src/FactUnion.cpp
    M src/Function.cpp
    M src/Function.h
    A src/FunctionBuiltin.h
    M src/FunctionInvocation.cpp
    M src/Makefile.am
    M src/Makefile.in
    M src/Parameter.cpp
    M src/Parameter.h
    A src/ParameterBuiltin.h
    M src/PointerType.cpp
    M src/PointerType.h
    M src/RandomProgramGenerator.cpp
    M src/Type.cpp
    M src/Type.h
    M src/Variable.cpp
    M src/Variable.h
    M src/VariableSelector.cpp
    M src/csmith.vcxproj
    A src/tinystr.cpp
    A src/tinystr.h
    A src/tinyxml.cpp
    A src/tinyxml.h
    A src/tinyxmlerror.cpp
    A src/tinyxmlparser.cpp

  Log Message:
  -----------
  Merge pull request #9 from ZhuJunhua1104/csmith-extendable

Rewrite the "choose_random" functions with Vector Filter


Compare: https://github.com/csmith-project/csmith/compare/75956141ff5f...2e9b9623645d