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
2018-07-20
JIT: handle implicit local var references via local var attribute bit (#19012)
Andy Ayers
1
-2
/
+7
2018-07-18
JIT: force all local var ref counts to be accessed via API (#18979)
Andy Ayers
1
-4
/
+4
2018-06-30
Remove unused Compiler members
Mike Danes
1
-3
/
+0
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-716
/
+31
2018-04-11
Mutate the global heap valuenumber for any HW intrinsic that performs a memor...
Brian Sullivan
1
-0
/
+21
2018-03-15
Merge pull request #16813 from CarolEidt/FixDD544983
Carol Eidt
1
-2
/
+5
2018-03-14
Mark operands of dead FIELD_LIST as unused
Carol Eidt
1
-2
/
+5
2018-03-08
[RyuJit] Fix DCE in liveness. (#16845)
Sergey Andreenko
1
-5
/
+14
2018-02-26
Update the table-driven framework to support x86 imm-intrinsics.
Fei Peng
1
-0
/
+3
2018-02-16
delete liveness workarond. (#16416)
Sergey Andreenko
1
-53
/
+1
2018-01-31
Delete GenTreePtr. (#16027)
Sergey Andreenko
1
-25
/
+25
2018-01-28
Adding support for the SSE Store, StoreAligned, StoreAlignedNonTemporal, Stor...
Tanner Gooding
1
-0
/
+3
2017-11-30
Fixed DCE of call nodes (#15192)
Roman Artemev
1
-1
/
+53
2017-10-24
delete unused local variables from jit sources (#14679)
Sergey Andreenko
1
-1
/
+0
2017-10-18
Ifdef out legacy uses of GT_ASG_op (#14384)
mikedn
1
-1
/
+4
2017-09-27
Merge pull request #14192 from sdmaclea/PR-ARM64-JCMP
Brian Sullivan
1
-0
/
+1
2017-09-26
Fix for a special CoreRT helper CORINFO_HELP_JIT_PINVOKE_BEGIN (#14147)
Sergey Andreenko
1
-2
/
+0
2017-09-26
[Arm64] Add GT_JCMP node
Steve MacLean
1
-0
/
+1
2017-09-06
Do not remove NOPs used by calls.
Pat Gavlin
1
-2
/
+16
2017-08-31
Enable checking of GTF_EXCEPT and GTF_ASG flags. (#13668)
Eugene Rozenfeld
1
-1
/
+2
2017-08-18
Improve DCE in liveness.
Pat Gavlin
1
-121
/
+278
2017-08-17
Split fgComputeLifeLocal's subcases into separate functions.
Pat Gavlin
1
-162
/
+163
2017-08-16
Move Containment Analysis to Lowering
Carol Eidt
1
-1
/
+8
2017-07-18
Add helpers to set, clear, and check IsUnusedValue.
Pat Gavlin
1
-1
/
+1
2017-07-17
Merge pull request #12838 from pgavlin/PInvokeKills
Pat Gavlin
1
-3
/
+5
2017-07-14
Do not mark GC vars live across an unmanged call as DNER in liveness for RyuJIT.
Pat Gavlin
1
-3
/
+5
2017-07-14
Update header comments.
Pat Gavlin
1
-10
/
+36
2017-07-14
Add an overload of `fgMarkIntf` that takes a var index.
Pat Gavlin
1
-11
/
+54
2017-07-11
Delete bitset iterators defines (#12642)
Sergey Andreenko
1
-3
/
+6
2017-07-11
Remove `GTF_VAR_USEDEF`.
Pat Gavlin
1
-1
/
+1
2017-07-10
Merge pull request #12674 from CarolEidt/LowerStoreLoc
Carol Eidt
1
-2
/
+8
2017-07-10
Speed up fgLocalVarLiveness in minopts. (#12665)
Pat Gavlin
1
-8
/
+15
2017-07-07
Move StoreLoc type widening to Lowering
Carol Eidt
1
-2
/
+8
2017-07-03
Fix a bug in LIR dead store removal.
Pat Gavlin
1
-1
/
+1
2017-06-29
Replace some uses of the operand iterator with the operand visitor.
Pat Gavlin
1
-3
/
+3
2017-06-24
Maintain `LIR::IsUnusedValue` in the backend.
Pat Gavlin
1
-0
/
+5
2017-06-07
Convert some very common noway_assert to simple assert
Bruce Forstall
1
-2
/
+2
2017-05-26
Fix BitSetUint64, clean and improve the surrounding code. (#11721)
Sergey Andreenko
1
-67
/
+54
2017-05-19
Improve BitVecOps<>::Iter::NextElem (#11696)
Bruce Forstall
1
-3
/
+3
2017-04-27
Fix lsra memory consumption (#11233)
Sergey Andreenko
1
-0
/
+3
2017-04-20
Use C++ ranged 'for' for AllSuccessorIter use
Bruce Forstall
1
-4
/
+2
2017-03-25
Some BitVecOps improvements (#10437)
mikedn
1
-12
/
+6
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
[next]