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
/
liveness.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-08
Define `MemoryKind::ByrefExposed`
Joseph Tremoulet
1
-44
/
+101
2017-02-08
Introduce `MemoryKind` abstraction
Joseph Tremoulet
1
-67
/
+80
2017-01-20
Fix incorrect comment
Joseph Tremoulet
1
-2
/
+2
2017-01-18
Fix inter-block heap-live-in calculation
Joseph Tremoulet
1
-1
/
+3
2017-01-11
Remove bogus fgCurHeapDef guard
Joseph Tremoulet
1
-4
/
+1
2017-01-10
Format code.
Pat Gavlin
1
-2
/
+5
2017-01-10
Do not rerun LVA if only live-out has changed.
Pat Gavlin
1
-16
/
+17
2017-01-09
Merge pull request #8856 from pgavlin/LVAThroughput
Pat Gavlin
1
-125
/
+156
2017-01-09
Format code and improve a function name.
Pat Gavlin
1
-9
/
+19
2017-01-09
Fix some comments.
Pat Gavlin
1
-3
/
+3
2017-01-09
Encapsulate live var analysis in its own class.
Pat Gavlin
1
-125
/
+146
2017-01-06
Simplify lclNum fetching and a few assertions.
Pat Gavlin
1
-11
/
+4
2017-01-06
Remove the `asgdLclVar` analysis from liveness.
Pat Gavlin
1
-175
/
+25
2016-12-30
Fix heap live-in calculation
Joseph Tremoulet
1
-9
/
+3
2016-11-18
Reinstate the struct optimization changes:
Carol Eidt
1
-1
/
+0
2016-10-31
Fix VSO 279380.
Pat Gavlin
1
-2
/
+2
2016-10-14
Remove DEBUGGING_SUPPORT #ifdef (#7611)
Bruce Forstall
1
-20
/
+1
2016-09-22
Merge pull request #7294 from pgavlin/longLclFld
Pat Gavlin
1
-1
/
+1
2016-09-21
Implement `st.lclFld` decomposition and fix #6778.
Pat Gavlin
1
-1
/
+1
2016-09-21
Reformat jit code for Windows x64
Michelle McDaniel
1
-2
/
+3
2016-09-15
Option for reporting GenTree operator bashing stats (#7152)
Peter Kukol
1
-2
/
+2
2016-09-01
1st Class Struct Block Assignments
Carol Eidt
1
-16
/
+27
2016-08-31
Do not run local var liveness before rationalize.
Pat Gavlin
1
-20
/
+35
2016-08-19
Implement the proposed design for RyuJIT's LIR. (#6689)
Pat Gavlin
1
-275
/
+409
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-484
/
+498
2016-08-03
Fix for issue 5954 - Assert 'fieldSeq != FieldSeqStore::NotAField()'
Brian Sullivan
1
-1
/
+1
2016-08-01
Add function headers for new liveness methods.
Pat Gavlin
1
-0
/
+27
2016-08-01
Initialize `doAgain`.
Pat Gavlin
1
-2
/
+2
2016-08-01
Refactor fgComputeLife.
Pat Gavlin
1
-287
/
+369
2016-07-29
Massage code for clang-format
Michelle McDaniel
1
-8
/
+12
2016-06-09
Remove JIT_FEATURE_SSA_SKIP_DEFS.
Pat Gavlin
1
-15
/
+0
2016-05-14
Remove unneeded INLINE_NDIRECT and INLINE_PINVOKE #ifdefs (#4977)
Bruce Forstall
1
-11
/
+0
2016-04-27
Separate TryDsc and ExnFlowDsc
Joseph Tremoulet
1
-12
/
+14
2016-04-18
Stanardize on `DEBUGARG` in the JIT.
Pat Gavlin
1
-3
/
+3
2016-03-25
1stClassStructs: Replace GT_LDOBJ with GT_OBJ
Carol Eidt
1
-3
/
+3
2016-02-05
Fix a few more binary exprs for the CC.
Pat Gavlin
1
-4
/
+4
2016-02-05
Generate P/Invoke transitions for CoreRT.
Pat Gavlin
1
-50
/
+65
2016-01-27
Update license headers
dotnet-bot
1
-4
/
+3
2016-01-26
Fix a bug in fgExtendDbgLifetimes for testing lvArgReg instead of
Lubomir Litchev
1
-4
/
+4
2016-01-14
Fix the frankenjit test execution failures
Brian Sullivan
1
-1
/
+12
2016-01-12
Cleanup code in fgPerStatementLiveness and fgPerBlockLocalVarLiveness
Brian Sullivan
1
-175
/
+30
2016-01-08
Fix Issure 2286 - RyuJIT needs to honor volitile reads/writes and avoid makin...
Brian Sullivan
1
-1
/
+29
2015-12-11
Port of all JIT changes for .NET Framework 4.6.1 changes
Brian Sullivan
1
-88
/
+122
2015-02-25
FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**
dotnet-bot
1
-28
/
+59
2015-01-30
Initial commit to populate CoreCLR repo
dotnet-bot
1
-0
/
+2897