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
/
lsraarm64.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-06
Cleanup LinearScan::BuildCast
Mike Danes
1
-46
/
+2
2018-08-25
Remove some GT_ASG_op leftovers (#18205)
mikedn
1
-1
/
+1
2018-07-26
Fix overallocation of arm64 small constant localloc
Bruce Forstall
1
-4
/
+4
2018-07-03
Build uses for atomic ops
Carol Eidt
1
-13
/
+19
2018-06-27
Merge pull request #18130 from sdmaclea/PR-ARM64-JIT-Use-LSE-Atomics
Brian Sullivan
1
-23
/
+37
2018-06-14
fix the desktop build break (#18475)
Sergey Andreenko
1
-1
/
+2
2018-06-14
[Windows|Arm64|Vararg] Add FEATURE_ARG_SPLIT (#18346)
Jarret Shook
1
-0
/
+6
2018-06-07
[Arm64] JIT generate LSE Atomics
Steve MacLean
1
-23
/
+37
2018-06-02
Moving the simdSizeOfHWIntrinsic and numArgsOfHWIntrinsic methods to be stati...
Tanner Gooding
1
-1
/
+1
2018-06-02
Moving the getHWIntrinsicInfo and getHWIntrinsicName methods to be static met...
Tanner Gooding
1
-1
/
+1
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
-4
/
+1
2018-05-23
Create RefPositions without TreeNodeInfo (#16517)
Carol Eidt
1
-310
/
+439
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-4
/
+0
2018-03-24
[RyuJit/ARM] Fix lsra BuildShiftRotate (#17103)
Sergey Andreenko
1
-7
/
+4
2018-03-14
Mark operands of dead FIELD_LIST as unused
Carol Eidt
1
-1
/
+6
2018-02-28
ARM64 SHA1 Crypto intrinsics implementation
Debayan Ghosh
1
-0
/
+32
2018-02-16
Don't set delayRegFree if no target
Carol Eidt
1
-7
/
+13
2018-02-09
[Arm64] Implement Simd.Insert
Steve MacLean
1
-0
/
+1
2018-02-01
Merge pull request #16092 from CarolEidt/RefactorRefBuilding
Carol Eidt
1
-96
/
+25
2018-02-01
Refactor RefPosition and Interval Building
Carol Eidt
1
-96
/
+25
2018-02-01
[Arm64] Implement Simd.BitwiseSelect
Steve MacLean
1
-4
/
+24
2018-02-01
[Arm64] Implement Simd.Extract
Steve MacLean
1
-0
/
+15
2018-01-31
Delete GenTreePtr. (#16027)
Sergey Andreenko
1
-5
/
+5
2018-01-26
[Arm64] Initial HWIntrinsic implementation
Steve MacLean
1
-0
/
+27
2018-01-24
Disable the ConvertToUInt intrinsics by removing them from simdintrinsiclist.h
Carol Eidt
1
-2
/
+0
2017-12-18
Eliminate gtLsraInfo from GenTree
Carol Eidt
1
-124
/
+155
2017-12-08
[Arm64] SIMDIntrinsicGetItem contain mem op1
Steve MacLean
1
-8
/
+26
2017-11-20
[Arm64] SIMD fix SIMDIntrinsicSet* op2 life
Steve MacLean
1
-4
/
+4
2017-11-10
[ARM64] genSIMDIntrinsicInit contain 0
Steve MacLean
1
-1
/
+4
2017-11-02
[Arm64] SIMDIntrinsicGetItem
Steve MacLean
1
-1
/
+15
2017-10-23
[Arm64] SIMD lsra (#14631)
Steve MacLean
1
-1
/
+142
2017-10-18
Ifdef out legacy uses of GT_ASG_op (#14384)
mikedn
1
-2
/
+0
2017-10-17
Arm64: Use op2 type for LOCKADD
Carol Eidt
1
-1
/
+1
2017-10-16
Merge pull request #14350 from CarolEidt/LsraInfoCleanup
Carol Eidt
1
-1
/
+14
2017-10-11
Cleanup of Lowering & LsraInfo
Carol Eidt
1
-1
/
+14
2017-10-05
[Arm64] Respond to feedback
Steve MacLean
1
-2
/
+6
2017-10-04
[Arm64] Implement GT_XADD, GT_XCHG, GT_CMPXCHG ...
Steve MacLean
1
-6
/
+32
2017-09-26
[Arm64] Add GT_JCMP node
Steve MacLean
1
-0
/
+1
2017-09-22
[Arm64] Add Floor/Ceiling intrinsics (#14132)
Steve MacLean
1
-2
/
+2
2017-09-15
[Arm/Arm64] LowerCast remove small int widen cast
Steve MacLean
1
-11
/
+1
2017-09-13
Merge pull request #13799 from sdmaclea/PR-ARM64-Transform-AND-CMP
Joseph Tremoulet
1
-0
/
+2
2017-09-12
Merge pull request #13715 from CarolEidt/LsraInfoInLsra
Carol Eidt
1
-0
/
+4
2017-09-05
Transform AND-CMP to TST
Mike Danes
1
-0
/
+2
2017-08-30
Merge pull request #13690 from CarolEidt/NullcheckNotContained
Carol Eidt
1
-0
/
+1
2017-08-30
Merge pull request #13701 from pgavlin/IndexAddr2
Pat Gavlin
1
-0
/
+6
2017-08-30
Do TreeNodeInfoInit in buildIntervals
Carol Eidt
1
-0
/
+4
2017-08-30
Revert commit bec6ac10f3968a8f699aad6233657ac59df37a73.
Pat Gavlin
1
-0
/
+6
2017-08-30
Assert that Nullcheck child is not contained
Carol Eidt
1
-0
/
+1
2017-08-30
Merge pull request #13677 from hseok-oh/ryujit/fix_13675
Carol Eidt
1
-3
/
+1
[next]