platform/upstream/coreclr.git
8 years agoMerge pull request #2462 from mmitche/add-arm64-users
Matt Mitchell [Wed, 23 Dec 2015 20:28:02 +0000 (12:28 -0800)]
Merge pull request #2462 from mmitche/add-arm64-users

Add explicit arm64 permissions

8 years agoAdd explicit arm64 permissions
Matt Mitchell [Wed, 23 Dec 2015 20:08:56 +0000 (12:08 -0800)]
Add explicit arm64 permissions

8 years agoMerge pull request #2459 from jkotas/bogus-test
Jan Kotas [Wed, 23 Dec 2015 13:47:47 +0000 (05:47 -0800)]
Merge pull request #2459 from jkotas/bogus-test

Delete bogus test

8 years agoDelete bogus test
Jan Kotas [Wed, 23 Dec 2015 12:38:43 +0000 (04:38 -0800)]
Delete bogus test

8 years agoMerge pull request #2431 from mikedn/notestwarn
Jan Kotas [Wed, 23 Dec 2015 12:23:43 +0000 (04:23 -0800)]
Merge pull request #2431 from mikedn/notestwarn

Cleanup warnings in native test projects

8 years agoMerge pull request #2455 from AndyAyersMS/FixSqMtx
Richard L Ford [Wed, 23 Dec 2015 01:40:04 +0000 (17:40 -0800)]
Merge pull request #2455 from AndyAyersMS/FixSqMtx

Reduce iterations in SqMtx

8 years agoMerge pull request #2438 from mmitche/update-readme
Matt Mitchell [Tue, 22 Dec 2015 22:04:08 +0000 (14:04 -0800)]
Merge pull request #2438 from mmitche/update-readme

Update readme with arm64 badge

8 years agoReduce iterations in SqMtx
Andy Ayers [Tue, 22 Dec 2015 19:20:57 +0000 (11:20 -0800)]
Reduce iterations in SqMtx

This test had two nested loops using `Iterations` and so ran for quite a long time. Remove the outer nest and then bump up the `Iterations` value so the test runs for about 1 second from command line and 10 seconds under xunit-performance.

8 years agoMerge pull request #2440 from mmitche/add-private-pr-trigger
Matt Mitchell [Tue, 22 Dec 2015 18:07:39 +0000 (10:07 -0800)]
Merge pull request #2440 from mmitche/add-private-pr-trigger

Add private PR trigger for arm64 windows builds

8 years agoMerge pull request #2453 from mmitche/fix-triggers
Matt Mitchell [Tue, 22 Dec 2015 18:02:41 +0000 (10:02 -0800)]
Merge pull request #2453 from mmitche/fix-triggers

Re-add missing FreeBSD PR trigger and reenable PR tests on NT

8 years agoRe-add missing FreeBSD PR trigger and reenable PR tests on NT
Matt Mitchell [Tue, 22 Dec 2015 17:52:08 +0000 (09:52 -0800)]
Re-add missing FreeBSD PR trigger and reenable PR tests on NT

8 years agoMerge pull request #2425 from erozenfeld/CheckedBuild
Jan Kotas [Tue, 22 Dec 2015 05:00:12 +0000 (21:00 -0800)]
Merge pull request #2425 from erozenfeld/CheckedBuild

Enable checked builds of CoreCLR.

8 years agoMerge pull request #2424 from erozenfeld/TailRecursionToLoopFix
Eugene Rozenfeld [Tue, 22 Dec 2015 04:27:35 +0000 (20:27 -0800)]
Merge pull request #2424 from erozenfeld/TailRecursionToLoopFix

Fix for a bug in recursive tail call to loop transformation.

8 years agoEnable checked builds of CoreCLR.
Eugene Rozenfeld [Wed, 16 Dec 2015 01:40:43 +0000 (17:40 -0800)]
Enable checked builds of CoreCLR.

In checked builds coreclr, mscorlib, and the test are built optimized
but assertion checking is on. This adds additional coverage (the jit is
optimizing and assertion checking is on), speeds up testing compared to debug,
and allows testing JIT stress modes.

This doesn't affect CoreFX.

Several tests are currently failing in checked configuration due to newly
discovered  bugs (JIT asserts). We didn't see these asserts in debug mode
because by default JIT is in minopt mode; we didn't see these bugs in release
mode because assertion checking is off. I will file the bugs once checked build
changes are in.

