summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-29Modify crossgen to allow loading NIs during Ready To Run compilationJohn Chen1-1/+1
2015-10-29Add contract for getSystemVAmd64PassStructInRegisterDescriptorJan Kotas1-0/+7
2015-10-29Merge pull request #1873 from kangaroo/arm-cleanupAditya Mandaleeka9-40/+44
2015-10-29Merge pull request #1875 from adityamandaleeka/remove_suspensionAditya Mandaleeka46-3002/+112
2015-10-28Expose Environment.Exit in mscorlib.dll.Pallavi Taneja1-0/+1
2015-10-28[arm] Fix context accessor function namingGeoff Norton4-16/+16
2015-10-27Merge pull request #1876 from stephentoub/local_reallocJan Vorlicek5-0/+49
2015-10-27Add missing exception holder to EX_TRYJan Vorlicek2-4/+37
2015-10-27[arm] Fix the debug build as wellGeoff Norton2-2/+2
2015-10-27Implement CoTaskMemRealloc in PALstephentoub3-0/+7
2015-10-27[arm] Clean up a few places where the arm build has bit rottedGeoff Norton6-29/+33
2015-10-27Implement LocalReAlloc in PALstephentoub3-0/+42
2015-10-27Merge pull request #1868 from JohnChen0/crossgen-linuxJohn Chen1-1/+1
2015-10-26Remove SuspendThread and SetThreadContext PAL tests.Aditya Mandaleeka22-1679/+0
2015-10-26Remove unneeded includes and error in threadsusp.cppAditya Mandaleeka1-13/+0
2015-10-26Remove THREADMarkDiagnostic and its uses.Aditya Mandaleeka6-81/+2
2015-10-26Remove THREADHandleSuspendNative and THREADHandleResumeNativeAditya Mandaleeka2-187/+0
2015-10-26Set dwSuspendCount when resuming in pipe caseAditya Mandaleeka1-4/+3
2015-10-26Disable USE_SIGNALS_FOR_THREAD_SUSPENSIONAditya Mandaleeka1-2/+2
2015-10-26Make InjectActivationInternal on OS X use platform thread suspensionAditya Mandaleeka1-18/+9
2015-10-26Remove InternalSuspendThreadFromData and IsSuspensionStateSafeAditya Mandaleeka5-293/+7
2015-10-26Remove dwUnsafeRegionCount and dwSuspCountAditya Mandaleeka2-46/+2
2015-10-26Remove SuspendThread and associated code.Aditya Mandaleeka5-288/+44
2015-10-26Remove unused function IsAssertShutdownSafeAditya Mandaleeka2-17/+0
2015-10-26Remove unused function PROCCondemnOtherThreadsAditya Mandaleeka2-47/+0
2015-10-26Remove PROCSuspendOtherThreadsAditya Mandaleeka3-117/+13
2015-10-26Remove Enter/LeaveUnsafeRegionAditya Mandaleeka10-217/+20
2015-10-26Disable apithreadstress when STRESS_THREAD is not enabledAditya Mandaleeka2-0/+17
2015-10-26Merge pull request #1862 from LLITCHEV/Issue1831Lubomir Litchev1-4/+26
2015-10-26Fix a CrossGen assert on LinuxJohn Chen1-1/+1
2015-10-25Fix for a build break. The gtNewOperNode is not a member of Lowering, but of ...Lubomir Litchev1-1/+1
2015-10-25Merge pull request #1866 from dotnet-bot/from-tfsMatt Ellis1-1/+1
2015-10-25Merge pull request #1851 from ellismg/icu-remove-c-plus-plusMatt Ellis8-503/+716
2015-10-25Fix build break.Matt Ellis1-1/+1
2015-10-24Merge pull request #1861 from dotnet-bot/from-tfsMatt Ellis2-5/+19
2015-10-23Fixed the bug described in GH issue 1831.Lubomir Litchev1-4/+26
2015-10-23Cleanup CMakeLists.txtMatt Ellis2-20/+27
2015-10-23Fix spelling issuesMatt Ellis1-2/+2
2015-10-23Fix issue 1774Gaurav Khanna3-2/+54
2015-10-23Merge pull request #1858 from caslan/addcriticalsectionexportsCagri Aslan1-0/+2
2015-10-23Use correct close function for UNumberFormatMatt Ellis1-1/+1
2015-10-23Add EnterCriticalSection / LeaveCriticalSection exports to libcoreclrCagri1-0/+2
2015-10-22Merge pull request #1834 from Priya91/fixnullLakshmi Priya9-4/+217
2015-10-22Add null checks to StackString usages.Lakshmi Priya Sekar9-4/+217
2015-10-22Fix obsolete commentJan Vorlicek1-1/+1
2015-10-22Use std::vector instead of callocMatt Ellis1-18/+6
2015-10-22Merge pull request #1850 from dotnet-bot/from-tfsMatt Ellis1-1/+5
2015-10-22Merge pull request #1849 from janvorli/fix-fp-registers-offsetJan Vorlicek2-3/+3
2015-10-22[adityam] Fix break in DllImport code for Desktop CLR.Rama Krishnan Raghupathy2-5/+19
2015-10-22Link against libicucore on OSXMatt Ellis1-14/+31