summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-20Merge pull request #8693 from JosephTremoulet/ValueNumberFieldJoseph Tremoulet1-4/+3
2016-12-20Use field type value-numbering local field storesJoseph Tremoulet1-4/+3
2016-12-20Change wrong indentations in GetSecureInvoke() codes (#8688)Sujin Kim1-16/+16
2016-12-20ARM: do not use unpredictable sub.w sp, rN, #imm (#8636)mskvortsov1-1/+2
2016-12-20[x86/Linux] Implement libunwind-based unwindLazyStack (#8686)Jonghyun Park3-4/+115
2016-12-19Fix the bug that Secure Delegate Stubs are compiled every time. (#8592)Sujin Kim3-48/+76
2016-12-19Add Encoding.GetBytes(string, offset, count) (#8651)Alexander Radchenko2-2/+71
2016-12-19Fix DllImport of IdnToAscii & IdnToUnicode (#8666)John Chen1-2/+2
2016-12-19Merge pull request #8674 from AndyAyersMS/BiggerBlockFlagAndy Ayers4-21/+20
2016-12-19[Linux][GDB-JIT] Fix bugs in gdbjit that break lldb stepping (#8637)Igor Kulaychuk2-13/+33
2016-12-19[x86/Linux] Add UMThunkStub (#8627)SaeHie Park4-5/+168
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin27-1873/+154
2016-12-17Use ExecutionPolicy ByPass to execute probe-win.ps1 script during the build (...Jan Kotas1-1/+1
2016-12-17Widen basic block flag field to 64 bitsAndy Ayers4-21/+20
2016-12-16Merge pull request #8668 from gkhanna79/PNBRidGaurav Khanna15-0/+207
2016-12-16Packaging support for portable Linux binaries.Gaurav Khanna15-0/+207
2016-12-16Avoid Unsafe.AsRef in Span<T> implementation (#8657)Jan Kotas5-18/+3
2016-12-16Dictionary.GetValueOrDefault (#8641)Alexander Radchenko2-7/+12
2016-12-16Fix buildsystem for linux cross-architecture component build (#8646)Hyeongseok Oh1-9/+13
2016-12-16Makes CultureInfo.get_Parent thread safe (#8656)Rama krishnan Raghupathy1-4/+6
2016-12-16[Linux][GDB-JIT] Add try/catch blocks to methods in DWARF (#8650)Igor Kulaychuk2-3/+163
2016-12-15Make it easier to use StringComparison & StringComparer with GetHashCode (#8633)Alexander Radchenko3-0/+29
2016-12-15Switch GCSample to the canonical GCToOSInterface implementation (#8653)Jan Kotas8-480/+14
2016-12-15Merge pull request #8642 from CarolEidt/Fix359736Carol Eidt1-0/+8
2016-12-15Remove API Set dependency (#8624)John Chen4-112/+15
2016-12-15Merge pull request #8207 from CarolEidt/StreamlineResolutionCarol Eidt2-61/+198
2016-12-15Merge pull request #8329 from litian2025/Fix_SIMDScalarMoveEncodingSivarv2-17/+19
2016-12-14Fix SIMD Scalar Move Encoding: VEX.L should be 0Li Tian2-17/+19
2016-12-14Correctly sequence fgMorphModToSubMulDivCarol Eidt1-0/+8
2016-12-14Fix ref count adjustment in `fgMorphBlockStmt`.Pat Gavlin1-6/+6
2016-12-14[Linux][GDB-JIT] Add simple C++ mangling of method names in GDBJIT DWARF (#8638)Igor Kulaychuk2-3/+85