index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-14
Make gcInfoTypes global instead of passed as param
Amy Yu
1
-38
/
+39
2018-06-14
Fixed some bugs with gc transitions
Amy Yu
3
-6
/
+15
2018-06-14
Get gc slot liveness code offset
Amy Yu
2
-7
/
+244
2018-06-08
Merge pull request #18326 from acmyu/gc
Amy
8
-27
/
+791
2018-06-08
Workaround for compiler.hpp (1848) - Assertion failed 'lvRefCnt' (#18292)
Sergey Andreenko
2
-32
/
+33
2018-06-07
JIT: Fix bug in finally cloning caused by unsound callfinally reordering (#18...
Andy Ayers
1
-17
/
+32
2018-06-07
Fixed and optimized Decimal.GetHashCode (#18288)
Pent Ploompuu
5
-31
/
+70
2018-06-07
Add missing #ifdef.
Brian Robbins
1
-3
/
+17
2018-06-07
Merge pull request #18340 from mikedn/ins-desc
Bruce Forstall
2
-57
/
+33
2018-06-07
Merge pull request #18356 from CarolEidt/Fix_GT_START_NONGC
Carol Eidt
1
-1
/
+1
2018-06-07
GcInfo belongs to method, not runtime function
Amy Yu
4
-23
/
+29
2018-06-07
Skip old time zones adjustments with offsets higher than 14h (#18305)
Krzysztof Wicher
2
-13
/
+104
2018-06-07
GT_START_NONGC has no kill set
Carol Eidt
1
-1
/
+1
2018-06-07
Allow ILCodeVersion to fallback to default IL (#18322)
Noah Falk
2
-13
/
+28
2018-06-07
Moves CurrentSystemTimeZone, ICastable, RegistryView and RegistryValueKind to...
Maryam Ariyan
14
-115
/
+149
2018-06-07
Force short date pattern to use yyyy on Linux (#18316)
Tarek Mahmoud Sayed
1
-2
/
+93
2018-06-07
Remove dead case from string.Compare (#18345)
Stephen Toub
1
-4
/
+2
2018-06-07
Guard Windows code under PLATFORM_WINDOWS (#18344)
Marek Safar
1
-3
/
+3
2018-06-07
Increase instrDesc::_idIns width on XARCH
Mike Danes
2
-57
/
+33
2018-06-07
Fixed a couple of comments about ArgumentException on timeout parameters (#18...
Alfred Myers
2
-2
/
+2
2018-06-07
Remove a dead branch from __DTString (#18334)
Stephen Toub
1
-10
/
+4
2018-06-07
Delete FormatterConverter from CoreLib (#18336)
Stephen Toub
2
-186
/
+0
2018-06-06
Cross-bitness support in JitInterface (#18329)
Egor Chesakov
4
-158
/
+40
2018-06-06
Fix ARM cast codegen (#18063)
mikedn
3
-68
/
+57
2018-06-06
Adding containment support for more x86 hardware intrinsics (#18297)
Tanner Gooding
6
-103
/
+1011
2018-06-06
Refactoring gcInfo, added verbose option to cli
Amy Yu
5
-232
/
+234
2018-06-06
Fix error cause by merge
Amy Yu
1
-18
/
+0
2018-06-06
Fix unwindInfo bug caused by missing alignmentPad, dump raw byes of unwindInf...
Amy Yu
4
-10
/
+24
2018-06-06
Use single variable for multiple tabs
Amy Yu
1
-12
/
+13
2018-06-06
Read slot table, dump GcInfo
Amy Yu
7
-116
/
+417
2018-06-06
Extract other fields from gcinfo
Amy Yu
2
-20
/
+280
2018-06-06
Extract gcinfo header, return kind and code length. Use code length as size o...
Amy Yu
4
-6
/
+170
2018-06-06
Extract gcinfo from image
Amy Yu
2
-1
/
+17
2018-06-06
Avoid passing R2RReader to R2RMethod and RuntimeFunction constructors
Amy Yu
1
-4
/
+7
2018-06-06
Use typeDef.Namespace to get full namespace, move to separate function
Amy Yu
1
-0
/
+15
2018-06-06
R2RDump - Unwind Info (#18248)
Amy
4
-31
/
+157
2018-06-06
Fix issue in Compiler::impImportStaticFieldAccess (#18328)
Jan Vorlicek
1
-2
/
+10
2018-06-06
JIT: implement assembly name dissassembly filtering (#18306)
Andy Ayers
3
-22
/
+73
2018-06-06
Moves FastResourceComparer and TaskAwaiter to shared (#18283)
Maryam Ariyan
9
-58
/
+160
2018-06-05
Add instructions for making idl file changes (#18188)
Noah Falk
1
-0
/
+12
2018-06-05
Merge pull request #18313 from dotnet-bot/from-tfs
Brian Sullivan
1
-0
/
+2
2018-06-05
Merge pull request #18303 from mikedn/lockadd4
Carol Eidt
2
-2
/
+3
2018-06-05
Fix a warning as error issue that causes a build break on the Desktop CLR
Brian Sullivan
1
-0
/
+2
2018-06-05
Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) in...
Egor Chesakov
2
-3
/
+17
2018-06-05
Use the actual type of LOCKADD's data operand
Mike Danes
2
-2
/
+3
2018-06-05
Use WChar instead of char (#18294)
Luqun Lou
1
-3
/
+3
2018-06-04
JIT: tolerate byref/nint return type mismatches during inlining (#18274)
Andy Ayers
1
-4
/
+14
2018-06-04
Adding function headers to the 'emitIns_SIMD_*' methods and clarifying commen...
Tanner Gooding
4
-27
/
+239
2018-06-04
Updating the x86 HWIntrinsics to support containment for most one-operand int...
Tanner Gooding
5
-20
/
+341
2018-06-04
Fixing up ContainCheckHWIntrinsic to use intrinsicId and to switch on the cat...
Tanner Gooding
1
-42
/
+68
[next]