summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-12Fix #14427 (#14429)Noah Falk2-7/+58
2017-10-11Generate xorps instead of xorpd (#14385)mikedn1-3/+2
2017-10-11Simplify SSE2 check for RyuJIT/x86 (#14432)Jan Kotas1-15/+9
2017-10-11Only produce identity packages on Windowswtgodbe1-1/+10
2017-10-11Merge pull request #14422 from noahfalk/fix_14421Noah Falk1-9/+2
2017-10-11Merge pull request #14430 from noahfalk/fix_14428Noah Falk1-1/+3
2017-10-11Merge pull request #14424 from noahfalk/fix_14423Noah Falk4-20/+34
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas58-3353/+177
2017-10-11Fix #14428noahfalk1-1/+3
2017-10-11Fix #14423noahfalk4-20/+34
2017-10-10Fix 14421noahfalk1-9/+2
2017-10-10Proof-of-concept of using new Publish infra in coreclrwtgodbe2-33/+64
2017-10-10Add CompareInfo.Invariant.cs to shared corelib partitionJan Kotas3-1/+1
2017-10-10Fix AllocationTick_V3 depending on _V2 to be enabled (#14338)Tom Deseyn1-1/+1
2017-10-10do not spill stack after CEE_NEWARR and CEE_NEWOBJ. (#14401)Sergey Andreenko1-2/+2
2017-10-10Move CompareInfo.cs to shared corelib partition (#14407)Jan Kotas3-12/+10
2017-10-10Turn on source link support (#14399)Vance Morrison1-2/+2
2017-10-09JIT: improve type equality opts for generic and prejitted code (#14381)Andy Ayers3-121/+268
2017-10-09Merge pull request #14394 from stephentoub/undo_strcompStephen Toub1-3/+11
2017-10-09Merge pull request #14382 from mikedn/dead-opersBruce Forstall4-31/+1
2017-10-09Fix zap and ready to run disabling (#14389)Jan Vorlicek2-9/+9
2017-10-09Undo unnecessary change from DateTime.Parse commitStephen Toub1-3/+11
2017-10-09[GDBJIT] Make gdbjit thread-safe & bug fix (#14390)Konstantin Baladurin5-145/+221
2017-10-07Removed unused opers and codeMike Danes4-31/+1
2017-10-07Fix numa build break (#14370)Jan Vorlicek1-0/+2
2017-10-06Merge pull request #14353 from BruceForstall/ArmAssertFixesBruce Forstall9-69/+85
2017-10-06Delete dead code (#14365)Jan Kotas9-377/+30
2017-10-06Merge pull request #14369 from stephentoub/fix_cont_handlingStephen Toub1-6/+6
2017-10-06Fix handling of continuations for captured contextStephen Toub1-6/+6
2017-10-06Merge pull request #14352 from stephentoub/datetime_spanStephen Toub12-284/+573
2017-10-06Fix RyuJIT/arm32 assertsBruce Forstall9-69/+85
2017-10-06undef NULL to fix compilation problems on FreeBSD after 08d39dd. (#14341)Tomas Weinfurt1-4/+0
2017-10-06Fix asserts in Unix buildStephen Toub1-4/+0
2017-10-06impImportCall: make the failed imports obvious. (#14343)Sergey Andreenko1-70/+33
2017-10-06Reorder checks in CEEInfo::getClassLayout (#14356)Jan Kotas1-8/+8
2017-10-06Merge pull request #14329 from sdmaclea/PR-ARM64-ATOMIC-OPSBrian Sullivan7-52/+243
2017-10-06Merge pull request #14358 from stephentoub/convertspanStephen Toub1-22/+103
2017-10-06Fix comments per reviewSteve MacLean2-4/+9
2017-10-06Remove explicit dependency on libnuma (#14359)Jan Vorlicek1-6/+0
2017-10-06Add DateTime{Offset}.TryFormat methodsStephen Toub3-8/+41
2017-10-06Add DateTime{Offset} span-based {Try}Parse{Exact} overloadsStephen Toub3-29/+101
2017-10-06Address perf issuesStephen Toub5-110/+165
2017-10-06Remove StringBuilder allocations from roundtrip format DateTime parsingStephen Toub2-3/+7
2017-10-06Add IsValidYear/Day overrides to GregorianCalendarStephen Toub1-0/+16
2017-10-06Avoid slicing/extra method call while tokenizing in common caseStephen Toub1-12/+4
2017-10-06Move DateTimeParse to use spans internallyStephen Toub10-149/+270
2017-10-06Add Span-based Convert Base64 methodsStephen Toub1-22/+103
2017-10-05Merge pull request #14253 from wateret/fix-14251Bruce Forstall5-13/+40
2017-10-05Update Microsoft.NETCore.Native package (dotnet/corert#4646)Jan Kotas3-1/+1
2017-10-05[Arm64] Respond to feedbackSteve MacLean2-21/+37