summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Konstantin Baladurin [Thu, 26 Apr 2018 14:34:58 +0000 (17:34 +0300)]
Add memory optimization patches from upstream
Change-Id: Ie8ea75fa60184b77135289c8fdc0f49d40b49d87
Junghyuk [Mon, 23 Apr 2018 03:46:22 +0000 (12:46 +0900)]
Add ilasm and ildasm to coreclr-devel package files
Change-Id: I3c5c4fab6ec6bee23f04af056e17ffdbd38764e2
Junghyuk [Mon, 23 Apr 2018 01:38:09 +0000 (10:38 +0900)]
Remove ilasm and ildasm from coreclr-extra package files
Change-Id: I0008f8141daa7dddea85170c76d2a425dc888d2f
Chunseok Lee [Mon, 12 Mar 2018 07:28:16 +0000 (16:28 +0900)]
Disable forced ASAN build
Change-Id: Ib692845a6e3fc73f24512737b47ab9427233e325
Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
Konstantin Baladurin [Fri, 9 Feb 2018 13:07:25 +0000 (16:07 +0300)]
Fix asan false-positive issues and proper signal handling
Change-Id: I2641576ec44bad7aa34d314b1113414479458cf9
chunseok lee [Tue, 23 Jan 2018 02:34:15 +0000 (11:34 +0900)]
armoring patch : relro, stack-proector, FORTIFY_SOURCE
armoring request from PM team
Change-Id: I32610d6a1a6a2364fe89a55b05bffcb3ac93e2ff
Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
chunseok lee [Fri, 29 Dec 2017 07:39:54 +0000 (16:39 +0900)]
Fix SIGSEGV in EventPipe on Shutdown (#14123)
backport cherrypick to fix https://github.sec.samsung.net/dotnet/home/issues/134
Change-Id: I0a2918d70c275fb81fea86a8b2eef613037666b5
Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
chunseok lee [Tue, 19 Dec 2017 23:09:58 +0000 (08:09 +0900)]
Fix crossgen debug directory generation problems
cherrypick from
2ae797a1e975e42dd448e
Change-Id: Ifb9ba07f27cdc3caa5dfbf633e68dffc596f57eb
Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
chunseok lee [Mon, 18 Dec 2017 05:23:08 +0000 (14:23 +0900)]
Enable gdbjit while NI file exist
upstream cherry pick(https://github.com/dotnet/coreclr/pull/15501)
Change-Id: Id65783c9af70e2ff907a83f923d00123fee96fd8
Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
chunseok lee [Thu, 14 Dec 2017 00:29:29 +0000 (09:29 +0900)]
Fix uaf in DestroyThread function
upstream cherrypick :
14f609a711f61c0724
From: Konstantin Baladurin <k.baladurin@partner.samsung.com>
Date: Fri, 8 Dec 2017 15:28:40 +0300
Subject: Fix uaf in DestroyThread function.
Mark thread's buffers as no longer owned before calling
Thread::OnThreadTerminate because thread can delete itself in
this method.
Change-Id: Ie897af344db4021c015deb0b2e72ac642d2e0c6e
Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
chunseok lee [Thu, 12 Oct 2017 02:06:58 +0000 (22:06 -0400)]
Fix SOS plugin on x86
Change-Id: Idd7e76bd1ff63c93fcef960f4ae373c2815d615e
Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
chunseok lee [Thu, 12 Oct 2017 01:22:51 +0000 (21:22 -0400)]
Revert " Specify C# language in DWARF debug information"
This reverts commit
bb775f145721fba5683307a6089269e19396b597.
Change-Id: Ic34b9a29d4064381324899a792a4734ebbd1ee4f
Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
chunseok lee [Wed, 27 Sep 2017 05:15:38 +0000 (01:15 -0400)]
Specify C# language in DWARF debug information
To correctly support C# language in lldb DWARF debug information
should contain correct information about language.
Now we use 0x9e57 constant for specify C# language.
Introduce FEATURE_GDBJIT_LANGID_CS
If this feature is set gdbjit will use 0x9e57 as c# lang id,
otherwise it will use DW_LANG_C89.
Change-Id: I06e8dce6bf9b2506e62edaa6b2629cd5cfacfc0d
Chunseok Lee [Thu, 21 Sep 2017 06:47:33 +0000 (06:47 +0000)]
Merge "Release build on x86" into tizen_4.0
Jiseob Jang [Thu, 21 Sep 2017 04:59:14 +0000 (04:59 +0000)]
Merge "Disable-VSD-Stub-Kind-Prediction, secure-delegate-bug" into tizen_4.0
CHUNSEOK LEE [Wed, 20 Sep 2017 11:26:44 +0000 (20:26 +0900)]
Disable-VSD-Stub-Kind-Prediction, secure-delegate-bug
Change-Id: Ibe8692e8339f3511fa383e3b5ca8204c877f2c7c
Signed-off-by: CHUNSEOK LEE <chunseok.lee@samsung.com>
chunseok lee [Thu, 21 Sep 2017 04:14:32 +0000 (00:14 -0400)]
Release build on x86
Change-Id: I02ac051f3309aa30a6f0254a62a6063f54a38c22
Signed-off-by: chunseok lee <chunseoklee@gmail.com>
CHUNSEOK LEE [Wed, 20 Sep 2017 11:26:44 +0000 (20:26 +0900)]
Disable-VSD-Stub-Kind-Prediction, secure-delegate-bug
Change-Id: I6825c50c008b1b7039d8f4fd7fc4f693a99f4f1d
Signed-off-by: CHUNSEOK LEE <chunseok.lee@samsung.com>
jiseob.jang [Wed, 13 Sep 2017 13:51:43 +0000 (22:51 +0900)]
add Force-O3-build-with-clang3.8.patch
Change-Id: I7368e5b85263ed2ed9059ebef3bdbb9587a7a250
Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
CHUNSEOK LEE [Tue, 12 Sep 2017 06:37:08 +0000 (15:37 +0900)]
PIE, x86_sos, debuginfo size
Change-Id: I361487df23b5b4ca73b99f50517b37bcfd7922d3
Signed-off-by: CHUNSEOK LEE <chunseok.lee@samsung.com>
jiseob.jang [Thu, 7 Sep 2017 04:16:07 +0000 (13:16 +0900)]
CoreCLR version update to 2.0.0.12082
Change-Id: I72c9f2b7258c576be457df609e33af55e0beab88
jiseob.jang [Wed, 6 Sep 2017 11:40:24 +0000 (20:40 +0900)]
Imported Upstream version 2.0.0.12082
Jiyoung Yun [Tue, 13 Jun 2017 09:47:36 +0000 (18:47 +0900)]
Imported Upstream version 2.0.0.11992
Jiyoung Yun [Thu, 27 Apr 2017 07:54:50 +0000 (16:54 +0900)]
Imported Upstream version 2.0.0.11599
Jiyoung Yun [Thu, 13 Apr 2017 05:17:19 +0000 (14:17 +0900)]
Imported Upstream version 2.0.0.11353
Jiyoung Yun [Fri, 10 Feb 2017 11:35:12 +0000 (20:35 +0900)]
Imported Upstream version 1.0.0.9910
Jiyoung Yun [Tue, 27 Dec 2016 07:46:08 +0000 (16:46 +0900)]
Imported Upstream version 1.0.0.9127
Jiyoung Yun [Wed, 23 Nov 2016 10:09:09 +0000 (19:09 +0900)]
Imported Upstream version 1.1.0
Jong Jeong Kim [Tue, 22 Nov 2016 01:49:07 +0000 (17:49 -0800)]
Initial empty repository