8 years agoFix for a bug in recursive tail call to loop transformation.
Eugene Rozenfeld [Sat, 19 Dec 2015 01:27:48 +0000 (17:27 -0800)]
Fix for a bug in recursive tail call to loop transformation.

The bug affects recursive tail calls where there is both a this arg and
an argument passed in outgoing arg space.

I brought over RecursiveTailCall tests and added TestStackParam test
that was a repro for the bug.

8 years agofixup
Matt Mitchell [Mon, 21 Dec 2015 20:30:28 +0000 (12:30 -0800)]
fixup

8 years agoAdd private PR trigger for arm64 windows builds
Matt Mitchell [Mon, 21 Dec 2015 20:20:06 +0000 (12:20 -0800)]
Add private PR trigger for arm64 windows builds

Trigger is @dotnet-bot test arm64 windows_nt

8 years agoMerge pull request #2439 from mmitche/debug-to-release
Matt Mitchell [Mon, 21 Dec 2015 18:48:42 +0000 (10:48 -0800)]
Merge pull request #2439 from mmitche/debug-to-release

Run release not debug

8 years agoRun release not debug
Matt Mitchell [Mon, 21 Dec 2015 18:48:07 +0000 (10:48 -0800)]
Run release not debug

8 years agoUpdate readme with arm64 badge
Matt Mitchell [Mon, 21 Dec 2015 18:40:38 +0000 (10:40 -0800)]
Update readme with arm64 badge

8 years agoMerge pull request #2436 from richlander/docs
Jan Kotas [Mon, 21 Dec 2015 18:02:21 +0000 (10:02 -0800)]
Merge pull request #2436 from richlander/docs

Update doc links

8 years agoMerge pull request #2437 from mmitche/disable-coreclr-debug
Matt Mitchell [Mon, 21 Dec 2015 17:58:53 +0000 (09:58 -0800)]
Merge pull request #2437 from mmitche/disable-coreclr-debug

Disable debug coreclr PR testing on linux/osx to keep job times down

8 years agoDisable debug coreclr PR testing on linux/osx to keep job times down
Matt Mitchell [Mon, 21 Dec 2015 17:56:53 +0000 (09:56 -0800)]
Disable debug coreclr PR testing on linux/osx to keep job times down

8 years agoMerge pull request #2428 from taylorjonl/smartos
Jan Kotas [Mon, 21 Dec 2015 17:53:33 +0000 (09:53 -0800)]
Merge pull request #2428 from taylorjonl/smartos

Initial support for building on SmartOS

8 years agoUpdate doc links
Richard Lander [Mon, 21 Dec 2015 17:06:54 +0000 (09:06 -0800)]
Update doc links

8 years agoCleanup warnings in native test projects
Mike Danes [Sun, 20 Dec 2015 10:29:13 +0000 (12:29 +0200)]
Cleanup warnings in native test projects

Most of the warnings (>10000) are generated by /Wall. It doesn't make much sense to use /Wall but since there's only a small number of warning types that cause issues I left /Wall in and disabled those particular warning types.

A few other warnings were caused by actual code issues (signed/unsigned mismatch, pointer cast to int, unused variables) which I fixed.

8 years agoMerge pull request #2395 from ellismg/wait-for-single-object-recursion-fix
Jan Kotas [Sun, 20 Dec 2015 08:49:51 +0000 (00:49 -0800)]
Merge pull request #2395 from ellismg/wait-for-single-object-recursion-fix

Fix infinite recursion in hostimpl.cpp

8 years agoInitial support for building on SmartOS
taylorjonl [Sat, 19 Dec 2015 20:20:27 +0000 (20:20 +0000)]
Initial support for building on SmartOS

8 years agoFix infinite recursion in hostimpl.cpp
Matt Ellis [Fri, 18 Dec 2015 22:00:55 +0000 (14:00 -0800)]
Fix infinite recursion in hostimpl.cpp

WaitForSingleObject was calling itself instead of delegating to
WaitForSingleObjectEx.

8 years agoMerge pull request #2394 from jashook/path_change
Matt Mitchell [Fri, 18 Dec 2015 21:26:48 +0000 (13:26 -0800)]
Merge pull request #2394 from jashook/path_change

