summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-15Update License Info (#11617)Tarek Mahmoud Sayed3-159/+1
2017-05-15Throw PNSE in ThreadPoolBoundHandle.BindHandle on Unixes (#11613)Koundinya Veluri5-22/+69
2017-05-15Remove unused code from excepx86.cpp (#11602)Jonghyun Park1-33/+0
2017-05-15Allow coniguration of sampling rate. (#11595)Brian Robbins5-13/+31
2017-05-15EventPipe: Prepend variable length field sizes (#11600)Brian Robbins2-3/+12
2017-05-14Fix minidump hang under shipping lldb 3.9.1 (#11591)Mike McLaughlin1-1/+1
2017-05-13Disable ETW calls on UNIX.Brian Robbins2-5/+7
2017-05-12Fix String.IndexOf with empty string input (#11587)Tarek Mahmoud Sayed1-1/+1
2017-05-12Enable Symbolic Rundown for EventPipe (#11582)Brian Robbins8-10/+163
2017-05-12Revert "Merge changes from TFS"Jarret Shook1-2/+2
2017-05-12Put the serialization marker under its own IFDEF. (#11568)Brian Robbins1-1/+1
2017-05-12Don't allow specification of needStack to EventPipeProvider when creating an ...Brian Robbins3-9/+25
2017-05-12Only call EventActivityIdControl ETW function on Windows. (#11549)Brian Robbins1-2/+2
2017-05-12Delete non-shared version and switch over to shared version.Atsushi Kanamori4-320/+3
2017-05-12Merge pull request dotnet/corert#3601 from dotnet/nmirrorJan Kotas2-0/+157
2017-05-12Merge pull request #10972 from hqueue/arm/ryujit/lsraCarol Eidt4-22/+177
2017-05-12Merge pull request #11500 from dotnet-bot/from-tfsJarret Shook1-2/+2
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins26-112/+2286
2017-05-11Re-morph lclVar nodes after simplifying (ind (addr (lclVar))). (#11531)Pat Gavlin2-4/+24
2017-05-11Merge pull request #11528 from sdmaclea/PR-ARM64-Add-ldar-stlr-instrsBrian Sullivan3-0/+49
2017-05-11Merge pull request #11468 from sdmaclea/PR-ARM64-3092Brian Sullivan1-7/+48
2017-05-11Removes unneeded Serializable attributes from enums and delegates. They can b...Morgan Brown51-73/+0
2017-05-11[RyuJIT/ARM32] Fix GT_NEG decomposition (#11495)mskvortsov1-2/+6
2017-05-11[RyuJIT/ARM32] Implement for GT_STORE_OBJ (#10721)Sujin Kim5-19/+125
2017-05-11Comment per reviewSteve MacLean1-0/+1
2017-05-11Fix build.Brian Robbins2-3/+40
2017-05-11[RyuJIT/ARM32] Fix assertion in 'unreached' when using emitIns_R_L (#11486)Sujin Kim1-0/+4
2017-05-11Handle ADC in x86 unwindLazyState (#11527)Michelle McDaniel1-0/+2
2017-05-11Add back private BadImageFormatException constructor called by the VM (#11523)Jan Kotas4-15/+26
2017-05-11Fix AssemblyName version (#11505)Sepideh Khoshnood4-4/+323
2017-05-11[Arm64] Fixup stlr instrsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-3/+3
2017-05-11[Arm64] Add emitter support for ldar/stlrSteve MacLean, Qualcomm Datacenter Technologies, Inc3-0/+49
2017-05-11[Arm64] Fix instGen_Set_Reg_To_Imm per reviewSteve MacLean, Qualcomm Datacenter Technologies, Inc1-32/+31
2017-05-10Merge pull request #11437 from mjsabby/eventpipetoprofilerapiNoah Falk7-21/+931
2017-05-10Remove eventpipe stuff left from prev commitMukul Sabharwal1-6/+0
2017-05-10add prebuilt fileMukul Sabharwal1-29/+2
2017-05-10Remove EventPipeProfiler due to time constraintsMukul Sabharwal11-199/+2
2017-05-10Allow multiple SetData calls on AppDomain (#11496)Alex Ghiondea2-53/+6
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins15-70/+309
2017-05-10Merge pull request #11478 from sdmaclea/PR-ARM64-9711Brian Sullivan2-0/+61
2017-05-10Add version.txt to the coreclr transport package (#11497)Jose Perez Rodriguez2-0/+11
2017-05-10Renable building frankenjitdotnet-bot1-2/+2
2017-05-10[ARM/Linux] Enable build with FEATURE_DBGIPC=0 (#11254)Jonghyun Park1-2/+9
2017-05-10[Arm64] Revise GTF_IND_VOLATILE per commentsSteve MacLean, Qualcomm Datacenter Technologies, Inc2-11/+26
2017-05-10Fix clang version detection in src/pal/tools/gen-buildsys-clang.sh (#11398)Jan Vorlicek1-1/+1
2017-05-10Update the License to MIT for coreclr repo (#11482)Tarek Mahmoud Sayed1-0/+7
2017-05-10Allow users to enable automatic NI bind fallback via command-line (#11485)Jonghyun Park1-2/+2
2017-05-09Fix lldbplugin to properly build with lldb 3.9. (#11480)Mike McLaughlin1-1/+1
2017-05-09Merge pull request #11465 from JosephTremoulet/StaticHoistJoseph Tremoulet5-26/+69
2017-05-09Merge pull request #11351 from sdmaclea/PR-ARM64-RRSS-SSRRBrian Sullivan6-63/+286