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
/
inline.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-06
Guarded devirtualization foundations (#21270)
Andy Ayers
1
-7
/
+27
2018-10-29
JIT: streamline temp usage for returns (#20640)
Andy Ayers
1
-0
/
+1
2018-10-12
JIT: add some devirtualization info to the inline context (#20395)
Andy Ayers
1
-11
/
+23
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-5
/
+0
2018-01-31
Delete GenTreePtr. (#16027)
Sergey Andreenko
1
-16
/
+16
2018-01-08
JIT: improve return types in cases with spill temps (#15766)
Andy Ayers
1
-1
/
+3
2018-01-05
JIT: fix issue with inline observations (#15713)
Andy Ayers
1
-0
/
+14
2017-11-14
JIT: look through GT_RET_EXPR when forming inline candidates
Andy Ayers
1
-0
/
+1
2017-11-08
JIT: make suitably optimistic prejit inline assessments (#14850)
Andy Ayers
1
-21
/
+30
2017-11-02
JIT: Merge legacy inlining policies (#14815)
Andy Ayers
1
-8
/
+0
2017-03-29
JIT: improve types for single def locals and temps (#10471)
Andy Ayers
1
-19
/
+20
2017-02-23
JIT: keep ref count for runtime generic context lookups
Andy Ayers
1
-1
/
+3
2017-02-14
JIT: null out inline gc type locals after inline body
Andy Ayers
1
-1
/
+8
2016-11-13
Inliner: ensure all statements have an inline context (#8064)
Andy Ayers
1
-2
/
+2
2016-11-11
Inliner: updates to random inlining (#8088)
Andy Ayers
1
-1
/
+5
2016-11-09
Inliner: support inlining of methods with pinned locals
Andy Ayers
1
-0
/
+2
2016-10-27
Introduce new CORJIT_FLAGS type
Bruce Forstall
1
-5
/
+0
2016-08-12
Reformat the JIT sources.
Pat Gavlin
1
-123
/
+123
2016-08-12
Revert #6686.
Pat Gavlin
1
-127
/
+127
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-127
/
+127
2016-08-05
Merge pull request #6609 from AndyAyersMS/InlineSummaryData
Andy Ayers
1
-3
/
+40
2016-08-04
Merge pull request #6103 from mikedn/nothrowinl
Andy Ayers
1
-1
/
+1
2016-08-04
Allow inlining when inlinee has `starg`
Joseph Tremoulet
1
-0
/
+1
2016-08-04
Inliner: gather summary stats and dump to Jit CSV log
Andy Ayers
1
-3
/
+40
2016-08-04
Do not inline methods that never return
Mike Danes
1
-1
/
+1
2016-07-19
Inliner: improve arg observations
Andy Ayers
1
-0
/
+8
2016-07-12
Inliner: Update data collection by targeting a single inline
Andy Ayers
1
-0
/
+12
2016-05-25
Inliner: use offset in xml replay
Andy Ayers
1
-2
/
+12
2016-05-24
Inliner: integrate data into inline Xml
Andy Ayers
1
-0
/
+12
2016-05-20
Inliner: locks for xml read/write access
Andy Ayers
1
-2
/
+19
2016-05-12
Inliner: introduce ReplayPolicy
Andy Ayers
1
-5
/
+25
2016-05-03
Inliner: initial version of SizePolicy
Andy Ayers
1
-5
/
+17
2016-04-29
Implement JitNoInlineRange
Andy Ayers
1
-0
/
+3
2016-04-27
Inliner: implement FullPolicy
Andy Ayers
1
-3
/
+11
2016-04-26
Update inline xml so it's deserializable
Andy Ayers
1
-0
/
+2
2016-04-22
Inliner: enable xml format dump for inlines
Andy Ayers
1
-2
/
+8
2016-04-20
Inliner: restore ability to dump jit time, plus some cleanup
Andy Ayers
1
-2
/
+18
2016-04-20
Inliner: estimate overall code size impact
Andy Ayers
1
-15
/
+30
2016-04-15
Inliner: use time budget to avoid excessive inlining
Andy Ayers
1
-0
/
+8
2016-04-14
Inliner: introducing InlineStrategy
Andy Ayers
1
-29
/
+117
2016-03-24
Inliner: collect jit time data
Andy Ayers
1
-8
/
+12
2016-03-21
Inliner: initial data gathering for code size estimates
Andy Ayers
1
-3
/
+18
2016-03-16
Inliner: create DiscretionaryPolicy
Andy Ayers
1
-7
/
+0
2016-03-16
Use root compiler instance for inline result and policy
Andy Ayers
1
-6
/
+6
2016-03-09
Inline refactoring: move profitability assessment to LegacyPolicy
Andy Ayers
1
-18
/
+14
2016-03-09
Fix various naming convention issues in inliner code
Andy Ayers
1
-103
/
+106
2016-03-09
Inline refactoring: move native callsite estimator
Andy Ayers
1
-7
/
+21
2016-03-07
Inline refactoring: move state machine into LegacyPolicy
Andy Ayers
1
-0
/
+14
2016-03-07
Inline refactoring: revise candidacy determination
Andy Ayers
1
-25
/
+19
2016-03-04
Inline refactoring: convert hints into observations
Andy Ayers
1
-25
/
+10
[next]