summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-10Fix build with Clang 6.0 and enable build with Clang 5.0 (#16855)Jan Vorlicek4-7/+9
2018-03-09Merge branch 'master' into valuenum-fixBrian Sullivan1-2/+0
2018-03-09fix typoBrian Sullivan1-1/+1
2018-03-09Fix value numbering of assignments to insert an implicit cast when necessaryBrian Sullivan1-0/+15
2018-03-09Revert "Disable fragile NGen for System.Private.CoreLib.dll on ARM" (#16863)Sergey Andreenko1-2/+0
2018-03-09Disable fragile NGen for System.Private.CoreLib.dll on ARMEgor Chesakov1-0/+2
2018-03-08Don't build superpmi as crosscomponent (#16729)Egor Chesakov5-10/+10
2018-03-08Fix Compile errorTarek Mahmoud Sayed1-0/+2
2018-03-08Collapse AsSpan().Slice(...) into .AsSpan(...) (dotnet/corefx#27867)Tarek Mahmoud Sayed8-64/+64
2018-03-08[RyuJit] Fix DCE in liveness. (#16845)Sergey Andreenko1-5/+14
2018-03-08RemoveRelativeSegments moved from path to pathinternal (#16829)Anirudh Agnihotry4-89/+93
2018-03-08Pass generic context argument for shared instance methods on generic interfac...Andon Andonov1-4/+5
2018-03-08Fix inlining of IAsyncStateMachineBox (#16830)Stephen Toub4-92/+112
2018-03-08Delete incorrect assert in stackLevelSetter. (#16816)Sergey Andreenko1-1/+0
2018-03-08Make member visibility first accross corlib (#16836)Jan Kotas83-515/+515
2018-03-08Updating isRMWRegOper, OperIsCommutative, and canBeContained to handle HWIntr...Tanner Gooding4-26/+70
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas19-1182/+960
2018-03-08Dial back `\\?\ ` insertion (dotnet/corefx#27827)Jeremy Kuhne1-1/+1
2018-03-08Fix ensuring primary stack size (#16698)Jan Vorlicek3-8/+15
2018-03-07Add back method needed by CoreRTJan Kotas1-0/+3
2018-03-07[RyuJIt] Clean and fix gen return (#16725)Sergey Andreenko5-314/+266
2018-03-07Fix for issue 14144 (#16674)Luqun Lou1-1/+2
2018-03-07an additional assert for fgValueNumberHelperCallFunc (#16789)Sergey Andreenko1-0/+2
2018-03-07Delete AsReadOnly* APIs that are no longer part of the public surface (#16799)Jan Kotas2-30/+2
2018-03-07Perf fix for month-day parsing ambiguity (#16782)Hugh Zabriskie1-16/+2
2018-03-07Remove dead code found by ILLink. (#16759)Eugene Rozenfeld23-132/+0
2018-03-07fix inconsistent AVX/AVX2 intrinsic names (#16772)Fei Peng4-55/+55
2018-03-06Add debugger usage note (#16788)Noah Falk1-0/+1
2018-03-06CoreFX #24343 Vector Ctor using Span (#16733)Mandar Sahasrabuddhe5-5/+95
2018-03-06Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#16790)Jan Kotas5-9/+7
2018-03-06Fix hang on Ctrl+C when tiering is enabled (#16719)Koundinya Veluri4-42/+5
2018-03-06Convert Byte Arrays to Hexidecimal Strings When Writing to LTTng via EventSou...Brian Robbins1-11/+38
2018-03-06Fix potential buffer overrun in ClearWithReferencesLevi Broderick1-1/+0
2018-03-06Merge pull request #16700 from briansull/fix_dyn_blkBrian Sullivan1-5/+14
2018-03-06Add tracepointprovider.cpp directly to PAL instead of to a separate tracepoin...Brian Robbins2-14/+1
2018-03-06Fix whitespaceLevi Broderick1-3/+3
2018-03-06Fix whitespaceLevi Broderick1-1/+1
2018-03-06Improve performance of Span.Clear for referential TLevi Broderick1-28/+63
2018-03-05Fix handling of incorrect assemblies on Unix (#16747)Ruben Ayrapetyan5-7/+9
2018-03-05address PR feedback (#16761)Marco Rossignoli4-4/+4
2018-03-05Implement LoadHigh, LoadLow, and SetScalarVector128 SSE2 HW intrinsicsJacek Blaszczynski7-14/+45
2018-03-05Simplify SSE/SSE4.1 intrinsicsFei Peng4-119/+10
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek20-163/+143
2018-03-05Merge pull request #16727 from CarolEidt/NoIndirByteCarol Eidt1-1/+3
2018-03-05[ARM32] RyuJIT support for profiler ELT callbacks (#16728)Sergey Andreenko2-14/+23
2018-03-05Updating the CompareEqual{Ordered|Unordered}Scalar intrinsics to have slightl...Tanner Gooding1-8/+4
2018-03-05Scrub error messages for missing arguments(throw new) (#16753)Marco Rossignoli12-16/+13
2018-03-05Merge pull request #16731 from tannergooding/hwintrin-avxCarol Eidt1-0/+7
2018-03-05Delete dead code in PAL related to file locks (#16754)Jan Kotas6-1495/+0
2018-03-05Remove flock usage from InternalCreateFile in PAL (#16752)Jan Vorlicek1-24/+0