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
/
block.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-22
Fix ArrayStack's call to default constructor for <T>. (#21624)
Sergey Andreenko
1
-10
/
+0
2018-10-18
[RyuJIT] Delete dead code (#20411)
mikedn
1
-8
/
+0
2018-08-22
define FMT_BB as "BB%02u" and use it uniformly in the codebase
Brian Sullivan
1
-0
/
+4
2018-05-24
Improve SSA topological sort (#15200)
mikedn
1
-126
/
+176
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-24
/
+0
2017-11-15
Improve SSA dominator computation memory usage (#14965)
mikedn
1
-0
/
+6
2017-10-15
Copy ExpandArray and SimplerHashTable to JIT's sources
Mike Danes
1
-5
/
+5
2017-08-15
Dump basic block ids instead of pointers
Mike Danes
1
-1
/
+3
2017-06-09
delete DECLARE_TYPED_ENUM (#12177)
Sergey Andreenko
1
-3
/
+2
2017-05-26
Fix BitSetUint64, clean and improve the surrounding code. (#11721)
Sergey Andreenko
1
-2
/
+1
2017-04-24
Split NumSucc/GetSucc into two versions
Bruce Forstall
1
-15
/
+24
2017-04-19
Refactoring: move some BasicBlock functions to block.cpp
Bruce Forstall
1
-2
/
+0
2017-04-14
Small clean up of stackEntry (#10820)
Sergey Andreenko
1
-4
/
+3
2017-04-12
Remove unused function in BasicBlock
Hyung-Kyu Choi
1
-1
/
+0
2017-04-06
Merge pull request #10752 from BruceForstall/FixBBFformatting
Bruce Forstall
1
-70
/
+84
2017-04-05
replace the linear time algorithm from lclvars with the constant one. (#10401)
Sergey Andreenko
1
-13
/
+13
2017-04-05
Clean up block.h formatting
Bruce Forstall
1
-70
/
+84
2017-03-22
Change setBBProfileWeight so that we no longer multiply the profile count by 100
Brian Sullivan
1
-2
/
+1
2017-03-17
Updates for the handling of Profile data in the JIT
Brian Sullivan
1
-3
/
+6
2017-03-17
Refactor the flag test of BBF_PROF_WEIGHT
Brian Sullivan
1
-12
/
+19
2017-03-04
Remove unused bbAssertionKill (#9957)
mikedn
1
-6
/
+0
2017-02-08
Define `MemoryKind::ByrefExposed`
Joseph Tremoulet
1
-3
/
+5
2017-02-08
Introduce `MemoryKind` abstraction
Joseph Tremoulet
1
-21
/
+102
2017-01-20
Fix incorrect comment
Joseph Tremoulet
1
-2
/
+2
2017-01-11
Merge pull request #8551 from AndyAyersMS/FinallyCloning
Andy Ayers
1
-6
/
+9
2017-01-10
JIT: Finally Optimizations
Andy Ayers
1
-6
/
+9
2017-01-10
Simplify HeapPhiArg
Joseph Tremoulet
1
-21
/
+3
2017-01-05
Remove `BasicBlock::bbVarTmp`.
Pat Gavlin
1
-1
/
+0
2016-12-17
Widen basic block flag field to 64 bits
Andy Ayers
1
-2
/
+2
2016-11-04
Merge pull request #7996 from JosephTremoulet/OptRepeat
Joseph Tremoulet
1
-0
/
+4
2016-11-04
Add unroller support to CloneBlockState
Joseph Tremoulet
1
-3
/
+5
2016-11-04
Add JitOptRepeat debug config flags
Joseph Tremoulet
1
-0
/
+4
2016-10-14
Add code to switch to bitvec datastructure in cse optimization.
Russell C. Hadley
1
-5
/
+1
2016-10-14
Remove DEBUGGING_SUPPORT #ifdef (#7611)
Bruce Forstall
1
-2
/
+0
2016-08-19
Implement the proposed design for RyuJIT's LIR. (#6689)
Pat Gavlin
1
-14
/
+42
2016-08-16
Record expr location for opqaue value numbers
Joseph Tremoulet
1
-4
/
+5
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-409
/
+463
2016-08-10
Propagate known array lengths to more places
Joseph Tremoulet
1
-3
/
+3
2016-08-05
Null check folding.
Eugene Rozenfeld
1
-0
/
+1
2016-07-29
Massage code for clang-format
Michelle McDaniel
1
-31
/
+39
2016-07-20
Fix bug: inlinee did not copy inlinee bbFlags to caller bbFlags.
Egor Chesakov
1
-3
/
+3
2016-06-09
Remove JIT_FEATURE_SSA_SKIP_DEFS.
Pat Gavlin
1
-6
/
+0
2016-05-04
ARM64: Enable Tail Call with Vararg
Kyungwoo Lee
1
-2
/
+0
2016-04-06
Add JIT and GC info SimplerHashTable behaviors.
Pat Gavlin
1
-3
/
+3
2016-03-25
Fix for stack overflow in CFG/DOM analysis GH#3600
Chris McKinsey
1
-0
/
+44
2016-02-18
InlineRefactor: rename inlExpLst to InlineContext
Andy Ayers
1
-31
/
+0
2016-01-27
Update license headers
dotnet-bot
1
-4
/
+3
2016-01-15
VSO 178902 - Jit can incorrectly make a method partially interruptible when i...
Brian Sullivan
1
-1
/
+4
2016-01-07
Initial version of the inline tree
Andy Ayers
1
-2
/
+16
2015-12-11
Port of all JIT changes for .NET Framework 4.6.1 changes
Brian Sullivan
1
-10
/
+20
[next]