summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge pull request #6278 from Dmitri-Botcharnikov/feature-gdbjitnoahfalk5-1/+1165
2016-07-27GC update from CoreRT (#6487)Jan Kotas1-2/+7
2016-07-27Add flag to check re-entrancy of JIT notificationEvgeny Pavlov1-1/+7
2016-07-26Merge pull request #6467 from briansull/multireg-return2Brian Sullivan3-15/+26
2016-07-26Merge pull request #6418 from rahku/crossgenRahul Kumar1-3/+61
2016-07-26Enable multireg returns on Arm64Brian Sullivan3-15/+26
2016-07-25Do not insert gcstress interrupt instruction at call to JIT_RareDisableHelperRahul Kumar1-3/+61
2016-07-25Arm64: DebuggerRama Krishnan Raghupathy6-21/+116
2016-07-25Fix inlining of '__jit_debug_register_code' on ARM32 release buildEvgeny Pavlov1-2/+3
2016-07-22GetGcInfo(): Add a missing contract declarationSwaroop Sridhar1-0/+1
2016-07-22Use LLVM headers for generation ELF and Dwarf filesEvgeny Pavlov2-432/+16
2016-07-22Change 'Extract' -> 'GetValue' to prevent memory leaksEvgeny Pavlov1-6/+6
2016-07-22Use NewArrayHolder instead of raw pointersEvgeny Pavlov2-82/+9
2016-07-22Fix indentation in cmake fileEvgeny Pavlov1-3/+3
2016-07-22Fix after review:Evgeny Pavlov3-5/+32
2016-07-22Create coreclr delegate inside coreclr_initializeEvgeny Pavlov1-2/+2
2016-07-22Add GDB JIT support for source line debug information.Dmitri Botcharnikov4-1/+1620
2016-07-21Merge pull request #6277 from kyulee1/fragehKyungwoo Lee1-17/+12
2016-07-21Refactor GC background thread creation (#6384)Jan Vorlicek1-19/+78
2016-07-21Remove DBG GcInfo encoder/decoder (#6374)Swaroop Sridhar7-992/+1
2016-07-20GCInfo: Support versioning.Swaroop Sridhar10-91/+127
2016-07-20ARM64: Enable Function FragmentKyungwoo Lee1-17/+12
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek3-39/+73
2016-07-19Fix for CoreCLR 6269 - Trigger formal binding if domain-wide cache does not h...Gaurav Khanna2-27/+18
2016-07-18Add to model.xml several members we wish to expose in the FX (#6310)Dan Moseley1-4/+2
2016-07-14Make StubHelpers::ProcessByrefValidationList NOTHROW (#6258)Jan Vorlicek1-2/+10
2016-07-13Merge pull request #6247 from ellismg/add-back-exception-membersMatt Ellis1-1/+1
2016-07-12Merge pull request #6226 from rahku/crossgenRahul Kumar1-2/+0
2016-07-12Suppress Interactive Shell when running PSMatt Ellis1-1/+1
2016-07-12Expose missing members of Array to prep for dotnet/corefx#9998. (#6230)Dan Moseley1-2/+0
2016-07-12ARM64: In GetDelegateTarget a portion of the _WIN64 code was under _TARGET_AM...Rahul Kumar1-2/+0
2016-07-12Fix exceptions in GC wave 2 (#6220)Jan Vorlicek3-25/+3
2016-07-08Merge pull request #6190 from dotnet-bot/from-tfsBrian Sullivan1-1/+1
2016-07-09Fix exceptions in GC (#6192)Jan Vorlicek4-0/+134
2016-07-08Fixing the build break/unsigned to signed warning.Tarek Mahmoud Sayed1-1/+1
2016-07-07MarshalAs(UnManaged.ByValArray) overflow.Tijoy Tom Kalathiparambil4-91/+113
2016-07-05Merge pull request #6124 from dotnet-bot/from-tfsBruce Forstall1-0/+5
2016-07-05Merge pull request #6093 from rahku/arm64retbufRahul Kumar2-10/+37
2016-07-05only use config on coreclrMaoni Stephens1-0/+5
2016-07-02Added 2 configs for Server GCMaoni02-0/+9
2016-07-01Revert Pinvoke ILStub calli signature for desktop clrRahul Kumar2-10/+37
2016-07-01Merge pull request #6084 from Maoni0/gc_etwMaoni Stephens4-6/+15
2016-07-01FIX #6074 : cannot find exception handler on arm (#6088)chunseoklee1-2/+2
2016-06-30GC ETW fixes. The code for getting data for ETW and perf counter was written ...Maoni04-6/+15
2016-06-28Merge pull request #5978 from rahku/arm64retbufRahul Kumar2-1/+9
2016-06-28Fix Pinvoke IL Stubs to emit correct return type in signature of calli instru...Rahul Kumar2-1/+9
2016-06-24Merge pull request #5991 from kyulee1/stacklimitKyungwoo Lee1-4/+1
2016-06-24ARM64: Fix StackLimitKyungwoo Lee1-4/+1
2016-06-24Fix Issue #5542 (#5827)chunseoklee3-0/+43
2016-06-23Undo accidental changeJan Kotas1-1/+1