summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-25Merge pull request #11203 from mskvortsov/FixLclFldBruce Forstall1-1/+15
2017-04-25Merge pull request dotnet/corert#3418 from dotnet/nmirror (#11186)dotnet bot1-3/+3
2017-04-25Merge pull request #11191 from BruceForstall/FixFuncletAssertBruce Forstall2-2/+2
2017-04-25Merge pull request #11080 from BruceForstall/MeasureNowayBruce Forstall4-2/+201
2017-04-25RyuJIT/ARM32: Update GT_LCL_FLD codegen.Mikhail Skvortcov1-1/+15
2017-04-25[x86/Linux] Do not report untracked from filters (#11195)Hanjoung Lee1-46/+54
2017-04-24Add code to measure dynamic noway_assert usageBruce Forstall4-2/+201
2017-04-24Fix funclet begin assertBruce Forstall2-2/+2
2017-04-24Merge pull request #11196 from wateret/fix-formattingBruce Forstall1-0/+2
2017-04-24Merge pull request #11183 from sdmaclea/PR-FIX-11181Bruce Forstall1-1/+1
2017-04-25Fix formatting failHanjoung Lee1-0/+2
2017-04-24Ensure using the given executable path. (#10525)Jim Ma2-1/+23
2017-04-24Add "createdump" command to SOS. (#11161)Mike McLaughlin19-184/+470
2017-04-24Merge pull request #11152 from AndyAyersMS/FixTailCallStressAssertAndy Ayers1-0/+6
2017-04-24Merge pull request #11157 from mikedn/reg-encodingBruce Forstall1-9/+2
2017-04-24Merge pull request #11108 from BruceForstall/RangedForAllSuccessorIterBruce Forstall6-22/+11
2017-04-24Merge pull request #11172 from mskvortsov/ArithOverflowChecksBruce Forstall2-96/+40
2017-04-24Fix 11181Steve MacLean, Qualcomm Datacenter Technologies, Inc1-1/+1
2017-04-24Remove PAL FileAlignment restriction (#10959)Steve MacLean5-50/+52
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie8-57/+202
2017-04-24do not use = {nullptr} initialization. (#11153)Sergey Andreenko3-6/+10
2017-04-24Merge pull request #11169 from hseok-oh/ryujit/fix_11128Bruce Forstall1-6/+11
2017-04-24Merge pull request #11091 from BruceForstall/BlockRefactorBruce Forstall4-521/+490
2017-04-24RyuJIT/ARM32: Enable arithmetic overflow checks.Mikhail Skvortcov2-96/+40
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park10-32/+7
2017-04-24[ARM32/RyuJIT] Fix failure related with struct argument passingHyeongseok Oh1-6/+11
2017-04-24[x86/Linux] Fix unmatched NESTED_END in CallEHFilterFunclet (#11163)Jonghyun Park1-1/+1
2017-04-2311106: Use RuntimeHelpers.IsReferenceOrContainsReferences in Dictionary.Remov...OmariO1-4/+19
2017-04-22Simplify emitter's RegEncodingMike Danes1-9/+2
2017-04-22Remove destructor from GCEvent and instead rely on the OS to clean up (#11132)Sean Gillespie4-21/+8
2017-04-22Two improvments for LCG jump stubs (dynamic methods): (#9160)Brian Sullivan4-43/+86
2017-04-21JIT: simple fix for the tail call stress assertAndy Ayers1-0/+6
2017-04-21Move xplat minidump doc to botr. (#11149)Mike McLaughlin1-2/+2
2017-04-21Merge pull request #11117 from briansull/zapsig-fixBrian Sullivan1-1/+4
2017-04-21[x86/Linux] Correctly initialize nonVolRegPtrs in LazyMachState::unwindLazySt...Jonghyun Park1-4/+4
2017-04-21Mark CharEnumerator as [Serializable] (#11124)Jan Kotas1-0/+1
2017-04-21Add Marshal.GetExceptionPointers (#11125)Yi Zhang (CLR)2-0/+4
2017-04-20[ARM32/RyuJIT] Argument passing for multireg struct (#10846)Hyeongseok Oh3-34/+148
2017-04-20[x86/Linux] Relax inst_JMP assert condition (#11062)Jonghyun Park1-1/+8
2017-04-20Update StringBuilder.AppendJoin to approved API (#11059)Joseph Musser2-33/+46
2017-04-20Enable corerun to select Globalization Invariant mode (#11097)SaeHie Park1-7/+21
2017-04-20Fix R2R workaround for Diasymreader (#11116)Gaurav Khanna1-2/+2
2017-04-20Inline List.Clear (#11104)Ben Adams1-0/+1
2017-04-20When we have profile data we can have cross module references in our ZapSig's...Brian Sullivan1-1/+4
2017-04-20Fixing Delegate's hash code's distribution (#11019)Peter Smulovics1-1/+4
2017-04-20Merge pull request #11033 from adityamandaleeka/handle_table_local_gc_storeAditya Mandaleeka9-54/+90
2017-04-20Rename CompareAndSwap to InterlockedCompareExchange.Aditya Mandaleeka4-4/+4
2017-04-20Add the Linux minidump support documentation (#11087)Mike McLaughlin1-3/+0
2017-04-20Use C++ ranged 'for' for AllSuccessorIter useBruce Forstall6-22/+11
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park17-74/+72