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.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-17
Inliner: updates to RandomPolicy (#8128)
Andy Ayers
1
-7
/
+35
2016-11-13
Inliner: ensure all statements have an inline context (#8064)
Andy Ayers
1
-25
/
+12
2016-11-11
Inliner: updates to random inlining (#8088)
Andy Ayers
1
-0
/
+42
2016-10-31
Merge pull request #7852 from AndyAyersMS/InlinerSmallFixes
Andy Ayers
1
-3
/
+10
2016-10-27
Introduce new CORJIT_FLAGS type
Bruce Forstall
1
-2
/
+2
2016-10-27
Inliner: Fix LegacyPolicyAssert; Dump prejit noinline reasons
Andy Ayers
1
-3
/
+10
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-218
/
+178
2016-08-04
Inliner: gather summary stats and dump to Jit CSV log
Andy Ayers
1
-9
/
+88
2016-07-12
Inliner: Update data collection by targeting a single inline
Andy Ayers
1
-2
/
+17
2016-05-25
Inliner: enable minimal xml mode
Andy Ayers
1
-0
/
+8
2016-05-25
Inliner: use offset in xml replay
Andy Ayers
1
-7
/
+29
2016-05-24
Inliner: integrate data into inline Xml
Andy Ayers
1
-22
/
+101
2016-05-20
Inliner: locks for xml read/write access
Andy Ayers
1
-1
/
+10
2016-05-19
Merge pull request #5067 from AndyAyersMS/CalleeHashInXml
Andy Ayers
1
-5
/
+39
2016-05-18
Inliner: small changes to inline xml
Andy Ayers
1
-5
/
+39
2016-05-13
Merge pull request #4942 from pgavlin/gh4832
Pat Gavlin
1
-2
/
+2
2016-05-12
Inliner: introduce ReplayPolicy
Andy Ayers
1
-20
/
+29
2016-05-12
Use a JIT-specific stdout `FILE*`.
Pat Gavlin
1
-2
/
+2
2016-04-29
Implement JitNoInlineRange
Andy Ayers
1
-4
/
+49
2016-04-27
Inliner: implement FullPolicy
Andy Ayers
1
-9
/
+28
2016-04-26
Update inline xml so it's deserializable
Andy Ayers
1
-18
/
+53
2016-04-22
Inliner: enable xml format dump for inlines
Andy Ayers
1
-83
/
+207
2016-04-20
Inliner: restore ability to dump jit time, plus some cleanup
Andy Ayers
1
-2
/
+29
2016-04-20
Inliner: estimate overall code size impact
Andy Ayers
1
-12
/
+75
2016-04-15
Inliner: use time budget to avoid excessive inlining
Andy Ayers
1
-6
/
+67
2016-04-14
Inliner: introducing InlineStrategy
Andy Ayers
1
-162
/
+433
2016-03-24
Inliner: collect jit time data
Andy Ayers
1
-12
/
+43
2016-03-21
Inliner: initial data gathering for code size estimates
Andy Ayers
1
-3
/
+64
2016-03-16
Inliner: create DiscretionaryPolicy
Andy Ayers
1
-1
/
+0
2016-03-16
Use root compiler instance for inline result and policy
Andy Ayers
1
-12
/
+19
2016-03-09
Fix various naming convention issues in inliner code
Andy Ayers
1
-120
/
+119
2016-03-07
Inline refactoring: revise candidacy determination
Andy Ayers
1
-3
/
+5
2016-03-04
Inline refactoring: convert hints into observations
Andy Ayers
1
-1
/
+1
2016-02-29
Inliner refactoring: allow repeated bad observations
Andy Ayers
1
-4
/
+4
2016-02-25
Inline Refactoring: set up policy for bad inlinees
Andy Ayers
1
-180
/
+41
2016-02-23
InlineRefactoring: introducing InlinePolicy
Andy Ayers
1
-10
/
+354
2016-02-19
InlineRefactoring: start to capture failures in the inline tree
Andy Ayers
1
-20
/
+147
2016-02-18
InlineRefactor: rename inlExpLst to InlineContext
Andy Ayers
1
-2
/
+79
2016-02-18
Inline refactoring: capture failing observation for non-candidates
Andy Ayers
1
-5
/
+78
2016-02-18
Inline refactoring: add candidate observations
Andy Ayers
1
-3
/
+3
2016-02-17
Inline refactoring: header cleanup and some renaming
Andy Ayers
1
-3
/
+48
2016-02-16
Inline refactoring: start untangling observation and policy
Andy Ayers
1
-0
/
+154