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
/
simdcodegenxarch.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-22
Fix SIMD12 GT_STORE_LCL_FLD
Bruce Forstall
1
-1
/
+1
2018-11-29
Updating genSIMDZero to only use `xorps` (#21249)
Tanner Gooding
1
-3
/
+5
2018-06-29
Corrected a few typos in the documentation and comments (#18706)
Phil Garcia
1
-1
/
+1
2018-05-24
Typo (#18122)
John Doe
1
-1
/
+1
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-5
/
+2
2018-01-31
Delete GenTreePtr. (#16027)
Sergey Andreenko
1
-4
/
+4
2018-01-24
Disable the ConvertToUInt intrinsics by removing them from simdintrinsiclist.h
Carol Eidt
1
-6
/
+2
2018-01-24
Disable FP to Unsigned Vector Conversions
Carol Eidt
1
-2
/
+0
2017-12-13
get rid of TYP_CHAR
Fei Peng
1
-12
/
+10
2017-11-15
Fix #15035
Fei Peng
1
-8
/
+26
2017-11-14
Change VEX-encoding selection to avoid AVX-SSE transition penalties
Fei Peng
1
-82
/
+38
2017-10-25
Decoupling SIMD levels from instruction sets
Fei Peng
1
-64
/
+64
2017-10-03
remove FEATURE_AVX_SUPPORT flag
Fei Peng
1
-6
/
+0
2017-10-02
Simplify SIMD EQ/NE optimization
Mike Danes
1
-39
/
+6
2017-09-27
fix bad VEX.vvvv to avoid false register dependency
Fei Peng
1
-2
/
+2
2017-05-25
Make untracked lclVars contained
Carol Eidt
1
-5
/
+7
2017-05-10
add jit intrinsic support for vector conversion/narrow/widen on AMD64 and x86...
helloguo
1
-14
/
+847
2017-04-14
Introduce API for codegen getting temp registers from gtRsvdRegs
Bruce Forstall
1
-56
/
+22
2017-02-13
Directly support Min/Max intrinsic for Vector<T> on SSE3_4 and above targets
Fei Peng
1
-0
/
+38
2017-02-05
Enable SIMD for RyuJIT/x86
Bruce Forstall
1
-25
/
+114
2016-12-21
Use Pabsd/pabsw/pabsb instructions for Abs SIMD intrinsic on SSE4 and above t...
sivarv
1
-1
/
+21
2016-12-15
Merge pull request #8329 from litian2025/Fix_SIMDScalarMoveEncoding
Sivarv
1
-16
/
+17
2016-12-14
Fix SIMD Scalar Move Encoding: VEX.L should be 0
Li Tian
1
-16
/
+17
2016-12-07
Use only lower floats for Vector3 dot and equality
Carol Eidt
1
-11
/
+47
2016-12-02
RyuJIT/x86: Implement TYP_SIMD12 support
Bruce Forstall
1
-7
/
+55
2016-11-28
Enable using SSE3_4 instruction set for SIMD codegen.
sivarv
1
-56
/
+107
2016-11-23
Change vector equality to use pmovmskb
Mike Danes
1
-60
/
+17
2016-10-27
Initial RyuJIT x86 SIMD support
Bruce Forstall
1
-2
/
+2
2016-10-27
Introduce new CORJIT_FLAGS type
Bruce Forstall
1
-1
/
+1
2016-10-21
Optimize Vector<int>.Dot on AVX.
sivarv
1
-71
/
+131
2016-09-29
Merge pull request #7407 from sivarv/simdOpt
Sivarv
1
-26
/
+49
2016-09-29
Optimize codegen when SIMD (in)Equality that produces bool result is compared...
sivarv
1
-26
/
+49
2016-09-28
Fix lowering's containment analysis.
Pat Gavlin
1
-0
/
+1
2016-09-27
Optimize SIMD codegen for (in)equality check against zero that produces bool ...
sivarv
1
-82
/
+95
2016-09-23
Optimize codegen for SIMDIntrinsicGetItem when SIMD vector is a memory-op.
sivarv
1
-0
/
+53
2016-09-21
Support Lower to reserve internal register(s) different from targetReg.
sivarv
1
-56
/
+8
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-361
/
+344
2016-07-29
Massage code for clang-format
Michelle McDaniel
1
-5
/
+7
2016-07-07
Fix RyuJIT/x86 fgMorphMultiregStructArg NYI
Bruce Forstall
1
-2
/
+2
2016-06-07
Methods to check for integer constants and zero
Carol Eidt
1
-4
/
+3
2016-03-25
1stClassStructs: Replace GT_LDOBJ with GT_OBJ
Carol Eidt
1
-8
/
+12
2016-02-19
Fix for SIMD intrinsic Initialize expansion.
Eugene Rozenfeld
1
-28
/
+67
2016-01-27
Update license headers
dotnet-bot
1
-4
/
+3
2015-12-11
Port of all JIT changes for .NET Framework 4.6.1 changes
Brian Sullivan
1
-68
/
+85
2015-07-13
Don't reorder operands for Vector constructor
Carol Eidt
1
-7
/
+18
2015-05-07
Merge changes from parent branch
dotnet-bot
1
-5
/
+43
2015-04-07
Merge changes from parent branch
dotnet-bot
1
-21
/
+16
2015-03-17
Merge changes from parent branch
dotnet-bot
1
-28
/
+91
2015-01-30
Initial commit to populate CoreCLR repo
dotnet-bot
1
-0
/
+1992