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
2018-10-15
Merge pull request #19914 from CarolEidt/AltJitTailCall
Carol Eidt
1
-1
/
+9
2018-10-13
Print target arch on arm64 and target OS during in JIT_Disasm (#20327)
Egor Chesakov
3
-3
/
+19
2018-10-12
JIT: add some devirtualization info to the inline context (#20395)
Andy Ayers
5
-43
/
+87
2018-10-12
Move ObjectAllocator phase to run right after inlining. (#20377)
Eugene Rozenfeld
7
-14
/
+27
2018-10-11
Implement LeadingSignCount and LeadingZeroCount ARM64 Base Intrinsics (#20306)
Egor Chesakov
2
-1
/
+6
2018-10-11
Merge pull request #20368 from sergign60/unwind_fix
Bruce Forstall
1
-0
/
+8
2018-10-11
JitEE interface additions to support object stack allocation. (#20283)
Eugene Rozenfeld
2
-0
/
+18
2018-10-11
Fix for CoreRT issue Assertion slot != NO_REVERSE_PINVOKE_FRAME' failed #6253
Sergey Ignatov
1
-0
/
+8
2018-10-09
Do not promote struct field with type mistmatch. (#20085)
Sergey Andreenko
1
-4
/
+23
2018-10-09
Merge pull request #20129 from briansull/vn-add-exception-sets
Brian Sullivan
5
-496
/
+1430
2018-10-09
[arm64] Fix GitHub 20211 Issue (#20240)
Egor Chesakov
1
-2
/
+22
2018-10-09
Merge pull request #20078 from CarolEidt/Fix20063
Carol Eidt
3
-15
/
+28
2018-10-08
Merge pull request #20289 from echesakovMSFT/FixBitOperationsInstructionEncod...
Egor Chesakov
1
-1
/
+1
2018-10-08
JIT: retrieve element class for arrays of ref types (#20292)
Andy Ayers
2
-3
/
+65
2018-10-08
Merge pull request #20210 from fiigii/lastavx2
Carol Eidt
4
-6
/
+37
2018-10-06
JIT: make sure to use normalized type when retyping box temp (#20285)
Andy Ayers
1
-2
/
+3
2018-10-05
Refactoring of struct promotion code for the future fix. (#20216)
Sergey Andreenko
4
-367
/
+574
2018-10-05
Use IF_DR_2G for "Bit Operations" (IF_EN2L) in src/jit/emitarm64.cpp
Egor Chesakov
1
-1
/
+1
2018-10-05
Added method header comments in optcse describing the algorithm
Brian Sullivan
1
-42
/
+77
2018-10-05
Full support for exception sets in value numbering.
Brian Sullivan
5
-476
/
+1375
2018-10-04
Typos (#20271)
John Doe
2
-2
/
+2
2018-10-03
Implement the remaining AVX2 intrinsic
Fei Peng
4
-6
/
+37
2018-10-03
Merge pull request #20173 from fiigii/retest
Carol Eidt
1
-7
/
+7
2018-10-01
Stop updating gtRsvdRegs before LSRA (#20136)
mikedn
4
-120
/
+7
2018-09-28
Make `structType` optional in jitEEInterface method `getFieldType`. (#20191)
Sergey Andreenko
4
-11
/
+7
2018-09-27
Optimize SSE2 intrinsic importation
Fei Peng
1
-7
/
+7
2018-09-26
Do not treat a custom layout as overlapping when trying to inline a struct me...
Sergey Andreenko
3
-56
/
+38
2018-09-26
Merge pull request #19939 from mikedn/visit-cmpxchg
Bruce Forstall
1
-2
/
+2
2018-09-24
clean code that counts promoted implict byref argument occurrences. (#20113)
Sergey Andreenko
1
-33
/
+6
2018-09-21
PR feedback: clarify that COPY/RELOAD can have register holes.
Carol Eidt
1
-0
/
+4
2018-09-21
Merge pull request #20033 from briansull/normalizeAssertionProp
Brian Sullivan
5
-138
/
+143
2018-09-20
Updated assertionprop.cpp
Brian Sullivan
2
-32
/
+31
2018-09-20
JIT: Fix operand evaluation order for GT_INDEX_ADDR (#20047)
Andy Ayers
2
-5
/
+4
2018-09-20
Added methods VNLiberalNormalValue and VNConservativeNormalValue
Brian Sullivan
3
-15
/
+28
2018-09-20
Handle partial multireg COPY
Carol Eidt
3
-15
/
+24
2018-09-19
Merge pull request #20002 from mikedn/undef-printf
Carol Eidt
1
-4
/
+3
2018-09-19
Merge pull request #20038 from CarolEidt/Fix20031
Carol Eidt
1
-3
/
+50
2018-09-19
Merge pull request #19811 from pentp/xcnt-false-dep
Carol Eidt
3
-26
/
+50
2018-09-19
Changes to use VNNormalValue in assertionProp
Brian Sullivan
4
-130
/
+123
2018-09-18
Merge pull request #19996 from dotnetrt/jit-update-headers
Carol Eidt
1
-12
/
+26
2018-09-18
Fix MultiReg methods on GenTree
Carol Eidt
1
-3
/
+50
2018-09-17
Merge pull request #15657 from mikedn/fp-divmul-binary
Carol Eidt
9
-201
/
+145
2018-09-17
Jit: ensure objp properly updated by SpillRetExprHelper (#19974)
Andy Ayers
1
-7
/
+8
2018-09-17
Always define printf/fprintf in JIT
Mike Danes
1
-4
/
+3
2018-09-16
Update clrjit headers files included into clrjit.vcxproj
Jacek Blaszczynski
1
-12
/
+26
2018-09-14
Merge pull request #19125 from mikedn/cse-extract
Brian Sullivan
4
-409
/
+114
2018-09-14
Merge pull request #19845 from briansull/vn-enhancements
Brian Sullivan
9
-375
/
+974
2018-09-14
don't force float->double->int cast for x86 (#19833)
Clinton Ingram
1
-5
/
+4
2018-09-14
Fixed typo ‘defualt’ (#19955)
Joseph Musser
1
-1
/
+1
2018-09-13
Merge pull request #19745 from CarolEidt/Fix19448
Carol Eidt
5
-64
/
+84
[next]