Remove the quotes on include for arm64 build.

8 years agoRemove the quotes on include for arm64 build.
jashook [Fri, 18 Dec 2015 21:24:51 +0000 (13:24 -0800)]
Remove the quotes on include for arm64 build.

8 years agoMerge pull request #2393 from mmitche/fix-native-test-comp
Matt Mitchell [Fri, 18 Dec 2015 21:20:36 +0000 (13:20 -0800)]
Merge pull request #2393 from mmitche/fix-native-test-comp

Archive native test bits too for non-windows

8 years agoArchive native test bits too for non-windows
Matt Mitchell [Fri, 18 Dec 2015 21:20:01 +0000 (13:20 -0800)]
Archive native test bits too for non-windows

8 years agoMerge pull request #2392 from mmitche/use-release
Matt Mitchell [Fri, 18 Dec 2015 20:03:03 +0000 (12:03 -0800)]
Merge pull request #2392 from mmitche/use-release

Switch to using release corefx

8 years agoSwitch to using release corefx
Matt Mitchell [Fri, 18 Dec 2015 20:02:40 +0000 (12:02 -0800)]
Switch to using release corefx

8 years agoMerge pull request #2378 from ellismg/revert-29ce4f6
Jan Kotas [Fri, 18 Dec 2015 19:27:59 +0000 (11:27 -0800)]
Merge pull request #2378 from ellismg/revert-29ce4f6

Revert 29ce4f6

8 years agoMerge pull request #2376 from jashook/path_setup
Matt Mitchell [Fri, 18 Dec 2015 19:10:02 +0000 (11:10 -0800)]
Merge pull request #2376 from jashook/path_setup

Set up path for toolset.

8 years agoMerge pull request #2391 from mmitche/fix-netci
Matt Mitchell [Fri, 18 Dec 2015 18:42:01 +0000 (10:42 -0800)]
Merge pull request #2391 from mmitche/fix-netci

globalParams no longer defined

8 years agoglobalParams no longer defined
Matt Mitchell [Fri, 18 Dec 2015 18:41:20 +0000 (10:41 -0800)]
globalParams no longer defined

8 years agoMerge pull request #2377 from mmitche/arm64-win
Matt Mitchell [Fri, 18 Dec 2015 17:49:36 +0000 (09:49 -0800)]
Merge pull request #2377 from mmitche/arm64-win

Arm64 CI support and general refactoring of the CI scripting

8 years agoMerge pull request #2382 from cmckinsey/BenchF1
Chris McKinsey [Fri, 18 Dec 2015 17:45:49 +0000 (09:45 -0800)]
Merge pull request #2382 from cmckinsey/BenchF1

Add several more Benchstone BenchF benchmarks.

8 years agoAdd several Benchstone BenchF benchmarks.
Chris McKinsey [Fri, 18 Dec 2015 01:56:51 +0000 (17:56 -0800)]
Add several Benchstone BenchF benchmarks.

8 years agoArm64 CI support and general refactoring of the CI scripting
Matt Mitchell [Thu, 17 Dec 2015 16:52:33 +0000 (08:52 -0800)]
Arm64 CI support and general refactoring of the CI scripting

8 years agoMerge pull request #2381 from davmason/master
Vance Morrison [Fri, 18 Dec 2015 00:29:49 +0000 (16:29 -0800)]
Merge pull request #2381 from davmason/master

Fix EventSource.IsDisposed to correctly indicate that it has been disposed

8 years agoSet up path for toolset.
jashook [Thu, 17 Dec 2015 00:28:51 +0000 (16:28 -0800)]
Set up path for toolset.

8 years agoRevert 29ce4f6
Matt Ellis [Thu, 17 Dec 2015 21:01:50 +0000 (13:01 -0800)]
Revert 29ce4f6

