summaryrefslogtreecommitdiff
path: root/src/vm/gccover.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri1-37/+32
2019-06-29Fix GCStress issue on x86 and Arm (#25445)Brian Sullivan1-52/+13
2019-06-05Fix GCStress coverage for multi reg returns. (#24826)Sergey Andreenko1-241/+347
2019-05-23Delete RETURNTYPE and change how we get ReturnKind for gccover. (#24600)Sergey Andreenko1-12/+14
2019-05-04Revert "Fix GCStress for multireg returns. "Sergey Andreenko1-27/+9
2019-05-03Update the comment.Sergey Andreenko1-1/+1
2019-05-02Fix DoGcStress for multireg return with GC pointers.Sergey Andreenko1-9/+27
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna1-4/+0
2019-02-15Fix bug in FindDispatchSlot usageAaron Robinson1-1/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-2/+0
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek1-1/+1
2018-11-19Make code in `getTargetMethodDesc` more reliable. (#21101)Sergey Andreenko1-14/+22
2018-06-28Typo (#18684)John Doe1-1/+1
2018-05-29Fix GCStress assertionSteve MacLean1-1/+6
2018-05-24Typo (#18122)John Doe1-1/+1
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-60/+25
2017-11-30Fix GC stress C bug for arm (#15269)Jan Vorlicek1-15/+12
2017-07-27Fix `getTargetOfCall` for ARM.Pat Gavlin1-0/+4
2017-07-24Add the runtime code versioning featurenoahfalk1-3/+3
2017-03-22Fix an issue where GCStress allocated objects using the Gen 0 alloc context (...Sean Gillespie1-1/+4
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-4/+4
2016-10-10Remove an overly fragile assertion.Pat Gavlin1-18/+0
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar1-3/+3
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-6/+6
2016-07-25Do not insert gcstress interrupt instruction at call to JIT_RareDisableHelperRahul Kumar1-3/+61
2016-07-20GCInfo: Support versioning.Swaroop Sridhar1-10/+10
2016-06-06Merge pull request #5452 from seanshpark/fixgccoverRahul Kumar1-2/+4
2016-06-03Fix encoding of gccover.cpp. (#5458)Austin Wise1-5/+5
2016-06-03ARM64/Linux: fix compile error 'cannot be narrowed to type int'SaeHie Park1-2/+4
2016-06-02Merge pull request #5356 from swaroop-sridhar/TrapSwaroop Sridhar1-24/+113
2016-06-02Enable FEATURE_HIJACK for ARM (#5404)Jonghyun Park1-0/+4
2016-06-01GCStress: Fix a race-conditionSwaroop Sridhar1-24/+113
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-21Fix x86chk coresys buildAditya Mandaleeka1-1/+1
2016-01-21Fix ProjectK build breaks related to GC Stress change.Aditya Mandaleeka1-1/+1
2016-01-15Add support for GCStress 0xC.Aditya Mandaleeka1-63/+50
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-1/+1
2015-11-24Small architecture specific changes to fix the build on linux arm64.jashook1-1/+1
2015-10-27[arm] Fix the debug build as wellGeoff Norton1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1683