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
2019-02-13
Improving an assert in fgInsertInlineeBlocks
Andrew Au
1
-2
/
+1
2019-01-10
Merge pull request #21804 from briansull/fix-unbox-opt
Brian Sullivan
1
-1
/
+3
2019-01-09
jit format
Brian Sullivan
1
-2
/
+3
2019-01-09
When performing devirtualization we can not do both an unboxing optimization ...
Brian Sullivan
1
-1
/
+2
2019-01-08
check for valid IL offsets before computing block ILsize
Andy Ayers
1
-2
/
+8
2019-01-08
JIT: modify inline budget update to use estimated imported IL size
Andy Ayers
1
-0
/
+36
2019-01-04
JIT: encapsulate general checks for optimization
Andy Ayers
1
-5
/
+5
2018-12-22
Fix ArrayStack's call to default constructor for <T>. (#21624)
Sergey Andreenko
1
-3
/
+3
2018-12-12
Merge pull request #21304 from CarolEidt/NonObjSIMD
Carol Eidt
1
-1
/
+1
2018-12-10
Eliminate GenTreeRegVar and GT_REG_VAR and RegVar (#18317)
Julius R Friedman
1
-1
/
+1
2018-12-10
Don't require BLK nodes for SIMD
Carol Eidt
1
-1
/
+1
2018-12-06
JIT: move indirect call transformations to a new source file (#21414)
Andy Ayers
1
-831
/
+0
2018-12-06
Guarded devirtualization foundations (#21270)
Andy Ayers
1
-134
/
+572
2018-12-03
JIT: fix overly aggressive type propagation from returns (#21316)
Andy Ayers
1
-2
/
+6
2018-11-29
Track single def locals in importer (#21251)
Andy Ayers
1
-0
/
+56
2018-11-28
Merge pull request #21217 from AndyAyersMS/Fix21051
Andy Ayers
1
-1
/
+13
2018-11-27
JIT: retype some return expressions
Andy Ayers
1
-1
/
+13
2018-11-22
Narrow the assert in fgLateDevirtualization (#21163)
Michal Strehovský
1
-2
/
+2
2018-11-20
Fix for #21011: propagate GTF_DONT_CSE on comma returns
Eugene Rozenfeld
1
-1
/
+8
2018-10-29
JIT: streamline temp usage for returns (#20640)
Andy Ayers
1
-10
/
+25
2018-10-26
JIT: refactor how we do late devirtualization (#20553)
Andy Ayers
1
-75
/
+128
2018-10-25
JIT: emit debug info for locals for minopts/tier0 (#20466)
Andy Ayers
1
-0
/
+8
2018-10-12
JIT: add some devirtualization info to the inline context (#20395)
Andy Ayers
1
-3
/
+4
2018-10-04
Typos (#20271)
John Doe
1
-1
/
+1
2018-10-01
Stop updating gtRsvdRegs before LSRA (#20136)
mikedn
1
-5
/
+2
2018-09-20
JIT: Fix operand evaluation order for GT_INDEX_ADDR (#20047)
Andy Ayers
1
-3
/
+3
2018-09-14
Fixed typo ‘defualt’ (#19955)
Joseph Musser
1
-1
/
+1
2018-09-11
JIT: use bit vector for identifying jump targets (#19884)
Andy Ayers
1
-106
/
+49
2018-08-30
JIT: don't compute edge weights if not optimizing (#19736)
Andy Ayers
1
-74
/
+116
2018-08-29
Delete code that tracks stack level in morph. (#19703)
Sergey Andreenko
1
-56
/
+27
2018-08-25
Remove some GT_ASG_op leftovers (#18205)
mikedn
1
-4
/
+4
2018-08-22
define FMT_BB as "BB%02u" and use it uniformly in the codebase
Brian Sullivan
1
-136
/
+156
2018-08-21
Cleanup unnecessary casts in roundUp
Egor Chesakov
1
-1
/
+1
2018-08-20
Merge pull request #19334 from CarolEidt/Fix19243
Carol Eidt
1
-25
/
+13
2018-08-20
JIT: remove incremental ref count updates (#19345)
Andy Ayers
1
-55
/
+1
2018-08-20
Add comment
Carol Eidt
1
-0
/
+4
2018-08-09
Fix evaluation order for block copy
Carol Eidt
1
-25
/
+9
2018-07-31
JIT: fast path for minopts/debug codegen in lvaMarkRefs (#19103)
Andy Ayers
1
-1
/
+4
2018-07-23
JIT: some lclvars related cleanup (#19077)
Andy Ayers
1
-13
/
+1
2018-07-22
JIT: stateful local ref counts and weights (#19068)
Andy Ayers
1
-2
/
+2
2018-06-30
Remove unused Compiler members
Mike Danes
1
-4
/
+0
2018-06-30
Pass CompAllocator by value (#15025)
mikedn
1
-8
/
+8
2018-06-28
JIT: fix bug returning small structs on linux x64 (#18563)
Andy Ayers
1
-16
/
+96
2018-06-25
Cross-bitness in instance fields placement and CORINFO structs (#18366)
Egor Chesakov
1
-2
/
+2
2018-06-19
PInvoke calli support for CoreRT (#18534)
Jan Kotas
1
-0
/
+2
2018-06-12
JIT: finally cloning -- handle fall through out of try (#18416)
Andy Ayers
1
-5
/
+24
2018-06-08
Workaround for compiler.hpp (1848) - Assertion failed 'lvRefCnt' (#18292)
Sergey Andreenko
1
-16
/
+11
2018-06-07
JIT: Fix bug in finally cloning caused by unsound callfinally reordering (#18...
Andy Ayers
1
-17
/
+32
2018-06-03
Set GTF_RELOP_QMARK in gtNewQmarkNode
luqunl
1
-2
/
+0
2018-05-27
Typo (#18141)
John Doe
1
-1
/
+1
[next]