summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Adding Microsoft.NETCore.Native package (#8791)Sedar Gokbulut17-0/+497
2017-01-04Path normalization performance improvementsJan Kotas9-129/+99
2017-01-04Delete unused fileJan Kotas2-76/+0
2017-01-04Use ArrayPool for PathHelperJan Kotas12-610/+226
2017-01-04[x86/Linux] Implement ResolveWorkerChainLookupAsmStub (#8780)SaeHie Park3-5/+102
2017-01-04[x86/Linux] Implement SinglecastDelegateInvokeStub (#8799)SaeHie Park3-5/+39
2017-01-03Remove un-necessary ITuple constraint (#8793)Julien Couvreur1-3/+13
2017-01-03Redo some argument name corrections (#8727)Stephen A. Imhoff11-25/+25
2017-01-03Merge pull request #8757 from JosephTremoulet/FixHeapLiveInJoseph Tremoulet2-24/+3
2017-01-03Merge pull request #8789 from pgavlin/VSO359737Pat Gavlin1-1/+4
2017-01-03Add a comment per code review.Pat Gavlin1-0/+2
2017-01-03Merge pull request #8788 from JohnChen0/apisetJohn Chen1-1/+1
2017-01-03Merge pull request #8751 from mellinoe/corelibraries-unixEric Mellino1-1/+5
2017-01-03Remove unnecessary `canEndWithoutSeparator` parameter (#8786)Justin Van Patten1-86/+44
2017-01-03TimeZoneInfo.StringSerializer can be a struct (#8784)Justin Van Patten1-3/+3
2017-01-03Adjust ref counts during EH normalization (#8713)Andy Ayers1-0/+5
2017-01-03Fix DevDiv bug 359737.Pat Gavlin1-1/+2
2017-01-03Fix a typo that caused AVX2 flag to be unsetJohn Chen (CLR)1-1/+1
2017-01-03TimeZoneInfo.StringSerializer: Avoid some unnecessary allocations (#8783)Justin Van Patten1-60/+46
2017-01-03Only add CORE_LIBRARIES to TPA list if it is different from clrFilesAbsolutePathEric Mellino1-1/+4
2017-01-03ArrayPool fixes (#8774)Jan Kotas4-22/+9
2017-01-02TimeZoneInfo: Reduce intermediate allocations in GetTimeZoneIds on Unix (#8769)Justin Van Patten1-27/+30
2017-01-02[Linux/ARM32] duplicated definition in crosscomp.h (#8729)Hyeongseok Oh1-0/+2
2017-01-02[x86/Linux] Fix UMThunkStub calling convension (#8714)SaeHie Park1-28/+21
2017-01-01Delete unused Diagnostics files (#8754)James Ko2-108/+0
2017-01-01Delete unused Threading types/members (#8766)James Ko7-4981/+0
2017-01-01Delete unused SymbolStore files (#8767)James Ko11-461/+0
2016-12-31Delete unused IO files (#8753)James Ko11-4297/+6
2016-12-30Fix heap live-in calculationJoseph Tremoulet2-24/+3
2016-12-30Remove dead parameter in value-numberingJoseph Tremoulet2-10/+5
2016-12-29Add CORE_LIBRARIES to the TPA list if it's set in unixcoreruncommonEric Mellino1-1/+2
2016-12-28Fix order of raising AssemblyLoadContext.Unloading and AppDomain.ProcessExit ...Caio Kinelski2-16/+29
2016-12-28Fix Bitposition funtion (#8739)Hyeongseok Oh1-2/+2
2016-12-27Merge pull request #8734 from justinvp/tzi_filesJan Kotas7-3502/+3592
2016-12-27Remove ifdefs from TimeZoneInfoJustin Van Patten4-2448/+2497
2016-12-26Move nested TimeZoneInfo types to their own filesJustin Van Patten5-1054/+1095
2016-12-26Remove files related to legacy build system (#8723)Robert148-6379/+0
2016-12-24TimeZoneInfo Cleanup (#8720)Justin Van Patten1-2468/+2202
2016-12-23Improve ArrayPool core affinity (#8716)Jan Kotas5-90/+47
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek105-1757/+129
2016-12-23[Linux] Fix cross-architecture component build configuration for ARM32-target...Hyeongseok Oh3-17/+34
2016-12-22ARM: A step towards the RyuJIT/ARM32 backend.Mikhail Skvortcov8-137/+1697
2016-12-21Adding ValueTuple and ITuple to corlib in CoreCLR (#8695)Julien Couvreur10-214/+4186
2016-12-21Delete FEATURE_LEGACYSURFACE (#8704)Jan Kotas18-1902/+5
2016-12-21Merge pull request #8706 from sivarv/simdAbsSivarv5-10/+60
2016-12-21Use Pabsd/pabsw/pabsb instructions for Abs SIMD intrinsic on SSE4 and above t...sivarv5-10/+60
2016-12-21Move EditorBrowsableAttribute to CoreLib (#8703)Jan Kotas7-2/+73
2016-12-21Merge pull request #8697 from sivarv/lockAddFixSivarv1-1/+26
2016-12-21Remove FEATURE_BLC_FORMATTING (#8699)Jan Vorlicek4-458/+44
2016-12-20Fix GT_LOCKADD register specification.sivarv1-1/+26