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
/
jit
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-11
Merge pull request #9495 from pgavlin/OptConfig
Pat Gavlin
3
-16
/
+27
2017-02-10
Merge pull request #9491 from jkotas/NoInlining
Jan Kotas
2
-2
/
+2
2017-02-10
Merge pull request #9496 from CarolEidt/FixCoreFx15713
Carol Eidt
2
-3
/
+20
2017-02-10
Fix formatting.
Pat Gavlin
2
-2
/
+2
2017-02-10
Merge pull request #9499 from jashook/arm64_dyn_block_assert
Jarret Shook
1
-1
/
+8
2017-02-10
Merge pull request #9085 from mskvortsov/ryujit-arm32-eh
Bruce Forstall
11
-182
/
+523
2017-02-10
ARM64 Modify genCodeForInitBlk assert
jashook
1
-1
/
+8
2017-02-10
Fix the release build with OPT_CONFIG and address PR feedback.
Pat Gavlin
3
-7
/
+5
2017-02-10
Revert "JIT: fix confusing inline failure reason"
Jan Kotas
2
-2
/
+2
2017-02-10
Merge pull request #9493 from pgavlin/ReportBytesAllocated
Pat Gavlin
1
-0
/
+2
2017-02-10
Fix formatting.
Pat Gavlin
2
-8
/
+8
2017-02-10
Fix System.Numerics.Vectors CoreFx test failures
Carol Eidt
2
-3
/
+20
2017-02-10
JIT: enable implicit tail calls from inlined code (#9405)
Andy Ayers
3
-19
/
+54
2017-02-10
Use `%Iu` instead of `%I64u`.
Pat Gavlin
1
-1
/
+1
2017-02-10
Add a flag to enable fine-grained optimize control.
Pat Gavlin
2
-12
/
+25
2017-02-10
Report bytes allocated in the JIT time log.
Pat Gavlin
1
-0
/
+2
2017-02-09
Merge pull request #9455 from sivarv/structPromotion
Sivarv
1
-2
/
+10
2017-02-09
Merge pull request #9456 from adiaaida/fixDesktopBreak
Michelle McDaniel
1
-1
/
+1
2017-02-09
Merge pull request #9470 from AndyAyersMS/FixNoinlineMessage
Andy Ayers
2
-2
/
+2
2017-02-09
Increase the field count limit to 3 for promoting a struct with no filed access.
sivarv
1
-2
/
+10
2017-02-09
JIT: fix confusing inline failure reason
Andy Ayers
2
-2
/
+2
2017-02-09
Replace binary literal with hex
Michelle McDaniel
1
-1
/
+1
2017-02-09
Update conservative value numbers during CSE
Joseph Tremoulet
2
-0
/
+23
2017-02-09
Merge pull request #9413 from jashook/fix_internal_build_warning
Jarret Shook
1
-1
/
+1
2017-02-09
Address the feedback.
Mikhail Skvortcov
7
-39
/
+52
2017-02-09
RyuJIT/ARM32: more of verbosity for NYI tracking
Mikhail Skvortcov
2
-1
/
+8
2017-02-09
RyuJIT/ARM32: misc tiny updates
Mikhail Skvortcov
2
-0
/
+6
2017-02-09
RyuJIT/ARM32: update lea lowering
Mikhail Skvortcov
1
-2
/
+6
2017-02-09
RyuJIT/ARM32: enable fallback to legacy JIT
Mikhail Skvortcov
1
-3
/
+10
2017-02-09
RyuJIT/ARM32: enable DecomposeLongs phase
Mikhail Skvortcov
2
-2
/
+14
2017-02-09
RyuJIT/ARM32: fix consume order and clone emitInsTernary
Mikhail Skvortcov
2
-53
/
+175
2017-02-09
RyuJIT/ARM32: refactor emitInsMov, update st.lclFld/Var codegen
Mikhail Skvortcov
4
-87
/
+161
2017-02-09
RyuJIT/ARM32: fix node info for range check
Mikhail Skvortcov
1
-0
/
+6
2017-02-09
RyuJIT/ARM32: enable call lowering
Mikhail Skvortcov
2
-4
/
+5
2017-02-09
RyuJIT/ARM32: enable switch and jump table codegen
Mikhail Skvortcov
1
-0
/
+56
2017-02-09
RyuJIT/ARM32: enable EH code generation
Mikhail Skvortcov
2
-3
/
+36
2017-02-08
Merge pull request #9431 from BruceForstall/Fix9374
Bruce Forstall
1
-24
/
+58
2017-02-08
Merge pull request #9191 from sandreenko/CORERT-fat-call-transformation
Sergey Andreenko
5
-44
/
+508
2017-02-08
Generate better code for x86 SIMD get[i] intrinsic
Bruce Forstall
1
-24
/
+58
2017-02-08
CoreRT calli transformation
Sergey Andreenko
5
-44
/
+508
2017-02-08
Add gtGetOp2IfPresent()
Bruce Forstall
14
-67
/
+99
2017-02-08
Merge pull request #9382 from BruceForstall/CallFinallyCleanup
Bruce Forstall
5
-12
/
+7
2017-02-08
Merge pull request #9386 from BruceForstall/FixSwitchTable
Bruce Forstall
2
-11
/
+28
2017-02-08
Fix warning from an unsigned/signed comparison
jashook
1
-1
/
+1
2017-02-08
Value-number `ByrefExposed` memory and loads
Joseph Tremoulet
4
-81
/
+270
2017-02-08
Define `MemoryKind::ByrefExposed`
Joseph Tremoulet
9
-105
/
+356
2017-02-08
Introduce `MemoryKind` abstraction
Joseph Tremoulet
18
-546
/
+755
2017-02-08
Refactor fgCurHeapVN and HeapSsaMap updates
Joseph Tremoulet
2
-35
/
+39
2017-02-08
Merge pull request #9329 from JosephTremoulet/LateArgVN
Joseph Tremoulet
4
-26
/
+42
2017-02-07
Fix field type for ByReference<T> and TypedReference (#9284)
Koundinya Veluri
1
-2
/
+4
[next]