platform/upstream/dotnet/runtime.git
7 years agoMerge pull request dotnet/coreclr#9573 from dotnet-bot/master-UpdateDependencies
Gaurav Khanna [Tue, 14 Feb 2017 04:12:26 +0000 (20:12 -0800)]
Merge pull request dotnet/coreclr#9573 from dotnet-bot/master-UpdateDependencies

Update CoreFx to beta-25014-01 (master)

Commit migrated from https://github.com/dotnet/coreclr/commit/80fa6187fdd253a2dbeff11502685fabc928a208

7 years agoMerge pull request dotnet/coreclr#9567 from fiigii/master
Sivarv [Tue, 14 Feb 2017 03:54:27 +0000 (19:54 -0800)]
Merge pull request dotnet/coreclr#9567 from fiigii/master

Directly support Min/Max intrinsic for Vector<T> on SSE3_4 and above targets

Commit migrated from https://github.com/dotnet/coreclr/commit/59392bbb5b4eacd30f2ecbebc65b71dd95a5819a

7 years agoUpdate CoreFx to beta-25014-01
dotnet-bot [Tue, 14 Feb 2017 02:59:38 +0000 (02:59 +0000)]
Update CoreFx to beta-25014-01

Commit migrated from https://github.com/dotnet/coreclr/commit/520b9fae487ce955bf027e92b11e9c3c1d3cf2ae

7 years agoMerge pull request dotnet/coreclr#9298 from noahfalk/r2r
noahfalk [Tue, 14 Feb 2017 01:51:40 +0000 (17:51 -0800)]
Merge pull request dotnet/coreclr#9298 from noahfalk/r2r

Rejit support for R2R

Commit migrated from https://github.com/dotnet/coreclr/commit/3cd73fb25a2608b4ef74bbbb8969a5d7ad9da213

7 years agoDirectly support Min/Max intrinsic for Vector<T> on SSE3_4 and above targets
Fei Peng [Tue, 14 Feb 2017 00:07:56 +0000 (16:07 -0800)]
Directly support Min/Max intrinsic for Vector<T> on SSE3_4 and above targets

Commit migrated from https://github.com/dotnet/coreclr/commit/e6fe29c6c6ca6e4ebc47e0556dfc196055e8dae7

7 years agoMerge pull request dotnet/coreclr#9483 from dotnet-bot/master-UpdateDependencies
William Godbe [Tue, 14 Feb 2017 01:23:55 +0000 (17:23 -0800)]
Merge pull request dotnet/coreclr#9483 from dotnet-bot/master-UpdateDependencies

Update CoreClr, CoreFx to beta-25013-09, beta-25013-01, respectively (master)

Commit migrated from https://github.com/dotnet/coreclr/commit/4f059553beab82aca5dff28227730ba976afeb99

7 years agoMerge pull request dotnet/coreclr#9551 from danmosemsft/dead2
Dan Moseley [Tue, 14 Feb 2017 00:56:52 +0000 (16:56 -0800)]
Merge pull request dotnet/coreclr#9551 from danmosemsft/dead2

Remove dead source files in vm\**

Commit migrated from https://github.com/dotnet/coreclr/commit/5c0cf068303c5bb9439d46cb7eafd5fdeb1a718a

7 years agoMerge pull request dotnet/coreclr#9564 from pgavlin/ReportCodeSize
Pat Gavlin [Tue, 14 Feb 2017 00:56:08 +0000 (16:56 -0800)]
Merge pull request dotnet/coreclr#9564 from pgavlin/ReportCodeSize

Report code and GC info size in the JIT time log.

Commit migrated from https://github.com/dotnet/coreclr/commit/8f09876611179ea96b7b0988230b500d8e850020

7 years agoMerge pull request dotnet/coreclr#9560 from JosephTremoulet/TypeToTypeVN
Joseph Tremoulet [Mon, 13 Feb 2017 23:38:50 +0000 (18:38 -0500)]
Merge pull request dotnet/coreclr#9560 from JosephTremoulet/TypeToTypeVN

Value number TypeHandleToRuntimeType helper

Commit migrated from https://github.com/dotnet/coreclr/commit/539b142c53c66702fd9e76335f591dd946ddbdd5

7 years agoUpdate CoreClr, CoreFx to beta-25013-09, beta-25013-01, respectively
dotnet-bot [Mon, 13 Feb 2017 23:36:44 +0000 (23:36 +0000)]
Update CoreClr, CoreFx to beta-25013-09, beta-25013-01, respectively

Commit migrated from https://github.com/dotnet/coreclr/commit/7c252140f3db634565baa1bc5075ebc47186a772

7 years agoFix build break
danmosemsft [Mon, 13 Feb 2017 23:03:15 +0000 (15:03 -0800)]
Fix build break

Commit migrated from https://github.com/dotnet/coreclr/commit/01656a9802c4885058a9da831f6e819688a799ed

7 years agoMerge pull request dotnet/coreclr#9562 from AndyAyersMS/FixMagicTypeEquality
Andy Ayers [Mon, 13 Feb 2017 22:52:47 +0000 (14:52 -0800)]
Merge pull request dotnet/coreclr#9562 from AndyAyersMS/FixMagicTypeEquality

Jit: fix for broken type equality optimization

