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
/
flowgraph.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-06
Delete OldStyleClearD. (#14874)
Sergey Andreenko
1
-1
/
+1
2017-11-06
Merge pull request #14855 from briansull/improved-jitdump
Brian Sullivan
1
-2
/
+10
2017-11-06
Merge pull request #14506 from mikedn/alloc-mess
Brian Sullivan
1
-5
/
+5
2017-11-03
Improved the dump when fgOptimizeBranch clones statements
Brian Sullivan
1
-2
/
+10
2017-11-02
JIT: Merge legacy inlining policies (#14815)
Andy Ayers
1
-27
/
+10
2017-11-01
JIT: convert fixed-sized locallocs to locals, enable inlining (#14623)
Andy Ayers
1
-8
/
+26
2017-11-01
Fix (#14778)
Sergey Andreenko
1
-0
/
+1
2017-10-30
Merge pull request #14456 from fiigii/crc32
Carol Eidt
1
-1
/
+2
2017-10-26
Fixes for zero diffs
Brian Sullivan
1
-2
/
+2
2017-10-26
Changes for Zero Asm Diffs
Brian Sullivan
1
-3
/
+1
2017-10-25
Enable Crc32 , Popcnt, Lzcnt intrinsics
Fei Peng
1
-1
/
+2
2017-10-25
Added gtNewIndOfIconHandleNode
Brian Sullivan
1
-32
/
+41
2017-10-24
delete unused local variables from jit sources (#14679)
Sergey Andreenko
1
-1
/
+0
2017-10-23
JIT: defer constant-return merging for debug codegen (#14642)
Andy Ayers
1
-1
/
+4
2017-10-18
Ifdef out legacy uses of GT_ASG_op (#14384)
mikedn
1
-5
/
+7
2017-10-17
Refactor CopyFrom
Sergey Andreenko
1
-6
/
+6
2017-10-17
add check that each tree in the method has its own unique gtTreeId.
Sergey Andreenko
1
-0
/
+72
2017-10-17
extract fgDebugCheckStmtsList
Sergey Andreenko
1
-48
/
+67
2017-10-16
Merge pull request #14350 from CarolEidt/LsraInfoCleanup
Carol Eidt
1
-0
/
+4
2017-10-15
Avoid using IAllocator
Mike Danes
1
-4
/
+4
2017-10-15
Remove unused compGetMem functions
Mike Danes
1
-1
/
+1
2017-10-11
Cleanup of Lowering & LsraInfo
Carol Eidt
1
-0
/
+4
2017-10-04
fgDebugCheckFlags should use OperMayThrow for all nodes. (#14330)
Sergey Andreenko
1
-10
/
+5
2017-09-27
Merge pull request #14192 from sdmaclea/PR-ARM64-JCMP
Brian Sullivan
1
-0
/
+1
2017-09-27
JIT: devirtualization support for EqualityComparer<T>.Default (#14125)
Andy Ayers
1
-8
/
+99
2017-09-26
[Arm64] Add GT_JCMP node
Steve MacLean
1
-0
/
+1
2017-09-22
Added IntegralValue() method
Roman Artemev
1
-12
/
+3
2017-09-21
Fixed formating
Roman Artemev
1
-2
/
+3
2017-09-21
Handle long value in MergedReturns optimization
Roman Artemev
1
-11
/
+11
2017-09-21
Fixed return constant value cache on 32 bit VMs
Roman Artemev
1
-0
/
+8
2017-09-13
Merge pull request #13903 from JosephTremoulet/PlaceReturns
Joseph Tremoulet
1
-4
/
+76
2017-09-12
Remove redundant zero-initialization of struct temps with GC fields. (#13868)
Eugene Rozenfeld
1
-8
/
+11
2017-09-11
Improve const return block placement
Joseph Tremoulet
1
-4
/
+76
2017-09-06
Segregate merged returns by constant value (#13792)
Joseph Tremoulet
1
-241
/
+501
2017-09-05
JIT: allow inlines of methods with calli (#13756)
Andy Ayers
1
-11
/
+33
2017-08-31
Enable checking of GTF_EXCEPT and GTF_ASG flags. (#13668)
Eugene Rozenfeld
1
-66
/
+116
2017-08-30
Revert commit bec6ac10f3968a8f699aad6233657ac59df37a73.
Pat Gavlin
1
-0
/
+7
2017-08-30
Revert "Merge pull request #13245 from pgavlin/NoExpandIndex" (#13682)
Jan Kotas
1
-7
/
+0
2017-08-25
Do not devirtualize indirect calls (#13561)
Michal Strehovský
1
-2
/
+2
2017-08-25
Merge pull request #13245 from pgavlin/NoExpandIndex
Pat Gavlin
1
-0
/
+7
2017-08-23
JIT: refine types when creating arg temps to improve devirtualization (#13530)
Andy Ayers
1
-7
/
+4
2017-08-21
Use a smaller expansion of `GT_INDEX` in MinOpts.
Pat Gavlin
1
-0
/
+7
2017-08-17
Fix legacy backend crash
Roman Artemev
1
-1
/
+8
2017-08-16
Move Containment Analysis to Lowering
Carol Eidt
1
-0
/
+11
2017-08-15
Dump basic block ids instead of pointers
Mike Danes
1
-26
/
+20
2017-08-02
JIT: refactor logic for removing box upstream side effects (#13169)
Andy Ayers
1
-3
/
+8
2017-07-29
Fix bug converting BBJ_CALLFINALLY block to BBJ_THROW on ARM32 (#13094)
Bruce Forstall
1
-1
/
+37
2017-07-25
Set `BBF_RUN_RARELY` for a scratch first BB if called count is 0.
Pat Gavlin
1
-0
/
+4
2017-07-24
Fix `fgOrderBlockOps`.
Pat Gavlin
1
-4
/
+12
2017-07-11
Delete bitset iterators defines (#12642)
Sergey Andreenko
1
-7
/
+10
[next]