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
2016-04-27
Merge pull request #4591 from JosephTremoulet/Filter
Joseph Tremoulet
7
-32
/
+147
2016-04-27
Merge pull request #4586 from BruceForstall/FixUnreachedAsserts
Bruce Forstall
1
-51
/
+5
2016-04-27
Merge pull request #4587 from BruceForstall/FixCkFinite
Bruce Forstall
1
-5
/
+87
2016-04-27
Separate TryDsc and ExnFlowDsc
Joseph Tremoulet
7
-32
/
+147
2016-04-26
Fix two "unreached" asserts
Bruce Forstall
1
-51
/
+5
2016-04-26
Fix ckfinite for doubles for RyuJIT/x86
Bruce Forstall
1
-5
/
+87
2016-04-26
Update inline xml so it's deserializable
Andy Ayers
3
-18
/
+60
2016-04-26
Merge pull request #4528 from gkhanna79/DynamicJITLoad
Gaurav Khanna
2
-1
/
+4
2016-04-26
Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approach
Gaurav Khanna
2
-1
/
+4
2016-04-25
ARM64: Quick Fix
Kyungwoo Lee
1
-6
/
+6
2016-04-25
Merge pull request #4560 from kyulee1/fixvarargpinvoke
Kyungwoo Lee
2
-15
/
+22
2016-04-25
ARM64: Fix Vararg for PInvoke
Kyungwoo Lee
2
-15
/
+22
2016-04-24
Merge pull request #4524 from AndyAyersMS/InlineTreeXML
Andy Ayers
5
-88
/
+222
2016-04-24
Merge pull request #4491 from BruceForstall/Fix3561
Bruce Forstall
16
-547
/
+489
2016-04-23
Merge pull request #4520 from CarolEidt/BlkOpsRefactor
Carol Eidt
7
-851
/
+902
2016-04-22
Fix #3561: assert on RyuJIT x86 when generating shl by 1
Bruce Forstall
16
-547
/
+489
2016-04-22
Inliner: enable xml format dump for inlines
Andy Ayers
5
-88
/
+222
2016-04-22
Merge pull request #4498 from BruceForstall/Fix3570
Bruce Forstall
1
-5
/
+3
2016-04-22
Fix #3570: RyuJIT x86: Float/Double mismatch in CodeGen::genStoreInd()
Bruce Forstall
1
-5
/
+3
2016-04-22
Block Ops Refactor
Carol Eidt
7
-851
/
+902
2016-04-22
ARM64: Fix Frame with VarArg
Kyungwoo Lee
3
-3
/
+38
2016-04-21
Merge pull request #4399 from erozenfeld/HandleConstantProp
Eugene Rozenfeld
4
-22
/
+83
2016-04-21
Merge pull request #4451 from sivarv/stopforgc
Sivarv
2
-15
/
+12
2016-04-21
Merge pull request #4453 from AndyAyersMS/InlineCleanup
Andy Ayers
5
-28
/
+53
2016-04-20
Merge pull request #4434 from briansull/struct16-abi
Brian Sullivan
12
-500
/
+976
2016-04-20
Merge pull request #4449 from pgavlin/JitBuildName
Pat Gavlin
4
-8
/
+13
2016-04-20
Inliner: restore ability to dump jit time, plus some cleanup
Andy Ayers
5
-28
/
+53
2016-04-20
Don't perform constant propagation when relocatable handles are involved.
Eugene Rozenfeld
4
-22
/
+83
2016-04-20
Model kill set of CORINFO_HELP_STOP_FOR_GC correctly on unix.
sivarv
2
-15
/
+12
2016-04-20
Merge pull request #4427 from AndyAyersMS/InlineSizeAccumulation
Andy Ayers
4
-30
/
+161
2016-04-20
Change the names of the JIT products to `clrjit`.
Pat Gavlin
4
-8
/
+13
2016-04-20
ARM64 Work Item 3817, 3524 - Struct16 decomposition
Brian Sullivan
12
-500
/
+976
2016-04-20
Inliner: estimate overall code size impact
Andy Ayers
4
-30
/
+161
2016-04-20
Merge pull request #4396 from pgavlin/AMD64UnwindHeader
Pat Gavlin
1
-0
/
+5
2016-04-18
enable build of cross target components.
Rahul Kumar
3
-14
/
+14
2016-04-18
ARM64: Fix Round Operation
Kyungwoo Lee
4
-2
/
+30
2016-04-18
Define the AMD64 unwind codes in their own header.
Pat Gavlin
1
-0
/
+5
2016-04-18
Merge pull request #4390 from pgavlin/JitCleanup
Pat Gavlin
31
-162
/
+162
2016-04-18
Standardize on `assert` in the JIT.
Pat Gavlin
9
-22
/
+22
2016-04-18
Stanardize on `DEBUGARG` in the JIT.
Pat Gavlin
25
-137
/
+137
2016-04-18
Remove uses of LP{,C}UTF8 in the JIT.
Pat Gavlin
2
-3
/
+3
2016-04-18
Merge pull request #4381 from gkhanna79/VCRTFix
Gaurav Khanna
1
-1
/
+2
2016-04-18
Merge pull request #4375 from AndyAyersMS/UseBudget
Andy Ayers
4
-6
/
+107
2016-04-16
Cleanup VCRuntime140.dll dependency from native components
Gaurav Khanna
1
-1
/
+2
2016-04-16
Merge pull request #4360 from kyulee1/fixpsp
Kyungwoo Lee
2
-2
/
+2
2016-04-16
ARM64: Fix Storing PSPSym for localloc
Kyungwoo Lee
2
-2
/
+2
2016-04-15
Merge pull request #4346 from LLITCHEV/Issue4276
Lubomir Litchev
2
-3
/
+9
2016-04-15
Inliner: use time budget to avoid excessive inlining
Andy Ayers
4
-6
/
+107
2016-04-15
Set the lvIsMultiRegArgOrRet for a variable containing the result of
Lubomir Litchev
2
-3
/
+9
2016-04-14
Merge pull request #4335 from AndyAyersMS/InlineStrategy
Andy Ayers
9
-434
/
+570
[next]