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
/
rangecheck.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-20
Added methods VNLiberalNormalValue and VNConservativeNormalValue
Brian Sullivan
1
-7
/
+7
2018-09-19
Changes to use VNNormalValue in assertionProp
Brian Sullivan
1
-15
/
+14
2018-08-25
Remove some GT_ASG_op leftovers (#18205)
mikedn
1
-56
/
+12
2018-08-22
define FMT_BB as "BB%02u" and use it uniformly in the codebase
Brian Sullivan
1
-7
/
+7
2018-08-21
Define FMT_VN as "$%x" and use it uniformly in the codebase
Brian Sullivan
1
-5
/
+5
2018-06-30
Pass CompAllocator by value (#15025)
mikedn
1
-8
/
+8
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-33
/
+0
2018-02-27
Minimal Fix for the incorrect rangecheck elimination issue reported by Mike D...
Brian Sullivan
1
-8
/
+20
2018-02-26
Update the table-driven framework to support x86 imm-intrinsics.
Fei Peng
1
-1
/
+5
2018-02-08
Merge pull request #15595 from mikedn/rc-binop
Brian Sullivan
1
-25
/
+6
2018-01-31
Delete GenTreePtr. (#16027)
Sergey Andreenko
1
-19
/
+19
2017-12-22
Remove useless RangeCheck::Limit::keArray
Mike Danes
1
-25
/
+6
2017-11-09
Change RangeCheck to use the available SSA data
Mike Danes
1
-23
/
+62
2017-11-06
RangeCheck cleanup
Mike Danes
1
-183
/
+141
2017-10-19
Fix Desktop build break - warning for unreachable code
Brian Sullivan
1
-3
/
+3
2017-10-18
Ifdef out legacy uses of GT_ASG_op (#14384)
mikedn
1
-4
/
+19
2017-08-31
Enable checking of GTF_EXCEPT and GTF_ASG flags. (#13668)
Eugene Rozenfeld
1
-2
/
+2
2017-07-29
Remove unnecessary allocations from RangeCheck
Mike Danes
1
-35
/
+10
2017-07-07
Dump tree IDs instead of pointers in RangeCheck
Mike Danes
1
-10
/
+12
2017-07-03
create GetAssertionIndex to convert from unsigned to AssertionIndex (#12554)
Sergey Andreenko
1
-4
/
+4
2017-05-26
Fix BitSetUint64, clean and improve the surrounding code. (#11721)
Sergey Andreenko
1
-1
/
+1
2017-05-19
Merge pull request #11521 from JosephTremoulet/SpanAssert
Joseph Tremoulet
1
-65
/
+59
2017-05-19
Improve BitVecOps<>::Iter::NextElem (#11696)
Bruce Forstall
1
-1
/
+1
2017-05-11
Propagate assertions for more checked bounds
Joseph Tremoulet
1
-65
/
+59
2017-03-20
Refactor GenTree assertion information storage
Mike Danes
1
-3
/
+3
2017-02-28
Guard a use of a possibly-uninitialized BitSet.
Pat Gavlin
1
-4
/
+7
2016-11-01
Handle simd checks in OptimizeRangeCheck
Joseph Tremoulet
1
-1
/
+4
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-182
/
+182
2016-07-29
Massage code for clang-format
Michelle McDaniel
1
-2
/
+2
2016-05-09
Don't print pointers to the JitDump; output the assertion bitvector as a string.
Bruce Forstall
1
-2
/
+2
2016-01-27
Update license headers
dotnet-bot
1
-4
/
+3
2015-12-11
Port of all JIT changes for .NET Framework 4.6.1 changes
Brian Sullivan
1
-34
/
+101
2015-04-28
Removed the -Wno-switch compiler option for the Clang builds on Linux
Brian Sullivan
1
-3
/
+19
2015-04-07
Merge changes from parent branch
dotnet-bot
1
-6
/
+18
2015-03-26
Fix warnings in the jitter code
Jan Vorlicek
1
-5
/
+5
2015-03-17
Merge changes from parent branch
dotnet-bot
1
-98
/
+186
2015-02-25
FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**
dotnet-bot
1
-1
/
+6
2015-01-30
Initial commit to populate CoreCLR repo
dotnet-bot
1
-0
/
+1201