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
/
lowerarmarch.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
Fixes for building the Desktop JIT in CodegenMirror
Brian Sullivan
1
-0
/
+4
2019-05-24
Arm64: Take more bounds checks into consideration when inlining immediates (#...
Tamar Christina
1
-0
/
+3
2019-04-16
Arm64 vector ABI (#23675)
Carol Eidt
1
-0
/
+6
2019-03-28
Delete simple unused vars2 (#23491)
Sergey Andreenko
1
-9
/
+5
2019-03-27
Revert "Delete unused variables in jit. Part 2. (#23481)" (#23488)
Sergey Andreenko
1
-5
/
+9
2019-03-27
Delete unused variables in jit. Part 2. (#23481)
Sergey Andreenko
1
-9
/
+5
2019-01-08
Copy address-taken SIMD intrinsic (#21884)
Carol Eidt
1
-1
/
+1
2018-11-26
Fixing a few small issues with the SIMD vs SIMD HWIntrinsics (#21097)
Tanner Gooding
1
-1
/
+1
2018-09-08
Move FP DIV/MUL handling to genCodeForBinary
Mike Danes
1
-0
/
+13
2018-08-27
Deal with compilation warnings in JIT in cross-bitness scenario (#19590)
Egor Chesakov
1
-4
/
+5
2018-08-07
Add support to use an indirected address for JMP instructions to ARM64 (#19281)
David Wrighton
1
-8
/
+0
2018-07-27
Update arm64 comment for IsCallTargetInRange function
Bruce Forstall
1
-9
/
+4
2018-07-26
Include long shifts in OperIsShiftOrRotate
Carol Eidt
1
-3
/
+2
2018-06-27
Merge pull request #18130 from sdmaclea/PR-ARM64-JIT-Use-LSE-Atomics
Brian Sullivan
1
-1
/
+2
2018-06-13
Fix enregistered lclFld bug (#18418)
Carol Eidt
1
-0
/
+5
2018-06-07
[Arm64] JIT generate LSE Atomics
Steve MacLean
1
-1
/
+2
2018-06-02
Moving the getHWIntrinsicInfo and getHWIntrinsicName methods to be static met...
Tanner Gooding
1
-2
/
+2
2018-06-02
Moving the xarch HWIntrtinsicInfo type into its own header file.
Tanner Gooding
1
-1
/
+1
2018-05-25
delete unused variables from jit (#18121)
Sergey Andreenko
1
-1
/
+0
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-4
/
+0
2018-04-03
Remove most ARM NYI (#17365)
Bruce Forstall
1
-7
/
+2
2018-03-26
Merge pull request #15301 from mikedn/cast-un
Carol Eidt
1
-2
/
+2
2018-03-24
Fix Unreachable Code warning in desktop build (#17203)
Bruce Forstall
1
-12
/
+4
2018-03-20
Remove arm32/arm64 dead code
Bruce Forstall
1
-21
/
+5
2018-03-19
Allow arm64 to contain zero in GT_STORE_LCL_FLD
Bruce Forstall
1
-0
/
+1
2018-03-12
[Arm64] Mark removed compare zero nodes unused
Steve MacLean
1
-9
/
+11
2018-02-21
LEA on rhs of block copy can't be contained
Carol Eidt
1
-0
/
+5
2018-02-14
[Arm64] Additional Insert comments
Steve MacLean
1
-1
/
+6
2018-02-12
Insert contain extract
Steve MacLean
1
-2
/
+0
2018-02-12
Fix inconsistent handling of zero extending casts
Mike Danes
1
-2
/
+2
2018-02-09
[Arm64] Implement Simd.Insert
Steve MacLean
1
-3
/
+33
2018-02-01
[Arm64] Add Lower Compare Zero comments
Steve MacLean
1
-4
/
+10
2018-02-01
[Arm64] Lower Unsigned Compare Zero
Steve MacLean
1
-1
/
+46
2018-02-01
[Arm64] Implement Simd.Extract
Steve MacLean
1
-2
/
+9
2018-01-31
Delete GenTreePtr. (#16027)
Sergey Andreenko
1
-20
/
+19
2018-01-26
[Arm64] Initial HWIntrinsic implementation
Steve MacLean
1
-0
/
+35
2017-12-08
[Arm64] SIMDIntrinsicGetItem contain mem op1
Steve MacLean
1
-2
/
+10
2017-11-29
[Arm64] Fix UNROLL_LIMIT logic
Steve MacLean
1
-1
/
+1
2017-11-14
Merge pull request #14975 from sdmaclea/PR-SIMD-genSIMDIntrinsicInit-0
Carol Eidt
1
-1
/
+5
2017-11-10
[ARM64] SIMD genCodeForStoreLclVar zero init
Steve MacLean
1
-0
/
+5
2017-11-10
[ARM64] genSIMDIntrinsicInit contain 0
Steve MacLean
1
-1
/
+5
2017-11-07
Merge pull request #14881 from sdmaclea/PR-ARM64-SIMD-ContainCheckStoreLoc
Bruce Forstall
1
-6
/
+0
2017-11-06
[Arm64] SIMD ContainCheckStoreLoc
Steve MacLean
1
-6
/
+0
2017-11-03
[Arm64] SIMD12 Indirect Load/Store
Steve MacLean
1
-0
/
+14
2017-11-02
[Arm64] SIMDIntrinsicGetItem
Steve MacLean
1
-1
/
+4
2017-10-20
[Arm64] Basic SIMD lowering
Steve MacLean
1
-0
/
+71
2017-10-04
[Arm64] Implement GT_XADD, GT_XCHG, GT_CMPXCHG ...
Steve MacLean
1
-0
/
+3
2017-10-02
Move JCMP transform to LowerJTrue
Mike Danes
1
-40
/
+1
2017-10-02
Reimplement compare flags reuse using SETCC/JCC
Mike Danes
1
-23
/
+1
2017-09-27
[Arm64] Respond to feedback
Steve MacLean
1
-1
/
+4
[next]