Commit migrated from https://github.com/dotnet/coreclr/commit/965d079c06a6945bfb022d3032ea7c3e2493ae68

7 years agoMerge pull request dotnet/coreclr#9563 from pgavlin/FixPrintCsvHeader
Pat Gavlin [Mon, 13 Feb 2017 22:42:40 +0000 (14:42 -0800)]
Merge pull request dotnet/coreclr#9563 from pgavlin/FixPrintCsvHeader

Fix `JitTimeLog::PrintCsvHeader`.

Commit migrated from https://github.com/dotnet/coreclr/commit/63af0e030f9c2de244dbc997822169a1f3dc8c92

7 years agoRejit support for R2R images
noahfalk [Mon, 13 Feb 2017 22:41:20 +0000 (14:41 -0800)]
Rejit support for R2R images

Two changes:
a) R2R code wasn't being reported to the Rejit Manager when it was used, this is a simple fix in prestub.cpp. This makes the ReJit API work.
b) The bulk of the changes handle adding support for an inlining table to R2R so that ICorProfilerInfo6::EnumNgenMethodsInliningThisMethod can supply that information to profilers.

This was only tested on Windows thus far, but there is no apparent reason this change would be OS specific.

Commit migrated from https://github.com/dotnet/coreclr/commit/ac40eab10f2f65a0fe9c88b762da1719d5c3839c

7 years agoReport code and GC info size in the JIT time log.
Pat Gavlin [Mon, 13 Feb 2017 22:36:47 +0000 (14:36 -0800)]
Report code and GC info size in the JIT time log.

Just what it says on the tin.

Commit migrated from https://github.com/dotnet/coreclr/commit/1e2463998e62fcbd1c44ae0956fa8089fada72dd

