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
2017-04-24
do not use = {nullptr} initialization. (#11153)
Sergey Andreenko
3
-6
/
+10
2017-04-24
Merge pull request #11169 from hseok-oh/ryujit/fix_11128
Bruce Forstall
1
-6
/
+11
2017-04-24
Merge pull request #11091 from BruceForstall/BlockRefactor
Bruce Forstall
4
-521
/
+490
2017-04-24
[x86/Linux] Remove unnecessary ResumeEsp field (#11167)
Jonghyun Park
10
-32
/
+7
2017-04-24
[ARM32/RyuJIT] Fix failure related with struct argument passing
Hyeongseok Oh
1
-6
/
+11
2017-04-24
[x86/Linux] Fix unmatched NESTED_END in CallEHFilterFunclet (#11163)
Jonghyun Park
1
-1
/
+1
2017-04-23
11106: Use RuntimeHelpers.IsReferenceOrContainsReferences in Dictionary.Remov...
OmariO
1
-4
/
+19
2017-04-22
Remove destructor from GCEvent and instead rely on the OS to clean up (#11132)
Sean Gillespie
4
-21
/
+8
2017-04-22
Two improvments for LCG jump stubs (dynamic methods): (#9160)
Brian Sullivan
4
-43
/
+86
2017-04-21
Move xplat minidump doc to botr. (#11149)
Mike McLaughlin
1
-2
/
+2
2017-04-21
Merge pull request #11117 from briansull/zapsig-fix
Brian Sullivan
1
-1
/
+4
2017-04-21
[x86/Linux] Correctly initialize nonVolRegPtrs in LazyMachState::unwindLazySt...
Jonghyun Park
1
-4
/
+4
2017-04-21
Mark CharEnumerator as [Serializable] (#11124)
Jan Kotas
1
-0
/
+1
2017-04-21
Add Marshal.GetExceptionPointers (#11125)
Yi Zhang (CLR)
2
-0
/
+4
2017-04-20
[ARM32/RyuJIT] Argument passing for multireg struct (#10846)
Hyeongseok Oh
3
-34
/
+148
2017-04-20
[x86/Linux] Relax inst_JMP assert condition (#11062)
Jonghyun Park
1
-1
/
+8
2017-04-20
Update StringBuilder.AppendJoin to approved API (#11059)
Joseph Musser
2
-33
/
+46
2017-04-20
Enable corerun to select Globalization Invariant mode (#11097)
SaeHie Park
1
-7
/
+21
2017-04-20
Fix R2R workaround for Diasymreader (#11116)
Gaurav Khanna
1
-2
/
+2
2017-04-20
Inline List.Clear (#11104)
Ben Adams
1
-0
/
+1
2017-04-20
When we have profile data we can have cross module references in our ZapSig's...
Brian Sullivan
1
-1
/
+4
2017-04-20
Fixing Delegate's hash code's distribution (#11019)
Peter Smulovics
1
-1
/
+4
2017-04-20
Merge pull request #11033 from adityamandaleeka/handle_table_local_gc_store
Aditya Mandaleeka
9
-54
/
+90
2017-04-20
Rename CompareAndSwap to InterlockedCompareExchange.
Aditya Mandaleeka
4
-4
/
+4
2017-04-20
Add the Linux minidump support documentation (#11087)
Mike McLaughlin
1
-3
/
+0
2017-04-20
[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)
Jonghyun Park
17
-74
/
+72
2017-04-20
[x86/Linux] fix a problem that stack was broken by changing stdcall to cdecl ...
ragmani
2
-0
/
+55
2017-04-19
Refactoring: move some BasicBlock functions to block.cpp
Bruce Forstall
4
-521
/
+490
2017-04-19
Merge pull request #11081 from mikedn/static-noway
Bruce Forstall
1
-14
/
+14
2017-04-19
Move ResetOBJECTHANDLE and the associated holder to the VM side.
Aditya Mandaleeka
2
-11
/
+6
2017-04-19
Merge pull request #11077 from pgavlin/gh10940
Pat Gavlin
1
-1
/
+1
2017-04-19
Add NUMA and thread affinity support for Unix (#10938)
Jan Vorlicek
15
-45
/
+977
2017-04-19
Merge pull request #10257 from jashook/reflection_invoke_arm64
Jarret Shook
3
-10
/
+84
2017-04-20
Convert some noway_assert to static_assert
Mike Danes
1
-14
/
+14
2017-04-19
[x86/Linux] Corretly pop args after unmanaged function call (#11007)
Jonghyun Park
1
-1
/
+2
2017-04-19
Merge pull request #11049 from briansull/fixMaxOffset
Brian Sullivan
1
-1
/
+1
2017-04-19
Spill side-effects in impAssignMultiRegTypeToVar.
Pat Gavlin
1
-1
/
+1
2017-04-19
Merge pull request #11044 from alpencolt/ryu-arm-localloc-subs-fix
Bruce Forstall
1
-2
/
+2
2017-04-19
Merge pull request #11070 from stephentoub/add_stat_fields
Stephen Toub
1
-0
/
+2
2017-04-19
For Reflection invoke, use ArgLocDesc
jashook
3
-10
/
+84
2017-04-19
Change ICLRRuntimeHost2 to ICLRRuntimeHost4 for Windows corerun. (#10967)
Jim Ma
3
-22
/
+44
2017-04-19
Add Dev/Ino fields to Interop.Sys.FileStatus
Stephen Toub
1
-0
/
+2
2017-04-19
[x86/Linux] Do NOT run GC on Transition (#11056)
Jonghyun Park
1
-13
/
+12
2017-04-18
Revert "Add SecurityZone stub" (#11053)
Viktor Hofer
1
-11
/
+0
2017-04-18
Merge pull request #10933 from hqueue/ryujit/enable_nodebash_stats
Bruce Forstall
1
-1
/
+1
2017-04-18
Merge pull request #11021 from mskvortsov/array-offset-mla
Bruce Forstall
2
-10
/
+6
2017-04-18
Implement the createdump policy options and env variables (#11032)
Mike McLaughlin
5
-38
/
+127
2017-04-18
Merge pull request #11050 from ellismg/remove-duplicate-resources
Matt Ellis
1
-9
/
+0
2017-04-18
Remove /RELEASE option required for device drivers (#11023)
Gaurav Khanna
1
-0
/
+4
2017-04-18
Merge pull request #11047 from stephentoub/task_iscompletedsuccessfully
Stephen Toub
6
-11
/
+10
[next]