platform/upstream/coreclr.git
8 years agoMerge pull request #6101 from BruceForstall/RyuJITx86EH
Bruce Forstall [Tue, 5 Jul 2016 21:58:31 +0000 (14:58 -0700)]
Merge pull request #6101 from BruceForstall/RyuJITx86EH

RyuJIT/x86: add support for EH

8 years agoMerge pull request #6094 from mikedn/x86-uncontained-long
Sivarv [Tue, 5 Jul 2016 21:47:48 +0000 (14:47 -0700)]
Merge pull request #6094 from mikedn/x86-uncontained-long

Allow uncontained GT_LONG nodes

8 years agoMerge pull request #6124 from dotnet-bot/from-tfs
Bruce Forstall [Tue, 5 Jul 2016 20:33:28 +0000 (13:33 -0700)]
Merge pull request #6124 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoMerge pull request #6100 from BruceForstall/BotrX86EHUpdate
Bruce Forstall [Tue, 5 Jul 2016 20:29:59 +0000 (13:29 -0700)]
Merge pull request #6100 from BruceForstall/BotrX86EHUpdate

Add information on x86 EH to CLR ABI

8 years agoMerge pull request #6093 from rahku/arm64retbuf
Rahul Kumar [Tue, 5 Jul 2016 18:49:29 +0000 (11:49 -0700)]
Merge pull request #6093 from rahku/arm64retbuf

Revert Pinvoke ILStub calli signature for desktop clr

8 years agoonly use config on coreclr
Maoni Stephens [Tue, 5 Jul 2016 18:47:29 +0000 (11:47 -0700)]
only use config on coreclr

[tfs-changeset: 1616092]

8 years agoMerge pull request #6106 from mikedn/modopt-feedback
Bruce Forstall [Tue, 5 Jul 2016 16:31:21 +0000 (09:31 -0700)]
Merge pull request #6106 from mikedn/modopt-feedback

Address div/mod CR feedback

8 years agoMerge pull request #6120 from dotnet-bot/UpdateDependencies20160705051942
Stephen Toub [Tue, 5 Jul 2016 11:59:03 +0000 (07:59 -0400)]
Merge pull request #6120 from dotnet-bot/UpdateDependencies20160705051942

Updating External dependencies to beta-24305-00

