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
/
optimizer.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Fixes issue 18259
Brian Sullivan
1
-5
/
+7
2018-10-19
Merge pull request #20472 from BruceForstall/ImproveLoopCloningArm64
Bruce Forstall
1
-1
/
+1
2018-10-18
[RyuJIT] Delete dead code (#20411)
mikedn
1
-88
/
+0
2018-10-17
Fix loop cloning array index recognition for arm64
Bruce Forstall
1
-1
/
+1
2018-10-17
Enable code to prevent bad byrefs on all platforms (#20446)
Bruce Forstall
1
-27
/
+28
2018-09-13
Value Number Enhancements:
Brian Sullivan
1
-2
/
+8
2018-08-25
Remove some GT_ASG_op leftovers (#18205)
mikedn
1
-8
/
+8
2018-08-25
Streamline fgExcludeFromSsa (#15351)
mikedn
1
-3
/
+3
2018-08-22
define FMT_BB as "BB%02u" and use it uniformly in the codebase
Brian Sullivan
1
-31
/
+34
2018-08-20
JIT: remove incremental ref count updates (#19345)
Andy Ayers
1
-38
/
+2
2018-08-16
JIT: bail out in optExtractArrIndex for constant array length (#19493)
Andy Ayers
1
-4
/
+2
2018-07-22
JIT: stateful local ref counts and weights (#19068)
Andy Ayers
1
-1
/
+1
2018-07-20
Improve narrowing of GT_AND nodes. (#18995)
Eugene Rozenfeld
1
-11
/
+52
2018-07-18
Revert "Improve narrowing of GT_AND nodes. (#18916)" (#18975)
Jan Kotas
1
-52
/
+11
2018-07-16
Improve narrowing of GT_AND nodes. (#18916)
Eugene Rozenfeld
1
-11
/
+52
2018-07-12
Fixes for bugs in fgMorphCast and optNarrowTree. (#18816)
Eugene Rozenfeld
1
-4
/
+12
2018-06-30
Replace compGetMemArray uses
Mike Danes
1
-1
/
+1
2018-06-30
Remove unused Compiler members
Mike Danes
1
-9
/
+0
2018-06-30
Allocate space for the loop table on demand
Mike Danes
1
-10
/
+23
2018-06-29
Corrected a few typos in the documentation and comments (#18706)
Phil Garcia
1
-3
/
+3
2018-06-04
Cleanup LOCKADD handling
Mike Danes
1
-0
/
+1
2018-05-24
Fix a variety of typos (#18096)
John Doe
1
-1
/
+1
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-81
/
+3
2018-03-30
Tighten arm32/arm64 write barrier kill reg sets
Bruce Forstall
1
-1
/
+1
2018-02-12
Fix inconsistent handling of zero extending casts
Mike Danes
1
-1
/
+1
2018-01-31
Delete GenTreePtr. (#16027)
Sergey Andreenko
1
-138
/
+138
2017-12-13
get rid of TYP_CHAR
Fei Peng
1
-5
/
+5
2017-11-06
Merge pull request #14281 from mikedn/mixed-type-relop
Carol Eidt
1
-1
/
+1
2017-11-06
Merge pull request #14506 from mikedn/alloc-mess
Brian Sullivan
1
-11
/
+12
2017-11-02
Fixes Assertion failed 'firstILBlock->hasProfileWeight()
Brian Sullivan
1
-0
/
+24
2017-10-24
delete unused local variables from jit sources (#14679)
Sergey Andreenko
1
-1
/
+0
2017-10-18
Ifdef out legacy uses of GT_ASG_op (#14384)
mikedn
1
-28
/
+69
2017-10-15
Copy ExpandArray and SimplerHashTable to JIT's sources
Mike Danes
1
-11
/
+12
2017-10-02
Cleanup some mixed type relop the JIT produces
Mike Danes
1
-1
/
+1
2017-09-13
Renumber blocks before computing loop nest
Joseph Tremoulet
1
-4
/
+22
2017-08-31
Enable checking of GTF_EXCEPT and GTF_ASG flags. (#13668)
Eugene Rozenfeld
1
-31
/
+22
2017-08-29
Check for new blocks after `entry`
Joseph Tremoulet
1
-10
/
+18
2017-08-17
Refactor loop identification into a class
Joseph Tremoulet
1
-630
/
+938
2017-08-17
Lay out loop bodies contiguously
Joseph Tremoulet
1
-146
/
+503
2017-08-07
Stop rejecting loops with backward exits
Joseph Tremoulet
1
-41
/
+1
2017-07-24
fix comment in optimizer.cpp:optOptimizeBools
dudes-come
1
-1
/
+1
2017-06-28
Convert lva{Inc,Dec}RefCntsCB to a visitor.
Pat Gavlin
1
-1
/
+1
2017-06-15
Merge pull request #12047 from rartemev/issue_4122_2
Roman Artemev
1
-1
/
+1
2017-06-08
Fixed determintaion of need to make code that contains tail.call loop fully i...
Roman Artemev
1
-1
/
+1
2017-06-08
Make JIT dumps more readable
Mike Danes
1
-3
/
+3
2017-05-26
Fix BitSetUint64, clean and improve the surrounding code. (#11721)
Sergey Andreenko
1
-6
/
+6
2017-05-22
Fix off-by-one error
Joseph Tremoulet
1
-3
/
+3
2017-05-19
Don't hoist IConHandle statics above cctors
Joseph Tremoulet
1
-3
/
+9
2017-05-09
Stop hoisting statics above cctors
Joseph Tremoulet
1
-20
/
+53
2017-05-03
Fix some static analysis warnings
Russ Keldorph
1
-0
/
+5
[next]