[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] b8cff0: Commit MSVC makefiles so that settings for tools a...

Eliot Miranda noreply at github.com
Mon Apr 6 23:06:53 UTC 2020


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: b8cff0d1fcb6f31032e48eaa612455fdb901db10
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b8cff0d1fcb6f31032e48eaa612455fdb901db10
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M build.win64x64/common/Makefile.msvc.flags
    M build.win64x64/common/Makefile.msvc.plugin
    M build.win64x64/common/Makefile.msvc.tools

  Log Message:
  -----------
  Commit MSVC makefiles so that settings for tools are in Makefile.msvc.tools.
This prior to attempting to use CLang/C2.


  Commit: 3b6e56928ee0677a52c77177f8f0d7332ec975cc
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/3b6e56928ee0677a52c77177f8f0d7332ec975cc
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M build.win64x64/common/MAKEASSERT.BAT
    M build.win64x64/common/MAKEDEBUG.BAT
    M build.win64x64/common/MAKEFAST.BAT
    M build.win64x64/common/Makefile.msvc
    M build.win64x64/common/Makefile.msvc.flags
    M build.win64x64/common/Makefile.msvc.tools

  Log Message:
  -----------
  Commit prior to testing -D etc for MSVC, in preparation for move to CLangC2.


  Commit: 9827e12342e02bde36e74175c5a928207596ac13
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9827e12342e02bde36e74175c5a928207596ac13
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M nsspur64src/vm/cointerp.c
    M nsspur64src/vm/cointerp.h
    M nsspur64src/vm/gcc3x-cointerp.c
    M nsspursrc/vm/cointerp.c
    M nsspursrc/vm/cointerp.h
    M nsspursrc/vm/gcc3x-cointerp.c
    M spur64src/vm/cointerp.c
    M spur64src/vm/cointerp.h
    M spur64src/vm/cointerpmt.c
    M spur64src/vm/cointerpmt.h
    M spur64src/vm/gcc3x-cointerp.c
    M spur64src/vm/gcc3x-cointerpmt.c
    M spurlowcode64src/vm/cointerp.c
    M spurlowcode64src/vm/cointerp.h
    M spurlowcode64src/vm/gcc3x-cointerp.c
    M spurlowcodesrc/vm/cointerp.c
    M spurlowcodesrc/vm/cointerp.h
    M spurlowcodesrc/vm/gcc3x-cointerp.c
    M spursista64src/vm/cointerp.c
    M spursista64src/vm/cointerp.h
    M spursista64src/vm/gcc3x-cointerp.c
    M spursistasrc/vm/cointerp.c
    M spursistasrc/vm/cointerp.h
    M spursistasrc/vm/gcc3x-cointerp.c
    M spursrc/vm/cointerp.c
    M spursrc/vm/cointerp.h
    M spursrc/vm/cointerpmt.c
    M spursrc/vm/cointerpmt.h
    M spursrc/vm/gcc3x-cointerp.c
    M spursrc/vm/gcc3x-cointerpmt.c
    M src/vm/cointerp.c
    M src/vm/cointerp.h
    M src/vm/cointerpmt.c
    M src/vm/cointerpmt.h
    M src/vm/gcc3x-cointerp.c
    M src/vm/gcc3x-cointerpmt.c

  Log Message:
  -----------
  Merge branch 'Cog' of https://github.com/OpenSmalltalk/opensmalltalk-vm into Cog


  Commit: ff5d0f4f83c94ec8d520df8405d0d11c6659ce32
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/ff5d0f4f83c94ec8d520df8405d0d11c6659ce32
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M .git_filters/RevDateURL.clean
    M .git_filters/RevDateURL.smudge

  Log Message:
  -----------
  Merge branch 'Cog' of https://github.com/OpenSmalltalk/opensmalltalk-vm into Cog


  Commit: 8a8745b4eafaf20ae1d4d896c8ead7f36f32216a
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/8a8745b4eafaf20ae1d4d896c8ead7f36f32216a
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M build.win64x64/common/Makefile.msvc
    A build.win64x64/common/Makefile.msvc.clang.rules
    M build.win64x64/common/Makefile.msvc.flags
    A build.win64x64/common/Makefile.msvc.msvc.rules
    M build.win64x64/common/Makefile.msvc.plugin
    M build.win64x64/common/Makefile.msvc.rules
    M build.win64x64/common/Makefile.msvc.tools
    M platforms/win32/plugins/FloatMathPlugin/Makefile.msvc
    M platforms/win32/vm/version.c

  Log Message:
  -----------
  Update the MSVC makefiles to be able to use ClangC2 (Clang front-end, MSVC
back end) instead of MSVC. [ci skip]


  Commit: 07c58984196882c3e50a2f620eec4567676ab38f
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/07c58984196882c3e50a2f620eec4567676ab38f
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M build.win32x86/common/Makefile.msvc
    A build.win32x86/common/Makefile.msvc.clang.rules
    M build.win32x86/common/Makefile.msvc.flags
    A build.win32x86/common/Makefile.msvc.msvc.rules
    M build.win32x86/common/Makefile.msvc.plugin
    M build.win32x86/common/Makefile.msvc.rules
    M build.win32x86/common/Makefile.msvc.tools
    M build.win64x64/common/Makefile.msvc
    M build.win64x64/common/Makefile.msvc.flags
    M build.win64x64/common/Makefile.msvc.tools

  Log Message:
  -----------
  Update the 32-bit win32 MSVC makefiles to allow ClangC2 use.


  Commit: d99bf29773321f5b923b3002681ac1c85dc682ba
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d99bf29773321f5b923b3002681ac1c85dc682ba
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M build.win32x86/common/Makefile.msvc.flags

  Log Message:
  -----------
  Add an unsuccessfl attempt to allow CLangC2 o build the 32-bit VM (can't get
GNU Make to compute the right path). [ci skip]


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/9191db9b80d3...d99bf2977332


More information about the Vm-dev mailing list