Skip to content

Releases: backengineering/llvm-msvc

llvm-msvc-v3.0.4

05 Sep 21:53
d84018f
Compare
Choose a tag to compare

What's Changed

  • Fix a SEH bug with PHINode

Full Changelog: llvm-msvc-v3.0.3...llvm-msvc-v3.0.4

llvm-msvc-v3.0.3

05 Sep 12:10
af4c0cb
Compare
Choose a tag to compare

What's Changed

  • Support AVX compilation for 7Z.
  • Remove some limitations of randstruct.
  • Merge upstream.

Full Changelog: llvm-msvc-v3.0.2...llvm-msvc-v3.0.3

llvm-msvc-v3.0.2

03 Sep 18:17
4c668f8
Compare
Choose a tag to compare

What's Changed

  • Support multiple cores compilation
  • Fixed a stack overflow bug during boost runtime
  • Support PCH file generation
  • Support /MP when precompiled headers are present

Full Changelog: llvm-msvc-v3.0.1...llvm-msvc-v3.0.2

llvm-msvc-v3.0.1

28 Aug 14:56
39569cc
Compare
Choose a tag to compare

What's Changed

  • Remove useless offsetof in stddef.h
  • Fixed a crash when compiling boost

Full Changelog: llvm-msvc-v3.0...llvm-msvc-v3.0.1

llvm-msvc-v3.0

28 Aug 05:57
645db1a
Compare
Choose a tag to compare

What's Changed

  • Support member of anonymous struct #1
  • Add $(VC_IncludePath) #10
  • Do not delete BasicBlock after inline pass #11
  • Support offsetof without cstddef #12
  • Support __FUNCTION__ #13
  • Support macro expansion of __FUNCTION__ #14
  • Bump semver from 5.7.1 to 5.7.2 in /mlir/utils/vscode by @dependabot in #7
  • Bump qs from 6.10.1 to 6.11.2 in /mlir/utils/vscode by @dependabot in #6
  • Bump minimatch from 3.0.4 to 3.1.2 in /mlir/utils/vscode by @dependabot in #5
  • Bump requests from 2.28.1 to 2.31.0 in /llvm/utils/git by @dependabot in #4
  • Bump certifi from 2023.5.7 to 2023.7.22 in /llvm/utils/git by @dependabot in #3
  • Bump gitpython from 3.1.30 to 3.1.32 in /llvm/utils/git by @dependabot in #2

New Contributors

Full Changelog: llvm-msvc-v2.9.3...llvm-msvc-v3.0

llvm-msvc-v2.9.3

11 Aug 15:33
fb8fb0b
Compare
Choose a tag to compare

Changes

  • [MSVC] Refactor -Werror
  • [MSVC] Refactor -Wunused-function
  • [MSVC] Refactor -Wunused-variable
  • [MSVC] Refactor -Wunused-value

Full Changelog: https://github.com/backengineering/llvm-msvc/commits/llvm-msvc-v2.9.3