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
/
lir.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-11
Cleanup of Lowering & LsraInfo
Carol Eidt
1
-3
/
+10
2017-09-21
fix checkLclVarSemantics (#14053)
Sergey Andreenko
1
-38
/
+101
2017-09-15
[RyuJit] fix the inconsistency between setContained and isContained. (#13991)
Sergey Andreenko
1
-7
/
+3
2017-07-18
Add helpers to set, clear, and check IsUnusedValue.
Pat Gavlin
1
-5
/
+4
2017-06-29
Replace some uses of the operand iterator with the operand visitor.
Pat Gavlin
1
-10
/
+10
2017-06-26
Update a header comment.
Pat Gavlin
1
-0
/
+1
2017-06-24
Return early in `TryGetUse` for unused nodes.
Pat Gavlin
1
-1
/
+1
2017-06-24
Maintain `LIR::IsUnusedValue` in the backend.
Pat Gavlin
1
-1
/
+9
2017-06-07
Format code.
Pat Gavlin
1
-1
/
+1
2017-06-07
Address PR feedback.
Pat Gavlin
1
-10
/
+8
2017-06-07
Add lclVar semantic checks to CheckLIR.
Pat Gavlin
1
-0
/
+42
2017-05-19
Remove `GTF_REVERSE_OPS` from LIR. (#10698)
Pat Gavlin
1
-0
/
+5
2017-01-10
Fix handling of PutArgStk
Carol Eidt
1
-3
/
+7
2016-11-21
Address PR feedback.
Pat Gavlin
1
-3
/
+5
2016-09-21
Reformat jit code for Windows x64
Michelle McDaniel
1
-16
/
+14
2016-09-19
Fix a bug in LIR::Use::ReplaceWith.
Pat Gavlin
1
-0
/
+4
2016-09-15
Refactor call arg table updates.
Pat Gavlin
1
-5
/
+2
2016-09-14
Introduce GT_JCC.
Pat Gavlin
1
-1
/
+1
2016-08-31
Merge pull request #6552 from pgavlin/RemovePreRationalizeLiveness
Pat Gavlin
1
-4
/
+53
2016-08-31
Fix #6893. (#6932)
Pat Gavlin
1
-1
/
+0
2016-08-31
Do not run local var liveness before rationalize.
Pat Gavlin
1
-4
/
+53
2016-08-23
Stop maintaining cost estimates in the RyuJIT backend. (#6849)
Pat Gavlin
1
-2
/
+0
2016-08-19
Implement the proposed design for RyuJIT's LIR. (#6689)
Pat Gavlin
1
-0
/
+1594