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

[csmith-project/csmith] b35add: Added support for signed and unsigned integer of s...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/csmith
  Commit: b35add7bfab01ca43ece8c0295f9444a5e325e3a
      https://github.com/csmith-project/csmith/commit/b35add7bfab01ca43ece8c0295f9444a5e325e3a
  Author: shubhamnarlawar77 <shubhamnarlawar123@gmail.com>
  Date:   2020-05-17 (Sun, 17 May 2020)

  Changed paths:
    M src/CGOptions.cpp
    M src/CGOptions.h
    M src/Constant.cpp
    M src/Probabilities.cpp
    M src/Probabilities.h
    M src/RandomProgramGenerator.cpp
    M src/Type.cpp
    M src/Type.h

  Log Message:
  -----------
  Added support for signed and unsigned integer of size 128 bits


  Commit: 25267c5d1c38c7cc1d6db08395aa42dd444d5a29
      https://github.com/csmith-project/csmith/commit/25267c5d1c38c7cc1d6db08395aa42dd444d5a29
  Author: shubhamnarlawar77 <shubhamnarlawar123@gmail.com>
  Date:   2020-05-30 (Sat, 30 May 2020)

  Changed paths:
    M src/CGOptions.cpp
    M src/CGOptions.h
    M src/Constant.cpp
    M src/Probabilities.cpp
    M src/Probabilities.h
    M src/RandomProgramGenerator.cpp

  Log Message:
  -----------
  Added support for generation of Binary Constants


  Commit: d0b585afb1a3de8c11f33c355bbba739dcf1d01a
      https://github.com/csmith-project/csmith/commit/d0b585afb1a3de8c11f33c355bbba739dcf1d01a
  Author: Xuejun Yang <nitsnow@gmail.com>
  Date:   2020-05-30 (Sat, 30 May 2020)

  Changed paths:
    M src/CGOptions.cpp
    M src/CGOptions.h
    M src/Constant.cpp
    M src/Probabilities.cpp
    M src/Probabilities.h
    M src/RandomProgramGenerator.cpp
    M src/Type.cpp
    M src/Type.h

  Log Message:
  -----------
  Merge pull request #90 from shubhamnarlawar77/csmith-gcc-c-extension

Added support for signed & unsigned integer of size 128 bits and generation of binary constants


Compare: https://github.com/csmith-project/csmith/compare/5039909dc71b...d0b585afb1a3