[D-runtime] [D-Programming-Language/druntime] 620129: attributes for inline asm

GitHub via D-runtime d-runtime at puremagic.com
Thu Oct 9 17:40:38 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 6201292dbda32df51805774315cd9ddbd662ec26
      https://github.com/D-Programming-Language/druntime/commit/6201292dbda32df51805774315cd9ddbd662ec26
  Author: Martin Nowak <code at dawg.eu>
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
    M src/core/atomic.d
    M src/core/bitop.d
    M src/core/cpuid.d
    M src/core/stdc/stdio.d
    M src/core/sys/windows/dll.d
    M src/core/sys/windows/threadaux.d
    M src/core/thread.d
    M src/rt/arraybyte.d
    M src/rt/arraydouble.d
    M src/rt/arrayfloat.d
    M src/rt/arrayint.d
    M src/rt/arrayshort.d
    M src/rt/lifetime.d

  Log Message:
  -----------
  attributes for inline asm

- cpuid is marked pure because it's only used
  to access global but immutable data, not because
  it serializes instructions


  Commit: ef36874e04d3fbd79e48fcbad4a179f860093ea6
      https://github.com/D-Programming-Language/druntime/commit/ef36874e04d3fbd79e48fcbad4a179f860093ea6
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/core/atomic.d
    M src/core/bitop.d
    M src/core/cpuid.d
    M src/core/stdc/stdio.d
    M src/core/sys/windows/dll.d
    M src/core/sys/windows/threadaux.d
    M src/core/thread.d
    M src/rt/arraybyte.d
    M src/rt/arraydouble.d
    M src/rt/arrayfloat.d
    M src/rt/arrayint.d
    M src/rt/arrayshort.d
    M src/rt/lifetime.d

  Log Message:
  -----------
  Merge pull request #975 from MartinNowak/asmAttributes

attributes for inline asm


Compare: https://github.com/D-Programming-Language/druntime/compare/4748f2903732...ef36874e04d3


More information about the D-runtime mailing list