29ce4f6 worked around an issue where we were exporting C++ operators
which caused some problems on OSX in some interop cases (see
dotnet/coreclr#946 and dotnet/coreclr#943 for more details).

With dotnet/coreclr#1065 we no longer export all symbols from libcoreclr
so these additional attributes are redudent and they cause issues when
trying to build with clang 3.7.  This commit removes them.

I verified that the sample AppKit app continues to work even with these
changes.

8 years agoMerge pull request #2375 from LLITCHEV/FixIssue1884Again
Lubomir Litchev [Thu, 17 Dec 2015 20:32:04 +0000 (12:32 -0800)]
Merge pull request #2375 from LLITCHEV/FixIssue1884Again

Fix a bad conflict resolution.

8 years agoMerge pull request #2370 from cmckinsey/DMath
Chris McKinsey [Thu, 17 Dec 2015 19:33:42 +0000 (11:33 -0800)]
Merge pull request #2370 from cmckinsey/DMath

Add the BenchF/Dmath Benchstone benchmark in the Xunit.performance fo…

8 years agoFix a bad conflict resolution.
Lubomir Litchev [Thu, 17 Dec 2015 18:47:17 +0000 (10:47 -0800)]
Fix a bad conflict resolution.

It appears the latest FI of the 4.6.1 wrok has overriden one of the tail
call fixes for System V struct passing. This change is fixing the problem
by putting back the right code.

8 years agoMerge pull request #2369 from speshuric/bug/2366
Jan Kotas [Thu, 17 Dec 2015 16:54:13 +0000 (08:54 -0800)]
Merge pull request #2369 from speshuric/bug/2366

Fix System.Collections.BitArray.Clone() fails when Length near Int32.MaxValue

8 years agoMerge pull request #2372 from jkotas/gc-update
Jan Kotas [Thu, 17 Dec 2015 05:54:35 +0000 (21:54 -0800)]
Merge pull request #2372 from jkotas/gc-update

Update GC from CoreRT

8 years agoUpdate GC from CoreRT
Jan Kotas [Thu, 17 Dec 2015 03:37:04 +0000 (19:37 -0800)]
Update GC from CoreRT

https://github.com/dotnet/corert/tree/master/src/Native/gc e223e35867c4660fe8423fedb2e547152dd7fd2d

8 years agoMerge pull request #2351 from hoyMS/interopTestLinux
Pat Gavlin [Thu, 17 Dec 2015 03:01:21 +0000 (19:01 -0800)]
Merge pull request #2351 from hoyMS/interopTestLinux

Enable jit64\hfa tests for Linux

8 years agoMerge pull request #2368 from jkotas/rename-gcscan
Jan Kotas [Thu, 17 Dec 2015 02:17:32 +0000 (18:17 -0800)]
Merge pull request #2368 from jkotas/rename-gcscan

Rename CNameSpace to GCScan

8 years agoMerge pull request #2371 from dotnet-bot/from-tfs
Jan Kotas [Thu, 17 Dec 2015 02:17:23 +0000 (18:17 -0800)]
Merge pull request #2371 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoFix build break in internal build
Jan Kotas [Thu, 17 Dec 2015 01:48:20 +0000 (17:48 -0800)]
Fix build break in internal build

[tfs-changeset: 1558334]

8 years agoRename CNameSpace to GCScan
Jan Kotas [Wed, 16 Dec 2015 23:26:25 +0000 (15:26 -0800)]
Rename CNameSpace to GCScan

8 years agoAdd the BenchF/Dmath Benchstone benchmark in the Xunit.performance format.
Chris McKinsey [Wed, 16 Dec 2015 23:59:27 +0000 (15:59 -0800)]
Add the BenchF/Dmath Benchstone benchmark in the Xunit.performance format.

8 years agoFix System.Collections.BitArray.Clone() fails when Length near Int32.MaxValue
Alexander Speshilov [Wed, 16 Dec 2015 23:45:47 +0000 (02:45 +0300)]
Fix System.Collections.BitArray.Clone() fails when Length near Int32.MaxValue

8 years agoMerge pull request #2358 from jkotas/corert-jitdump
Jan Kotas [Wed, 16 Dec 2015 23:37:36 +0000 (15:37 -0800)]
Merge pull request #2358 from jkotas/corert-jitdump

Make JitDump work in ilc.exe

8 years agoEnable jit64\hfa tests for Linux
Hongtao Yu [Tue, 15 Dec 2015 23:17:01 +0000 (15:17 -0800)]
Enable jit64\hfa tests for Linux

This includes the work to copy native interop test libraries over to the mscorlib path in order for interop tests to run on linux.

8 years agoMerge pull request #2364 from jashook/linux_arm64
Jan Kotas [Wed, 16 Dec 2015 23:07:20 +0000 (15:07 -0800)]
Merge pull request #2364 from jashook/linux_arm64

Linux arm64 build fix.

8 years agoMerge pull request #2367 from naamunds/AddDebianCi
Nate Amundson [Wed, 16 Dec 2015 22:34:23 +0000 (16:34 -0600)]
Merge pull request #2367 from naamunds/AddDebianCi

Add Debian build CI jobs

8 years agoAdd Debian build CI jobs
Nate Amundson [Wed, 16 Dec 2015 22:24:46 +0000 (16:24 -0600)]
Add Debian build CI jobs

This is part of the work for https://github.com/dotnet/corefx/issues/4656

8 years agoMake JitDump work in ilc.exe
Jan Kotas [Wed, 16 Dec 2015 04:23:11 +0000 (20:23 -0800)]
Make JitDump work in ilc.exe

The JIT is not expected to make assumption about format of raw signatures to parse them.
Instead, it should depend on JIT-EE interface for parsing. This invariant was violates in
couple of places related to debug COMPlus_ method filters that caused them to crash under CoreRT.

Fixed the filters to use the proper abstraction instead.

8 years agoLinux arm64 build fix.
jashook [Wed, 16 Dec 2015 19:21:16 +0000 (11:21 -0800)]
Linux arm64 build fix.

The fi introduced an arm64 define that was not picked up as a compiled error by x64. Verified with clang-3.6.

8 years agoMerge pull request #2363 from BruceForstall/FixConfigUsage
Bruce Forstall [Wed, 16 Dec 2015 20:57:24 +0000 (12:57 -0800)]
Merge pull request #2363 from BruceForstall/FixConfigUsage

Fix incorrect usage of configuration variables

8 years agoMerge pull request #2361 from BruceForstall/JitMinOptsName
Bruce Forstall [Wed, 16 Dec 2015 20:56:58 +0000 (12:56 -0800)]
Merge pull request #2361 from BruceForstall/JitMinOptsName

Add a new COMPLUS_JITMinOptsName to force MinOpts for a named function

8 years agoMerge pull request #2360 from dotnet-bot/from-tfs
Jan Kotas [Wed, 16 Dec 2015 20:11:36 +0000 (12:11 -0800)]
Merge pull request #2360 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoFix incorrect usage of configuration variables
Bruce Forstall [Wed, 16 Dec 2015 18:57:53 +0000 (10:57 -0800)]
Fix incorrect usage of configuration variables

This bug caused COMPLUS_JitDoEarlyProp to also affect Value Numbering, and COMPLUS_JitDoValueNumber not to work independently.

8 years agoAdd a new COMPLUS_JITMinOptsName to force MinOpts for a named function
Bruce Forstall [Wed, 16 Dec 2015 17:41:20 +0000 (09:41 -0800)]
Add a new COMPLUS_JITMinOptsName to force MinOpts for a named function

This uses the same name syntax as other variables taking names, like JitDump.
It is useful When tracking down silent bad codegen bugs, where you have a name
but no repeatable function number, such as due to a multithreaded app.

8 years agoFix build break - superfluous argument passed to printf
Jan Kotas [Wed, 16 Dec 2015 17:20:43 +0000 (09:20 -0800)]
Fix build break - superfluous argument passed to printf

8 years agoMerge pull request #2354 from pgavlin/ImportSimpleTests
Pat Gavlin [Wed, 16 Dec 2015 15:30:19 +0000 (07:30 -0800)]
Merge pull request #2354 from pgavlin/ImportSimpleTests

Import additional JIT tests.

8 years agoBug fixes from desktop
Jan Kotas [Wed, 16 Dec 2015 15:06:21 +0000 (07:06 -0800)]
Bug fixes from desktop

- Low memory perf fixes in GC
- Update EnC-capable logic to depend on assembly manifest

[tfs-changeset: 1558202]

8 years agoMerge pull request #2347 from hoyMS/testPorting
Pat Gavlin [Wed, 16 Dec 2015 01:00:42 +0000 (17:00 -0800)]
Merge pull request #2347 from hoyMS/testPorting

Porting tests

8 years agoImport additional JIT tests.
Pat Gavlin [Tue, 15 Dec 2015 22:28:20 +0000 (14:28 -0800)]
Import additional JIT tests.

These tests were not imported earlier due to missing APIs. In the
case of all APIs besides TypedReference, the sources were adjusted
to accommodate the differences on .Net Core. In the case of
TypedReference, the tests now reference the local mscorlib.

8 years agoMerge pull request #2214 from jashook/legacy_jit_build
Jan Kotas [Tue, 15 Dec 2015 23:48:21 +0000 (15:48 -0800)]
Merge pull request #2214 from jashook/legacy_jit_build

Build the legacy jit for x86.

8 years agoPorting tests
Hongtao Yu [Tue, 15 Dec 2015 20:40:24 +0000 (12:40 -0800)]
Porting tests

jit\directed\nullabletypes\value_d.csproj
jit\directed\nullabletypes\value_do.csproj
jit\directed\nullabletypes\value_r.csproj
jit\directed\nullabletypes\value_ro.csproj
jit\methodical\fp\apps\bouncingball_cs_d.csproj
jit\methodical\fp\apps\bouncingball_cs_do.csproj
jit\methodical\fp\apps\bouncingball_cs_r.csproj
jit\methodical\fp\apps\bouncingball_cs_ro.csproj
jit\regression\vs-ia64-jit\m00\b77951\b77951.csproj
jit\methodical\stringintern\_XModuletest1-xmod.csproj
jit\methodical\stringintern\_XModuletest2-xmod.csproj
jit\methodical\stringintern\_XModuletest4-xmod.csproj

Remove

8 years agoBuild the legacy jit for x86 and arm.
Jarret Shook [Wed, 2 Dec 2015 23:48:45 +0000 (15:48 -0800)]
Build the legacy jit for x86 and arm.

Small changes to cmake to allow us to build the legacy jit as the fallback
jit for both x86 and arm.

8 years agoMerge pull request #2346 from dotnet-bot/from-tfs
Jan Kotas [Tue, 15 Dec 2015 20:42:17 +0000 (12:42 -0800)]
Merge pull request #2346 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoMerge pull request #2341 from mikem8361/pipefile2
Mike McLaughlin [Tue, 15 Dec 2015 20:14:35 +0000 (12:14 -0800)]
Merge pull request #2341 from mikem8361/pipefile2

Debugger transport pipe file cleanup - Part 2

8 years agoMerge pull request #2344 from rahku/winArm64
Gaurav Khanna [Tue, 15 Dec 2015 19:59:00 +0000 (11:59 -0800)]
Merge pull request #2344 from rahku/winArm64

Win arm64 -- Final PR

8 years agoDebugger transport pipe file cleanup - Part 2
Mike McLaughlin [Tue, 15 Dec 2015 01:24:43 +0000 (17:24 -0800)]
Debugger transport pipe file cleanup - Part 2

Clean up the pipe files in /tmp for unhandled managed exception termination.

Added a simple PAL shutdown API to set (one) shutdown callback handler which is used
by the debugger code to cleanup the transport thus removing the pipe files from /tmp.

This callback is executed PAL_Shutdown, ExitProcess and TerminateProcess, the later used
to terminate the process for an unhandled managed exception.

Add the __attribute__((destructor)) to the ShutdownTransport function to cover the case if
the if a third party host, the managed runtime or third party pinvoked code calls exit().

8 years agoAdd the implementation of the TargetFrameworkName method on AppContext.
Alex Ghiondea [Tue, 15 Dec 2015 18:43:03 +0000 (10:43 -0800)]
Add the implementation of the TargetFrameworkName method on AppContext.

This change does not contain the packaging work required to expose this API yet.

[tfs-changeset: 1557809]

8 years agoBuild arm64 using private toolset
Rahul Kumar [Tue, 24 Nov 2015 01:11:42 +0000 (17:11 -0800)]
Build arm64 using private toolset

Successfully builds all binaries except sos.dll & x64 binaries

8 years agoMerge pull request #2343 from dotnet-bot/from-tfs
Jan Kotas [Tue, 15 Dec 2015 14:43:57 +0000 (06:43 -0800)]
Merge pull request #2343 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoMerge pull request #2342 from jkotas/legacy_abort
Jan Kotas [Tue, 15 Dec 2015 14:43:47 +0000 (06:43 -0800)]
Merge pull request #2342 from jkotas/legacy_abort

Move Thread.Abort under FEATURE_LEGACYSURFACE

8 years agoMove Thread.Abort under FEATURE_LEGACYSURFACE
Jan Kotas [Tue, 15 Dec 2015 13:13:46 +0000 (05:13 -0800)]
Move Thread.Abort under FEATURE_LEGACYSURFACE

8 years agoAdd src/jit/protojit
Jan Kotas [Tue, 15 Dec 2015 13:06:39 +0000 (05:06 -0800)]
Add src/jit/protojit

[tfs-changeset: 1557767]

8 years agoMerge pull request #2340 from dotnet-bot/from-tfs
Jan Kotas [Tue, 15 Dec 2015 13:00:38 +0000 (05:00 -0800)]
Merge pull request #2340 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoMerge pull request #2339 from Marqin/master
Jan Vorlicek [Tue, 15 Dec 2015 07:17:49 +0000 (08:17 +0100)]
Merge pull request #2339 from Marqin/master

[BUILD] Fix for #2338

8 years agoMerge pull request #2335 from hoyMS/testPorting
Pat Gavlin [Tue, 15 Dec 2015 05:42:58 +0000 (21:42 -0800)]
Merge pull request #2335 from hoyMS/testPorting

Porting more tests

8 years agoMerge pull request #2337 from ellismg/fix-2314
Jan Kotas [Tue, 15 Dec 2015 01:50:38 +0000 (17:50 -0800)]
Merge pull request #2337 from ellismg/fix-2314

Fix transparency annotations

8 years agoExpose TypeInfo.IsEquiventTo and Assembly.GetEntryAssembly() APIs in mscorlib
Pallavi Taneja [Mon, 14 Dec 2015 19:03:33 +0000 (11:03 -0800)]
Expose TypeInfo.IsEquiventTo and Assembly.GetEntryAssembly() APIs in mscorlib

[tfs-changeset: 1557485]

8 years agoDon't propagate type handles that are used as null checks
Bruce Forstall [Mon, 14 Dec 2015 04:10:15 +0000 (20:10 -0800)]
Don't propagate type handles that are used as null checks

In order not to change program behavior, don't propagate type handles that are used as null checks, which are usually in form of
                       *  stmtExpr  void  (top level)
                       \--*  indir     int
                           \--*  lclVar    ref    V02 loc0

[tfs-changeset: 1557281]

8 years agoAdd if to check if Linux for -ldl, because it only works on Linux.
Marqin [Tue, 15 Dec 2015 01:22:48 +0000 (02:22 +0100)]
Add if to check if Linux for -ldl, because it only works on Linux.

8 years agoMerge pull request #2327 from mikem8361/cleanup
Mike McLaughlin [Tue, 15 Dec 2015 00:56:18 +0000 (16:56 -0800)]
Merge pull request #2327 from mikem8361/cleanup

PAL Module/shutdown cleanup.

8 years agoPorting tests:
Hongtao Yu [Fri, 11 Dec 2015 22:22:06 +0000 (14:22 -0800)]
Porting tests:

jit\regression\clr-x86-jit\v1-m09.5-pdc\b12795\b12795.csproj
jit\methodical\eh\deadcode\deadcodeincatch_d.ilproj

Porting interop tests
jit\jit64\mcc\interop\mcc_i10.exe
jit\jit64\mcc\interop\mcc_i11.exe
jit\jit64\mcc\interop\mcc_i12.exe
jit\jit64\mcc\interop\mcc_i13.exe

Disabled for linux since the tests are using native varargs.

8 years agoLink unixcoreruncommon with dl, which is needed on Unix-like systems
Marqin [Tue, 15 Dec 2015 00:48:58 +0000 (01:48 +0100)]
Link unixcoreruncommon with dl, which is needed on Unix-like systems
to use dynamic linking.

8 years agoMerge pull request #2280 from LLITCHEV/SysVTests
Lubomir Litchev [Tue, 15 Dec 2015 00:24:48 +0000 (16:24 -0800)]
Merge pull request #2280 from LLITCHEV/SysVTests

Fix a tight assert for System V struct returning.