summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek2-10/+0
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri3-2/+5
2018-09-28Make `structType` optional in jitEEInterface method `getFieldType`. (#20191)Sergey Andreenko1-1/+1
2018-09-28Added transcript of ARMEnabled. (#20181)Alexander Soldatov1-1/+1
2018-09-25Delete dead .NET Framework activation code (#20134)Jan Kotas1-1116/+0
2018-09-17Use elaborated type specifiers to prevent meaning changes (#20019)Jan Kotas1-9/+9
2018-09-13Adding the ARM floating point registers to the cordebug.idl file (#19934)Andrew Au1-0/+32
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas2-73/+27
2018-09-07Add Basic Out-of-Process EventPipe Control and Heap Snapshot Capture (#19720)Brian Robbins1-0/+1
2018-09-06Add support for collectible types to SOS (#19842)Jan Vorlicek2-0/+30
2018-09-03Deal with cross-bitness compilation warnings Pt.2 (#19781)Egor Chesakov2-2/+6
2018-09-01i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792)sergey ignatov1-12/+14
2018-08-30Fix CoreCLR debug launch (#19730)Andrew Au1-1/+1
2018-08-29Define T_RUNTIME_FUNCTION in cross-bitness crossgen ARM32 (#19718)Egor Chesakov3-3/+14
2018-08-23Deal with compilation warnings in VM in cross-bitness scenario (#18707)Egor Chesakov3-11/+11
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek3-2/+21
2018-08-17Enable Tiered Compilation by default (#19525)Koundinya Veluri1-2/+1
2018-08-10update order of locks so jitstress is unblocked (#19401)David Mason2-174/+174
2018-08-07FillRegDisplay: initialize volatileCurrContextPointers for ARM and ARM64 (#19...Konstantin Baladurin1-1/+12
2018-08-02Remove unused/nop/questionable code (#19239)Aaron Robinson2-142/+0
2018-08-01Allow rejit on attach (#19054)David Mason2-2/+3
2018-08-01Cross-bitness in GcInfoEncoder::Build() (#19206)Egor Chesakov1-1/+0
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas4-360/+0
2018-07-27spmi: exclude methods using a file with saved md5 hashes. (#18769)Sergey Andreenko1-0/+13
2018-07-23Remove hosthook api (#19079)Aaron Robinson1-1/+0
2018-07-22Enable profiler attach on Windows (#18762)Sung Yoon Whang2-26/+22
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas3-36/+20
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu1-42/+23
2018-07-17Delete redundant broken offsetof definitions (#18947)Jan Kotas5-39/+4
2018-07-16Apply tiering's call counting delay more broadly (#18610)Koundinya Veluri4-13/+29
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov3-11/+49
2018-06-26More Dead String (#18664)Henry Sharber1-816/+0
2018-06-25Cross-bitness in instance fields placement and CORINFO structs (#18366)Egor Chesakov2-0/+23
2018-06-25Fix nested-anon-types warnings (#18591)Adeel Mujahid1-92/+106
2018-06-24Removed dead strings used in debug-only code (#18622)hsharber1-3719/+0
2018-06-19PInvoke calli support for CoreRT (#18534)Jan Kotas1-5/+11
2018-06-18Removed dead strings from corerror.xmlHenry Sharber1-155/+0
2018-06-14clean up list of disabled warnings. (#18318)Sergey Andreenko2-38/+15
2018-06-06Cross-bitness support in JitInterface (#18329)Egor Chesakov1-0/+4
2018-06-05Add instructions for making idl file changes (#18188)Noah Falk1-0/+12
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-2/+6
2018-06-04Fix error during compilation with /permissive- (#18272)Andrey Kurdyumov1-1/+1
2018-06-03Warnings cleanup (#18260)Robin Sue1-16/+0
2018-05-27Typo (#18141)John Doe1-1/+1
2018-05-10Specify ordering between CrstUniqueStack and CrstReadyToRunEntryPointToMethod...Sung Yoon Whang2-2/+2
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers3-105/+118
2018-04-17Ensure thumb bit is set when searching for debugger jit info on ARM (#17617)Chris Sienkiewicz1-1/+1
2018-04-10Fix x86 steady state tiered compilation performance (#17476)Noah Falk1-0/+3
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas3-25/+0
2018-04-04Fix ARM32 on ARM64 Tracing (#17417)Brian Robbins1-2/+2