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
2016-10-07
Merge pull request #7521 from vkvenkat/master
Sergiy Kuryata
1
-1
/
+1
2016-10-07
Return null on allocation failure due to OOM instead of throwing a exception ...
Sean Gillespie
5
-110
/
+83
2016-10-07
Disable CER code that is causing access violation
John Chen (CLR)
1
-0
/
+5
2016-10-07
Merge pull request #7520 from pgavlin/PutStructArgStk
Pat Gavlin
2
-74
/
+51
2016-10-07
Fix formatting.
Pat Gavlin
1
-14
/
+14
2016-10-07
Fixed #7519 - Dotnet crashes while saturating multiple CPU groups on Windows
vkvenkat
1
-1
/
+1
2016-10-07
Refactor genPutStructArgStk for clarity.
Pat Gavlin
2
-74
/
+51
2016-10-07
Merge pull request #7466 from adiaaida/fix7224
Michelle McDaniel
1
-0
/
+14
2016-10-07
Force byteable registers for indir op source
Michelle McDaniel
1
-0
/
+14
2016-10-07
Enable netstandard1.7 collations APIs (#7502)
Tarek Mahmoud Sayed
12
-91
/
+4464
2016-10-06
Restore some changes lost in a merge conflict (#7512)
Sean Gillespie
9
-36
/
+287
2016-10-06
Merge pull request #7490 from BruceForstall/EnableLegacy
Bruce Forstall
4
-17
/
+82
2016-10-06
Merge pull request #7504 from pgavlin/NormalizeSpills
Pat Gavlin
2
-42
/
+34
2016-10-06
Enable legacy JIT fallback for CoreCLR on Windows x86
Bruce Forstall
4
-17
/
+82
2016-10-06
Fix a typo and a formatting issue.
Pat Gavlin
1
-2
/
+1
2016-10-06
Always normalize stores when spilling lclVars.
Pat Gavlin
2
-42
/
+35
2016-10-06
Fix incorrect index for localsDebug array (#7495)
Evgeny Pavlov
1
-1
/
+1
2016-10-05
Merge pull request #7486 from CarolEidt/Fix7008
Carol Eidt
7
-168
/
+244
2016-10-05
Support double-aligned frames for RyuJIT/x86
Carol Eidt
7
-168
/
+244
2016-10-05
Fix and-cmp to test recognition
Mike Danes
1
-3
/
+2
2016-10-05
Delete mscorlib from CoreCLR targeting pack (#7494)
Jan Kotas
1
-3
/
+0
2016-10-04
Merge pull request #7436 from giuliohome/issue-7346
Atsushi Kanamori
1
-42
/
+40
2016-10-04
Issue 7346 ConstructorArguments with null array of enum
giuliohome
1
-42
/
+40
2016-10-04
Merge pull request #7476 from jkotas/security-annotations
Pat Gavlin
1
-2
/
+2
2016-10-04
[Linux][GDB-JIT] Fix incorrect frame location when we have a lot of locals (#...
Evgeny Pavlov
2
-16
/
+58
2016-10-04
Add PGO GENPROFILE support to coreclr and clrjit (#7423)
Daniel Podder
2
-0
/
+6
2016-10-04
API: Move Synchronized from StreamReader to TextReader (#7469)
Ian Hays
1
-1
/
+1
2016-10-04
Correct security annotations
Jan Kotas
1
-2
/
+2
2016-10-04
Merge pull request #7473 from dotnet-bot/from-tfs
Jan Kotas
1
-0
/
+2
2016-10-03
Remove coreclr checks from AppDomain apis (#7471)
Rahul Kumar
2
-16
/
+0
2016-10-03
Merge pull request #7468 from CarolEidt/Fix7460
Carol Eidt
1
-3
/
+3
2016-10-03
Merge pull request #7467 from dotnet-bot/from-tfs
Bruce Forstall
1
-0
/
+2
2016-10-04
Add support for Alpine Linux (#7440)
Jan Vorlicek
9
-32
/
+84
2016-10-03
Allow GT_FIELD_LIST as legal arg for RyuJIT/x86
Carol Eidt
1
-3
/
+3
2016-10-03
Merge pull request #7464 from pgavlin/RyuJITPInvokeFrame
Pat Gavlin
1
-3
/
+24
2016-10-03
Mark new UnmanagedMemoryAccessor methods as SafeCritical.
Pat Gavlin
1
-0
/
+2
2016-10-03
Remove FirstChanceExceptionEventArgs from BCL folder. The file has been moved...
Rahul Kumar
1
-0
/
+2
2016-10-03
Add comment anchors.
Pat Gavlin
1
-0
/
+4
2016-10-03
Fix P/Invoke call and method {pro,epi}logs in RyuJIT/x86.
Pat Gavlin
1
-3
/
+20
2016-10-03
Add Math.Clamp overloads to mscorlib.cs (#7462)
Hugh Bellamy
1
-0
/
+15
2016-10-03
[Linux] [SOS.NETCore] Quick fix for Path.GetFileName (#7441)
Dmitri-Botcharnikov
1
-4
/
+17
2016-10-03
Fix DWARF linetable info provided by GDBJIT (#7444)
Igor Kulaychuk
2
-6
/
+13
2016-10-02
Fix a bug where the DAC read four more bytes than necessary (#7430)
Sean Gillespie
1
-16
/
+4
2016-10-01
Remove WaitHandleExtensions, as it is implemented in CoreFX (#7431)
Koundinya Veluri
3
-12
/
+1
2016-10-01
Merge pull request #7361 from vancem/MessageInLttng.9-26-16
Vance Morrison
2
-11
/
+19
2016-10-01
Merge pull request #7359 from vancem/EventSOurceNullRefInLevelProperty.9-26-16
Vance Morrison
1
-10
/
+11
2016-10-01
Initial support of local variables and method arguments in GDB JIT interface ...
Evgeny Pavlov
6
-58
/
+645
2016-09-30
Merge pull request #7433 from dotnet-bot/from-tfs
Jan Kotas
2
-3
/
+1
2016-09-30
Merge pull request #7438 from pgavlin/gh7090
Pat Gavlin
1
-0
/
+4
2016-09-30
Merge pull request #7432 from pgavlin/gh6920
Pat Gavlin
2
-44
/
+18
[next]