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
2018-07-27
Zapper::CompileAssembly: save NI file atomically
Konstantin Baladurin
3
-4
/
+13
2018-07-23
Fix call convension for profiler wrappers.
Dmitri Botcharnikov
1
-3
/
+3
2018-07-09
i386: Refixed declaration in eetoprofinterfaceimpl.cpp with definition
Sergey Ignatov
3
-9
/
+9
2018-07-09
i386: Fixed declaration in eetoprofinterfaceimpl.cpp with definition
Sergey Ignatov
1
-3
/
+3
2018-07-09
Revert "Launching the Memory Profiler on x86 emulator may lead to crash in co...
Sergey Ignatov
2
-7
/
+0
2018-07-06
PEImageLayout: flush instruction cache only for pages with relocs.
Konstantin Baladurin
1
-17
/
+29
2018-07-06
Launching the Memory Profiler on x86 emulator may lead to crash in coreclr (x...
Sergey Ignatov
2
-0
/
+7
2018-07-06
Fix unset ZapRelocationType for fixup (#18589)
Gleb Balykov
1
-1
/
+1
2018-07-06
Fix build breaks with older MSVC compiler (#18725)
Jan Kotas
1
-1
/
+2
2018-07-06
Remove relocations for vtable chunks (#17147)
Gleb Balykov
22
-109
/
+463
2018-07-06
[x86/Linux] Fix marshalling struct with 64-bit types (#17455)
Konstantin Baladurin
2
-0
/
+26
2018-07-06
Fix OOPStackUnwinderX86::Unwind crash when Eip is invalid
Igor Kulaychuk
1
-1
/
+1
2018-07-06
Fix EECodeManager::GetAmbientSP on x86/Linux
Igor Kulaychuk
1
-1
/
+2
2018-07-06
Fix unwinding of funclet with no epilog on x86/Linux
Igor Kulaychuk
1
-14
/
+5
2018-07-06
Fix x86/Linux ICorDebug frames API
Igor Kulaychuk
2
-17
/
+17
2018-07-04
[Tizen] Add -pie to linker option
Hyungju Lee
1
-0
/
+1
2018-07-04
[Tizen] Enable -O3 optimization in clang 3.8
junghyuk.park
1
-2
/
+2
2018-06-01
Fix alternate stack for Alpine docker on SELinux (#17936) (#17975)
kasper3
1
-12
/
+6
2018-05-31
Update g_highest_address and g_lowest_address in StompWriteBarrier(WriteBarri...
Egor Chesakov
1
-1
/
+8
2018-05-31
Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) in...
Egor Chesakov
2
-3
/
+17
2018-05-04
Fix for ARM secure delegate non-standard register arg
Bruce Forstall
1
-9
/
+19
2018-05-03
Revert "Make blobfeed containers private. (#17792)"
Ricardo Arenas
1
-4
/
+2
2018-05-02
Make blobfeed containers private. (#17792)
Ricardo Arenas
1
-2
/
+4
2018-05-01
Add runtimeconfig.json support for tiered compilation (#17839)
Noah Falk
1
-1
/
+1
2018-05-01
Merge pull request #17846 from weshaggard/FixSourceBuild
Wes Haggard
1
-5
/
+5
2018-05-01
Disable GC Coop mode switching during fatal error handling during GC exceptio...
Sung Yoon Whang
3
-5
/
+69
2018-04-30
Add better portable PDB caching to System.Diagnostics.StackTrace. (#17804) (#...
Mike McLaughlin
4
-83
/
+71
2018-04-30
Switch source build property to DotNetBuildFromSource
Wes Haggard
1
-5
/
+5
2018-04-30
Initialize Compiler::Vector128/256ULongHandle in compInit
Carol Eidt
1
-0
/
+2
2018-04-30
Merge pull request #17779 from weshaggard/RemoveAlpineBuilds
Wes Haggard
1
-1
/
+0
2018-04-30
Don't optimize away Task code needed for debugger (#17786)
Jan Kotas
1
-0
/
+10
2018-04-30
Fix Number.ParseNumber to not assume '\0' at the end of a span (#17808) (#17820)
Stephen Toub
1
-26
/
+35
2018-04-25
Remove Alpine 3.6 builds
Wes Haggard
1
-1
/
+0
2018-04-23
Make intra-build containers private (#17682)
Matt Mitchell
1
-3
/
+3
2018-04-21
Use volatile load to read brick table entries (#17718)
Jan Kotas
2
-15
/
+9
2018-04-20
Preserve pinned flag in {ReadOnly}Memory<T>.Slice (dotnet/corefx#29246) (#177...
Ahson Khan
2
-7
/
+19
2018-04-20
Port two changes from CoreFX missed by mirror: (#17713)
Dan Moseley
2
-10
/
+42
2018-04-20
fix DevDiv_601045 assert (#17685)
Sergey Andreenko
1
-1
/
+3
2018-04-19
Merge pull request #17675 from weshaggard/addlinuxmusl21
Wes Haggard
1
-5
/
+12
2018-04-19
Fix reading Time zone rules using Julian days (#17672)
Tarek Mahmoud Sayed
2
-62
/
+138
2018-04-19
Add linux-musl build leg
Wes Haggard
1
-5
/
+12
2018-04-18
Skip container creation (#17655)
Matt Mitchell
1
-18
/
+21
2018-04-18
Merge pull request #17615 from CarolEidt/Port17575To2.1
Carol Eidt
1
-8
/
+0
2018-04-17
Fix extra register-dependency on mem-form cvtsd/s2ss
Carol Eidt
1
-2
/
+2
2018-04-17
[Arm64] Disable SIMD in crossgen (added as part of #14633)
Carol Eidt
1
-8
/
+0
2018-04-16
Merge commit 'master' into release/2.1
Russ Keldorph
148
-2263
/
+3093
2018-04-15
[Arm64] Add full barrier after locking operations (#17567)
Steve MacLean
1
-8
/
+7
2018-04-14
Avoid creating illegal byref pointers (#17524)
Bruce Forstall
2
-1
/
+105
2018-04-14
Make Windows builds always portable
Russ Keldorph
1
-7
/
+2
2018-04-14
[Arm64/Linux] #17521 for linux (#17546)
Steve MacLean
1
-0
/
+6
[next]