8 years agoBetter performance for MulticastDelegate.Equals (#6113)
James Ko [Tue, 5 Jul 2016 09:50:52 +0000 (05:50 -0400)]
Better performance for MulticastDelegate.Equals (#6113)

Better performance for MulticastDelegate.Equals

8 years agoOne of the flags MAP_SHARED or MAP_PRIVATE has to be specified. MAP_PRIVATE seems...
Viacheslav Nikolaev [Tue, 5 Jul 2016 06:33:46 +0000 (09:33 +0300)]
One of the flags MAP_SHARED or MAP_PRIVATE has to be specified. MAP_PRIVATE seems to fit here. (#6089)

8 years agoUpdating External dependencies to beta-24305-00
dotnet-bot [Tue, 5 Jul 2016 05:19:42 +0000 (05:19 +0000)]
Updating External dependencies to beta-24305-00

8 years agoMerge pull request #6109 from dotnet-bot/UpdateDependencies20160704051959
Stephen Toub [Mon, 4 Jul 2016 10:09:55 +0000 (06:09 -0400)]
Merge pull request #6109 from dotnet-bot/UpdateDependencies20160704051959

Updating External dependencies to beta-24304-00

8 years agoShort-circuit on the count, not the array length, in common Encoding methods (#6108)
James Ko [Mon, 4 Jul 2016 05:39:12 +0000 (01:39 -0400)]
Short-circuit on the count, not the array length, in common Encoding methods (#6108)

* Short-circuit using count instead of array.Length
* Use Array.Empty in default Reset implementation

8 years agoUpdating External dependencies to beta-24304-00
dotnet-bot [Mon, 4 Jul 2016 05:19:58 +0000 (05:19 +0000)]
Updating External dependencies to beta-24304-00

8 years agoMerge pull request #6104 from Maoni0/config
Maoni Stephens [Sun, 3 Jul 2016 20:06:03 +0000 (13:06 -0700)]
Merge pull request #6104 from Maoni0/config

Added 2 configs for Server GC

8 years agoAddress div/mod CR feedback
Mike Danes [Sun, 3 Jul 2016 16:46:15 +0000 (19:46 +0300)]
Address div/mod CR feedback

8 years agoAdded 2 configs for Server GC
Maoni0 [Sun, 3 Jul 2016 04:07:23 +0000 (21:07 -0700)]
Added 2 configs for Server GC

complus var GCNoAffinitize or project.json System.GC.NoAffinitize - specify 1/true to disable hard affinity of Server GC threads to CPUs
complus var GCHeapCount or project.json System.GC.HeapCount - specify the # of Server GC threads/heaps, must be smaller than the # of logical CPUs the process is allowed to run on, ie, if you don't specifically affinitize your process it means the # of total logical CPUs on the machine; otherwise this is the # of logical CPUs you affinitized your process to.

8 years agoMerge pull request #6099 from adityamandaleeka/remove_virtual_owned
Aditya Mandaleeka [Sun, 3 Jul 2016 01:11:31 +0000 (18:11 -0700)]
Merge pull request #6099 from adityamandaleeka/remove_virtual_owned

Remove VIRTUALOwnedRegion

8 years agoMerge pull request #6086 from dotnet-bot/UpdateDependencies20160701051708
Gaurav Khanna [Sat, 2 Jul 2016 16:12:54 +0000 (09:12 -0700)]
Merge pull request #6086 from dotnet-bot/UpdateDependencies20160701051708

Updating External dependencies to beta-24301-00

8 years agoMerge pull request #6092 from sivarv/lsrawork
Sivarv [Sat, 2 Jul 2016 13:06:44 +0000 (06:06 -0700)]
Merge pull request #6092 from sivarv/lsrawork

Lower, LSRA and Codegen support for reg optional operands

8 years agoAllow uncontained GT_LONG nodes
Mike Danes [Fri, 1 Jul 2016 19:54:04 +0000 (22:54 +0300)]
Allow uncontained GT_LONG nodes

When the result of a TYP_LONG operation is not used the GT_LONG node inserted during decomposition remains in the tree and unlike other GT_LONG nodes is not contained and needs special handling.

This usually happens with arithmetic operations that require overflow checks,  the result of the operation may be ignored but the operation itself cannot be eliminated because it has a side-effect.

8 years agoAdd information on x86 EH to CLR ABI
Bruce Forstall [Sat, 2 Jul 2016 00:57:57 +0000 (17:57 -0700)]
Add information on x86 EH to CLR ABI

8 years agoRemove VIRTUALOwnedRegion.
Aditya Mandaleeka [Sat, 2 Jul 2016 00:09:47 +0000 (17:09 -0700)]
Remove VIRTUALOwnedRegion.

8 years agoConsider spilled lcl var as contained memory operands for codegen purpose.
sivarv [Fri, 1 Jul 2016 18:41:02 +0000 (11:41 -0700)]
Consider spilled lcl var as contained memory operands for codegen purpose.

8 years agoRyuJIT/x86: add support for EH
Bruce Forstall [Fri, 1 Jul 2016 23:55:01 +0000 (16:55 -0700)]
RyuJIT/x86: add support for EH

This change implements the necessary x86 support in RyuJIT for exception handling.
It removes the EH-related NYI. The number of NYI fallbacks in an x86 test run drops
by about 13000. There are 10 new asserts which are now suppressed: 6 appear to be
new and 4 are new instances of existing known asserts.

The various changes are:
1. Implement code generation for BBJ_CALLFINALLY/BBJ_ALWAYS blocks for invoking a finally.
This requires appropriately modifying the ShadowSP slot structure before the call.
2. Implement BBJ_EHFINALLYRET/BBJ_EHFILTERRET control transfer. The related GT_RETFILT
code was already implemented.
3. Implement GT_END_LFIN for handling return-from-finally cleanup, namely, clearing the
appropriate slot in the ShadowSP structure.

8 years agoMerge pull request #6096 from dotnet-bot/from-tfs
Bruce Forstall [Fri, 1 Jul 2016 23:47:51 +0000 (16:47 -0700)]
Merge pull request #6096 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoFixed build breaks related to perf counter code on desktop. perf counters are only...
Maoni Stephens [Fri, 1 Jul 2016 21:47:30 +0000 (14:47 -0700)]
Fixed build breaks related to perf counter code on desktop. perf counters are only enabled on desktop.

[tfs-changeset: 1615834]

8 years agoRevert Pinvoke ILStub calli signature for desktop clr
Rahul Kumar [Fri, 1 Jul 2016 19:20:39 +0000 (12:20 -0700)]
Revert Pinvoke ILStub calli signature for desktop clr

8 years agoMerge pull request #6083 from adityamandaleeka/upload_ci_dumps
Aditya Mandaleeka [Fri, 1 Jul 2016 20:11:10 +0000 (13:11 -0700)]
Merge pull request #6083 from adityamandaleeka/upload_ci_dumps

Start using dumpling service to upload dumps from CI runs

8 years agoMerge pull request #6031 from mikedn/x86-float-unspill
Pat Gavlin [Fri, 1 Jul 2016 19:33:16 +0000 (12:33 -0700)]
Merge pull request #6031 from mikedn/x86-float-unspill

Remove misplaced call to genUnspillRegIfNeeded

8 years agoMerge pull request #6084 from Maoni0/gc_etw
Maoni Stephens [Fri, 1 Jul 2016 17:49:06 +0000 (10:49 -0700)]
Merge pull request #6084 from Maoni0/gc_etw

GC ETW fixes

8 years agoMerge pull request #6091 from wtgodbe/buildfix
William Godbe [Fri, 1 Jul 2016 17:22:44 +0000 (10:22 -0700)]
Merge pull request #6091 from wtgodbe/buildfix

do all coreclr copying BEFORE building

8 years agodo all coreclr copying BEFORE building
wtgodbe [Fri, 1 Jul 2016 17:15:06 +0000 (10:15 -0700)]
do all coreclr copying BEFORE building

8 years agoFIX #6074 : cannot find exception handler on arm (#6088)
chunseoklee [Fri, 1 Jul 2016 08:41:20 +0000 (17:41 +0900)]
FIX #6074 : cannot find exception handler on arm (#6088)

8 years agoUpdating External dependencies to beta-24301-00
dotnet-bot [Fri, 1 Jul 2016 05:17:08 +0000 (05:17 +0000)]
Updating External dependencies to beta-24301-00

8 years agoMerge pull request #6082 from kyulee1/gc3
Kyungwoo Lee [Fri, 1 Jul 2016 01:49:05 +0000 (18:49 -0700)]
Merge pull request #6082 from kyulee1/gc3

ARM64: Enable GCStress0x3 Private Job

8 years agoMerge pull request #6078 from AndyAyersMS/ModelPolicyAvailability
Andy Ayers [Fri, 1 Jul 2016 00:47:24 +0000 (17:47 -0700)]
Merge pull request #6078 from AndyAyersMS/ModelPolicyAvailability

Inliner: make ModelPolicy available in release builds

8 years agoGC ETW fixes. The code for getting data for ETW and perf counter was written by different
Maoni0 [Fri, 24 Jun 2016 22:45:51 +0000 (15:45 -0700)]
GC ETW fixes. The code for getting data for ETW and perf counter was written by different
folks and was very intertwined. For full CLR we always have both defined but for coreclr
perf counters are not enabled so some things for ETW were just 0. Need to make sure when one
is not defined the rest are still getting the data they need.

8 years agoMerge pull request #6077 from pgavlin/RemoveGtfDead
Pat Gavlin [Thu, 30 Jun 2016 23:36:19 +0000 (16:36 -0700)]
Merge pull request #6077 from pgavlin/RemoveGtfDead

Remove GTF_DEAD.

8 years agoFix the hang in the debugger tests repo on OS X. (#6079)
Mike McLaughlin [Thu, 30 Jun 2016 22:49:46 +0000 (15:49 -0700)]
Fix the hang in the debugger tests repo on OS X. (#6079)

The transport pipe closes during shudown where blocked/deadlocked with the pending read on the transport thread.

8 years agoUpload CI dumps to dumpling.
Aditya Mandaleeka [Thu, 30 Jun 2016 22:20:22 +0000 (15:20 -0700)]
Upload CI dumps to dumpling.

8 years agoARM64: Enable GCStress0x3 Private Job
Kyungwoo Lee [Thu, 30 Jun 2016 22:00:07 +0000 (15:00 -0700)]
ARM64: Enable GCStress0x3 Private Job

8 years agoMerge pull request #6080 from wtgodbe/artifacts
William Godbe [Thu, 30 Jun 2016 21:40:53 +0000 (14:40 -0700)]
Merge pull request #6080 from wtgodbe/artifacts

Use HTML publisher for code coverage reports in CI

8 years agoUse HTML publisher for code coverage reports in CI
wtgodbe [Thu, 30 Jun 2016 21:32:44 +0000 (14:32 -0700)]
Use HTML publisher for code coverage reports in CI

8 years agoInliner: make ModelPolicy available in release builds
Andy Ayers [Tue, 28 Jun 2016 22:07:01 +0000 (15:07 -0700)]
Inliner: make ModelPolicy available in release builds

Make the ModelPolicy available in release builds of the jit. Enable this
policy by setting:

   COMPLUS_JitInlinePolicyModel=1

This works for either jitting or prejitting.

Update the ModelPolicy so callee never inline decisions are always
propagated back to the runtime.

8 years agoRemove GTF_DEAD.
Pat Gavlin [Thu, 30 Jun 2016 17:26:05 +0000 (10:26 -0700)]
Remove GTF_DEAD.

This flag was only used by CSE to mark dead trees s.t. these trees
were not considered during CSE replacement. The same information,
however, can be provided by the gtCSEnum field: a tree with this
field set to NO_CSE is treated identically to a tree marked with
GTF_DEAD. The GTF_DEAD flag is therefore redundant and can be
eliminated.

This is part of #5999.

8 years agoRemove misplaced call to genUnspillRegIfNeeded
Mike Danes [Tue, 28 Jun 2016 18:28:51 +0000 (21:28 +0300)]
Remove misplaced call to genUnspillRegIfNeeded

8 years ago[SOS] [Linux] Initial support of reading source and line number by native offset...
Evgeny Pavlov [Thu, 30 Jun 2016 17:40:25 +0000 (21:40 +0400)]
[SOS] [Linux] Initial support of reading source and line number by native offset (#6010)

* Initial support of reading source and line number by native offset
using portable PDB reader

8 years agoMerge pull request #5958 from jashook/disable_timeouts_under_gcstress
Jarret Shook [Thu, 30 Jun 2016 15:41:41 +0000 (08:41 -0700)]
Merge pull request #5958 from jashook/disable_timeouts_under_gcstress

Disable tests that timeout under gcstress

8 years agoFix undefined locals in desktop test builds. (#6073)
Mike McLaughlin [Thu, 30 Jun 2016 05:06:06 +0000 (22:06 -0700)]
Fix undefined locals in desktop test builds. (#6073)

When for desktop out of the ProjectK branch, the previous change left unassigned member variables.  Moved the pragma to include them.

8 years agoMerge pull request #6075 from kyulee1/settime
Kyungwoo Lee [Thu, 30 Jun 2016 03:20:53 +0000 (20:20 -0700)]
Merge pull request #6075 from kyulee1/settime

ARM64: Set timeout per scenario

8 years agoARM64: Set timeout per scenario
Kyungwoo Lee [Thu, 30 Jun 2016 01:26:41 +0000 (18:26 -0700)]
ARM64: Set timeout per scenario

8 years agoMerge pull request #6072 from wtgodbe/archive2
William Godbe [Wed, 29 Jun 2016 21:44:42 +0000 (14:44 -0700)]
Merge pull request #6072 from wtgodbe/archive2

Archive the right artifacts in coverage build

8 years agoArchive the right artifacts in coverage build
wtgodbe [Wed, 29 Jun 2016 21:36:01 +0000 (14:36 -0700)]
Archive the right artifacts in coverage build

8 years agoMerge pull request #6044 from briansull/split-lvIsMultiRegArgOrRet
Brian Sullivan [Wed, 29 Jun 2016 20:46:55 +0000 (13:46 -0700)]
Merge pull request #6044 from briansull/split-lvIsMultiRegArgOrRet

Split the lvIsMultiiRegArgOrRet into two bits

8 years agoMerge pull request #6041 from adityamandaleeka/fix_strip_logic
Aditya Mandaleeka [Wed, 29 Jun 2016 19:50:06 +0000 (12:50 -0700)]
Merge pull request #6041 from adityamandaleeka/fix_strip_logic

Fix platform logic in symbol stripping code

8 years agoMerge pull request #6070 from wtgodbe/sign
William Godbe [Wed, 29 Jun 2016 19:20:16 +0000 (12:20 -0700)]
Merge pull request #6070 from wtgodbe/sign

Only sign non-arm64 binaries

8 years agoMerge pull request #6069 from dotnet-bot/from-tfs
Andy Ayers [Wed, 29 Jun 2016 19:12:07 +0000 (12:12 -0700)]
Merge pull request #6069 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoOnly sign non-arm64 binaries
wtgodbe [Wed, 29 Jun 2016 18:14:53 +0000 (11:14 -0700)]
Only sign non-arm64 binaries

8 years agoSplit the lvIsMultiRegArgOrRet into two bits
Brian Sullivan [Wed, 29 Jun 2016 00:32:33 +0000 (17:32 -0700)]
Split the lvIsMultiRegArgOrRet into two bits

Currently for all targets that have MultiReg return LclVars we require that they not be struct promoted.
But on ARM64 we do allow for MultiReg #argument LclVars to be struct promoted.
Thus we have to disentagle this value into two distinct bool values to implement MultiReg returns for Arm64.

8 years agoDisable tests that timeout under gcstress
jashoo [Wed, 29 Jun 2016 17:32:41 +0000 (10:32 -0700)]
Disable tests that timeout under gcstress

After increasing the timeout time for gcstress, these tests continue to fail
due to timeouts. To get the gcstress legs green and keep them within a manageable
amount of time they will be disabled.

8 years agoHave the jit capture the SuperPMI method index for use in correlating outputs from...
Andy Ayers [Wed, 29 Jun 2016 17:22:43 +0000 (10:22 -0700)]
Have the jit capture the SuperPMI method index for use in correlating outputs from different runs.

Useful for matching SPMI outputs in cases where jit changes cause differential replay failures so lining up results side-by-side doesn't work.

If the jit is not hosted under SPMI, the index will report as zero.

[tfs-changeset: 1615278]

8 years agoFix building on desktop bug #234633. (#6045)
Mike McLaughlin [Wed, 29 Jun 2016 15:52:57 +0000 (08:52 -0700)]
Fix building on desktop bug #234633. (#6045)

ifdef the references to System.Diagnostic.StackFrame.

8 years agoMerge pull request #6054 from kyulee1/gcjob
Kyungwoo Lee [Wed, 29 Jun 2016 15:51:07 +0000 (08:51 -0700)]
Merge pull request #6054 from kyulee1/gcjob

ARM64: Enable a gcstress private job

8 years agoMerge pull request #6040 from rahku/arm64retbuf
Kyungwoo Lee [Wed, 29 Jun 2016 15:30:27 +0000 (08:30 -0700)]
Merge pull request #6040 from rahku/arm64retbuf

ARM64: update tests.lst

8 years agoMerge pull request #6000 from gkhanna79/Arm64Nuget
Gaurav Khanna [Wed, 29 Jun 2016 15:25:26 +0000 (08:25 -0700)]
Merge pull request #6000 from gkhanna79/Arm64Nuget

Generate nuget packages for Arm64 build

8 years agoARM64: Enable a gcstress private job
Kyungwoo Lee [Wed, 29 Jun 2016 15:20:10 +0000 (08:20 -0700)]
ARM64: Enable a gcstress private job

8 years agoMerge pull request #6049 from dotnet-bot/UpdateDependencies20160629051946
Gaurav Khanna [Wed, 29 Jun 2016 15:16:48 +0000 (08:16 -0700)]
Merge pull request #6049 from dotnet-bot/UpdateDependencies20160629051946

Updating External dependencies to beta-24229-00

8 years agoMerge pull request #6053 from kyulee1/ilrtrel
Kyungwoo Lee [Wed, 29 Jun 2016 14:52:37 +0000 (07:52 -0700)]
Merge pull request #6053 from kyulee1/ilrtrel

Relase build only for ilasm round trip tests in CI

8 years agoRelase build only for ilasm round trip tests in CI
Kyungwoo Lee [Wed, 29 Jun 2016 14:41:41 +0000 (07:41 -0700)]
Relase build only for ilasm round trip tests in CI

This eliminates spurious job display in Jenkins web which is unnecessary.

8 years agoMerge pull request #5950 from wateret/fix-5949
Kyungwoo Lee [Wed, 29 Jun 2016 13:43:15 +0000 (06:43 -0700)]
Merge pull request #5950 from wateret/fix-5949

[ARM/Linux] Disable unittest `_il_reltypeEqualOp`

8 years agoRemove unittests that contain undefined behaviour
Hanjoung Lee [Wed, 29 Jun 2016 05:55:37 +0000 (14:55 +0900)]
Remove unittests that contain undefined behaviour

Following tests contain undefined behaviour.
(Casting double to an integer type for a value that cannot be represent as the integer type.)

- JIT.Methodical.casts.ilseq._il_reltypeEqualOp._il_reltypeEqualOp
- JIT.Regression.CLR-x86-JIT.V1-M10.b08107

8 years agoUpdating External dependencies to beta-24229-00
dotnet-bot [Wed, 29 Jun 2016 05:19:46 +0000 (05:19 +0000)]
Updating External dependencies to beta-24229-00

8 years agoMerge pull request #6043 from BruceForstall/DisplayPlatformInJitDump
Bruce Forstall [Wed, 29 Jun 2016 03:24:53 +0000 (20:24 -0700)]
Merge pull request #6043 from BruceForstall/DisplayPlatformInJitDump

Display the build platform and architecture in the JitDump

8 years agoDisplay the build platform and architecture in the JitDump
Bruce Forstall [Tue, 28 Jun 2016 23:55:25 +0000 (16:55 -0700)]
Display the build platform and architecture in the JitDump

8 years agoMerge pull request #6038 from BruceForstall/PinvokeFeedbackCleanup
Bruce Forstall [Tue, 28 Jun 2016 23:54:08 +0000 (16:54 -0700)]
Merge pull request #6038 from BruceForstall/PinvokeFeedbackCleanup

Address P/Invoke inlining code review feedback and cleanup

8 years agoMerge pull request #6042 from wtgodbe/archive
William Godbe [Tue, 28 Jun 2016 23:34:19 +0000 (16:34 -0700)]
Merge pull request #6042 from wtgodbe/archive

Archive coverage reports from the right place

8 years agoArchive coverage reports from the right place
wtgodbe [Tue, 28 Jun 2016 23:30:28 +0000 (16:30 -0700)]
Archive coverage reports from the right place

8 years agoMerge pull request #6035 from briansull/fix-5642
Brian Sullivan [Tue, 28 Jun 2016 22:51:05 +0000 (15:51 -0700)]
Merge pull request #6035 from briansull/fix-5642

Fix issue #5642

8 years agoMerge pull request #6036 from briansull/dump-fix-inlining
Brian Sullivan [Tue, 28 Jun 2016 22:41:47 +0000 (15:41 -0700)]
Merge pull request #6036 from briansull/dump-fix-inlining

Do not enable the verbose Jit Dump during the inlining decision phase.

8 years agoFix path to BOTR GC section in gc.cpp (#6039)
Aditya Mandaleeka [Tue, 28 Jun 2016 22:37:25 +0000 (15:37 -0700)]
Fix path to BOTR GC section in gc.cpp (#6039)

8 years agoFix platform logic in symbol stripping code.
Aditya Mandaleeka [Tue, 28 Jun 2016 22:25:11 +0000 (15:25 -0700)]
Fix platform logic in symbol stripping code.

8 years agoupdate arm64 tests.lst
Rahul Kumar [Tue, 28 Jun 2016 22:14:31 +0000 (15:14 -0700)]
update arm64 tests.lst

8 years agoAddress P/Invoke inlining code review feedback and cleanup
Bruce Forstall [Tue, 28 Jun 2016 21:56:50 +0000 (14:56 -0700)]
Address P/Invoke inlining code review feedback and cleanup

Address some code review feedback from #5939. Also, do a little cleanup.
Specifically:
1. Make many GenTreeCall accessors 'const'.
2. HasNonStandardArgs() and GetNonStandardArgCount() are used for a specific purpose in the fast
tailcall implementation. However, the fgMorphArgs() "non-standard args" mechanism is now used for
other purposes, so the names of these didn't match their intent. Also, the logic had decayed compared
to the fgMorphArgs logic it was mimicing. I renamed them to add the word "Added", and wrote some
comments to be more explicit about their use, as well as indicate in fgMorphArgs() that they need
to be kept in sync.
3. Added several GenTreeCall::IsHelperCall() accessors, and replace some code with them.
4. Added RBM_INIT_PINVOKE_FRAME_TRASH define to remove an `#ifdef`.
5. Removed an assert loop in LowerFastTailCall() since it's no longer accurate given the new users of `isNonStandard`.

8 years agoMerge pull request #5978 from rahku/arm64retbuf
Rahul Kumar [Tue, 28 Jun 2016 22:04:33 +0000 (15:04 -0700)]
Merge pull request #5978 from rahku/arm64retbuf

Fix Pinvoke IL Stubs to emit correct return type in signature of call…

8 years agoFix Pinvoke IL Stubs to emit correct return type in signature of calli instruction
Rahul Kumar [Wed, 22 Jun 2016 21:48:37 +0000 (14:48 -0700)]
Fix Pinvoke IL Stubs to emit correct return type in signature of calli instruction

8 years agoDo not enable the verbose Jit Dump during the inlining decision phase.
Brian Sullivan [Tue, 28 Jun 2016 20:35:46 +0000 (13:35 -0700)]
Do not enable the verbose Jit Dump during the inlining decision phase.

8 years agoMerge pull request #6030 from kyulee1/config
Kyungwoo Lee [Tue, 28 Jun 2016 20:30:38 +0000 (13:30 -0700)]
Merge pull request #6030 from kyulee1/config

Fix default optimization setting for System.Private.CoreLib

8 years agoFix issue #5642
Brian Sullivan [Tue, 28 Jun 2016 20:22:11 +0000 (13:22 -0700)]
Fix issue #5642

Only consider hfa types when multireg return is enabled for the target
Update Test.Lst with new passing test

8 years agoFix Windows context to Unix context translation on AMD64 (#6027)
Jan Vorlicek [Tue, 28 Jun 2016 19:34:04 +0000 (21:34 +0200)]
Fix Windows context to Unix context translation on AMD64 (#6027)

There was a bug in the context translation between the Windows context
and Unix context on AMD64 caused by the fact that the Unix context
gregs array contains CS, GS and FS in a single field (REG_CSGSFS) and
the MCREG_SegCs accessor macro was incorrectly written to use the
whole field as CS. So writing the CS into the Unix context also
cleared the GS, FS and the topmost 16 bits described as padding.
This issue was exposed on the Linux kernel >= 4.6.0 where the padding
for some reason was not zero, probably used by the kernel for some
internal purposes.
I have fixed it by changing the accessor to modify only the 16 bits
corresponding to the CS.
I have also changed the code in the inject_activation_handler to
save cycles and not to copy the Windows context back to the Unix one
in case the activation function was not called and so the context
was not possibly changed.

8 years agoMerge pull request #6032 from wtgodbe/coverFix
William Godbe [Tue, 28 Jun 2016 19:08:35 +0000 (12:08 -0700)]
Merge pull request #6032 from wtgodbe/coverFix

Build coreclr as part of flow job in coverage jobs

8 years agoBuild coreclr as part of flow job in coverage jobs
wtgodbe [Tue, 28 Jun 2016 18:58:41 +0000 (11:58 -0700)]
Build coreclr as part of flow job in coverage jobs

8 years agoFix default optimization setting for System.Private.CoreLib
Kyungwoo Lee [Tue, 28 Jun 2016 16:42:59 +0000 (09:42 -0700)]
Fix default optimization setting for System.Private.CoreLib

This disable optimization for System.Private.CoreLib under debug build.

8 years agoPackage native Arm64 crossgen as well.
Gaurav Khanna [Tue, 28 Jun 2016 14:27:19 +0000 (07:27 -0700)]
Package native Arm64 crossgen as well.

8 years agoMerge pull request #6025 from dotnet-bot/UpdateDependencies20160628051939
Gaurav Khanna [Tue, 28 Jun 2016 13:40:29 +0000 (06:40 -0700)]
Merge pull request #6025 from dotnet-bot/UpdateDependencies20160628051939

Updating External dependencies to beta-24228-00

8 years agoFix 'unicode/uchar.h' file not found (#6009)
Manu [Tue, 28 Jun 2016 10:08:51 +0000 (19:08 +0900)]
Fix 'unicode/uchar.h' file not found (#6009)

The latest version of Homebrew does not set up the include path for `icu4c` so we have to force the creation of symbolic links like this is done for OpenSSL.

8 years agoMove intermediate file into intermediate dir (#5981)
MyungJoo Ham [Tue, 28 Jun 2016 07:44:09 +0000 (16:44 +0900)]
Move intermediate file into intermediate dir (#5981)

The intermediate file, cmake.definitions, is moved into
the intermediate directory: bin/obj/OS.Arch.Conf/

The script won't emit error for not having the cmake
results because some systems (Windows) do not use Cmake
and users might use "skipnative".

Fixes #5976

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
8 years agoUpdating External dependencies to beta-24228-00
dotnet-bot [Tue, 28 Jun 2016 05:19:39 +0000 (05:19 +0000)]
Updating External dependencies to beta-24228-00

8 years agoMerge pull request #6019 from swgillespie/gcsimulator-timeout
Sean Gillespie [Tue, 28 Jun 2016 04:55:20 +0000 (21:55 -0700)]
Merge pull request #6019 from swgillespie/gcsimulator-timeout

Remove one GCSimulator tests that takes way too long

8 years agoMerge pull request #6017 from pgavlin/SIMDBugFixes
Pat Gavlin [Mon, 27 Jun 2016 23:13:14 +0000 (16:13 -0700)]
Merge pull request #6017 from pgavlin/SIMDBugFixes

Fix three SIMD-related bugs.