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
/
vm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-03
Revert "Fix array allocation bounds checking."
Aditya Mandaleeka
1
-17
/
+2
2016-05-02
Fix array allocation bounds checking.
Aditya Mandaleeka
1
-2
/
+17
2016-04-27
Merge pull request #4309 from adityamandaleeka/sigterm
Aditya Mandaleeka
1
-0
/
+8
2016-04-27
Merge pull request #4606 from dotnet-bot/from-tfs
Jan Kotas
1
-1
/
+1
2016-04-27
Fix for a badly placed assert in the *unix arg passing classification. (#4608)
Lubomir Litchev
1
-4
/
+2
2016-04-26
Add SIGTERM handling logic that properly shuts down the EE.
Aditya Mandaleeka
1
-0
/
+8
2016-04-26
Fix a build break when FEATURE_CORECLR is disabled.
Pat Gavlin
1
-1
/
+1
2016-04-26
Merge pull request #4535 from ramarag/xplateventsrc
Rama krishnan Raghupathy
6
-45
/
+66
2016-04-26
Merge pull request #4566 from kyulee1/nativecallable
Kyungwoo Lee
1
-5
/
+9
2016-04-26
Merge pull request #4528 from gkhanna79/DynamicJITLoad
Gaurav Khanna
6
-31
/
+29
2016-04-26
This has following changes:
Rahul Kumar
1
-0
/
+2
2016-04-26
Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approach
Gaurav Khanna
6
-31
/
+29
2016-04-25
ARM64: Fix NativeCallable
Kyungwoo Lee
1
-5
/
+9
2016-04-25
ARM64: Fix Vararg for PInvoke
Kyungwoo Lee
1
-1
/
+1
2016-04-25
Fixing up FEATURE_EVENTSOURCE_XPLAT
DDCloud
6
-45
/
+66
2016-04-23
Merge pull request #4541 from janvorli/fix-pe-sections-protection-3
Jan Vorlicek
1
-1
/
+47
2016-04-23
Fix loading of NI images on SELinux
Jan Vorlicek
1
-1
/
+47
2016-04-22
Fixes for GC update
Jan Kotas
1
-1
/
+1
2016-04-21
Remove GOLDEN macro. (#4484)
Aditya Mandaleeka
1
-5
/
+2
2016-04-21
Merge pull request #4459 from brianrob/nativeimage_perfmap
Jan Kotas
1
-0
/
+3
2016-04-20
Fix empty perf map files generated by crossgen.
Brian Robbins
1
-0
/
+3
2016-04-20
Merge pull request #4377 from swaroop-sridhar/aagc1
Swaroop Sridhar
1
-2
/
+1
2016-04-20
Merge pull request #4433 from krytarowski/netbsd-support-69
Jan Vorlicek
1
-2
/
+2
2016-04-19
Merge pull request #3879 from manu-silicon/xplat
Jan Kotas
1
-1
/
+5
2016-04-19
Merge pull request #4405 from yizhang82/delegate_fix
Jan Kotas
1
-3
/
+5
2016-04-19
Merge pull request #4387 from brianrob/ngenrundown
Brian Robbins
3
-6
/
+77
2016-04-20
Cast function pointer to void*
Kamil Rytarowski
1
-2
/
+2
2016-04-19
ARM64: Fix GC encoding settings
Swaroop Sridhar
1
-2
/
+1
2016-04-19
Fix SysV calling convention bug in interop. We need to treat delegate field (...
Yi Zhang (CLR)
1
-3
/
+5
2016-04-19
Enable XplatEventLogger on all non-Windows platforms
Manu
1
-1
/
+5
2016-04-18
Add support for ready to run to NGEN rundown.
Brian Robbins
3
-6
/
+77
2016-04-18
enable build of cross target components.
Rahul Kumar
2
-36
/
+14
2016-04-18
Merge pull request #4348 from AndyAyersMS/FixPerfMapAV
Jan Kotas
2
-23
/
+26
2016-04-18
Merge pull request #4401 from dotnet-bot/from-tfs
Jan Kotas
2
-4
/
+4
2016-04-18
Merge pull request #4312 from mjsabby/muks/enable_rejit_xplat
noahfalk
3
-13
/
+13
2016-04-18
Fix nidump to avoid crashing while working with Ready to Run images
John Chen
2
-4
/
+4
2016-04-15
Fix a segfault in perf map generation
Andy Ayers
2
-23
/
+26
2016-04-15
Merge pull request #4140 from myungjoo/implement/4040
Jan Vorlicek
2
-17
/
+0
2016-04-15
DelayLoadAndFixWinRTInterop
Gaurav Khanna
2
-2
/
+6
2016-04-15
Implement StartUnwindingNativeFrames Linux/ARM
MyungJoo Ham
1
-5
/
+0
2016-04-15
Style fix: remove obsolete contents
MyungJoo Ham
1
-12
/
+0
2016-04-14
Merge pull request #4330 from janvorli/fix-sigsegv-deadlock
Jan Vorlicek
2
-45
/
+64
2016-04-14
Merge pull request #4322 from pgavlin/TlsLogEnv
Pat Gavlin
3
-10
/
+21
2016-04-14
Fix potential deadlock when calling ExecutionManager::IsManagedCode
Jan Vorlicek
2
-6
/
+21
2016-04-14
Fix possibility of deadlock in the SIGSEGV handler
Jan Vorlicek
1
-41
/
+45
2016-04-13
Collect the JIT's TLS variables in a single type.
Pat Gavlin
3
-10
/
+21
2016-04-13
Merge pull request #4068 from Lucrecious/master
Brian Robbins
7
-42
/
+200
2016-04-13
Enable SOS gcInfo command. All it does basically is just enable the gcdecoder
Zhicheng Zhu
1
-6
/
+5
2016-04-13
Enable ReJIT all on platforms
Mukul Sabharwal
3
-13
/
+13
2016-04-12
Merge pull request #4074 from kouvel/SoftwareWriteWatch
Koundinya Veluri
15
-424
/
+900
[next]