summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2019-01-18Add comments on headers that gets parsed by Mono linker for whoever touches t...Sung Yoon Whang1-0/+8
2019-01-14Large version bubble Support (#21727)Andon Andonov4-2/+13
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri4-225/+245
2019-01-10Normalize a few more spin-wait loops (#21586)Koundinya Veluri2-0/+223
2019-01-07Fix incorrect assignment of READYTORUN_HELPER_[Dbl|Flt][Rem/Round] (#21836)Tomáš Rylek1-4/+4
2018-12-26desktop port (#21523)Maoni Stephens2-2/+13
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-6/+7
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean2-78/+0
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský1-1/+2
2018-12-17Do not use CorHost2::m_fStarted to gate execution (#20953)Steve MacLean1-8/+3
2018-12-17Add specialized allocation helpers (#21561)Michal Strehovský2-5/+11
2018-12-07Add support for loading registered TLBs (#21430)Aaron Robinson1-0/+6
2018-12-05Delete FEATURE_TREAT_NI_AS_MSIL_DURING_DIAGNOSTICS (#21387)Jan Kotas1-11/+0
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-1/+0
2018-12-03Merge pull request #21264 from fiigii/x64onlyCarol Eidt1-9/+11
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-2/+2
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek2-132/+138
2018-11-30Update how CoreDisTools is discovered (#21261)Aaron Robinson2-10/+3
2018-11-29Update JIT/EE getMethodNameFromMetadata to get enclosing class nameFei Peng1-9/+11
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas5-305/+138
2018-11-21Delete dead/unused code (#21138)Jan Kotas4-685/+0
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas2-16/+3
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský2-13/+30
2018-11-15Update CrstTypeTool to produce spaces (#21029)David Wrighton2-174/+178
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au1-3/+5
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar1-0/+6
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers1-5/+21
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas2-34/+0
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas1-5/+3
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au1-3/+5
2018-11-08EventPipe support for "Parameters" (#20796)José Rivero1-25/+27
2018-11-06Pull out GetContainingObjectAndrew Au1-22/+0
2018-11-06GetContainingObject should be a method of ICorDebugValueAndrew Au1-15/+22
2018-11-06Change GetContainingObject APIAndrew Au1-4/+4
2018-11-06Fix ARM compilation issueAndrew Au1-0/+1
2018-11-06Fix a couple bugs in GetContainingObjectAndrew Au1-4/+5
2018-11-06ICorDebug API documentationAndrew Au1-3/+53
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au1-0/+1
2018-11-06Fix collision with ICorDebugProcess9 to 10Andrew Wang1-1/+1
2018-11-06Eliminate dataBreakpointMask from ICorDebugAndrew Au1-1/+1
2018-11-06Making sure issues are tracked by TODOsAndrew Au1-0/+2
2018-11-06Firing the GC events within the thread suspensionAndrew Au2-175/+175
2018-11-06ContainerObject -> ContainingObjectAndrew Au1-1/+1
2018-11-06Pass databreakpoint mask into debuggerTom McDonald1-1/+1
2018-11-06Implement ICorDebugManagedCallback4::DataBreakpointTom McDonald1-2/+3
2018-11-06ICorDebugValue -> ICorDebugObjectValue on GetContainerObject()Andrew Au1-1/+1
2018-11-06Boilerplate for adding new DBI methodAndrew Au2-11/+11
2018-11-06Passing ICorDebugProcess instead of ICorDebugControllerAndrew Au1-2/+2
2018-11-06The GC events are now working, somewhat ...Andrew Au1-174/+175
2018-11-06Saving progress - works towards gc eventsAndrew Au1-0/+12