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
/
lowerxarch.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-02
Refactor TreeNodeInfoInit
Carol Eidt
1
-3349
/
+11
2017-01-26
Stop address mode building in TreeNodeInfoInit pass
Bruce Forstall
1
-78
/
+1
2017-01-17
Move small unsigned type tweak to LowerCompare
Mike Danes
1
-10
/
+0
2017-01-17
Introduce OperIs
Mike Danes
1
-4
/
+4
2017-01-17
Handle cmp(and(x, y), 0)
Mike Danes
1
-0
/
+3
2017-01-17
Contain "op1" from "cmp op1, icon" only if types are identical
Mike Danes
1
-1
/
+1
2017-01-17
Remove unused code
Mike Danes
1
-47
/
+36
2017-01-17
Move and-cmp-test transform from TreeNodeInfoInitCmp to LowerCompare
Mike Danes
1
-117
/
+1
2017-01-17
Add GT_TEST_EQ and GT_TEST_NE
Mike Danes
1
-0
/
+2
2017-01-17
Move and-cmp-nonzero transform from TreeNodeInfoInitCmp to LowerCompare
Mike Danes
1
-14
/
+0
2017-01-17
Move cast elision from TreeNodeInfoInitCmp to LowerCompare
Mike Danes
1
-86
/
+0
2017-01-17
Move narrowing from TreeNodeInfoInitCmp to LowerCompare
Mike Danes
1
-57
/
+0
2017-01-11
Merge pull request #8588 from litian2025/AVX_SSE
Sivarv
1
-1
/
+33
2017-01-10
fix format error
Li Tian
1
-1
/
+1
2017-01-10
fix comments, assertion failure in crossgen mscorlib
Li Tian
1
-2
/
+2
2017-01-10
rename, use getSIMDInstructionSet()
Li Tian
1
-9
/
+9
2017-01-10
fix format error
Li Tian
1
-2
/
+3
2017-01-10
Fix handling of PutArgStk
Carol Eidt
1
-43
/
+28
2017-01-10
remove unnecessary check in CalleeSavedFltRegs
Li Tian
1
-6
/
+5
2017-01-08
Remove AVX/SSE transition penalties
Li Tian
1
-1
/
+33
2016-12-21
Use Pabsd/pabsw/pabsb instructions for Abs SIMD intrinsic on SSE4 and above t...
sivarv
1
-3
/
+8
2016-12-20
Fix GT_LOCKADD register specification.
sivarv
1
-1
/
+26
2016-12-13
Fix incorrect compare narrowing in TreeNodeInfoInitCmp
Mike Danes
1
-27
/
+26
2016-12-08
Remove an unused local variable
Hyung-Kyu Choi
1
-1
/
+0
2016-12-05
Merge pull request #8461 from sivarv/shiftFix
Sivarv
1
-6
/
+10
2016-12-05
Compare opt against zero involving a shift oper.
sivarv
1
-6
/
+10
2016-12-02
RyuJIT/x86: Implement TYP_SIMD12 support
Bruce Forstall
1
-0
/
+13
2016-11-28
Enable using SSE3_4 instruction set for SIMD codegen.
sivarv
1
-16
/
+13
2016-11-23
Merge pull request #7847 from CarolEidt/Fix278375
Carol Eidt
1
-12
/
+77
2016-11-23
Change vector equality to use pmovmskb
Mike Danes
1
-3
/
+3
2016-11-22
x86: not all fields of promoted struct need regs
Carol Eidt
1
-12
/
+77
2016-11-21
Merge pull request #8106 from mikedn/magic-div
Russell C Hadley
1
-4
/
+9
2016-11-18
Reinstate the struct optimization changes:
Carol Eidt
1
-2
/
+16
2016-11-18
Fix codegen for `(umod (gt_long) (const int))`.
Pat Gavlin
1
-0
/
+4
2016-11-15
Fix GT_MULHI register requirements
Mike Danes
1
-4
/
+9
2016-11-03
Revert "Enable optimization of structs"
Jan Kotas
1
-16
/
+2
2016-11-01
Rotate Left/Right xarch instructions don't set ZF and ZF flag.
sivarv
1
-2
/
+6
2016-11-01
Merge pull request #7677 from CarolEidt/StructOpts
Carol Eidt
1
-2
/
+16
2016-10-26
Optimize 'test' instruction for op1 == 0 and op1 != 0 where op1 is known to s...
sivarv
1
-1
/
+47
2016-10-21
Optimize Vector<int>.Dot on AVX.
sivarv
1
-10
/
+31
2016-10-20
Enable optimization of structs
Carol Eidt
1
-2
/
+16
2016-10-12
Fix assertion regarding byteable xor reg,reg when ngen'ing desktop mscorlib
Bruce Forstall
1
-24
/
+52
2016-10-10
Merge pull request #7518 from adiaaida/cmpByteable
Michelle McDaniel
1
-14
/
+67
2016-10-10
Force byteable register for CMP if op2 is CNS_INT
Michelle McDaniel
1
-14
/
+67
2016-10-10
Address PR feedback.
Pat Gavlin
1
-22
/
+23
2016-10-09
Fix the codegen for by-value struct args on x86.
Pat Gavlin
1
-30
/
+123
2016-10-07
Force byteable registers for indir op source
Michelle McDaniel
1
-0
/
+14
2016-09-29
Merge pull request #7407 from sivarv/simdOpt
Sivarv
1
-2
/
+75
2016-09-29
Optimize codegen when SIMD (in)Equality that produces bool result is compared...
sivarv
1
-2
/
+75
2016-09-28
Fix lowering's containment analysis.
Pat Gavlin
1
-32
/
+151
[next]