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
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-23
Merge pull request #17135 from CarolEidt/DevDiv544985
Carol Eidt
2
-0
/
+221
2018-03-22
ARM: correctly unassign constant double
Carol Eidt
2
-0
/
+221
2018-03-22
fix Set tests on 32-bit platforms
Fei Peng
2
-45
/
+51
2018-03-22
Implement SetAllVector256
Fei Peng
3
-0
/
+306
2018-03-22
Implement AVX SetVector256
Fei Peng
3
-0
/
+323
2018-03-22
Add more tests for AVX Insert/Extract intrinsics
Fei Peng
20
-4
/
+5108
2018-03-21
Add More Process Information to EventPipe Traces (#17080)
Brian Robbins
1
-0
/
+5
2018-03-21
Fixed #16564: the test objmonhelper hangs forever with GCStress=0x3
Sergey Ignatov
1
-1
/
+2
2018-03-20
Merge pull request #16955 from fiigii/moreavx
Carol Eidt
65
-0
/
+12888
2018-03-20
JIT: remove boxing for interface call to shared generic struct (#17006)
Andy Ayers
4
-0
/
+122
2018-03-20
Add tests for AVX/AVX2 intrinsics
Fei
65
-0
/
+12888
2018-03-19
JIT: tolerate nonzero constant byrefs in impCheckForNullPointer (#17042)
Andy Ayers
1
-1
/
+0
2018-03-19
Fixing the x86 ScalarUnOpTest template to no longer write out of bounds
Tanner Gooding
12
-770
/
+279
2018-03-19
Regenerating the x86 HWIntrinsic tests to track each vector size separately
Tanner Gooding
703
-7710
/
+7714
2018-03-19
Updating the x86 HWIntrinsic templates to track each vector size separately
Tanner Gooding
20
-863
/
+863
2018-03-19
Updating the x86 HWIntrinsic DataTable types to assert the alignment returned...
Tanner Gooding
10
-10
/
+70
2018-03-19
Regenerating the x86 HWIntrinsics tests to no longer have a GC hole
Tanner Gooding
703
-1088
/
+1088
2018-03-19
Fixing the x86 HWIntrinsic test templates to not leave a GC hole
Tanner Gooding
19
-29
/
+29
2018-03-19
Fix eventpipe rundown test with crossgen (#16784)
Victor "Nate" Graf
1
-7
/
+8
2018-03-16
[Arm64] Disable broken tests dependent on #16310
Steve MacLean
1
-0
/
+4
2018-03-16
[Arm64] Enable HW Intrinsic Simd tests
Steve MacLean
1
-68
/
+0
2018-03-16
Fix test for GC.GetAllocatedBytesForCurrentThread to be more lenient with the...
Sung Yoon Whang
1
-1
/
+1
2018-03-16
Add tests for AVX Insert/Extract helper-intrinsics
Fei Peng
36
-0
/
+10208
2018-03-16
Add tests for AVX Insert/ExtractVector128
Fei Peng
47
-0
/
+13268
2018-03-16
Add tests and templates for AVX2 Insert/Extract
Fei Peng
40
-2
/
+11731
2018-03-16
Add AllReady scenario to JitBench (#16905)
Adam Sitnik
2
-42
/
+64
2018-03-15
Convert Sse2 tests to template driven version - part 1
Jacek Blaszczynski
62
-1858
/
+8200
2018-03-15
Fix to not reuse preallocated jump stubs for dynamic methods (#16941)
Koundinya Veluri
1
-3
/
+25
2018-03-15
Merge pull request #16813 from CarolEidt/FixDD544983
Carol Eidt
2
-0
/
+174
2018-03-14
Merge pull request #16928 from briansull/fix-16892
Brian Sullivan
2
-0
/
+145
2018-03-14
Add EventSource TraceLogging Support for EventPipe (#16861)
Brian Robbins
4
-0
/
+321
2018-03-14
Mark operands of dead FIELD_LIST as unused
Carol Eidt
2
-0
/
+174
2018-03-14
Fix GH Issue 16892 - GC hole due to GT_INDEX_ADDR
Brian Sullivan
2
-0
/
+145
2018-03-14
Merge pull request #16832 from dotnetrt/StoreNonTemporal
Carol Eidt
3
-0
/
+239
2018-03-14
Merge pull request #16797 from dotnetrt/SetAllVector128_Managed
Carol Eidt
4
-3
/
+396
2018-03-14
Merge pull request #16853 from dotnetrt/CnvertScInt64
Carol Eidt
2
-2
/
+12
2018-03-14
Mark GenericContext test as incompatible with GCStress (#16918)
Andon Andonov
1
-0
/
+3
2018-03-14
Convert implementation of SetAllVector128 SSE HW intrinsic to managed
Jacek Blaszczynski
1
-2
/
+2
2018-03-14
Add SSE2 SetAllVector128 helper HW intrinsic tests
Jacek Blaszczynski
4
-3
/
+396
2018-03-13
Revert "Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#1679...
Jan Kotas
2
-0
/
+68
2018-03-13
Add SSE2 StoreNonTemporal HW intrinsic tests
Jacek Blaszczynski
3
-0
/
+239
2018-03-13
Merge pull request #16872 from fiigii/avxpermute
Carol Eidt
11
-1
/
+2288
2018-03-13
Fix shuffling thunk for Unix AMD64 (#16904)
Jan Vorlicek
2
-0
/
+424
2018-03-13
Merge pull request #16822 from sdmaclea/PR-ARM64-BASE-INTRINSICS
Carol Eidt
2
-0
/
+217
2018-03-12
Implement AVX Shuffle and Permute intrinsics
Fei
11
-1
/
+2288
2018-03-10
Add SSE2 SetVector128 HW intrinsic tests
Jacek Blaszczynski
4
-1
/
+388
2018-03-10
[Arm64] Add Base HW intrinsic tests
Steve MacLean
2
-0
/
+217
2018-03-10
Adding tests for the Extend, GetLowerHalf, and StaticCast intrinsics
Tanner Gooding
24
-0
/
+6260
2018-03-09
When value numbering an assignment we may need to insert an implicit cast ope...
Brian Sullivan
2
-0
/
+74
2018-03-09
Fix ConvertScalarToVector128(U)Int64 codegen and improve tests
Jacek Blaszczynski
2
-2
/
+12
[next]