Michelle McDaniel [Mon, 13 Feb 2017 19:00:58 +0000 (11:00 -0800)]
Enable delay signing in ilasm
Corefx needs the .Net Core version of ilasm to create delay signable
assemblies. This change brings back AllocateStrongNameSignature that was
deleted in 2efbb92 and modifies it to use similar logic from Roslyn to
determine the size of the signature that we need to allocate space for.
Fixes dotnet/coreclr#9292.
Commit migrated from https://github.com/dotnet/coreclr/commit/
51f460f2e24765bf78ab9edac55895be6487cf18
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
danmosemsft [Sat, 11 Feb 2017 15:23:01 +0000 (07:23 -0800)]
Dead comment
Commit migrated from https://github.com/dotnet/coreclr/commit/
ebd6a7f81d2930d6e19025db8b6de3cb443abd5d
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
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
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
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
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
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
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
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
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
danmosemsft [Sat, 11 Feb 2017 05:29:23 +0000 (21:29 -0800)]
Dead files
Commit migrated from https://github.com/dotnet/coreclr/commit/
cbbfc7a109a41c5506d28d9b4e91202cf5a9143c
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
danmosemsft [Sat, 11 Feb 2017 04:51:05 +0000 (20:51 -0800)]
Redundant ASSERTE blocks
Commit migrated from https://github.com/dotnet/coreclr/commit/
6517da4563a47fb370f35c082ae709215f5d0b28
danmosemsft [Sat, 11 Feb 2017 01:12:53 +0000 (17:12 -0800)]
Remove always defined FEATURE_CORECLR
Commit migrated from https://github.com/dotnet/coreclr/commit/
54891e0650e69f08832f75a40dc102efc6115d38
danmosemsft [Sat, 11 Feb 2017 01:01:50 +0000 (17:01 -0800)]
Dead files
Commit migrated from https://github.com/dotnet/coreclr/commit/
396f7d43b3c0f3ca7034a6d1d9cd7d6914778a1e
danmosemsft [Sat, 11 Feb 2017 00:07:45 +0000 (16:07 -0800)]
Remove always undefined FEATURE_APTCA
Commit migrated from https://github.com/dotnet/coreclr/commit/
6302d7a50884c6cf239e74bad85988be7403fe72
Steve MacLean [Sat, 11 Feb 2017 03:54:07 +0000 (22:54 -0500)]
[Unix] Skipped tests should report exit code 2 (dotnet/coreclr#9510)
Commit migrated from https://github.com/dotnet/coreclr/commit/
843a4cf61463adfea8b3a720fcfa586c2ec1187c
Steve MacLean [Sat, 11 Feb 2017 03:53:27 +0000 (22:53 -0500)]
Turn segfauts into asserts in debug build (dotnet/coreclr#9509)
* Prevent segfault if method table is null
* ValidateInner() check method table is not null
Commit migrated from https://github.com/dotnet/coreclr/commit/
4ac52ffaac430c929b0e80cca84bf53fdf189b41
jashook [Sat, 11 Feb 2017 03:51:42 +0000 (19:51 -0800)]
Up the timeout for arm64 jobs that run tests.
With the new test update arm64 jobs run too long to fit into the default 120 minutes.
Commit migrated from https://github.com/dotnet/coreclr/commit/
25efc45036541aedb7af5a5b83c669466fff82c2
chcosta [Sat, 11 Feb 2017 03:50:36 +0000 (19:50 -0800)]
Merge pull request dotnet/coreclr#9501 from chcosta/mscorlib_race
Fix race condition building System.Private.CoreLib.dll and SOS.NETCore.dll
Commit migrated from https://github.com/dotnet/coreclr/commit/
dcd5eeaf0948e2c5abed49b1c025d65f85c921d3
Carol Eidt [Sat, 11 Feb 2017 03:28:22 +0000 (19:28 -0800)]
Update lsra-throughput.md
Commit migrated from https://github.com/dotnet/coreclr/commit/
6f33e3be7d2c0f508bcdb0bd5f00367ec7a4c5be
Carol Eidt [Sat, 11 Feb 2017 03:15:25 +0000 (19:15 -0800)]
Merge pull request dotnet/coreclr#9519 from CarolEidt/FixCoreFx15713
Add a test case for PR dotnet/coreclr#9496
Commit migrated from https://github.com/dotnet/coreclr/commit/
54062ca4aabcdc299df36efa1e7ddfdc7b1550f6
Steve MacLean [Sat, 11 Feb 2017 01:08:35 +0000 (20:08 -0500)]
[Arm64/Unix] Remove aarch64 unsupported message (dotnet/coreclr#9508)
Commit migrated from https://github.com/dotnet/coreclr/commit/
ea3b879472c2f3d06780112f0c1d9b5cf75f6fcd
Steve MacLean [Sat, 11 Feb 2017 01:08:05 +0000 (20:08 -0500)]
[Arm64/Unix] Fix gdbjit support (dotnet/coreclr#9512)
Commit migrated from https://github.com/dotnet/coreclr/commit/
ebe301ad19f203c0bd95d16767c7828397160b7e
Steve MacLean [Sat, 11 Feb 2017 01:07:48 +0000 (20:07 -0500)]
[Arm64] Add more GCROOTS logging (dotnet/coreclr#9514)
Commit migrated from https://github.com/dotnet/coreclr/commit/
578567c88692d6b7b10912cd9f825fdd33ac793e
danmosemsft [Sat, 11 Feb 2017 00:07:45 +0000 (16:07 -0800)]
Remove always defined FEATURE_CORESYSTEM
Commit migrated from https://github.com/dotnet/coreclr/commit/
751771a8976f909af772e35c167bd7e3ffbe44c8
Carol Eidt [Sat, 11 Feb 2017 01:05:34 +0000 (17:05 -0800)]
Add a test case for PR dotnet/coreclr#9496
Commit migrated from https://github.com/dotnet/coreclr/commit/
106379c0432f1ed5320d102a5c71d220138ac702
Jan Kotas [Sat, 11 Feb 2017 00:58:48 +0000 (16:58 -0800)]
Merge pull request dotnet/coreclr#9491 from jkotas/NoInlining
Use DynamicSecurityMethod attribute to mark methods with StackCrawlMark
Commit migrated from https://github.com/dotnet/coreclr/commit/
e5f2df239b546ac9ed2417506c90af222eaf1013
Carol Eidt [Sat, 11 Feb 2017 00:50:47 +0000 (16:50 -0800)]
Merge pull request dotnet/coreclr#9496 from CarolEidt/FixCoreFx15713
Fix System.Numerics.Vectors CoreFx test failures
Commit migrated from https://github.com/dotnet/coreclr/commit/
0604f7efc549b46e24240aa5b9aaf6d41b19f21b
Pat Gavlin [Sat, 11 Feb 2017 00:47:22 +0000 (16:47 -0800)]
Fix formatting.
Commit migrated from https://github.com/dotnet/coreclr/commit/
2b9f8cfddeb3d0fbcd18fae36b6ceade1d99d8b2
Jarret Shook [Sat, 11 Feb 2017 00:40:59 +0000 (16:40 -0800)]
Merge pull request dotnet/coreclr#9499 from jashook/arm64_dyn_block_assert
ARM64 Modify genCodeForInitBlk assert
Commit migrated from https://github.com/dotnet/coreclr/commit/
735cd1ef01946eb46293f598a030eeff33fadedd
Bruce Forstall [Sat, 11 Feb 2017 00:03:42 +0000 (16:03 -0800)]
Merge pull request dotnet/coreclr#9085 from mskvortsov/ryujit-arm32-eh
[RyuJIT/ARM32] EH, switch implementation and various updates
Commit migrated from https://github.com/dotnet/coreclr/commit/
5c2459a1b4c31ca467d9a50fe76e37a4412bc872
[Arm64/Unix] Add list of known arm64 fails
Commit migrated from https://github.com/dotnet/coreclr/commit/
8f61dd7a2ce5fcc98ec78c5e6a0bc93289fff24a
jashook [Fri, 10 Feb 2017 22:28:51 +0000 (14:28 -0800)]
ARM64 Modify genCodeForInitBlk assert
Assert in codegenarm64 was incorrect for the GT_STORE_DYN_BLK oper.
If it is that oper then there will not be a temp reg used and instead
the size is computed and stored into REG_2. Add an assert to assert
this is done.
Commit migrated from https://github.com/dotnet/coreclr/commit/
310632c37a7143f8b88811b5e4f2e82ffe1aab3e
Christopher Costa [Fri, 10 Feb 2017 22:50:40 +0000 (14:50 -0800)]
remove additional slash
Commit migrated from https://github.com/dotnet/coreclr/commit/
0a85d909e62b860a2cef7f9218974ad6bda3439a
Pat Gavlin [Fri, 10 Feb 2017 22:36:03 +0000 (14:36 -0800)]
Fix the release build with OPT_CONFIG and address PR feedback.
Commit migrated from https://github.com/dotnet/coreclr/commit/
bc3280b9d6d56ada0e9c4604aa7838fcbe40a278
Christopher Costa [Fri, 10 Feb 2017 22:39:00 +0000 (14:39 -0800)]
Fix race condition building System.Private.CoreLib and SOS.NETCore.dll
Commit migrated from https://github.com/dotnet/coreclr/commit/
00b7d15a27174689522e1dffc27f098663752d28
Carol Eidt [Fri, 10 Feb 2017 22:33:12 +0000 (14:33 -0800)]
Create lsra-throughput.md
Commit migrated from https://github.com/dotnet/coreclr/commit/
8be736608577fb1cd0b88c0b72048955bcc38b00
Jan Kotas [Fri, 10 Feb 2017 09:10:23 +0000 (01:10 -0800)]
Use DynamicSecurityMethod attribute to mark methods with StackCrawlMark
CoreCLR does not have CAS, and so we can conveniently use it to mark methods with StackCrawlMark to
decouple it from NoInlining. The original purpose of DynamicSecurityMethod was to disable inlining
of the caller and to insert CAS security checks, so we are basically just keeping the first part.
Fixes dotnet/coreclr#8102
Commit migrated from https://github.com/dotnet/coreclr/commit/
49d2d8f711286bf4ab3ffcd7b9f89a2ec80725bd
Jan Kotas [Fri, 10 Feb 2017 18:59:33 +0000 (10:59 -0800)]
Revert "JIT: fix confusing inline failure reason"
This reverts commit dotnet/coreclr@
0826f9dee6a8fdf8266523945708a684376b0280.
Commit migrated from https://github.com/dotnet/coreclr/commit/
ab98635befe574626e9ebb65e33fec3a060b4db6
Pat Gavlin [Fri, 10 Feb 2017 19:29:49 +0000 (11:29 -0800)]
Merge pull request dotnet/coreclr#9493 from pgavlin/ReportBytesAllocated
Report bytes allocated in the JIT time log.
Commit migrated from https://github.com/dotnet/coreclr/commit/
26b90b2a1331af2a0e918862505b52d573742061
Pat Gavlin [Fri, 10 Feb 2017 19:15:15 +0000 (11:15 -0800)]
Fix formatting.
Commit migrated from https://github.com/dotnet/coreclr/commit/
dede051708f6651e4b50a2b3b7af72193285d27c
Carol Eidt [Fri, 10 Feb 2017 18:34:09 +0000 (10:34 -0800)]
Fix System.Numerics.Vectors CoreFx test failures
CoreFx Issue 15713 is due to a case of an Indir(Addr(Field(Vector3 local))) which for some reason has a MorphAddrContext of MACK_Ind. Although I haven't fully identified why that is the case, we should be conservative in this case and mark the address as do-not-enregister.
In addition, when attempting to debug this with a Checked JIT, I encountered an AV due to `GetJitTls` returning null in the `JITDUMP` calls in `getMaxIntrinsicSIMDVectorLength`. Again, I'm not sure why this would be the case but I have added guarding conditions.
Commit migrated from https://github.com/dotnet/coreclr/commit/
91be288f0d63c801f3aa6cbf9abd9ed852b0666f
Andy Ayers [Fri, 10 Feb 2017 18:30:00 +0000 (10:30 -0800)]
JIT: enable implicit tail calls from inlined code (dotnet/coreclr#9405)
Inlines of calls from implicit tail call sites should allow recognition
of inlinee implicit tail call sites.
The jit recognizes implicit tail call sites during importation,
but the inlinee compiler instance did not have compTailCallOpt set
and so never recognized these instances. Fix this and update the logic
to detect the transitively implicit tail calls.
Now that these sites are recognized, morph needs a fix to tunnel through
repeated casts for tail calls, since each level of inlining might add a
cast. All these casts should be identical.
Note under R2R tail calls are not yet recognized (see ZapInfo::canTailCall).
Enable only under FEATURE_TAILCALL_OPT_SHARED_RETURN since the
inline tail call sites are not likely to be in BBJ_RETURN blocks.
Closes dotnet/coreclr#9349.
Commit migrated from https://github.com/dotnet/coreclr/commit/
1a8cb674664cf2eefdc124a0b2c91687814c7901
Pat Gavlin [Fri, 10 Feb 2017 18:06:59 +0000 (10:06 -0800)]
Use `%Iu` instead of `%I64u`.
Commit migrated from https://github.com/dotnet/coreclr/commit/
de1f80e754668004aaa319b95dea55d382d0b143
Pat Gavlin [Thu, 26 Jan 2017 23:57:47 +0000 (15:57 -0800)]
Add a flag to enable fine-grained optimize control.
Defining this flag, `OPT_CONFIG`, enables a number of optimizer-related
configuration values. Changing these config values allows for some
interesting experiments without rebuilding the JIT (e.g. disabling the
SSA-based optimizer without forcing minopts, repeating optimizations,
etc.).
This flag is defined by default in debug builds and undefined by default
in release builds.
Commit migrated from https://github.com/dotnet/coreclr/commit/
dc6aa70b0b0415229395a5456aed2f9623d3ba1b
Pat Gavlin [Fri, 10 Feb 2017 17:40:45 +0000 (09:40 -0800)]
Report bytes allocated in the JIT time log.
This adds a new column, "Total Bytes Allocated", to the JIT time log.
This column reports the total number of bytes requested from the host by
the JIT's arena allocator.
This change also enables `FEATURE_JIT_TIMER` by default (which only
affects JIT32).
Commit migrated from https://github.com/dotnet/coreclr/commit/
e7bad4948b0f2544e30995decf4163ec41185639
Hyeongseok Oh [Fri, 10 Feb 2017 10:36:29 +0000 (19:36 +0900)]
[Linux/ARM] Fix cross-architecture component build error: disable unused code (dotnet/coreclr#8866)
* [ARM32/Linux] Fix cross-architecture component build error: unused function comparing CONTEXT with T_CONTEXT.
- change build script: remove duplicate test build in cross-component build
Commit migrated from https://github.com/dotnet/coreclr/commit/
16ecaf1bddfae2285c1f035f56fe86a7452e208e
Jonghyun Park [Fri, 10 Feb 2017 09:59:23 +0000 (18:59 +0900)]
Hide VirtualUnwindXXX for DACESS_COMPILE (dotnet/coreclr#9407)
Commit migrated from https://github.com/dotnet/coreclr/commit/
e6965ec4891e3f2b14003822d3befbaa09c42dcb
Jonghyun Park [Fri, 10 Feb 2017 09:42:56 +0000 (18:42 +0900)]
Unify GetControlPC/GetRegdisplaySP/SetRegdisplaySP (dotnet/coreclr#9444)
* Unify GetControlPC
* Unify GetRegdisplaySP/SetRegdisplaySP
Commit migrated from https://github.com/dotnet/coreclr/commit/
e62b0f82a9c5bb770ac27ad2616074a32dbf0325