summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-04[Arm64] Fix emitJumpDistBind typoSteve MacLean1-1/+1
2017-10-04[Arm64] Fix IF_LS_3D emitterSteve MacLean1-4/+20
2017-10-03Merge pull request dotnet/corert#4663 from dotnet/nmirrorJan Kotas7-3/+11
2017-10-03Merge pull request #14298 from stephentoub/stringconcat_charStephen Toub1-27/+64
2017-10-03Make CancellationTokenRegistration.Token public (#14310)Stephen Toub1-1/+1
2017-10-03Fix broken ARM64 build (#14313)Jan Vorlicek1-1/+1
2017-10-03remove FEATURE_AVX_SUPPORT flagFei Peng21-101/+48
2017-10-04Few build changes to support Freebsd (#14121)Tomas Weinfurt1-3/+8
2017-10-03Update Buildtools and Roslyn (#14228)Jose Perez Rodriguez4-14/+7
2017-10-03Fix for x86 JIT build breakBrian Sullivan1-2/+7
2017-10-03Merge pull request #14295 from BruceForstall/FixArm64FastTailcallGSCookieBruce Forstall1-1/+4
2017-10-03Optimize Memory<T> to ReadOnlyMemory<T> cast (#14309)Stephen Toub2-8/+9
2017-10-03Fix IsSafeToContained. (#14268)Sergey Andreenko1-0/+4
2017-10-03JIT: run type equality optimizations earlier (#14244)Andy Ayers4-200/+369
2017-10-03Enable CLR Thread Pool via a MSBuild flag (default enabled on Unix)t-jekor1-0/+1
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek14-227/+44
2017-10-03Merge pull request #14292 from sdmaclea/PR-ARM64-UnreachedCarol Eidt1-22/+22
2017-10-03Merge pull request #14027 from mikedn/simd-eq-optCarol Eidt11-358/+231
2017-10-03[Arm64] Fix smul[lh] disassemblySteve MacLean1-0/+9
2017-10-03[SOS] Use addresses without sign extension in lldb plugin (#14009)Konstantin Baladurin1-0/+23
2017-10-03Special-case T==char in string.Concat(IEnumerable<T>)Stephen Toub1-27/+64
2017-10-03[x86/Linux] Fix regdisplay initialization in case of WIN64EXCEPTIONS (#14296)Konstantin Baladurin1-1/+1
2017-10-02Put JIT64 compat assert under `_TARGET_AMD64_` ifdefBruce Forstall1-1/+4
2017-10-02delete the old workaround. (#14288)Sergey Andreenko1-2227/+2214
2017-10-02[Arm64] Add LD/ST exclusive emittersSteve MacLean4-0/+105
2017-10-02Merge pull request #14220 from wateret/ryu-arm-bitcast-cleanupBruce Forstall2-10/+10
2017-10-02[Arm64] Fix TODO-Cleanup add unreachedSteve MacLean1-22/+22
2017-10-02Merge pull request #14274 from fiigii/vexencodingCarol Eidt1-23/+23
2017-10-02Fix a jump over variable initialization (#14286)Sean Gillespie1-1/+2
2017-10-02Merge pull request #14181 from ViktorHofer/MutexCodeCleanupViktor Hofer1-181/+71
2017-10-02Workaround GetSystemTimePreciseAsFileTime inaccuracies (#14283)Stephen Toub1-0/+27
2017-10-02The !DumpArray sos command emits invalid DML for array elements (#13855)tvass831-1/+1
2017-10-02Move JCMP transform to LowerJTrueMike Danes3-43/+63
2017-10-02Extend flag reuse optimization to all relopsMike Danes2-5/+4
2017-10-02Reimplement compare flags reuse using SETCC/JCCMike Danes8-164/+84
2017-10-02Simplify SIMD EQ/NE optimizationMike Danes6-151/+85
2017-09-29Adding a patch to fix coreclr build for VS 15.5 (using older SDKs). (#14272)Ahson Ahmed Khan1-0/+1
2017-09-29Fix VEX.vvvv for cvtss2sd and cvtsd2ssFei Peng1-23/+23
2017-09-29StompWriteBarrier initialization path refactoring (#14105)Sergey8-122/+169
2017-09-29Update build clang/llvm/lldb 3.9 (#14096)Mike McLaughlin1-3/+3
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng12-93/+119
2017-09-29Implement IsSuppoored for all ISA classesFei Peng14-20/+771
2017-09-29[RyuJIT/ARM32] hotfix for a regression (#14252)Hyung-Kyu Choi1-0/+4
2017-09-29[x86/Linux] Fix CopyREGDISPLAY for WIN64EXCEPTIONS (#14254)Konstantin Baladurin1-0/+24
2017-09-29[x86/Linux][SOS] Fix DumpStack command output on x86 (#14189)Konstantin Baladurin1-4/+4
2017-09-29Allow cross machine re-crossgen (#14241)Steve MacLean1-6/+6
2017-09-29[x86/Linux] Fix assert in HelperMethodFrame::UpdateRegDisplay (#14235)Konstantin Baladurin1-1/+24
2017-09-28Fixing Retain to return MemoryHandle with correct PinnedPointer (#14248)Ahson Ahmed Khan4-1/+16
2017-09-28Merge pull request #14247 from rartemev/issue_13420Roman Artemev1-1/+1
2017-09-28Added CopyToAsync overload using default buffer size (#14219)Kristian Hellang1-50/+39