summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park17-74/+72
2017-04-20[x86/Linux] fix a problem that stack was broken by changing stdcall to cdecl ...ragmani2-0/+55
2017-04-19Refactoring: move some BasicBlock functions to block.cppBruce Forstall4-521/+490
2017-04-19Merge pull request #11081 from mikedn/static-nowayBruce Forstall1-14/+14
2017-04-19Move ResetOBJECTHANDLE and the associated holder to the VM side.Aditya Mandaleeka2-11/+6
2017-04-19Merge pull request #11077 from pgavlin/gh10940Pat Gavlin1-1/+1
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek15-45/+977
2017-04-19Merge pull request #10257 from jashook/reflection_invoke_arm64Jarret Shook3-10/+84
2017-04-20Convert some noway_assert to static_assertMike Danes1-14/+14
2017-04-19[x86/Linux] Corretly pop args after unmanaged function call (#11007)Jonghyun Park1-1/+2
2017-04-19Merge pull request #11049 from briansull/fixMaxOffsetBrian Sullivan1-1/+1
2017-04-19Spill side-effects in impAssignMultiRegTypeToVar.Pat Gavlin1-1/+1
2017-04-19Merge pull request #11044 from alpencolt/ryu-arm-localloc-subs-fixBruce Forstall1-2/+2
2017-04-19Merge pull request #11070 from stephentoub/add_stat_fieldsStephen Toub1-0/+2
2017-04-19For Reflection invoke, use ArgLocDescjashook3-10/+84
2017-04-19Change ICLRRuntimeHost2 to ICLRRuntimeHost4 for Windows corerun. (#10967)Jim Ma3-22/+44
2017-04-19Add Dev/Ino fields to Interop.Sys.FileStatusStephen Toub1-0/+2
2017-04-19[x86/Linux] Do NOT run GC on Transition (#11056)Jonghyun Park1-13/+12
2017-04-18Revert "Add SecurityZone stub" (#11053)Viktor Hofer1-11/+0
2017-04-18Merge pull request #10933 from hqueue/ryujit/enable_nodebash_statsBruce Forstall1-1/+1
2017-04-18Merge pull request #11021 from mskvortsov/array-offset-mlaBruce Forstall2-10/+6
2017-04-18Implement the createdump policy options and env variables (#11032)Mike McLaughlin5-38/+127
2017-04-18Merge pull request #11050 from ellismg/remove-duplicate-resourcesMatt Ellis1-9/+0
2017-04-18Remove /RELEASE option required for device drivers (#11023)Gaurav Khanna1-0/+4
2017-04-18Merge pull request #11047 from stephentoub/task_iscompletedsuccessfullyStephen Toub6-11/+10