summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Remove DBG GcInfo encoder/decoder (#6374)Swaroop Sridhar7-992/+1
2016-07-20GCInfo: Support versioning.Swaroop Sridhar10-91/+127
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
2016-06-23Add missing contractsJan Kotas2-1/+7
2016-06-23Enable out-of-proc unwinding on ARM (#5946)kvochko2-4/+19
2016-06-23Build the GC as part of its own CMake target (#5932)Sean Gillespie1-12/+0
2016-06-22Merge pull request #5891 from rahku/arm64retbufRahul Kumar9-88/+119
2016-06-22Cleanup hardware exception handling (#5916)Jan Vorlicek2-30/+25
2016-06-21Fixing build break on x86 and arm.Fadi Hanna2-2/+2
2016-06-21Arm64:return buffer arg should be passed in x8Rahul Kumar9-88/+119
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna13-525/+864
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek6-28/+49
2016-06-17Merge pull request #5862 from adityamandaleeka/remove_dead_codeAditya Mandaleeka3-230/+1
2016-06-17Remove dead code in notifyexternalsAditya Mandaleeka3-230/+1
2016-06-17Merge pull request #5852 from gkhanna79/Fix5837Gaurav Khanna1-0/+5
2016-06-17Add missing check to allow assembly bound using the Resolving event to be use...Gaurav Khanna1-0/+5
2016-06-17Use Use LEAF_END_MARKED instead of LEAF_END for various functions (#5849)Jonghyun Park2-5/+5
2016-06-16ARM64: Fix WriteBarrierKyungwoo Lee1-1/+2
2016-06-15Update SpecializeComparer for enums (#5805)James Ko1-0/+29
2016-06-15Merge pull request #5682 from lemmaa/fix-error-index-must-be-an-integer-in-rangeRahul Kumar1-8/+7
2016-06-15[ARM64/Linux] Fix `error: index must be an integer in range.`Sung-Jae Lee1-8/+7
2016-06-14Fix incorrect buffer limits in Module.FullyQualifiedName QCall (#5753)Jan Kotas1-25/+10
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas17-72/+57