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-06-23
Make check-definitions compatible with Python 3.
Pat Gavlin
1
-9
/
+11
2016-06-23
Enable out-of-proc unwinding on ARM (#5946)
kvochko
2
-4
/
+19
2016-06-23
Merge pull request #5890 from adiaaida/x86LongCallFinal
Michelle McDaniel
7
-31
/
+129
2016-06-23
Scripts: verify compiler definitions of native and managed (#4675)
MyungJoo Ham
2
-0
/
+165
2016-06-23
Merge pull request #5934 from Maoni0/gcwhere
Maoni Stephens
3
-8
/
+4
2016-06-23
Build the GC as part of its own CMake target (#5932)
Sean Gillespie
8
-14
/
+54
2016-06-22
Merge pull request #5931 from briansull/fix-crossgen-arm64
Brian Sullivan
1
-0
/
+18
2016-06-22
enable GCWhere on PAL and fixed a bug in 859307b where it's missing a functio...
Maoni0
3
-8
/
+4
2016-06-22
Merge pull request #3484 from Dmitry-Me/fixBrokenCondition
Aditya Mandaleeka
1
-1
/
+1
2016-06-22
Fix for Arm64 crossgen break
Brian Sullivan
1
-0
/
+18
2016-06-22
Clean up PInvoke lowering
Bruce Forstall
1
-118
/
+207
2016-06-22
Enable GT_CALL with long ret types for x86 RyuJIT
Michelle McDaniel
7
-31
/
+129
2016-06-22
Merge pull request #5915 from BruceForstall/FgMorphArgsCleanup
Bruce Forstall
3
-278
/
+185
2016-06-22
Merge pull request #5891 from rahku/arm64retbuf
Rahul Kumar
11
-97
/
+127
2016-06-22
Merge pull request #5389 from parjong/fix/issue_5357
Carol Eidt
1
-1
/
+3
2016-06-22
Merge pull request #5871 from mikedn/modopt
Carol Eidt
8
-299
/
+299
2016-06-22
Merge pull request #5904 from pgavlin/WalkTreePostExecutionOrder
Pat Gavlin
1
-5
/
+25
2016-06-22
[SOS] [Linux] Fix incorrect symbol loading from portable pdb (#5896)
Evgeny Pavlov
1
-2
/
+1
2016-06-22
Generate symbols packages for Windows CoreCLR binaries. (#5902)
Mike McLaughlin
1
-9
/
+18
2016-06-22
Optimize integer div/mod by const power of 2 in lowering
Mike Danes
8
-299
/
+299
2016-06-22
Clean up fgMorphArgs
Bruce Forstall
3
-278
/
+185
2016-06-22
fix build break on ARM caused by f1889 (#5914)
chunseoklee
1
-1
/
+1
2016-06-22
Cleanup hardware exception handling (#5916)
Jan Vorlicek
2
-30
/
+25
2016-06-21
Merge pull request #5908 from briansull/Fix-Remorph-Call
Brian Sullivan
1
-43
/
+56
2016-06-21
Fix for Remorph of a call with nonstandard args
Brian Sullivan
1
-43
/
+56
2016-06-21
Fixing build break on x86 and arm.
Fadi Hanna
2
-2
/
+2
2016-06-21
Merge pull request #3097 from vors/docx
Aditya Mandaleeka
2
-0
/
+81
2016-06-21
Merge pull request #5894 from Maoni0/seg_table
Maoni Stephens
1
-3
/
+17
2016-06-21
Arm64:return buffer arg should be passed in x8
Rahul Kumar
11
-97
/
+127
2016-06-21
Generic dictionary minor performance improvement and simplification for R2R (...
Fadi Hanna
15
-534
/
+873
2016-06-21
Merge pull request #5895 from briansull/UnboxingStub-Fix
Brian Sullivan
2
-19
/
+35
2016-06-21
Merge pull request #5813 from mikedn/no-setflags
Carol Eidt
1
-11
/
+2
2016-06-21
Obey GTF_REVERSE_OPS in fgWalkTreePost.
Pat Gavlin
1
-5
/
+25
2016-06-21
Merge pull request #5887 from gkhanna79/Fix5883
Gaurav Khanna
3
-11
/
+5
2016-06-20
Fix for generic unboxing stub with x8 return buffer argument
Brian Sullivan
2
-19
/
+35
2016-06-20
Update Prerelease version to Beta and increment patch version.
Gaurav Khanna
3
-11
/
+5
2016-06-20
Merge pull request #3074 from Dmitry-Me/useElseIfForExclusive
Aditya Mandaleeka
1
-1
/
+1
2016-06-20
We need to have seg_mapping_table aligned on its natural alignement (ptr size...
Maoni0
1
-3
/
+17
2016-06-20
Merge pull request #5882 from stephentoub/fix_ev_bytearray
Stephen Toub
1
-1
/
+1
2016-06-20
Merge pull request #5875 from pgavlin/JitStdoutVbuf
Pat Gavlin
1
-0
/
+4
2016-06-20
Fix EventSource deserializing of byte[]s
Stephen Toub
1
-1
/
+1
2016-06-20
Fix GC background thread start in OOM (#5840)
Jan Vorlicek
11
-129
/
+64
2016-06-19
Disable buffering on jitstdout.
Pat Gavlin
1
-0
/
+4
2016-06-19
Merge pull request #5380 from sejongoh/x86_decompose_storeind
Sejong Oh
2
-9
/
+314
2016-06-19
Decomposing 64-bit storeind instruction to 32-bit storeind instructions
Sejong Oh
2
-9
/
+314
2016-06-19
Fix source/line info in unhandled exceptions (#5874)
Mike McLaughlin
1
-13
/
+2
2016-06-19
Remove the corner cases from sscanf test (#5873)
Peter Jas
2
-2
/
+0
2016-06-19
Update GC from CoreRT (#5859)
Jan Kotas
3
-40
/
+40
2016-06-17
Merge pull request #5858 from dotnet-bot/from-tfs
Jan Kotas
1
-0
/
+2
2016-06-17
Merge pull request #5865 from kyulee1/fixgcstruct
Kyungwoo Lee
1
-2
/
+5
[next]