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
2019-09-26
[JIT/x86] Fix LinearScan::allocateRegisters (#26649)
Konstantin Baladurin
1
-1
/
+1
2019-09-26
Linux/x86: fix build (#26594)
Konstantin Baladurin
1
-0
/
+2
2019-09-26
Fail to explicitly tail call on x86 unix. (#25032)
Jarret Shook
1
-2
/
+6
2019-08-07
[release/3.0] Updating Math.Round and MathF.Round to be IEEE compliant so tha...
Tanner Gooding
1
-18
/
+103
2019-08-07
Ensure that we check for implicit ivals for single argument intrinsics before...
Tanner Gooding
1
-5
/
+5
2019-07-28
Do not fast tail call if caller has multislot structs (#25885) (#25910)
Jarret Shook
1
-0
/
+5
2019-07-11
Fix GS cookie check on ARM in functions with stackalloc (#25628)
Jan Vorlicek
2
-3
/
+6
2019-06-27
Don't reload or spill for keepAliveThis (#25441)
Carol Eidt
1
-0
/
+2
2019-06-24
JIT: see if jmp offset will fit in 32 bit displacement (#25348)
Andy Ayers
3
-11
/
+20
2019-06-24
Extend the assert for zero-offset fields (#25341)
Michal Strehovský
1
-2
/
+2
2019-06-22
Arm64: Correct encoding of fabd (#25150)
Tamar Christina
1
-1
/
+1
2019-06-21
Merge pull request #25260 from briansull/GitHub_25134
Brian Sullivan
3
-10
/
+33
2019-06-21
WorkAround for #25050. (#25316)
Sergey Andreenko
1
-0
/
+10
2019-06-21
JIT: update epilog exit size assert for x86 (#25302)
Andy Ayers
1
-2
/
+3
2019-06-20
JIT: use register indirect for indirect jumps (#25251)
Andy Ayers
2
-10
/
+26
2019-06-19
Restrict copyprop if address-taken (#25247)
Carol Eidt
1
-0
/
+11
2019-06-19
Fix Issue #25134 - AssertionProp incorrectly removes cast from uint
Brian Sullivan
3
-10
/
+33
2019-06-18
Fix contained LEA handling (#25135)
Carol Eidt
3
-2
/
+10
2019-06-18
Start cleaning emitxarch::GetSize estimates. (#25160)
Sergey Andreenko
4
-29
/
+12
2019-06-14
Don't change LCL_FLD node type when replacing param with its shadow copy (#20...
Egor Chesakov
1
-52
/
+59
2019-06-13
Don't try to fold constants for GT_HWIntrinsic (#25139)
Carol Eidt
1
-0
/
+6
2019-06-12
SuperPMI: Fix `getFieldType` (#25102)
Carol Eidt
1
-3
/
+3
2019-06-11
JIT: use stress mode tail call validation info for implicit tail calls (#25093)
Andy Ayers
1
-17
/
+45
2019-06-07
Merge pull request #24007 from mikedn/enable-w4
Sergey Andreenko
11
-37
/
+30
2019-06-07
Fix blr printing (#24979)
Carol Eidt
1
-1
/
+2
2019-06-06
Marking Vector128<T>.Count and Vector256<T>.Count as [Intrinsic] (#24991)
Tanner Gooding
7
-7
/
+28
2019-06-06
Use CMake's C# support to build DacTableGen instead of manually invoking csc....
Jeremy Koritzinsky
3
-6
/
+6
2019-06-05
Zero initReg in genSetGSSecurityCookie (#24371)
Egor Chesakov
5
-97
/
+97
2019-06-05
Cleanup block stores and test for 24846 (#24950)
Carol Eidt
6
-194
/
+125
2019-06-05
Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)
Jeremy Koritzinsky
1
-1
/
+1
2019-06-05
Small fixes around AST nodes. (#24957)
Sergey Andreenko
6
-11
/
+11
2019-06-03
Removing the TestAllOnes, TestAllZeros, and TestMixOnesZeros methods from the...
Tanner Gooding
3
-23
/
+0
2019-06-03
Remove unnecesesary ifdef comments
Mike Danes
1
-2
/
+2
2019-05-31
Handle a zero byte cpblk (#24871)
Carol Eidt
7
-31
/
+20
2019-05-30
Merge pull request #24869 from briansull/desktop-build-fixes
Brian Sullivan
4
-1
/
+7
2019-05-30
Fixes for building the Desktop JIT in CodegenMirror
Brian Sullivan
4
-1
/
+7
2019-05-30
Implement R2R helpers for synchronized methods (#24646)
Michal Strehovský
1
-6
/
+7
2019-05-30
Frkaya/gcc fix 052919 (#24845)
Sinan Kaya
1
-1
/
+1
2019-05-29
Sort out ARM load/store instruction size issues (#20126)
mikedn
10
-264
/
+148
2019-05-29
Refactor native build to remove the compiler-override files (#23897)
Jeremy Koritzinsky
1
-1
/
+0
2019-05-29
Change binary op tree display (#20045)
mikedn
1
-62
/
+38
2019-05-24
Arm64: Take more bounds checks into consideration when inlining immediates (#...
Tamar Christina
1
-0
/
+3
2019-05-24
Remove dependency on IEEMemoryManager (#24755)
Jan Kotas
8
-8
/
+2
2019-05-23
Add some perf events/data for tiered compilation (#24607)
Koundinya Veluri
3
-19
/
+25
2019-05-22
Fix x86 synchronized method (#24703)
Carol Eidt
2
-3
/
+51
2019-05-22
Fixed ARM single stepper: added "ADD Rn, PC" command emulation (#24271)
Kirill Frolov
1
-1
/
+93
2019-05-21
Fixing EnableSSE3_4=0 and EnableHWIntrinsic=0 to control the right things (#2...
Tanner Gooding
3
-70
/
+71
2019-05-17
Merge pull request #24325 from BruceForstall/Fix23821LinuxArm64Probe
Bruce Forstall
4
-4
/
+51
2019-05-17
Ensure we don't underestimate the code size for 4 byte SSE instruction. (#24555)
Tanner Gooding
4
-296
/
+307
2019-05-17
Improve stack probing for Linux/arm64
Bruce Forstall
4
-4
/
+51
[next]