7 years ago[x86/Linux] Fix incorrect update in HijackFrame::UpdateRegDisplay (dotnet/coreclr...
Jonghyun Park [Mon, 13 Feb 2017 22:19:14 +0000 (07:19 +0900)]
[x86/Linux] Fix incorrect update in HijackFrame::UpdateRegDisplay (dotnet/coreclr#9448)

* [x86/Linux] Fix incorrect update in HijackFrame::UpdateRegDisplay

* Use ENUM_XXX_REGISTERS macro

Commit migrated from https://github.com/dotnet/coreclr/commit/ead3045fa6e4a43fc16f59a627bc8040df039511

7 years agoMerge pull request dotnet/coreclr#9561 from wtgodbe/suseRuntimes
William Godbe [Mon, 13 Feb 2017 22:10:23 +0000 (14:10 -0800)]
Merge pull request dotnet/coreclr#9561 from wtgodbe/suseRuntimes

Remove OpenSuse13.2 from runtime section in all Project.Jsons

Commit migrated from https://github.com/dotnet/coreclr/commit/645f0ad659dda3e356330c36e5c4702040acfb32

7 years agoFix bytemark benchmark (dotnet/coreclr#9497)
Andy Ayers [Mon, 13 Feb 2017 21:34:39 +0000 (13:34 -0800)]
Fix bytemark benchmark (dotnet/coreclr#9497)

I misunderstood how bytemark uses the `adjust` parameter and inadvertently
enabled self-adjustment for the xunit-perf versions of these tests. Not
surprisingly the results showed crazy run to run variations.

Update these tests to set `adjust = 1` to stop the self-adjustment.

Iteration and loop counts tweaked so that each test runs for roughly
1 second on the perf machines.

Commit migrated from https://github.com/dotnet/coreclr/commit/9613ba2e6b6ba47300684c004872fd2fe81573dd

7 years agoFix `JitTimeLog::PrintCsvHeader`.
Pat Gavlin [Mon, 13 Feb 2017 21:26:56 +0000 (13:26 -0800)]
Fix `JitTimeLog::PrintCsvHeader`.

This function attempts to suppress its output if the JIT time log is not
empty. Unfortunately, the method it uses to do this detection gives
incorrect results on Windows: as documented on MSDN, `ftell` will return
`0` for a file opened for appending until the first I/O operation on
that file occurs. This change fixes this by seeking to the end of the
file prior to `ftell`.

Commit migrated from https://github.com/dotnet/coreclr/commit/fdbd420a4df2f43219c2b149f0972c20f1590ba2

7 years agoRemove OpenSuse13.2 from runtime section in all Project.Jsons
wtgodbe [Mon, 13 Feb 2017 20:56:21 +0000 (12:56 -0800)]
Remove OpenSuse13.2 from runtime section in all Project.Jsons

Commit migrated from https://github.com/dotnet/coreclr/commit/832e6e643380b3dc632231169f3c6d295dcf3e56

7 years agoJit: fix for broken type equality optimization
Andy Ayers [Mon, 13 Feb 2017 19:05:02 +0000 (11:05 -0800)]
Jit: fix for broken type equality optimization

The jit relies on a particular tree remaining intact during importation
to optimize type equality tests commonly found in generics.

In dotnet/coreclr#7909 the jit started aggressively spilling the evaluation stack before
calls, which broke up the trees needed for the optimizations.

In the special cases pertaining to type tests the trees can safely remain
intact because we know the calls can't interact with the computations on
the stack. Recognize these cases and selectively suppress spilling.

Closes dotnet/coreclr#9552.

Commit migrated from https://github.com/dotnet/coreclr/commit/a26e2c670fc7a793794f4a499212a115c5d5a4b3

7 years ago[Unix] Add runparallel.sh (dotnet/coreclr#9557)
Steve MacLean [Mon, 13 Feb 2017 20:14:17 +0000 (15:14 -0500)]
[Unix] Add runparallel.sh (dotnet/coreclr#9557)

Initial draft of a run script capable of keeping
high core count Arm64 servers saturated

Uses xargs to submit and schedule jobs

Commit migrated from https://github.com/dotnet/coreclr/commit/3d5d12d7e897d7c2d90ab83aa4eb95b410cb98f5

7 years agoValue number TypeHandleToRuntimeType helper
Joseph Tremoulet [Mon, 13 Feb 2017 19:09:08 +0000 (14:09 -0500)]
Value number TypeHandleToRuntimeType helper

This is a pure helper w/o side-effects, so add it to the lists of
tractable helpers in value-numbering; this allows redundant calls to be
CSEd, and fixes dotnet/coreclr#9552 so we can again optimize away type checks on type
parameters in generic code (a not-infrequent pattern).

Commit migrated from https://github.com/dotnet/coreclr/commit/4f2d083b67873a9281692d69c8088cc52f38b690

7 years ago[Unix] twowaypipe unlink before mkfifo (dotnet/coreclr#9505)
Steve MacLean [Mon, 13 Feb 2017 14:54:24 +0000 (09:54 -0500)]
[Unix] twowaypipe unlink before mkfifo (dotnet/coreclr#9505)

Remove stale fifo when before mkfifo

This reduces bogus failures when corerun jobs were
killed with SIGKILL...

Commit migrated from https://github.com/dotnet/coreclr/commit/6185a8801d3d4402b3afb728856aa62b86dadb4a

7 years ago[Arm64/Unix] Remove misleading stress message (dotnet/coreclr#9507)
Steve MacLean [Mon, 13 Feb 2017 10:56:49 +0000 (05:56 -0500)]
[Arm64/Unix] Remove misleading stress message (dotnet/coreclr#9507)

* [Arm64/Unix] Remove misleading stress message

Commit migrated from https://github.com/dotnet/coreclr/commit/199739614911b8f7c9cd672cdd8225e22700fa3f

7 years agoRemove dead validator.cpp
danmosemsft [Mon, 13 Feb 2017 05:08:46 +0000 (21:08 -0800)]
Remove dead validator.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/d1cfc9625334f7a64daf713335e997c1c8a8eaa7

7 years agoRemove dead stackbuildersink.cpp
danmosemsft [Mon, 13 Feb 2017 05:05:29 +0000 (21:05 -0800)]
Remove dead stackbuildersink.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/a79fee3b99fe8d6f171c7b26dae4fb1a51590d90

7 years agoRemove dead rwlock.cpp
danmosemsft [Mon, 13 Feb 2017 05:04:15 +0000 (21:04 -0800)]
Remove dead rwlock.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/457ee7bbf1ce194cf2260ca202eae6aa1bcd445a

7 years agoRemove dead remoting.cpp
danmosemsft [Mon, 13 Feb 2017 05:01:16 +0000 (21:01 -0800)]
Remove dead remoting.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/c3eb35629731e40bf4ee826db88311f636f9ad36

7 years agoRemove dead objectclone.cpp
danmosemsft [Mon, 13 Feb 2017 05:00:22 +0000 (21:00 -0800)]
Remove dead objectclone.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/0627527ec3b9921928e7ed3ba9f7d1c34cbdb627

7 years agoRemove dead mixedmode.cpp
danmosemsft [Mon, 13 Feb 2017 04:58:49 +0000 (20:58 -0800)]
Remove dead mixedmode.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/aac8c16336872daae128ad531720dcbafe7a98f5

7 years agoRemove dead message.cpp
danmosemsft [Mon, 13 Feb 2017 04:57:29 +0000 (20:57 -0800)]
Remove dead message.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/0226a2eb0c600d06d43ad54514b595a7d7a3f751

7 years agoRemove dead mdadac.cpp
danmosemsft [Mon, 13 Feb 2017 04:54:30 +0000 (20:54 -0800)]
Remove dead mdadac.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/01cd52961742f595ca710027fd3b0714ad594262

7 years agoRemove dead mda.cpp
danmosemsft [Mon, 13 Feb 2017 04:53:44 +0000 (20:53 -0800)]
Remove dead mda.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/b15fd281c15c39d26418e94d422e6eee148046a8

7 years agoRemove dead gchost.cpp
danmosemsft [Mon, 13 Feb 2017 04:52:42 +0000 (20:52 -0800)]
Remove dead gchost.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/85443510ce834866f2bc899e8512c2b7b90ee3ed

7 years agoRemove dead crossdomaincalls.cpp
danmosemsft [Mon, 13 Feb 2017 04:51:31 +0000 (20:51 -0800)]
Remove dead crossdomaincalls.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/41a53ba525c708b229d1c545249bf95c40c10a38

7 years agoRemove constrainedexecutionregion.cpp
danmosemsft [Mon, 13 Feb 2017 04:42:42 +0000 (20:42 -0800)]
Remove constrainedexecutionregion.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/6f05c7c8d283345b811cfe7abe1c2ad416301a12

7 years agoRemove commethodrental
danmosemsft [Mon, 13 Feb 2017 04:25:22 +0000 (20:25 -0800)]
Remove commethodrental

Commit migrated from https://github.com/dotnet/coreclr/commit/54a687af2ab167060392ea95dd2f8fac643c6880

7 years agoRemove clrpriv* dead code
danmosemsft [Mon, 13 Feb 2017 04:21:08 +0000 (20:21 -0800)]
Remove clrpriv* dead code

Commit migrated from https://github.com/dotnet/coreclr/commit/4a252cee944e66e7ad709bc11a31037c78fcdfe9

7 years agoRemove dead assemblynamesconfigfactory etc files
danmosemsft [Mon, 13 Feb 2017 03:55:22 +0000 (19:55 -0800)]
Remove dead assemblynamesconfigfactory etc files

Commit migrated from https://github.com/dotnet/coreclr/commit/57aaf669076c1fb4c756251192f301b7b6db22dc

7 years agoRemove dead appdomainhelper* files
danmosemsft [Mon, 13 Feb 2017 03:55:22 +0000 (19:55 -0800)]
Remove dead appdomainhelper* files

Commit migrated from https://github.com/dotnet/coreclr/commit/4adbd6765d79c25dbae8bce48083c8a4e81934f6

7 years agoMerge pull request dotnet/coreclr#9542 from danmosemsft/defines3
Dan Moseley [Mon, 13 Feb 2017 05:54:57 +0000 (21:54 -0800)]
Merge pull request dotnet/coreclr#9542 from danmosemsft/defines3

Remove code corresponding to always defined symbols

Commit migrated from https://github.com/dotnet/coreclr/commit/2efbb9282c059eb9742ba5a59b8a1d52ac4dfa4c

7 years agoAddendum for FEATURE_FUSION
danmosemsft [Mon, 13 Feb 2017 03:17:39 +0000 (19:17 -0800)]
Addendum for FEATURE_FUSION

Commit migrated from https://github.com/dotnet/coreclr/commit/9e3a2fa2faa2a79285fc472c7090821b405469d0

7 years agoAddendum for FEATURE_APPX_BINDER
danmosemsft [Mon, 13 Feb 2017 03:15:47 +0000 (19:15 -0800)]
Addendum for FEATURE_APPX_BINDER

Commit migrated from https://github.com/dotnet/coreclr/commit/3e2323d3c240f12242f6202695032d744c69a9f2

7 years agoAddendum for FEATURE_CODEPAGES_FILE
danmosemsft [Mon, 13 Feb 2017 03:10:52 +0000 (19:10 -0800)]
Addendum for FEATURE_CODEPAGES_FILE

Commit migrated from https://github.com/dotnet/coreclr/commit/981accc3246e25b48ab8be9c1fbd246f3613f65f

7 years agoMerge pull request dotnet/coreclr#9516 from sdmaclea/PR-ARM64-FAILS
Russ Keldorph [Mon, 13 Feb 2017 01:49:30 +0000 (17:49 -0800)]
Merge pull request dotnet/coreclr#9516 from sdmaclea/PR-ARM64-FAILS

[Arm64/Unix] Add list of known arm64 fails

Commit migrated from https://github.com/dotnet/coreclr/commit/8f3b42948fd24d13666ddd1bcfcbd4a5ac74a9ab

7 years agoMerge pull request dotnet/coreclr#9446 from seanshpark/stkalign_helpers
Bruce Forstall [Mon, 13 Feb 2017 01:24:21 +0000 (17:24 -0800)]
Merge pull request dotnet/coreclr#9446 from seanshpark/stkalign_helpers

[x86/Linux] Fix stack alignment in helper stub

Commit migrated from https://github.com/dotnet/coreclr/commit/eae0a0cf6a22bf189844eaf36c773dd0c125b27a

7 years agoMerge pull request dotnet/coreclr#9543 from mskvortsov/fix-9536
Bruce Forstall [Mon, 13 Feb 2017 01:22:03 +0000 (17:22 -0800)]
Merge pull request dotnet/coreclr#9543 from mskvortsov/fix-9536

[Windows/Arm32] Fix a build break

Commit migrated from https://github.com/dotnet/coreclr/commit/357f1178c195bb743025d68f1d075793317b5ebf

7 years agoRemove never defined FEATURE_FUSION
danmosemsft [Mon, 13 Feb 2017 00:51:48 +0000 (16:51 -0800)]
Remove never defined FEATURE_FUSION

Commit migrated from https://github.com/dotnet/coreclr/commit/b9f410b7b85d3948aece3aa009885df244f11e41

7 years agoRemove remainder of FEATURE_CORECLR (tool missed some files, also comments)
danmosemsft [Sun, 12 Feb 2017 23:32:54 +0000 (15:32 -0800)]
Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)

Commit migrated from https://github.com/dotnet/coreclr/commit/206b6a7efbc2e947eff900f448b86573b77ae392

7 years agoComment for Gaurav
danmosemsft [Sun, 12 Feb 2017 22:31:56 +0000 (14:31 -0800)]
Comment for Gaurav

Commit migrated from https://github.com/dotnet/coreclr/commit/764b57ba3b7494a8391f32fea688c46247dc9336

7 years agoRemove never defined FEATURE_CRYPTO
danmosemsft [Sun, 12 Feb 2017 22:30:52 +0000 (14:30 -0800)]
Remove never defined FEATURE_CRYPTO

Commit migrated from https://github.com/dotnet/coreclr/commit/b19c2192fb77f7a9488426520857740c59ffaf2a

7 years agoRemove never defined FEATURE_COMPRESSEDSTACK
danmosemsft [Sun, 12 Feb 2017 22:26:40 +0000 (14:26 -0800)]
Remove never defined FEATURE_COMPRESSEDSTACK

Commit migrated from https://github.com/dotnet/coreclr/commit/527c3a1cbb99c6d9b9f11b250bc73487b2c41120

7 years agoRemove never defined FEATURE_COMINTEROP_WINRT_DESKTOP_HOST
danmosemsft [Sun, 12 Feb 2017 22:23:34 +0000 (14:23 -0800)]
Remove never defined FEATURE_COMINTEROP_WINRT_DESKTOP_HOST

Commit migrated from https://github.com/dotnet/coreclr/commit/e14f9e5a6eacdc1ae0ff51a23d192cf457f7f5cc

7 years agoRemove never defined FEATURE_COMINTEROP_TLB_SUPPORT and files that require it to...
danmosemsft [Sun, 12 Feb 2017 20:46:46 +0000 (12:46 -0800)]
Remove never defined FEATURE_COMINTEROP_TLB_SUPPORT and files that require it to be defined

Commit migrated from https://github.com/dotnet/coreclr/commit/c2ef095b02c2751f304f43d4c529a1fbac6079d2

7 years agoRemove never defined FEATURE_COMINTEROP_REGISTRATION
danmosemsft [Sun, 12 Feb 2017 20:37:06 +0000 (12:37 -0800)]
Remove never defined FEATURE_COMINTEROP_REGISTRATION

Commit migrated from https://github.com/dotnet/coreclr/commit/c9a8100ddeaf106f61bd7837ff17ef2ecc069b0b

7 years agoRemove never defined FEATURE_CODEPAGES_FILE and file
danmosemsft [Sun, 12 Feb 2017 20:28:16 +0000 (12:28 -0800)]
Remove never defined FEATURE_CODEPAGES_FILE and file

Commit migrated from https://github.com/dotnet/coreclr/commit/2ae9e448d2746814ec0045713ced712cb556bd1d

7 years agoRemove never defined FEATURE_CLICKONCE
danmosemsft [Sun, 12 Feb 2017 20:24:42 +0000 (12:24 -0800)]
Remove never defined FEATURE_CLICKONCE

Commit migrated from https://github.com/dotnet/coreclr/commit/8e07276c8da06900db4f6072197ce7beecc0481e

7 years agoRemove never defined FEATURE_CER and header
danmosemsft [Sun, 12 Feb 2017 20:19:09 +0000 (12:19 -0800)]
Remove never defined FEATURE_CER and header

Commit migrated from https://github.com/dotnet/coreclr/commit/3d3333347351975148854e83603241b84764eb32

7 years agoRemove never defined FEATURE_APTCA
danmosemsft [Sun, 12 Feb 2017 20:14:01 +0000 (12:14 -0800)]
Remove never defined FEATURE_APTCA

Commit migrated from https://github.com/dotnet/coreclr/commit/71abc31bcdb631b739bee606930e63d1384aea2f

7 years agoRemove never defined FEATURE_APPX_BINDER
danmosemsft [Sun, 12 Feb 2017 20:08:12 +0000 (12:08 -0800)]
Remove never defined FEATURE_APPX_BINDER

Commit migrated from https://github.com/dotnet/coreclr/commit/2f50fd27bfde5f2bc32c081e6a2196f92fc03992

7 years agoRemove never defined FEATURE_APPDOMAINMANAGER_INITOPTIONS
danmosemsft [Sun, 12 Feb 2017 19:34:37 +0000 (11:34 -0800)]
Remove never defined FEATURE_APPDOMAINMANAGER_INITOPTIONS

Commit migrated from https://github.com/dotnet/coreclr/commit/f2704e6d0b45d37a638ef320a908ff0e3b23f0b5

7 years agoRemove always defined FEATURE_VERSIONING
danmosemsft [Sun, 12 Feb 2017 19:19:46 +0000 (11:19 -0800)]
Remove always defined FEATURE_VERSIONING

Commit migrated from https://github.com/dotnet/coreclr/commit/f7585ef29164a2f3f9d3913eb9f87943094d30b3

7 years agoRemove defined but wrapping dead code FEATURE_SYNTHETIC_CULTURES
danmosemsft [Sun, 12 Feb 2017 19:15:41 +0000 (11:15 -0800)]
Remove defined but wrapping dead code FEATURE_SYNTHETIC_CULTURES

Commit migrated from https://github.com/dotnet/coreclr/commit/cb8a7b899283653156cc32fe5f3f45924207ad3e

7 years agoRemove always defined FEATURE_SYNCHRONIZATIONCONTEXT_WAIT
danmosemsft [Sun, 12 Feb 2017 19:12:36 +0000 (11:12 -0800)]
Remove always defined FEATURE_SYNCHRONIZATIONCONTEXT_WAIT

Commit migrated from https://github.com/dotnet/coreclr/commit/5b9f6a1c0f09d74ea7fe870c7b6c14fe9b5002cc

7 years agoRemove always defined FEATURE_SPAN_OF_T
danmosemsft [Sun, 12 Feb 2017 19:05:31 +0000 (11:05 -0800)]
Remove always defined FEATURE_SPAN_OF_T

Commit migrated from https://github.com/dotnet/coreclr/commit/c65413fd6470e853ceb02649906cdbc164700a97

7 years agoRemove never used FEATURE_NORM_IDNA_ONLY
danmosemsft [Sun, 12 Feb 2017 19:02:08 +0000 (11:02 -0800)]
Remove never used FEATURE_NORM_IDNA_ONLY

Commit migrated from https://github.com/dotnet/coreclr/commit/108b00f5f76e1133497dbcfc4f4bece6a4181f79

7 years agoRemove never used FEATURE_MERGE_CULTURE_SUPPORT_AND_ENGINE
danmosemsft [Sun, 12 Feb 2017 18:59:14 +0000 (10:59 -0800)]
Remove never used FEATURE_MERGE_CULTURE_SUPPORT_AND_ENGINE

Commit migrated from https://github.com/dotnet/coreclr/commit/c444460928696fbf348840a355678f649211db94

7 years agoRemove always defined FEATURE_MAIN_CLR_MODULE_USES_CORE_NAME
danmosemsft [Sun, 12 Feb 2017 18:58:11 +0000 (10:58 -0800)]
Remove always defined FEATURE_MAIN_CLR_MODULE_USES_CORE_NAME

Commit migrated from https://github.com/dotnet/coreclr/commit/9e65011e958ea1668333f63bbd029da67e2db4c9

7 years agoRemove always defined FEATURE_HOST_ASSEMBLY_RESOLVER
danmosemsft [Sun, 12 Feb 2017 18:54:14 +0000 (10:54 -0800)]
Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVER

Commit migrated from https://github.com/dotnet/coreclr/commit/c9850c6172e09fe824e02a6f2e7eb6c4863952d5

7 years agoRemove always defined FEATURE_EXCEPTIONDISPATCHINFO
danmosemsft [Sun, 12 Feb 2017 18:46:48 +0000 (10:46 -0800)]
Remove always defined FEATURE_EXCEPTIONDISPATCHINFO

Commit migrated from https://github.com/dotnet/coreclr/commit/9c93286cb13d9f50f1f25cdcbcbc3719a178b374

7 years agoRemove always defined FEATURE_EXCEPTION_NOTIFICATIONS
danmosemsft [Sun, 12 Feb 2017 18:43:35 +0000 (10:43 -0800)]
Remove always defined FEATURE_EXCEPTION_NOTIFICATIONS

Commit migrated from https://github.com/dotnet/coreclr/commit/2215a4e81c0d4f10edf9ff440c51b240586865e1

7 years agoRemove never used FEATURE_ASYNC_IO
danmosemsft [Sun, 12 Feb 2017 18:36:01 +0000 (10:36 -0800)]
Remove never used FEATURE_ASYNC_IO

Commit migrated from https://github.com/dotnet/coreclr/commit/ba2dc9d177a63701e176c793df7fd9c21fe85548

7 years agoFix indentation in cmake
danmosemsft [Sun, 12 Feb 2017 18:34:28 +0000 (10:34 -0800)]
Fix indentation in cmake

Commit migrated from https://github.com/dotnet/coreclr/commit/a82435dd2c90f5ba91da0b70b6f88cd12fde4b6b

7 years agoAdd RuntimeHelpers.IsReferenceOrContainsReferences<T>() (dotnet/coreclr#9541)
Jan Kotas [Mon, 13 Feb 2017 00:50:50 +0000 (16:50 -0800)]
Add RuntimeHelpers.IsReferenceOrContainsReferences<T>() (dotnet/coreclr#9541)

Rename JitHelpers.ContainsReferences<T>() to RuntimeHelpers.IsReferenceOrContainsReferences<T>() and make it public.

Work towards https://github.com/dotnet/corefx/issues/14047

Commit migrated from https://github.com/dotnet/coreclr/commit/7b66079154b3d703225fbd4cc680d4be537592a8

7 years agoMerge pull request dotnet/coreclr#9544 from stephentoub/delete_unused_const
Stephen Toub [Sun, 12 Feb 2017 23:59:05 +0000 (18:59 -0500)]
Merge pull request dotnet/coreclr#9544 from stephentoub/delete_unused_const

Remove unused const in ArraySortHelper

Commit migrated from https://github.com/dotnet/coreclr/commit/7d18263441b2dca466b082ed498f39b768638141

7 years agoOptimize List Clear+Remove (dotnet/coreclr#9540)
Ben Adams [Sun, 12 Feb 2017 21:56:15 +0000 (21:56 +0000)]
Optimize List Clear+Remove (dotnet/coreclr#9540)

* List Clear+Remove
* Tail call Array.Clear

Commit migrated from https://github.com/dotnet/coreclr/commit/d400876fe3e006d78d2ef39143ff9448c9dd8dc1

7 years agoRemove unused const in ArraySortHelper
Stephen Toub [Sun, 12 Feb 2017 21:02:32 +0000 (16:02 -0500)]
Remove unused const in ArraySortHelper

Commit migrated from https://github.com/dotnet/coreclr/commit/9ef5f9d25687ad0a1e57da26fd2c62edf811afbe

7 years agoWindows/Arm32: Fix a build break.
Mikhael Skvortsov [Sun, 12 Feb 2017 19:57:59 +0000 (22:57 +0300)]
Windows/Arm32: Fix a build break.

Commit migrated from https://github.com/dotnet/coreclr/commit/5524e978cf92dbd46e96a6081e167068feeee267

7 years agoMerge pull request dotnet/coreclr#9525 from danmosemsft/defines2
Dan Moseley [Sun, 12 Feb 2017 01:06:20 +0000 (17:06 -0800)]
Merge pull request dotnet/coreclr#9525 from danmosemsft/defines2

Remove redundant defines from CoreCLR native code

Commit migrated from https://github.com/dotnet/coreclr/commit/52a816d3011f4d03b80b5940dc036b40d701f52d

7 years agoMerge pull request dotnet/coreclr#9471 from stephentoub/task_perf
Stephen Toub [Sun, 12 Feb 2017 00:58:51 +0000 (19:58 -0500)]
Merge pull request dotnet/coreclr#9471 from stephentoub/task_perf

Reduce Task and async method overheads

Commit migrated from https://github.com/dotnet/coreclr/commit/2b7a76cbdb60c7c26cdc445958483eeba795c2ae

7 years agoFix checks for methods that use StackCrawlMark (dotnet/coreclr#9537)
Jan Kotas [Sat, 11 Feb 2017 22:25:04 +0000 (14:25 -0800)]
Fix checks for methods that use StackCrawlMark (dotnet/coreclr#9537)

* Fix checks for methods that use StackCrawlMark

My recent changed these methods to be marked using IsMdRequireSecObject instead, but some
places that have to check for it were not updated correctly.

Commit migrated from https://github.com/dotnet/coreclr/commit/15c2148000f3bf08e95b88f942e9875f74b64d1b

7 years agoMerge pull request dotnet/coreclr#9495 from pgavlin/OptConfig
Pat Gavlin [Sat, 11 Feb 2017 18:34:56 +0000 (10:34 -0800)]
Merge pull request dotnet/coreclr#9495 from pgavlin/OptConfig

Add a flag to enable fine-grained optimize control.

Commit migrated from https://github.com/dotnet/coreclr/commit/3ea68c8ae152ef64b41e1a1e6733261d5b30a81d

7 years agoMerge pull request dotnet/coreclr#9523 from jashook/up_arm64_timeout
Jarret Shook [Sat, 11 Feb 2017 17:04:43 +0000 (09:04 -0800)]
Merge pull request dotnet/coreclr#9523 from jashook/up_arm64_timeout

Up the timeout for arm64 jobs that run tests.

Commit migrated from https://github.com/dotnet/coreclr/commit/f6a455da27aeb01e8943b6ff452fc43e50ec8145

7 years agoInadvertent inline redundant define in threadsuspend.cpp
danmosemsft [Sat, 11 Feb 2017 16:07:02 +0000 (08:07 -0800)]
Inadvertent inline redundant define in threadsuspend.cpp

Commit migrated from https://github.com/dotnet/coreclr/commit/994e5e72a54489e9629ae8ad5c9b2e9ab867472e

7 years agoInadvertent inline redundant define in pal
danmosemsft [Sat, 11 Feb 2017 15:50:25 +0000 (07:50 -0800)]
Inadvertent inline redundant define in pal

Commit migrated from https://github.com/dotnet/coreclr/commit/be8d4a4c49573d20bf10b547e2c0e60a9185f96f

7 years agoInadvertent inline redundant define in fxretarget.h
danmosemsft [Sat, 11 Feb 2017 15:45:34 +0000 (07:45 -0800)]
Inadvertent inline redundant define in fxretarget.h

Commit migrated from https://github.com/dotnet/coreclr/commit/64a9bfa3392bbb4fdf8fcc1e57d36175679aa726

7 years agoRevert inadvertent remove of #if FASTLOOP
danmosemsft [Sat, 11 Feb 2017 15:28:22 +0000 (07:28 -0800)]
Revert inadvertent remove of #if FASTLOOP

Commit migrated from https://github.com/dotnet/coreclr/commit/7e61a9201758dc0f6e2c099dde571d1c1af82cff

7 years agoDead comment
danmosemsft [Sat, 11 Feb 2017 15:23:01 +0000 (07:23 -0800)]
Dead comment

Commit migrated from https://github.com/dotnet/coreclr/commit/ebd6a7f81d2930d6e19025db8b6de3cb443abd5d

7 years agoRevert "Remove always defined FEATURE_CORESYSTEM"
danmosemsft [Sat, 11 Feb 2017 15:20:12 +0000 (07:20 -0800)]
Revert "Remove always defined FEATURE_CORESYSTEM"

This reverts commit dotnet/coreclr@751771a8976f909af772e35c167bd7e3ffbe44c8.

Commit migrated from https://github.com/dotnet/coreclr/commit/56d4ba8a9338c3ff7378d18378f38ad847f130f2

7 years agoRevert "Remove more always defined FEATURE_CORESYSTEM"
danmosemsft [Sat, 11 Feb 2017 15:12:07 +0000 (07:12 -0800)]
Revert "Remove more always defined FEATURE_CORESYSTEM"

This reverts commit dotnet/coreclr@52009b8919ba55690f21cdc8f04e012a53eb8ef4.

Commit migrated from https://github.com/dotnet/coreclr/commit/8be2f9bb0039e2c49f59c4fb66cebf5467485ba2

7 years agoMerge pull request dotnet/coreclr#9437 from JosephTremoulet/UpdateFormat
Joseph Tremoulet [Sat, 11 Feb 2017 15:06:29 +0000 (10:06 -0500)]
Merge pull request dotnet/coreclr#9437 from JosephTremoulet/UpdateFormat

Update format.py to use dotnet cli rc3

Commit migrated from https://github.com/dotnet/coreclr/commit/be943edc7273c53ffedaa89b1c689779cf77f943

7 years agoPerf improvements to Task/Task<T>
Stephen Toub [Thu, 9 Feb 2017 22:01:56 +0000 (17:01 -0500)]
Perf improvements to Task/Task<T>

- Remove some unecessary intermediate functions, e.g. Execute(), manually inlining it into its one caller
- Make the common completion path (no exceptions, no cancellation, etc.) more inlineable, and avoid calling some functions (like AddExceptionsFromChildren) when we know they will be nops.
- Make FinishContinuations inlineable.  When there aren't any continuations, this shaves off a measurable percentage of time.  When there are, we're no worse off, as the FinishContinuations entrypoint gets inlined, so we still only have the one function call to RunContinuations.
- Make TaskCompletionSource.TrySetResult more inlineable.  It was just on the cusp, with an extra branch / call to IsCompleted putting it over the edge.  But the common path for calling TrySetResult is when the call will successfully transition, in which case we don't need the IsCompleted call; it's only necessary if/when we lose the race condition, in which case we can pay a bit more to call SpinUntilCompleted.
- Avoid some duplicate logging-related calls
- Remove AggressiveInlining from an ETW-related method that did not need it; the call sites can instead just check IsEnabled before calling it.
- Remove some unnecessary writes, casts, locals, etc., make some fields readonly
- Change CompareExchange to Exchange in Task.WhenAny completion

Commit migrated from https://github.com/dotnet/coreclr/commit/f45a33639d7d8ab1bfcda6de7b5cb74abb95662a

7 years agoStreamline AsyncTaskMethodBuilders
Stephen Toub [Thu, 9 Feb 2017 21:46:03 +0000 (16:46 -0500)]
Streamline AsyncTaskMethodBuilders

- Slim down AsyncTaskMethodBuilder`1.Task and make it aggressively inlined.  The common case we care to optimize for is synchronous completion, in which case the first access to Task will already fine m_task non-null, and we want that access inlined.
- Slim down AsyncTaskMethodBuilder`1.SetResult.  As with Task, we care most about the synchronous completion path, as when perf matters, most async method invocations complete synchronously.  The code path is streamlined so that the synchronous completion path can mostly be inlined.
- Replace some throws with ThrowHelper
- Mark GetTaskForResult as aggressive inlining.  It contains a lot of C# code, but for a given TResult, the JIT trims away the majority of the implementation.

Commit migrated from https://github.com/dotnet/coreclr/commit/88a4a25312d091dcb44cae738a49bd8b981303eb

7 years agoRevert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"
danmosemsft [Sat, 11 Feb 2017 06:15:01 +0000 (22:15 -0800)]
Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"

This reverts commit dotnet/coreclr@b0dab0d6de90a38dfbf0d6b2039a7b8f5269d802.

Commit migrated from https://github.com/dotnet/coreclr/commit/87f8b67a4ee90ef807927f5083e237cb88b34725

7 years agoMissed part of file delete
danmosemsft [Sat, 11 Feb 2017 06:04:44 +0000 (22:04 -0800)]
Missed part of file delete

Commit migrated from https://github.com/dotnet/coreclr/commit/b45b7e4eb467bca44f9d77959df0337bdcecbd3c

7 years agoRemove always defined FEATURE_CORRUPTING_EXCEPTIONS
danmosemsft [Sat, 11 Feb 2017 05:53:12 +0000 (21:53 -0800)]
Remove always defined FEATURE_CORRUPTING_EXCEPTIONS

Commit migrated from https://github.com/dotnet/coreclr/commit/b0dab0d6de90a38dfbf0d6b2039a7b8f5269d802

7 years agoRemove more always defined FEATURE_CORESYSTEM
danmosemsft [Sat, 11 Feb 2017 05:43:40 +0000 (21:43 -0800)]
Remove more always defined FEATURE_CORESYSTEM

Commit migrated from https://github.com/dotnet/coreclr/commit/52009b8919ba55690f21cdc8f04e012a53eb8ef4

7 years agoDead files
danmosemsft [Sat, 11 Feb 2017 05:29:23 +0000 (21:29 -0800)]
Dead files

Commit migrated from https://github.com/dotnet/coreclr/commit/cbbfc7a109a41c5506d28d9b4e91202cf5a9143c

7 years agoRemove always undefined FEATURE_CAS_POLICY
danmosemsft [Sat, 11 Feb 2017 05:08:47 +0000 (21:08 -0800)]
Remove always undefined FEATURE_CAS_POLICY

Commit migrated from https://github.com/dotnet/coreclr/commit/1f75aecd267e4d2d322ce6a812a34d6a34cae1f9