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
/
codegenarm64.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-01
Streamlined MinOpts GC ref tracking. (#9869)
Peter Kukol
1
-2
/
+5
2017-02-25
Revert "Simplified MinOpts GC ref tracking."
Jan Kotas
1
-5
/
+2
2017-02-23
Merge pull request #9655 from sdmaclea/PR-ARM64-JITGC-WIP3
Brian Sullivan
1
-1
/
+7
2017-02-23
Simplified MinOpts GC ref tracking. (#9231)
Peter Kukol
1
-2
/
+5
2017-02-23
[Arm64] Fix genCodeForCpObj()
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-1
/
+7
2017-02-22
Merge pull request #9654 from sdmaclea/PR-ARM64-JITGC-WIP2
Jarret Shook
1
-6
/
+6
2017-02-22
[Arm64] Fix GC hole in CodeGen::genCodeForCpObj()
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-5
/
+11
2017-02-22
[Arm64] Fix GC liveness for CodeGen::genPutArgStk()
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-6
/
+6
2017-02-10
ARM64 Modify genCodeForInitBlk assert
jashook
1
-1
/
+8
2017-02-06
Remove unnecessary parameter to genCallFinally()
Bruce Forstall
1
-3
/
+1
2017-01-18
Fix consumeReg order for ArrOffs on arm64
Carol Eidt
1
-4
/
+4
2017-01-13
Don't treat spill temps as contained
Carol Eidt
1
-2
/
+2
2017-01-12
Merge pull request #8928 from CarolEidt/Fix8898
Carol Eidt
1
-4
/
+5
2017-01-12
Fix putArgStk dstCount and ConsumeReg errors
Carol Eidt
1
-4
/
+5
2017-01-07
Change fields order in GenTreeBoundsChk.
Sergey Andreenko
1
-1
/
+1
2016-12-14
Merge pull request #8601 from pgavlin/gh7963
Pat Gavlin
1
-2
/
+2
2016-12-13
Fix consume-order checking in codegen.
Pat Gavlin
1
-2
/
+2
2016-12-09
Remove sscanf and sprintf usage (#8508)
Jan Vorlicek
1
-1
/
+2
2016-11-28
Disable PSPSym and LocAllocSPvar for CoreRT (#8319)
Jan Kotas
1
-18
/
+42
2016-11-18
Reinstate the struct optimization changes:
Carol Eidt
1
-13
/
+23
2016-11-03
Revert "Enable optimization of structs"
Jan Kotas
1
-23
/
+13
2016-10-20
Enable optimization of structs
Carol Eidt
1
-13
/
+23
2016-10-14
Remove DEBUGGING_SUPPORT #ifdef (#7611)
Bruce Forstall
1
-4
/
+0
2016-10-11
Fix a build break in the ARM64 JIT.
Pat Gavlin
1
-2
/
+2
2016-09-28
Refactor common codegen code
Carol Eidt
1
-1257
/
+64
2016-09-22
Merge pull request #7303 from CarolEidt/Fix7195
Carol Eidt
1
-2
/
+2
2016-09-21
DynBlk assert fixes for Arm64
Carol Eidt
1
-2
/
+2
2016-09-21
Merge pull request #7291 from adiaaida/format
Michelle McDaniel
1
-2
/
+2
2016-09-21
Reformat jit code for Windows x64
Michelle McDaniel
1
-2
/
+2
2016-09-21
Fix Arm64 codegen to use GT_FIELD_LIST
Carol Eidt
1
-2
/
+2
2016-09-20
Support GT_OBJ for x86
Carol Eidt
1
-7
/
+8
2016-09-14
Address PR feedback.
Pat Gavlin
1
-1
/
+1
2016-09-06
Fix Arm64 build breaks
Carol Eidt
1
-0
/
+1
2016-09-01
More PR Feedback
Carol Eidt
1
-1
/
+0
2016-09-01
1st Class Struct Block Assignments
Carol Eidt
1
-81
/
+86
2016-08-23
Stop maintaining cost estimates in the RyuJIT backend. (#6849)
Pat Gavlin
1
-11
/
+1
2016-08-19
Implement the proposed design for RyuJIT's LIR. (#6689)
Pat Gavlin
1
-114
/
+105
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-2945
/
+2843
2016-08-04
Followup work from codereview feedback
Brian Sullivan
1
-7
/
+5
2016-07-29
Massage code for clang-format
Michelle McDaniel
1
-107
/
+90
2016-07-26
Enable multireg returns on Arm64
Brian Sullivan
1
-132
/
+596
2016-07-03
Address div/mod CR feedback
Mike Danes
1
-2
/
+0
2016-06-22
Introduce the method fullIntArgRegMask()
Brian Sullivan
1
-1
/
+1
2016-06-22
Optimize integer div/mod by const power of 2 in lowering
Mike Danes
1
-112
/
+0
2016-06-17
ARM64: Fix GC hole for Multi-Reg Struct
Kyungwoo Lee
1
-2
/
+5
2016-06-14
ARM64: Fix a GC hole for Indirect Branch
Kyungwoo Lee
1
-1
/
+1
2016-06-09
Remove JIT_FEATURE_SSA_SKIP_DEFS.
Pat Gavlin
1
-4
/
+0
2016-06-07
Methods to check for integer constants and zero
Carol Eidt
1
-7
/
+7
2016-05-26
ARM64: Fix Liveness update for Division By Zero
Kyungwoo Lee
1
-6
/
+8
2016-05-25
Enable HFA support for passing arguments on ARM64
Brian Sullivan
1
-207
/
+317
[next]