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
/
gentree.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-06
Merge pull request #14506 from mikedn/alloc-mess
Brian Sullivan
1
-1
/
+1
2017-11-02
Handle TryGetUse case with GT_PUTARG_SPLIT of GT_FIELD_LIST
Bruce Forstall
1
-1
/
+2
2017-10-31
fix #14773
Fei Peng
1
-0
/
+23
2017-10-30
JIT: optimize calls on boxed objects
Andy Ayers
1
-16
/
+77
2017-10-30
Fix gtNewStringLiteralNode (#14744)
Petr Bred
1
-0
/
+6
2017-10-30
Merge pull request #14456 from fiigii/crc32
Carol Eidt
1
-0
/
+74
2017-10-26
Fixes for zero diffs
Brian Sullivan
1
-2
/
+2
2017-10-26
Changes for Zero Asm Diffs
Brian Sullivan
1
-1
/
+5
2017-10-25
Enable Crc32 , Popcnt, Lzcnt intrinsics
Fei Peng
1
-0
/
+74
2017-10-25
Added gtNewIndOfIconHandleNode
Brian Sullivan
1
-32
/
+86
2017-10-24
delete unused local variables from jit sources (#14679)
Sergey Andreenko
1
-8
/
+3
2017-10-22
Merge pull request #14621 from briansull/fix-hash
Brian Sullivan
1
-6
/
+26
2017-10-20
remove duplicate line
Brian Sullivan
1
-1
/
+0
2017-10-20
Remove incorrect assert for DynBlk codegen
Bruce Forstall
1
-8
/
+8
2017-10-20
Disable clang format around an area where it is incorrect
Brian Sullivan
1
-0
/
+3
2017-10-20
Fix the gtHashValue to properly hash all the bits when we have a 64-bit item
Brian Sullivan
1
-6
/
+24
2017-10-19
Merge pull request #14582 from briansull/cleanup-iconhdl
Brian Sullivan
1
-8
/
+5
2017-10-18
Ifdef out legacy uses of GT_ASG_op (#14384)
mikedn
1
-10
/
+32
2017-10-18
Removed unused handle args
Brian Sullivan
1
-4
/
+3
2017-10-18
Removed unused fields of Icon nodes
Brian Sullivan
1
-4
/
+2
2017-10-17
Arm64: Use op2 type for LOCKADD
Carol Eidt
1
-2
/
+1
2017-10-17
move ReplaceWith to cpp
Sergey Andreenko
1
-0
/
+42
2017-10-16
Merge pull request #14350 from CarolEidt/LsraInfoCleanup
Carol Eidt
1
-17
/
+27
2017-10-16
Merge branch 'master' into FitsIn
Brian Sullivan
1
-1
/
+4
2017-10-16
Forbid to clone GT_RET_EXPR (#14495)
Sergey Andreenko
1
-1
/
+4
2017-10-15
Avoid using IAllocator
Mike Danes
1
-1
/
+1
2017-10-13
Use IsIntCnsFitsIn8
Brian Sullivan
1
-9
/
+9
2017-10-13
Fix handling of SIMD12
Carol Eidt
1
-17
/
+20
2017-10-12
Merge branch 'master' into needs-reloc
Brian Sullivan
1
-56
/
+115
2017-10-12
Adjust whitespace for clang format
Brian Sullivan
1
-3
/
+3
2017-10-11
Refactor code for constant handles that reference opts.compReloc to use Immed...
Brian Sullivan
1
-4
/
+6
2017-10-11
Cleanup of Lowering & LsraInfo
Carol Eidt
1
-0
/
+7
2017-10-09
JIT: improve type equality opts for generic and prejitted code (#14381)
Andy Ayers
1
-56
/
+115
2017-10-06
Fix RyuJIT/arm32 asserts
Bruce Forstall
1
-6
/
+25
2017-10-06
Merge pull request #14329 from sdmaclea/PR-ARM64-ATOMIC-OPS
Brian Sullivan
1
-0
/
+2
2017-10-05
Merge pull request #14253 from wateret/fix-14251
Bruce Forstall
1
-1
/
+1
2017-10-05
JIT: More type equality opts (#14317)
Andy Ayers
1
-0
/
+96
2017-10-05
fix gtDispTree (#14326)
Sergey Andreenko
1
-1
/
+5
2017-10-05
[RyuJIT/armel] Fix regression
Hanjoung Lee
1
-1
/
+1
2017-10-04
fgDebugCheckFlags should use OperMayThrow for all nodes. (#14330)
Sergey Andreenko
1
-1
/
+0
2017-10-04
[Arm64] Implement GT_XADD, GT_XCHG, GT_CMPXCHG ...
Steve MacLean
1
-0
/
+2
2017-10-03
JIT: run type equality optimizations earlier (#14244)
Andy Ayers
1
-16
/
+313
2017-09-28
JIT: have gtClone handle long constants (#14201)
Andy Ayers
1
-1
/
+8
2017-09-27
Merge pull request #14192 from sdmaclea/PR-ARM64-JCMP
Brian Sullivan
1
-0
/
+17
2017-09-27
[Arm64] Add JCMP comments per review
Steve MacLean
1
-0
/
+5
2017-09-27
Merge pull request #14207 from CarolEidt/Fix14028
Carol Eidt
1
-1
/
+10
2017-09-27
JIT: devirtualization support for EqualityComparer<T>.Default (#14125)
Andy Ayers
1
-0
/
+1
2017-09-26
Handle GT_SIMD in GenTree::Compare
Carol Eidt
1
-1
/
+10
2017-09-26
[Arm64] Add GT_JCMP node
Steve MacLean
1
-0
/
+12
2017-09-26
Merge pull request #14171 from wateret/ryu-arm-putarg-bitcast
Carol Eidt
1
-1
/
+30
[next]