platform/upstream/dotnet/runtime.git
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 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...
2016-11-28 Maoni StephensMerge pull request dotnet/coreclr#8199 from Maoni0...
2016-11-27 Bruce ForstallMerge pull request dotnet/coreclr#8312 from BruceForsta...
2016-11-27 Jan VorlicekFix building CoreCLR with Clang 3.9 (dotnet/coreclr...
2016-11-26 Bruce ForstallExclude superpmi test from legacyjit and compatjit...
2016-11-25 Bruce ForstallSet FEATURE_READYTORUN_COMPILER for legacyjit and compatjit
2016-11-25 James KoFix subtle bug in new string.Join implementation. ...
2016-11-25 Jonghyun ParkConfigures tests even when configureonly is provided...
2016-11-25 Jonghyun Park[x86/Linux] Renames i386 as amd64 in arch (PAL) (dotnet...
2016-11-25 SaeHie ParkEnable field EndAddress only for AMD64 in PAL of RUNTIM...
2016-11-25 Stephen ToubCache result of GetCurrentProcessorNumber
2016-11-25 Stephen ToubImprove ArrayPool performance
2016-11-24 Jonghyun ParkSupports to build PAL tests under x86/Linux (dotnet...
2016-11-24 SaeHie Park[x86/Linux] Fix unsupported architecture in seh-unwind...
2016-11-24 Russ KeldorphMerge pull request dotnet/coreclr#8295 from RussKeldorp...
2016-11-24 Russ KeldorphRemove non-RyuJIT default PR triggers
2016-11-24 Bruce ForstallMerge pull request dotnet/coreclr#8260 from BruceForsta...
2016-11-23 Jonghyun ParkRemoves non-existent target files from override.targets...
2016-11-23 James KoAdd String.Join overloads accepting a char separator...
2016-11-23 Bruce ForstallMake RyuJIT/x86 the default x86 JIT
2016-11-23 Pat GavlinMerge pull request dotnet/coreclr#8284 from pgavlin...
2016-11-23 Sven BoemerMerge pull request dotnet/coreclr#8281 from sbomer...
2016-11-23 Carol EidtMerge pull request dotnet/coreclr#7847 from CarolEidt...
2016-11-23 Pat GavlinFormat code.
2016-11-23 Pat GavlinMerge pull request dotnet/coreclr#8259 from pgavlin...
2016-11-23 Pat GavlinFix the no-GC kill set for ASSIGN_BYREF on x86.
2016-11-23 Pat GavlinIncrement lclVar refCounts in fgMorphBlockStmt.
2016-11-23 Dan MoseleyMerge pull request dotnet/coreclr#8137 from jamesqo...
2016-11-23 SivarvMerge pull request dotnet/coreclr#8229 from mikedn...
2016-11-23 Ian HaysMerge pull request dotnet/coreclr#8282 from ianhays...
2016-11-23 Ian HaysFix Typo in Unix Lock/Unlock PAL
2016-11-23 Carol EidtAccount for a reload of umod op2
2016-11-23 Sven BoemerFix archiving for jitdiff windows build only jobs
2016-11-23 SaeHie Park[x86/linux] Fix redefined DISPATCHER_CONTEXT compile...
2016-11-23 Andrey Kvochko[GDBJIT] Fix thunk symbol generation for ARM (dotnet...
2016-11-23 SaeHie Park[x86/Linux] Fix compile error with exception handling...
2016-11-23 SaeHie Park[x86/Linux] Fix unknown type name 'ExInfo' (dotnet...
2016-11-23 SaeHie Park[x86/Linux] Fix comparison of two values with different...
2016-11-23 SaeHie Park[x86/Linux] Fix SEH '__try' is not supported on this...
2016-11-23 SaeHie Park[x86/Linux] Fix no matching function for call to 'Inter...
next