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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-14
Improvements for object stack allocation.
Eugene Rozenfeld
1
-3
/
+7
2019-01-10
Merge pull request #21928 from fiigii/fixMulx
Carol Eidt
1
-0
/
+8
2019-01-10
Merge pull request #17733 from mikedn/cc-cond2
Brian Sullivan
1
-3
/
+232
2019-01-10
Don't optimize BMI2 MultiplyNoFlags away
Fei Peng
1
-0
/
+8
2019-01-09
Merge pull request #20772 from mikedn/ir-cleanup
Bruce Forstall
1
-59
/
+11
2019-01-09
Update gtLclILoffs related comments
Mike Danes
1
-1
/
+1
2019-01-08
Copy address-taken SIMD intrinsic (#21884)
Carol Eidt
1
-20
/
+2
2018-12-21
Improve removal of dead calls to allocator helpers.
Eugene Rozenfeld
1
-1
/
+5
2018-12-16
Enable object stack allocation in R2R mode.
Eugene Rozenfeld
1
-0
/
+6
2018-12-10
Eliminate GenTreeRegVar and GT_REG_VAR and RegVar (#18317)
Julius R Friedman
1
-70
/
+11
2018-12-06
Guarded devirtualization foundations (#21270)
Andy Ayers
1
-3
/
+31
2018-11-10
Delete legacy code
Mike Danes
1
-6
/
+0
2018-11-10
Reimplement genCodeForJumpTrue using GenCondition
Mike Danes
1
-0
/
+29
2018-11-10
Introduce GenCondition
Mike Danes
1
-3
/
+209
2018-11-03
Delete GenTreeLabel
Mike Danes
1
-18
/
+2
2018-11-03
Ifdef out GenTreeLclVar::gtLclILoffs
Mike Danes
1
-5
/
+8
2018-11-02
Delete GenTreeJumpTable
Mike Danes
1
-22
/
+0
2018-11-02
Delete SMALL_TREE_NODES
Mike Danes
1
-14
/
+1
2018-10-30
JIT: Fix call flag propagation for GenTreeArrElem (#20660)
Andy Ayers
1
-2
/
+12
2018-10-26
JIT: refactor how we do late devirtualization (#20553)
Andy Ayers
1
-0
/
+6
2018-10-18
[RyuJIT] Delete dead code (#20411)
mikedn
1
-6
/
+0
2018-10-12
JIT: add some devirtualization info to the inline context (#20395)
Andy Ayers
1
-0
/
+12
2018-10-09
Merge pull request #20078 from CarolEidt/Fix20063
Carol Eidt
1
-10
/
+13
2018-10-01
Stop updating gtRsvdRegs before LSRA (#20136)
mikedn
1
-10
/
+0
2018-09-21
PR feedback: clarify that COPY/RELOAD can have register holes.
Carol Eidt
1
-0
/
+4
2018-09-20
JIT: Fix operand evaluation order for GT_INDEX_ADDR (#20047)
Andy Ayers
1
-2
/
+1
2018-09-20
Handle partial multireg COPY
Carol Eidt
1
-10
/
+9
2018-09-18
Fix MultiReg methods on GenTree
Carol Eidt
1
-3
/
+50
2018-09-14
Merge pull request #19125 from mikedn/cse-extract
Brian Sullivan
1
-1
/
+0
2018-09-14
Merge pull request #19845 from briansull/vn-enhancements
Brian Sullivan
1
-3
/
+2
2018-09-13
Value Number Enhancements:
Brian Sullivan
1
-3
/
+2
2018-09-12
Arm: Correctly handle multi-reg COPY
Carol Eidt
1
-9
/
+4
2018-09-07
Fix AVX2 Gather Intrinsic failture with JITStress
Fei Peng
1
-3
/
+9
2018-09-07
Merge pull request #19823 from echesakovMSFT/CrossBitnessValueNumbering
Egor Chesakov
1
-2
/
+6
2018-09-06
Remove unused GenTree flags (#19840)
mikedn
1
-3
/
+0
2018-09-05
Implement AVX2 Gather intrinsic in JIT
Fei Peng
1
-2
/
+3
2018-09-04
Replace ssize_t with target_ssize_t in GenTree::ParseArrayAddress GenTree::Pa...
Egor Chesakov
1
-2
/
+6
2018-08-29
Delete code that tracks stack level in morph. (#19703)
Sergey Andreenko
1
-13
/
+1
2018-08-28
Handle multiReg COPY
Carol Eidt
1
-9
/
+19
2018-08-25
Remove some GT_ASG_op leftovers (#18205)
mikedn
1
-11
/
+3
2018-08-25
Fix CSE side effect and definition extraction
Mike Danes
1
-1
/
+0
2018-08-22
Handle multireg copies correctly (#19588)
Carol Eidt
1
-1
/
+98
2018-07-26
Include long shifts in OperIsShiftOrRotate
Carol Eidt
1
-1
/
+15
2018-07-17
Merge pull request #18891 from CarolEidt/Fix18153
Carol Eidt
1
-0
/
+44
2018-07-16
Use `FEATURE_ARG_SPLIT` to qualify handling of `GT_PUTARG_SPLIT`
Carol Eidt
1
-1
/
+1
2018-07-16
PR Feedback
Carol Eidt
1
-5
/
+7
2018-07-16
Ensure BuildUse uses the correct reg number
Carol Eidt
1
-0
/
+42
2018-07-12
Include the processor atomic operations in the OperIsStore category
Brian Sullivan
1
-9
/
+9
2018-06-30
Pass CompAllocator by value (#15025)
mikedn
1
-2
/
+2
2018-06-28
JIT: fix bug returning small structs on linux x64 (#18563)
Andy Ayers
1
-0
/
+9
[next]