platform/upstream/dotnet/runtime.git
2016-12-05 Jeremy KuhneCopy CoreFX environment variable code (dotnet/coreclr...
2016-12-05 Bruce ForstallMerge pull request dotnet/coreclr#8109 from BruceForsta...
2016-12-05 Ian HaysMerge pull request dotnet/coreclr#8306 from jamesqo...
2016-12-05 Jonghyun Park[x86/Linux] Re-enable FrameHandlerExRecord for x86...
2016-12-05 Jonghyun Park[x86/Linux] Fix dangling ClrCaptureContext (dotnet...
2016-12-05 Jonghyun ParkFix dangling StubLinkerCPU::EmitDelegateInvoke in x86...
2016-12-05 Jonghyun Park[x86/Linux] Enclose stub-linking methods with FEATURE_S...
2016-12-05 Jonghyun Park[x86/Linux] Fix dangling CLR_ImpersonateLoggedOnUser...
2016-12-05 Hyeongseok OhFix runtest.sh: delete ni file and lock correctly ...
2016-12-05 Jonghyun Park[x86/Linux] Mark LeaveCatch as NYI (dotnet/coreclr...
2016-12-05 SaeHie Park[x86/Linux] Fix all paths through this function will...
2016-12-05 Jonghyun Park[x86/Linux] Use Portable LMul JIT Helper (dotnet/corecl...
2016-12-05 SaeHie Park[x86/Linux] Fix indirection of non-volatile null pointe...
2016-12-05 Jonghyun ParkUse Portable Floating-point Arithmetic Helpers (dotnet...
2016-12-05 Jonghyun Park[x86/Linux] Fix dangling DoubleToNumber and NumberToDou...
2016-12-05 Jon HannaFix several misspellings of exception and "a exception...
2016-12-05 Jonghyun Park[x86/Linux] Revert UMThkCallFrame-related changes ...
2016-12-05 Jonghyun Park[x86/Linux] Fix unused function warning (dotnet/coreclr...
2016-12-05 Sean GillespieEnsure MSBuild properties get persisted to child MSBuil...
2016-12-03 Bruce ForstallRyuJIT/x86: Implement TYP_SIMD12 support
2016-12-02 Jonghyun Park[x86/Linux] fix several parentheses compile warnings...
2016-12-02 Jan KotasIntroduce CORINFO_EH_CLAUSE_SAMETRY flag for CoreRT...
2016-12-02 Jan KotasMerge pull request dotnet/coreclr#8419 from jkotas...
2016-12-02 Jan KotasDisable test against dotnet/coreclr#8418 to unblock...
2016-12-02 Jonghyun Park[x86/Linux] Use portable JIT helpers (dotnet/coreclr...
2016-12-02 Jonghyun Park[x86/Linux] Disable Watson-related code for non-Windows...
2016-12-02 Jonghyun Park[x86/Linux] Add Portable PopSEHRecords as NYI (dotnet...
2016-12-02 Jonghyun ParkResolve duplicated functions (dotnet/coreclr#8413)
2016-12-02 Jonghyun Park[x86/Linux] Adjust the definition of FnStaticBaseHelper...
2016-12-01 Bruce ForstallMerge pull request dotnet/coreclr#8414 from BruceForsta...
2016-12-01 dotnet-botUpdate CoreClr, CoreFx to beta-24801-03, beta-24721...
2016-12-01 Phil Christensenfix permissive C++ code (MSVC /permissive-) (dotnet...
2016-12-01 Jonghyun ParkRe-enable UMThkCallFrame and fix compile errors (dotnet...
2016-12-01 Jonghyun ParkFix build error in ARM64 code (dotnet/coreclr#8407)
2016-12-01 Jonghyun ParkAdd EXCEPTION_REGISTRATION_RECORD for x86/Linux (dotnet...
2016-12-01 Bruce ForstallFix recent x86 SIMD regressions
2016-12-01 Alex GhiondeaRemove the BinaryCompatibility class as it is not usefu...
2016-12-01 Jan VorlicekAdd printing managed assert message to console (dotnet...
2016-12-01 Jan KotasSkip emitting duplicate clauses for CoreRT (dotnet...
2016-12-01 Jonghyun ParkAdd parentheses aroung logical operations (dotnet/corec...
2016-12-01 Jan KotasMerge pull request dotnet/coreclr#8209 from stephentoub...
2016-12-01 Bruce ForstallMerge pull request dotnet/coreclr#8382 from BruceForsta...
2016-11-30 Jonghyun ParkExclude jithelp.asm for x86/Linux (dotnet/coreclr#8393)
2016-11-30 Bruce ForstallFix x86 encoder to use 64-bit type to accumulate opcode...
2016-11-30 Bruce ForstallMerge pull request dotnet/coreclr#8395 from BruceForsta...
2016-11-30 Jonghyun ParkDisable PrintSEHChain for non-Windows platforms (dotnet...
2016-11-30 Jonghyun ParkDeclare CtorFtnType only when it is used (dotnet/corecl...
2016-11-30 Jonghyun ParkDisable EHWatsonBucketTracker for non-window platforms...
2016-11-30 Jonghyun ParkDisable Windows-specific code for x86/Linux (dotnet...
2016-11-30 Jonghyun ParkFix mismatch between longfilepathwrappers.cpp and longf...
2016-11-30 Jonghyun ParkFix mismatch between sortversioning.h and sortversionin...
2016-11-30 Vance MorrisonFix to avoid stalling the process when ETW is doing...
2016-11-30 Jonghyun Park[x86/Linux] Fix mismatch over LPOVERLAPPED_COMPLETION_R...
2016-11-30 Jonghyun ParkEmits compile error on portability issue only when...
2016-11-30 Jonghyun Park[x86/Linux] Disable FEATURE_AVX_SUPPORT (dotnet/coreclr...
2016-11-30 Jonghyun Park[x86/Linux] Add missing files in x86/Linux PAL (dotnet...
2016-11-30 Jonghyun ParkUses portable ROTATE_LEFT for x86/Linux (dotnet/coreclr...
2016-11-30 Stephen ToubMerge pull request dotnet/coreclr#8401 from svick/task...
2016-11-30 Jonghyun ParkFix mismatch between signature and implementation of...
2016-11-30 SaeHie Park[x86/Linux] Fix prototype for GCThreadStub (dotnet...
2016-11-30 Matt WarrenAdding missing ctor - 'public Span(T[] array, int start...
2016-11-30 Jonghyun ParkUpdates m_LastRedirectIP and m_SpinCount only for non...
2016-11-30 SaeHie Park[x86/Linux] Fix extraneous parentheses (dotnet/coreclr...
2016-11-30 SaeHie Park[x86/Linux] Fix error: '&&' within '||' (dotnet/coreclr...
2016-11-30 Bruce ForstallChange NYI to be a noway_assert if ALT_JIT is not defined
2016-11-30 John ChenCapture YMM registers on OSX (dotnet/coreclr#8365)
2016-11-30 Jonghyun Park[x86/Linux] Add virtual dtor for ArrayStubCache class...
2016-11-30 Andy AyersRemove one virtual call from StreamHelpers.ValidateCopy...
2016-11-30 Jonghyun ParkFix inconsistency between the signatures of GetAppDomai...
2016-11-30 SaeHie Park[x86/Linux] Disable WIN64EXECPTION and fix related...
2016-11-30 Pat GavlinMerge pull request dotnet/coreclr#8315 from mikedn...
2016-11-29 Michelle McDanielMerge pull request dotnet/coreclr#8355 from adiaaida...
2016-11-29 SivarvMerge pull request dotnet/coreclr#8291 from sivarv...
2016-11-29 Michelle McDanielFix formatting in files
2016-11-29 Bruce ForstallMerge pull request dotnet/coreclr#8330 from BruceForsta...
2016-11-29 Jan KotasMerge pull request dotnet/coreclr#8351 from dotnet...
2016-11-29 Jan VorlicekFix shared library dependencies verification on some...
2016-11-29 John ChenDisable CER feature as it is not used (dotnet/coreclr...
2016-11-29 Petr OnderkaUse invariant culture in test (dotnet/coreclr#8327)
2016-11-29 Bruce ForstallFix AMD64 CTP build break
2016-11-29 Jan VorlicekFix phantom TEXTREL in libcoreclr.so (dotnet/coreclr...
2016-11-29 Jonghyun ParkUses 'W' to fix build error (dotnet/coreclr#8345)
2016-11-29 Jonghyun ParkFix the mistmatch between gc_thread_stub and GCThreadFu...
2016-11-29 Jonghyun ParkFix ignored attribute warning for x86/Linux build ...
2016-11-29 Mike DanesFix various disassembly issues
2016-11-29 Bruce ForstallForce enable SSE2 on RyuJIT/x86 on desktop
2016-11-29 Jan KotasDisable PSPSym and LocAllocSPvar for CoreRT (dotnet...
2016-11-29 Pat GavlinMerge pull request dotnet/coreclr#8325 from pgavlin...
2016-11-28 sivarvEnable using SSE3_4 instruction set for SIMD codegen.
2016-11-28 SaeHie Park[x86/Linux] Fix constructor missing in UnmanagedToManag...
2016-11-28 SaeHie Park[x86/Linux] Fix error variable 'td' is uninitialized...
2016-11-28 James KoDo not cache _items.
2016-11-28 Pat GavlinDo not rewrite `(t + cns_a) << cns_s)` during CSE.
2016-11-28 Bruce ForstallMerge pull request dotnet/coreclr#8314 from BruceForsta...
2016-11-28 Petr OnderkaChange the type of Task.m_action to Delegate
2016-11-28 Bruce ForstallFactor out common stack adjustment code
2016-11-28 Stephen ToubMake GetCurrentProcessorNumber an FCall
2016-11-28 SaeHie Park[x86/Linux] Fix compile error in zapcode (dotnet/corecl...
2016-11-28 SaeHie Park[x86/Linux] Fix 'stdcall' here was previously declared...
2016-11-28 SaeHie Park[x86/Linux] Fix unknown type name 'PTR_RUNTIME_FUNCTION...
next