summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26[Tizen] Partially revert a6292a6.Mikhail Kurinnoi1-0/+39
NetcoreDBG depends from PAL functions. Instead of SOS plugin, that use PAL static libs, debugger should be able to operate with any runtime version and can't be statically linked to PAL.
2019-09-26[Tizen] Update openssl-64bit version to 1.1Hyungju Lee1-1/+1
Change-Id: Icc69aa049a77c3adb961b00571765905d3494c70
2019-09-26[Tizen] Enable IBCLoggerHyungju Lee1-1/+1
Change-Id: I39f7a8c07d7760493d2aae08750abce6139103c4
2019-09-26add access(2) call before dlopening filesYaroslav Yamshchikov1-0/+9
2019-09-26[Tizen] Precompile frequently used generic methods.Kirill Frolov3-0/+48
2019-09-26corbbtprof: set byte alignment for CORBBTPROF structures (#25816)Konstantin Baladurin1-0/+5
Fix patch fixes SIGBUG that occurs due to unaligned read/write
2019-09-26Fail to explicitly tail call on x86 unix. (#25032)Jarret Shook3-2/+55
* Fail to explicitly tail call on x86 unix. * Correctly return 100 * Correct return value * Add noway assert in morphTailCall to avoid morphing slow tail calls on unix. * Address feedback
2019-09-26[Tizen] Disable jithost arena cacheGleb Balykov1-1/+1
2019-09-26[Tizen] Disable IBC Logger as a defaultDongHeon Jung2-1/+5
- Profile information is collected by ibc logger. Hower it is not used and saved into profile file. - The patch disables IBC logger which is enabled by default. - It disables IBC logger only with ibclogger.h file. IBCLOGGER_ENABLED definition is only used in ibclogger files.
2019-09-26Fix a build error when IBCLOGGER_ENABLED is not defined (#25691)Dong-Heon Jung1-13/+31
- Even if DACCESS_COMPILE or CROSSGEN_COMPILE is defined, coreclr can be built without IBCLOGGER_ENABLED definition.
2019-09-26[Tizen] Define -DHAS_ADDRESS_SANITIZER for ASan buildSlava Barinov1-3/+6
This define turns on new and delete operators compatibility mode for build with Address Sanitizer. It allows Tizen libasan to intercept operators and prevents alloc-dealloc-mismatch errors. Change-Id: If72b1d42dd99eaaf11d3cb1232006ee0e2e411c3 Signed-off-by: Slava Barinov <v.barinov@samsung.com>
2019-09-26[Tizen] Remove -DFEATURE_GDBJIT=TRUE from spec fileHyungju Lee1-2/+2
Change-Id: Ic0b8bfc8ab45284ecda5ab99e683224368e607f5
2019-09-26[Tizen] Update Openssl version 1.0 to 1.1Hyungju Lee1-1/+1
Change-Id: Id37364dd5dec17ab5a7b60e14df78a4967b3f3b8
2019-09-26[Tizen] Enable PGO for Linux/armKonstantin Baladurin4-4/+27
2019-09-24[Tizen] seperate PIC and PIE to fix x86_64 build errorWoongsuk Cho1-3/+5
2019-09-24[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki9-15/+340
This is needed to save a minicoredump of .NET applications to allows reconstruct managed stack by lldb and SOS plugin.
2019-09-24[Tizen] update cscope files to be ignoredHyungju Lee1-0/+4
Change-Id: Ia0e1c6aa651c4fd88dc58b901729896a7a27681d
2019-09-24[Tizen] Change paths to ilasm/ildasmswift.kim1-4/+4
2019-09-24[Tizen] Rearrange executables among rpm pkgsHyungju Lee1-20/+9
- `corerun` and `coreconsole` to `devel` pkg - remove `extra` pkg and move symlinks in it. Change-Id: I99cd26121d3c83242caf6f2418d686b3ffcc2828
2019-09-24[Tizen] Enable RELRO protectionjunghyuk.park1-2/+2
2019-09-24[Tizen] Add crossgen and coreconsole to coreclr packagejunghyuk.park1-2/+6
- The coreclr-extra package is going to be eliminated soon. - Symlinks to crossgen and coreconsole are created temporarily for graceful migration
2019-09-24[Tizen] Provide symlinks to .NET version for compatibilityjunghyuk.park1-0/+12
This commit will be reverted soon when all dependent modules watch the symlink at '/usr/share/dotnet.tizen/netcoreapp'. Change-Id: Ib2ebf62a5788e225a9e3354f53fadde282708700
2019-09-24[Tizen] Add skipped testcase: superpmiHyeongseok Oh1-0/+1
Skip JIT/superpmi/superpmicollect/superpmicollect.sh
2019-09-24[Tizen] Add skipped testcase on TM1Jiyoung Yun1-1/+5
Lists: JIT.jit64.opt.cse.hugeSimpleExpr1.hugeSimpleExpr1 GC.Regressions.v2.0-rtm.494226.494226.494226 GC.Scenarios.ServerModel.servermodel.servermodel JIT.jit64.opt.cse.HugeField1.HugeField1 JIT.jit64.opt.cse.HugeField2.HugeField2 JIT.jit64.opt.cse.hugeexpr1.hugeexpr1
2019-09-24Fix OOPStackUnwinderX86::Unwind crash when Eip is invalidIgor Kulaychuk1-1/+1
2019-09-24Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
2019-09-24[Tizen] Provide a symlink to installed Microsoft.NETCore.App versionjunghyuk.park1-0/+3
The symlink is added to provide consistent access to installed Microsoft.NETCore.App version. '/usr/share/dotnet.tizen/netcoreapp' is linked to '/usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0'.
2019-09-24[Tizen] Add -pie to linker optionHyungju Lee1-0/+1
There have been no -pie linker option. This patch adds -pie linker option into crossgen(for tizen) This originates from 0024-Add-pie-to-linker-option.patch
2019-09-24[Tizen] Enable -O3 optimization in clang 3.8junghyuk.park1-1/+1
2019-09-24[Tizen] Add support for GBSjunghyuk.park5-6/+337
2019-09-24[Tizen] Add BuildTools v3.0.0Konstantin Baladurin3937-0/+1026981
2019-09-23[Tizen] Add prebuilt libicu-57.1 librariesjunghyuk.park24-0/+16
2019-09-12Fix watson bucketing/broken triage dumps (#26670)Mike McLaughlin1-0/+5
Fix watson bucketing/broken triage dumps The DAC EnumMemoryRegions needs to include some missing code version manager memory.
2019-09-12Update dependencies from ↵dotnet-maestro[bot]2-4/+4
https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20190912.1 (#26681) - optimization.IBC.CoreCLR - 99.99.99-master-20190912.1 - optimization.PGO.CoreCLR - 99.99.99-master-20190912.1
2019-09-12Update dependencies from https://github.com/dotnet/corefx build 20190911.13 ↵dotnet-maestro[bot]2-6/+6
(#26680) - Microsoft.NETCore.Platforms - 3.0.0-rc2.19461.13 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19461.13
2019-09-12Update dependencies from https://github.com/dotnet/arcade build 20190911.7 ↵dotnet-maestro[bot]13-119/+121
(#26679) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19461.7 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19461.7 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19461.7 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19461.7
2019-09-11Update dependencies from https://github.com/dotnet/core-setup build ↵dotnet-maestro[bot]2-3/+3
20190910.02 (#26655) - Microsoft.NETCore.App - 3.0.0-rc2-19460-02
2019-09-11Update dependencies from ↵dotnet-maestro[bot]2-4/+4
https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20190911.1 (#26654) - optimization.IBC.CoreCLR - 99.99.99-master-20190911.1 - optimization.PGO.CoreCLR - 99.99.99-master-20190911.1
2019-09-11Update dependencies from https://github.com/dotnet/corefx build 20190910.22 ↵dotnet-maestro[bot]2-6/+6
(#26653) - Microsoft.NETCore.Platforms - 3.0.0-rc2.19460.22 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19460.22
2019-09-11Update dependencies from https://github.com/dotnet/arcade build 20190910.3 ↵dotnet-maestro[bot]3-12/+12
(#26622) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19460.3 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19460.3 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19460.3 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19460.3
2019-09-10[release/3.0] Update dependencies from dotnet/core-setup (#26563)dotnet-maestro[bot]2-3/+3
* Update dependencies from https://github.com/dotnet/core-setup build 20190905.28 - Microsoft.NETCore.App - 3.0.0-rc2-19455-28 * Update dependencies from https://github.com/dotnet/core-setup build 20190907.02 - Microsoft.NETCore.App - 3.0.0-rc2-19457-02 * Update dependencies from https://github.com/dotnet/core-setup build 20190907.15 - Microsoft.NETCore.App - 3.0.0-rc2-19457-15 * Update dependencies from https://github.com/dotnet/core-setup build 20190908.11 - Microsoft.NETCore.App - 3.0.0-rc2-19458-11 * Update dependencies from https://github.com/dotnet/core-setup build 20190909.40 - Microsoft.NETCore.App - 3.0.0-rc2-19459-40
2019-09-10Update dependencies from https://github.com/dotnet/corefx build 20190910.1 ↵dotnet-maestro[bot]2-6/+6
(#26616) - Microsoft.NETCore.Platforms - 3.0.0-rc2.19460.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19460.1
2019-09-10Update dependencies from ↵dotnet-maestro[bot]2-4/+4
https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20190910.1 (#26617) - optimization.IBC.CoreCLR - 99.99.99-master-20190910.1 - optimization.PGO.CoreCLR - 99.99.99-master-20190910.1
2019-09-10Update dependencies from https://github.com/dotnet/arcade build 20190909.10 ↵dotnet-maestro[bot]12-106/+46
(#26615) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19459.10 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19459.10 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19459.10 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19459.10
2019-09-09[release/3.0] Update dependencies from dotnet/arcade (#26560)dotnet-maestro[bot]19-461/+265
* Update dependencies from https://github.com/dotnet/arcade build 20190905.21 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19455.21 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19455.21 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19455.21 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19455.21 * Update dependencies from https://github.com/dotnet/arcade build 20190906.10 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19456.10 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19456.10 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19456.10 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19456.10 * Update dependencies from https://github.com/dotnet/arcade build 20190907.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19457.1 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19457.1 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19457.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19457.1 * Update dependencies from https://github.com/dotnet/arcade build 20190908.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19458.2 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19458.2 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19458.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19458.2
2019-09-09[release/3.0] Update dependencies from dotnet/corefx (#26561)dotnet-maestro[bot]2-6/+6
* Update dependencies from https://github.com/dotnet/corefx build 20190906.1 - Microsoft.NETCore.Platforms - 3.0.0-rc2.19456.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19456.1 * Update dependencies from https://github.com/dotnet/corefx build 20190907.2 - Microsoft.NETCore.Platforms - 3.0.0-rc2.19457.2 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19457.2 * Update dependencies from https://github.com/dotnet/corefx build 20190907.8 - Microsoft.NETCore.Platforms - 3.0.0-rc2.19457.8 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19457.8 * Update dependencies from https://github.com/dotnet/corefx build 20190908.3 - Microsoft.NETCore.Platforms - 3.0.0-rc2.19458.3 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19458.3
2019-09-09[release/3.0] Update dependencies from dnceng/internal/dotnet-optimization ↵dotnet-maestro[bot]2-4/+4
(#26588) * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20190908.1 - optimization.IBC.CoreCLR - 99.99.99-master-20190908.1 - optimization.PGO.CoreCLR - 99.99.99-master-20190908.1 * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20190909.1 - optimization.IBC.CoreCLR - 99.99.99-master-20190909.1 - optimization.PGO.CoreCLR - 99.99.99-master-20190909.1
2019-09-06Update dependencies from ↵dotnet-maestro[bot]2-4/+4
https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20190905.1 (#26528) - optimization.IBC.CoreCLR - 99.99.99-master-20190905.1 - optimization.PGO.CoreCLR - 99.99.99-master-20190905.1
2019-09-05rc2 version updated (#26548)Anirudh Agnihotry1-1/+1
2019-09-05Update dependencies from https://github.com/dotnet/arcade build 20190904.31 ↵dotnet-maestro[bot]14-136/+500
(#26526) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19454.31 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19454.31 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19454.31 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19454.31