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-05-15
Update License Info (#11617)
Tarek Mahmoud Sayed
3
-159
/
+1
2017-05-15
Throw PNSE in ThreadPoolBoundHandle.BindHandle on Unixes (#11613)
Koundinya Veluri
5
-22
/
+69
2017-05-15
Remove unused code from excepx86.cpp (#11602)
Jonghyun Park
1
-33
/
+0
2017-05-15
Allow coniguration of sampling rate. (#11595)
Brian Robbins
5
-13
/
+31
2017-05-15
EventPipe: Prepend variable length field sizes (#11600)
Brian Robbins
2
-3
/
+12
2017-05-14
Fix minidump hang under shipping lldb 3.9.1 (#11591)
Mike McLaughlin
1
-1
/
+1
2017-05-13
Disable ETW calls on UNIX.
Brian Robbins
2
-5
/
+7
2017-05-12
Fix String.IndexOf with empty string input (#11587)
Tarek Mahmoud Sayed
1
-1
/
+1
2017-05-12
Enable Symbolic Rundown for EventPipe (#11582)
Brian Robbins
8
-10
/
+163
2017-05-12
Revert "Merge changes from TFS"
Jarret Shook
1
-2
/
+2
2017-05-12
Put the serialization marker under its own IFDEF. (#11568)
Brian Robbins
1
-1
/
+1
2017-05-12
Don't allow specification of needStack to EventPipeProvider when creating an ...
Brian Robbins
3
-9
/
+25
2017-05-12
Only call EventActivityIdControl ETW function on Windows. (#11549)
Brian Robbins
1
-2
/
+2
2017-05-12
Delete non-shared version and switch over to shared version.
Atsushi Kanamori
4
-320
/
+3
2017-05-12
Merge pull request dotnet/corert#3601 from dotnet/nmirror
Jan Kotas
2
-0
/
+157
2017-05-12
Merge pull request #10972 from hqueue/arm/ryujit/lsra
Carol Eidt
4
-22
/
+177
2017-05-12
Merge pull request #11500 from dotnet-bot/from-tfs
Jarret Shook
1
-2
/
+2
2017-05-12
EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)
Brian Robbins
26
-112
/
+2286
2017-05-11
Re-morph lclVar nodes after simplifying (ind (addr (lclVar))). (#11531)
Pat Gavlin
2
-4
/
+24
2017-05-11
Merge pull request #11528 from sdmaclea/PR-ARM64-Add-ldar-stlr-instrs
Brian Sullivan
3
-0
/
+49
2017-05-11
Merge pull request #11468 from sdmaclea/PR-ARM64-3092
Brian Sullivan
1
-7
/
+48
2017-05-11
Removes unneeded Serializable attributes from enums and delegates. They can b...
Morgan Brown
51
-73
/
+0
2017-05-11
[RyuJIT/ARM32] Fix GT_NEG decomposition (#11495)
mskvortsov
1
-2
/
+6
2017-05-11
[RyuJIT/ARM32] Implement for GT_STORE_OBJ (#10721)
Sujin Kim
5
-19
/
+125
2017-05-11
Comment per review
Steve MacLean
1
-0
/
+1
2017-05-11
Fix build.
Brian Robbins
2
-3
/
+40
2017-05-11
[RyuJIT/ARM32] Fix assertion in 'unreached' when using emitIns_R_L (#11486)
Sujin Kim
1
-0
/
+4
2017-05-11
Handle ADC in x86 unwindLazyState (#11527)
Michelle McDaniel
1
-0
/
+2
2017-05-11
Add back private BadImageFormatException constructor called by the VM (#11523)
Jan Kotas
4
-15
/
+26
2017-05-11
Fix AssemblyName version (#11505)
Sepideh Khoshnood
4
-4
/
+323
2017-05-11
[Arm64] Fixup stlr instrs
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-3
/
+3
2017-05-11
[Arm64] Add emitter support for ldar/stlr
Steve MacLean, Qualcomm Datacenter Technologies, Inc
3
-0
/
+49
2017-05-11
[Arm64] Fix instGen_Set_Reg_To_Imm per review
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-32
/
+31
2017-05-10
Merge pull request #11437 from mjsabby/eventpipetoprofilerapi
Noah Falk
7
-21
/
+931
2017-05-10
Remove eventpipe stuff left from prev commit
Mukul Sabharwal
1
-6
/
+0
2017-05-10
add prebuilt file
Mukul Sabharwal
1
-29
/
+2
2017-05-10
Remove EventPipeProfiler due to time constraints
Mukul Sabharwal
11
-199
/
+2
2017-05-10
Allow multiple SetData calls on AppDomain (#11496)
Alex Ghiondea
2
-53
/
+6
2017-05-10
Re-Factor EventSource to Support Writing to EventPipe (#11435)
Brian Robbins
15
-70
/
+309
2017-05-10
Merge pull request #11478 from sdmaclea/PR-ARM64-9711
Brian Sullivan
2
-0
/
+61
2017-05-10
Add version.txt to the coreclr transport package (#11497)
Jose Perez Rodriguez
2
-0
/
+11
2017-05-10
Renable building frankenjit
dotnet-bot
1
-2
/
+2
2017-05-10
[ARM/Linux] Enable build with FEATURE_DBGIPC=0 (#11254)
Jonghyun Park
1
-2
/
+9
2017-05-10
[Arm64] Revise GTF_IND_VOLATILE per comments
Steve MacLean, Qualcomm Datacenter Technologies, Inc
2
-11
/
+26
2017-05-10
Fix clang version detection in src/pal/tools/gen-buildsys-clang.sh (#11398)
Jan Vorlicek
1
-1
/
+1
2017-05-10
Update the License to MIT for coreclr repo (#11482)
Tarek Mahmoud Sayed
1
-0
/
+7
2017-05-10
Allow users to enable automatic NI bind fallback via command-line (#11485)
Jonghyun Park
1
-2
/
+2
2017-05-09
Fix lldbplugin to properly build with lldb 3.9. (#11480)
Mike McLaughlin
1
-1
/
+1
2017-05-09
Merge pull request #11465 from JosephTremoulet/StaticHoist
Joseph Tremoulet
5
-26
/
+69
2017-05-09
Merge pull request #11351 from sdmaclea/PR-ARM64-RRSS-SSRR
Brian Sullivan
6
-63
/
+286
[next]