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
/
lsraarmarch.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-12
Arm: Correctly handle multi-reg COPY
Carol Eidt
1
-1
/
+3
2018-09-06
Cleanup LinearScan::BuildCast
Mike Danes
1
-0
/
+40
2018-07-16
Ensure BuildUse uses the correct reg number
Carol Eidt
1
-1
/
+1
2018-06-28
LSRA: fix multi-reg ops under FIELD_LIST
Carol Eidt
1
-6
/
+8
2018-06-14
[Windows|Arm64|Vararg] Add FEATURE_ARG_SPLIT (#18346)
Jarret Shook
1
-6
/
+8
2018-06-12
Unify struct arg handling (#18358)
Carol Eidt
1
-2
/
+1
2018-05-23
Create RefPositions without TreeNodeInfo (#16517)
Carol Eidt
1
-195
/
+153
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
-53
/
+0
2018-02-21
LEA on rhs of block copy can't be contained
Carol Eidt
1
-1
/
+2
2018-02-01
Refactor RefPosition and Interval Building
Carol Eidt
1
-224
/
+25
2018-01-31
Delete GenTreePtr. (#16027)
Sergey Andreenko
1
-18
/
+18
2018-01-24
Delete Ptr typedefs from jit src. (#15983)
Sergey Andreenko
1
-3
/
+3
2017-12-19
Fix for armel double passed as long
Carol Eidt
1
-1
/
+4
2017-12-18
Eliminate gtLsraInfo from GenTree
Carol Eidt
1
-227
/
+248
2017-12-06
Fix GT_FIELD_LIST double passed as int
Carol Eidt
1
-11
/
+16
2017-11-20
[Arm64] SIMD12 genCodeForStoreLcl*
Steve MacLean
1
-0
/
+11
2017-11-08
[Arm64] SIMD genPutArgStk
Steve MacLean
1
-0
/
+1
2017-11-03
[Arm64] SIMD12 Indirect Load/Store
Steve MacLean
1
-0
/
+12
2017-11-01
Fix slot size for transformed long
Hyeongseok Oh
1
-9
/
+9
2017-10-31
[RyuJIT/ARM32] Fix double type PutArgStk check bug on LSRA init
Hyeongseok Oh
1
-2
/
+2
2017-10-20
[RyuJIT/ARM32] Fast tail call: code generation (#14445)
Hyeongseok Oh
1
-9
/
+3
2017-10-16
Merge pull request #14350 from CarolEidt/LsraInfoCleanup
Carol Eidt
1
-8
/
+1
2017-10-11
Cleanup of Lowering & LsraInfo
Carol Eidt
1
-8
/
+1
2017-10-06
Fix RyuJIT/arm32 asserts
Bruce Forstall
1
-19
/
+13
2017-09-26
[RyuJIT/ARM32] Fast tail call: Init LSRA to use R12 to save jump target (#14184)
Hyeongseok Oh
1
-3
/
+5
2017-09-20
Merge pull request #13541 from hqueue/arm/ryujit/issue_12614_enable_unrolling...
Bruce Forstall
1
-5
/
+1
2017-09-13
[RyuJIT/ARM32] Enable unrolling for cpblk
Hyung-Kyu Choi
1
-5
/
+1
2017-09-05
[Arm64] Fix Transform AND-CMP to TST
Steve MacLean, Qualcomm Datacenter Technologies Inc
1
-1
/
+1
2017-08-30
Fix comment
Hyeongseok Oh
1
-1
/
+1
2017-08-29
[RyuJIT/armel] Fix double reg arg passing
Hanjoung Lee
1
-0
/
+9
2017-08-27
Merge pull request #13597 from CarolEidt/InfoLinearScan
Carol Eidt
1
-53
/
+48
2017-08-25
PR Feedback and formatting
Carol Eidt
1
-3
/
+3
2017-08-25
Move TreeNodeInfoInit to LinearScan
Carol Eidt
1
-50
/
+45
2017-08-25
PR Feedback
Carol Eidt
1
-2
/
+2
2017-08-25
Arm Containment Cleanup
Carol Eidt
1
-8
/
+6
2017-08-24
Merge pull request #11589 from mikedn/gen-am
Carol Eidt
1
-2
/
+2
2017-08-24
Fix improper handling of GenTreeAddrMode offset
Mike Danes
1
-2
/
+2
2017-08-23
Fix ARM issues with Containment
Carol Eidt
1
-4
/
+3
2017-08-16
Move Containment Analysis to Lowering
Carol Eidt
1
-131
/
+152
2017-08-08
[ARM32/RyuJIT] Set the source candidates for PutArgSplit nodes
Jiyoung Yun
1
-0
/
+1
2017-07-14
Merge pull request #12618 from hseok-oh/ryujit/fix_12600
Bruce Forstall
1
-1
/
+3
2017-07-11
PR feedback
Carol Eidt
1
-56
/
+10
2017-07-11
[RyuJIT/ARM32] Internal register candadate for split struct argument
Hyeongseok Oh
1
-1
/
+3
2017-07-10
Extract containment analysis
Carol Eidt
1
-181
/
+126
2017-07-10
[RyuJIT/ARM32] Fix register allocation for split GT_FIELD_LIST struct
Hyeongseok Oh
1
-0
/
+12
2017-07-09
Merge pull request #12572 from wateret/armel/dblarg_stack
Carol Eidt
1
-1
/
+14
2017-07-07
[RyuJIT/ARM32] Codegen: split struct argument less than 16 bytes
Hyeongseok Oh
1
-17
/
+24
2017-07-07
[RyuJIT/armel] Rewrite changes for readibility
Hanjoung Lee
1
-10
/
+9
2017-07-06
Support unaligned floating point loads/stores
Mikhail Skvortcov
1
-2
/
+27
[next]