[RC1] Status of Visual Studio 8, 9 and 10

Good evening, guys!

At first, I apologize my report is a little gross, I have so little
time to do checking process minutely.

* RC1

RC1 can be built on VS8, 9, 10 with Debug|Release.
At one point, r127264(in release_29/trunk) is needed to build with
Debug on VS10.

RC1 can pass clang-test with any configurations.

RC1 fails llvm's check on many tests.

* RC1 and patches

ToT would be ready to failure-free build with several patches.

  - r127264 (in release_29/trunk)
  - r127723 [PR6270] PathV1::makeUnique()
  - r127731, r127732, r127733, r127734, r127775 [PR9234]
test/CodeGen/X86 tweaks.
  - r127872 [PR6745] format("%e")

Even with these patches, a few tests may fail.
It seems {VS8 | VS10} Release are good.

  - VS8 Debug
    LLVM :: Transforms/SRETPromotion/basictest.ll
    LLVM-Unit :: support/debug/SupportTests.exe/CastingTest.cast

  - VS9 Debug
    LLVM :: Transforms/SRETPromotion/basictest.ll
    LLVM-Unit :: Support/Debug/SupportTests.exe/CastingTest.cast

  - VS9 Release
    LLVM :: CodeGen/ARM/bfi.ll
    LLVM :: CodeGen/ARM/va_arg.ll
    LLVM :: CodeGen/Thumb2/bfi.ll

  - VS10 Debug
    LLVM :: Transforms/SRETPromotion/basictest.ll
    LLVM-Unit :: Support/Debug/SupportTests.exe/CastingTest.cast

...Takumi

vs8debug.txt (2.33 KB)

vs9debug.txt (2.33 KB)

vs9release.txt (5.02 KB)

vs10debug.txt (2.37 KB)