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
/
codegenxarch.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
Implement genProfilingEnterCallback genProfilingLeaveCallback on Arm64 (dotne...
submit/tizen/20200731.014213
accepted/tizen/unified/20200731.145700
Mikhail Kurinnoi
1
-0
/
+513
2020-02-13
Port of dotnet/runtime#1059 to 3.1 branch (#27986)
Carol Eidt
1
-2
/
+3
2019-06-05
Zero initReg in genSetGSSecurityCookie (#24371)
Egor Chesakov
1
-5
/
+59
2019-06-05
Cleanup block stores and test for 24846 (#24950)
Carol Eidt
1
-139
/
+82
2019-05-31
Handle a zero byte cpblk (#24871)
Carol Eidt
1
-17
/
+7
2019-05-30
Merge pull request #24869 from briansull/desktop-build-fixes
Brian Sullivan
1
-0
/
+1
2019-05-30
Fixes for building the Desktop JIT in CodegenMirror
Brian Sullivan
1
-0
/
+1
2019-05-30
Implement R2R helpers for synchronized methods (#24646)
Michal Strehovský
1
-6
/
+7
2019-05-17
Ensure we don't underestimate the code size for 4 byte SSE instruction. (#24555)
Tanner Gooding
1
-2
/
+2
2019-05-17
Fix localloc with large out arg space (#24388)
Bruce Forstall
1
-47
/
+80
2019-05-16
Ensure that SIMD fields are correctly typed (#24377)
Carol Eidt
1
-0
/
+2
2019-05-15
delete JitOptions struct.
Sergey Andreenko
1
-9
/
+0
2019-05-07
Merge pull request #23587 from BrianBohe/brbohe/moving_variableLiveRange
Sergey Andreenko
1
-1
/
+1
2019-04-16
Arm64 vector ABI (#23675)
Carol Eidt
1
-2
/
+2
2019-04-12
Fix x86 stack probing (#23881)
Bruce Forstall
1
-77
/
+226
2019-04-05
WIP Fix ARM32/ARM64 large frame stack probing
Bruce Forstall
1
-1
/
+1
2019-03-29
Moving VariableLiveRanges classes outside Compiler class
Brian Bohe
1
-1
/
+1
2019-03-29
A new way of tracking variables (#23373)
Brian Bohe
1
-0
/
+5
2019-03-20
Adding a flag to able/disable scope info (#23298)
Brian Bohe
1
-1
/
+2
2019-03-19
Adding const to functions that don't change or shouldn't change state (#23329)
Brian Bohe
1
-4
/
+4
2019-02-21
JIT: handle preference miss two register xmm return case (#22733)
Andy Ayers
1
-9
/
+7
2019-02-16
Merge pull request #22528 from mikedn/idx-addr
Carol Eidt
1
-37
/
+40
2019-02-15
Widen index to a temporary register
Mike Danes
1
-20
/
+15
2019-02-12
JIT: change how we block gc refs from callee saves for inline pinvokes (#22477)
Andy Ayers
1
-0
/
+7
2019-02-12
Fix genCodeForIndexAddr
Mike Danes
1
-37
/
+45
2019-02-08
JIT: Suppress emitting same-reg zero extending move (#22454)
Andy Ayers
1
-1
/
+17
2019-02-08
JIT: fix ifdef guarding an assert (#22460)
Andy Ayers
1
-1
/
+1
2019-01-30
Remove GTF_ADDR_ONSTACK and IsVarAddr.
Eugene Rozenfeld
1
-2
/
+4
2019-01-26
Cleanup stackoverflow handling leftovers (#22228)
Jan Kotas
1
-7
/
+0
2019-01-24
Merge pull request #14393 from mikedn/float-neg-abs
Carol Eidt
1
-1
/
+1
2019-01-10
Merge pull request #17733 from mikedn/cc-cond2
Brian Sullivan
1
-366
/
+79
2019-01-10
Merge pull request #21815 from CarolEidt/Fix752890
Carol Eidt
1
-0
/
+6
2019-01-09
Merge pull request #20772 from mikedn/ir-cleanup
Bruce Forstall
1
-2
/
+1
2019-01-04
JIT: encapsulate general checks for optimization
Andy Ayers
1
-1
/
+1
2019-01-04
[x86] Make copies of odd-size structs
Carol Eidt
1
-0
/
+6
2018-12-12
JIT: handle byref-typed immediates in encoding (#21477)
Andy Ayers
1
-2
/
+15
2018-12-05
Refactor genAllocLclFrame into two architecture-specific functions (#21074)
Egor Chesakov
1
-1
/
+182
2018-11-10
Remove genJumpKindForOper
Mike Danes
1
-5
/
+3
2018-11-10
Delete dead code
Mike Danes
1
-194
/
+0
2018-11-10
Replace genSetRegToCond with inst_SETCC
Mike Danes
1
-77
/
+6
2018-11-10
Move genCodeForSetcc to codegenlinear.cpp
Mike Danes
1
-9
/
+11
2018-11-10
Reimplement genCodeForJumpTrue using GenCondition
Mike Danes
1
-61
/
+1
2018-11-10
Add support for floating point conditions
Mike Danes
1
-37
/
+38
2018-11-10
Change jpe/jpo to jp/jnp
Mike Danes
1
-4
/
+4
2018-11-10
Introduce GenCondition
Mike Danes
1
-10
/
+47
2018-11-06
Merge pull request #20633 from BruceForstall/FixSPCheck
Bruce Forstall
1
-19
/
+44
2018-11-05
Fix SP check for x64/x86, remove for arm32/arm64
Bruce Forstall
1
-19
/
+44
2018-11-05
Add support for BSWAP intrinsic (#18398)
Levi Broderick
1
-0
/
+45
2018-11-03
Delete GenTreeLabel
Mike Danes
1
-2
/
+1
2018-10-22
Remove the LocAllocSP slot for non-x86 platforms
Bruce Forstall
1
-2
/
+5
[next]