summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-04Update to AutoTrace (#24936)John Salem3-9/+28
2019-06-04Being consistent (#24927)Youssef13131-15/+110
2019-06-04follow the ICU User Guide recommendation to optimize the perf of InvariantCul...Adam Sitnik1-17/+36
2019-06-03Specify TaskScheduler.Default in EventPipeEventDispatcher (#24930)Stephen Toub1-1/+1
2019-06-03Avoid moving the bitOffset twice when enumerating safepointsAndrew Au1-2/+0
2019-06-03Fix signature mismatch between managed and unmanaged GetCodeInfo signatures (...Jan Kotas4-22/+5
2019-06-03Remove some event trace asserts that can fail if tracing is stopped at a part...Koundinya Veluri1-6/+0
2019-06-03Remove unnecessary Shared<T> class from Task (#24931)Stephen Toub1-15/+2
2019-06-03Adjust several `where T : class?` constraints (#24894)Stephen Toub4-12/+16
2019-06-03Removing the TestAllOnes, TestAllZeros, and TestMixOnesZeros methods from the...Tanner Gooding5-103/+0
2019-06-03Fix initialize methods to set m_Header correctly (#24892)John Salem1-0/+9
2019-06-03Fix logic for deletionJuan Hoyos1-5/+3
2019-06-03Fix event pipe session provider list clearJuan Sebastian Hoyos Ayala1-6/+2
2019-06-02Final touchAndrew Au2-2/+2
2019-06-02Productize auto_traceJohn Salem2-15/+49
2019-06-02AutoTrace - launch dotnet trace to capture trace as soon as the runtime is av...Andrew Au4-1/+98
2019-06-02Improve fatal err msg (#24390)Dan Moseley10-76/+30
2019-05-31Move EventPipeEventSource deletion to a better place (#24901)Sung Yoon Whang1-2/+5
2019-05-31Fix FileStream.FlushAsync() to behave like Flush() (#24902)Stephen Toub1-18/+2
2019-05-31Handle a zero byte cpblk (#24871)Carol Eidt7-31/+20
2019-05-31Fix overlooked moduleIndex initial value (#24881)Jan Vorlicek1-1/+1
2019-05-31Makes GetTotalAllocatedBytes monotonic in nonprecise case. (#24875)Vladimir Sadov1-5/+23
2019-05-30Delete dead code (#24876)Jan Kotas2-51/+0
2019-05-30Check that we are using a valid IDispatch invocation flag earlier to limit th...Jeremy Koritzinsky1-0/+5
2019-05-30Remove unused code in vm/util.* (#24863)Aaron Robinson4-431/+8
2019-05-30Merge pull request #24869 from briansull/desktop-build-fixesBrian Sullivan4-1/+7
2019-05-30Create NearDiffer in SuperPMI based on specified targetArchitecture (#24860)Egor Chesakov1-1/+13
2019-05-30Support running SuperPMI with ARM protononjit.dll (#24840)Egor Chesakov3-12/+50
2019-05-30Remove BuildTools from product build (#24841)Elinor Fung1-42/+0
2019-05-30Fixes for building the Desktop JIT in CodegenMirrorBrian Sullivan4-1/+7
2019-05-30Add build-tools.cmd (#24817)Jan Vorlicek3-5/+4
2019-05-30Add Environment.TickCount64 (#24857)Stephen Toub4-1/+21
2019-05-30Implement R2R helpers for synchronized methods (#24646)Michal Strehovský4-6/+17
2019-05-30Frkaya/gcc fix 052919 (#24845)Sinan Kaya2-2/+2
2019-05-30Allow generating HW intrinsics in crossgen (#24689)Michal Strehovský2-9/+32
2019-05-29Remove all uses of CanRunManagedCode() (#24847)Aaron Robinson16-559/+177
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin4-9/+46
2019-05-29Add COMPlus_LTTng environment variable (#24733)John Salem2-5/+21
2019-05-29Sort out ARM load/store instruction size issues (#20126)mikedn10-264/+148
2019-05-29Refactor native build to remove the compiler-override files (#23897)Jeremy Koritzinsky9-99/+14
2019-05-29Stop specifying cdecl for ComponentEntryPoint (default to stdcall) (#24833)Elinor Fung1-1/+0
2019-05-29Change binary op tree display (#20045)mikedn1-62/+38
2019-05-29Add back AssemblyDescription attribute (#24819)Sven Boemer1-0/+1
2019-05-29Specify restore sources in optdata.csproj (#24825)Elinor Fung1-0/+7
2019-05-28Create the Concept of Multiple EventPipe Sessions (#24417)José Rivero30-1081/+1478
2019-05-28Use Arcade for native versioning (#24785)Elinor Fung4-41/+15
2019-05-28Fix nullable annotationJan Kotas1-1/+1
2019-05-28Fix superfluous delegate allocations in Unix WaitSubsystem (#7454)Jan Kotas1-3/+4
2019-05-28Add null checks before calling ClassLoader::EnsureLoaded (#24818)Jan Kotas1-2/+6
2019-05-28Change StreamReader.ReadBufferAsync to return ValueTask<int> (#24810)Stephen Toub1-1/+1