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-09-20
Removing BitScanReverse from pal.h
Tanner Gooding
1
-46
/
+0
2018-09-20
Fixing some naming conventions and removing dead code.
Tanner Gooding
4
-27
/
+24
2018-09-20
Removing bcltype/fp.h from native code.
Tanner Gooding
2
-68
/
+0
2018-09-20
Making Number.Grisu3.DigitGen slightly more efficient.
Tanner Gooding
1
-16
/
+27
2018-09-20
Removing the Grisu3 native implementation.
Tanner Gooding
6
-718
/
+0
2018-09-20
Porting the Grisu3 algorithm to managed code.
Tanner Gooding
3
-1
/
+720
2018-09-20
Porting bcltype/diyfp.cpp to managed code as shared/System/Number.DiyFp.cs
Tanner Gooding
2
-0
/
+130
2018-09-20
Removing the Dragon4 and DoubleToNumber native implementation.
Tanner Gooding
6
-1060
/
+0
2018-09-20
Porting the Dragon4 algorithm to managed code.
Tanner Gooding
6
-4
/
+333
2018-09-20
Porting bcltype/bignum.cpp to managed code as shared/System/Number.BigInteger.cs
Tanner Gooding
2
-0
/
+750
2018-09-20
Merge pull request #20035 from echesakovMSFT/CrossBitnessLinuxPerfMap
Egor Chesakov
3
-4
/
+14
2018-09-20
Cleans up error message caching in DuplicateWaitObjectException (#20073)
Marek Safar
1
-14
/
+2
2018-09-19
Merge pull request #20002 from mikedn/undef-printf
Carol Eidt
1
-4
/
+3
2018-09-19
Merge pull request #20038 from CarolEidt/Fix20031
Carol Eidt
1
-3
/
+50
2018-09-19
Merge pull request #19811 from pentp/xcnt-false-dep
Carol Eidt
3
-26
/
+50
2018-09-19
Cleanup registry usage within CoreLib (#20050)
Jan Kotas
9
-141
/
+112
2018-09-19
Turns Math/MathF RoundLimit into a constant (#20044)
Marek Safar
2
-2
/
+2
2018-09-19
Replace assert in Precode::SetTargetInterlocked (#20007)
Koundinya Veluri
1
-1
/
+1
2018-09-18
* Revert the changes to TryInsert() introduced by https://github.com/dotnet/c...
dotnet-bot
1
-2
/
+4
2018-09-18
Include in alphabetical order (#20028)
Sven Boemer
1
-1
/
+1
2018-09-18
Merge pull request #19996 from dotnetrt/jit-update-headers
Carol Eidt
1
-12
/
+26
2018-09-18
Use 32-bit address format string during crossgen in src/vm/perfmap.cpp
Egor Chesakov
1
-2
/
+12
2018-09-18
Replace sizeof(PVOID) with TARGET_POINTER_SIZE in src/vm/readytoruninfo.cpp
Egor Chesakov
1
-1
/
+1
2018-09-18
Use HasNativeOrReadyToRunImage in src/vm/compile.cpp
Egor Chesakov
1
-1
/
+1
2018-09-18
Fix MultiReg methods on GenTree
Carol Eidt
1
-3
/
+50
2018-09-18
Port Formatting Japanese First Year of Era (#19976)
Tarek Mahmoud Sayed
6
-49
/
+147
2018-09-18
Do not add invalid masm flags in cordbdi.vcxproj for x64 Windows (#19995)
Jacek Blaszczynski
1
-30
/
+35
2018-09-18
Add headers to cee_wks, cee_dac vcxprojs to improve developer experience (#20...
Jacek Blaszczynski
1
-0
/
+383
2018-09-18
Fix Buffer.cs formatting to follow coding guidelines (#20020)
Jan Kotas
1
-100
/
+91
2018-09-18
Add gc header files to vcxproj file to improve user experience (#19980)
Jacek Blaszczynski
1
-0
/
+40
2018-09-18
Add EH info support to R2RDump (#20000)
Tomáš Rylek
3
-2
/
+309
2018-09-17
Use elaborated type specifiers to prevent meaning changes (#20019)
Jan Kotas
1
-9
/
+9
2018-09-17
Updating Buffer.ZeroMemory to call SpanHelpers.ClearWithoutReferences
Tanner Gooding
1
-3
/
+10
2018-09-17
Merge pull request #15657 from mikedn/fp-divmul-binary
Carol Eidt
9
-201
/
+145
2018-09-17
Fix spmi environment reset. (#19943)
Sergey Andreenko
10
-119
/
+268
2018-09-17
Merge pull request #19949 from fiigii/fixhwapis
Carol Eidt
6
-10
/
+10
2018-09-17
Jit: ensure objp properly updated by SpillRetExprHelper (#19974)
Andy Ayers
1
-7
/
+8
2018-09-17
Always define printf/fprintf in JIT
Mike Danes
1
-4
/
+3
2018-09-16
Update clrjit headers files included into clrjit.vcxproj
Jacek Blaszczynski
1
-12
/
+26
2018-09-15
System.Private.CoreLib: Move ResoureReader/ResourceSet to shared. (#19994)
Filip Navara
4
-7
/
+7
2018-09-14
convert HandleStore::_underlyingBucket to a pointer (#19935)
David Mason
4
-18
/
+3
2018-09-14
Merge pull request #19125 from mikedn/cse-extract
Brian Sullivan
4
-409
/
+114
2018-09-14
Merge pull request #19845 from briansull/vn-enhancements
Brian Sullivan
9
-375
/
+974
2018-09-14
don't force float->double->int cast for x86 (#19833)
Clinton Ingram
1
-5
/
+4
2018-09-14
Fixed TimeoutHelper typos (#19956)
Joseph Musser
1
-7
/
+7
2018-09-14
Fixed typo ‘defualt’ (#19955)
Joseph Musser
3
-3
/
+3
2018-09-13
Merge pull request #19745 from CarolEidt/Fix19448
Carol Eidt
5
-64
/
+84
2018-09-13
Fix inconsistent Intel hardware intrinsic APIs
Fei Peng
6
-10
/
+10
2018-09-13
Dev16 removed the static_cast<> in a std::basic_string constructor so need to...
Aaron Robinson
1
-13
/
+24
2018-09-13
Replace fgMarkAddressExposedLocals (#19621)
mikedn
4
-512
/
+683
[next]