summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2016-10-24Merge pull request #7706 from mjsabby/lcgjitprofcallbacksnoahfalk1-0/+87
2016-10-24Replace LPVOID with void*Jan Kotas1-12/+12
2016-10-23Simplify GCINFODECODER_CONTRACTJan Kotas1-6/+0
2016-10-23Delete DISABLE_EH_VECTORSJan Kotas2-14/+1
2016-10-23Delete _TARGET_SET_ macroJan Kotas1-26/+0
2016-10-21Address CR feedbackMukul Sabharwal1-13/+20
2016-10-21Merge pull request #7672 from sandreenko/helper-for-corertsandreenko2-8/+13
2016-10-21Add LCG JIT Compilation Profiler CallbacksMukul Sabharwal1-0/+80
2016-10-17ifdef for EE versionSergey Andreenko1-0/+2
2016-10-17helper for corertSergey Andreenko2-8/+11
2016-10-17helper for corertSergey Andreenko2-8/+11
2016-10-14NullReferenceException APIs (#7338)Sven Boemer1-1/+134
2016-10-10Fix buffer length usage in UTF-8 to Unicode conversion (#7540)John Chen1-0/+3
2016-10-06Enable legacy JIT fallback for CoreCLR on Windows x86Bruce Forstall1-0/+6
2016-09-22Merge pull request #7318 from dotnet-bot/from-tfsJan Kotas1-5/+0
2016-09-22Fix Unable to step through Visual Studio remote debugger with coreclr executa...Mike McLaughlin1-0/+29
2016-09-22GcInfo V2 for Jit32 Desktopdotnet-bot1-5/+0
2016-09-20Merge pull request #7280 from JosephTremoulet/BoundsCheckDisableJoseph Tremoulet1-1/+1
2016-09-20Respect JitNoRangeChks flag in RyuJitJoseph Tremoulet1-1/+1
2016-09-18X86 GcEncode: Support V1 and V2 encodingsSwaroop Sridhar2-3/+4
2016-09-15Update _MSC_FULL_VER check for constexpr handlingJoseph Tremoulet1-5/+7
2016-09-14Merge pull request #6974 from swaroop-sridhar/gc86Swaroop Sridhar5-220/+291
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar5-220/+291
2016-09-12Clean up COMPlus_JitMemStats / MEASURE_MEM_ALLOC (#7119)Peter Kukol1-1/+1
2016-09-08Merge pull request #6764 from swgillespie/gc-interface-3Sean Gillespie2-3/+4
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie2-3/+4
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by building...kchoi2-5/+4
2016-09-06Enable FEATURE_JIT_METHOD_PERF always (even when FEATURE_CORECLR is on). (#7028)Peter Kukol1-1/+1
2016-09-02Implement FixupPrecode for Arm64Rama Krishnan Raghupathy1-1/+1
2016-08-30Merge pull request #6867 from rahku/returnHijackRahul Kumar1-4/+12
2016-08-29Enable return address hijacking for arm64.Rahul Kumar1-4/+12
2016-08-29Merge pull request #6961 from dotnet-bot/from-tfsBruce Forstall1-1/+1
2016-08-25Fix build break. checkin done by tarekmsdotnet-bot1-1/+1
2016-08-24GcInfo: Don't use slim header for struct-returnsSwaroop Sridhar1-0/+7
2016-08-22Conditionally disable C4702 "unreachable code" warningsBruce Forstall1-0/+12
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin2-4/+21
2016-08-12More fixes for unreachable code warnings with older compilerJan Kotas2-1/+17
2016-08-12Merge pull request #6712 from dotnet-bot/from-tfsJan Kotas1-0/+7
2016-08-12Enable FEATURE_STUBS_AS_IL for ARM/Linux (#6500)Jonghyun Park1-5/+10
2016-08-11Fix unreachable code warnings with MSVC++ 18.10Jan Kotas1-0/+7
2016-08-11Prepare jit source for clang-tidyMichelle McDaniel3-2/+9
2016-08-09Fix for VCR 190024210 and Win SDK 10.0.14393.0 (#6674)Peter Jas1-7/+11
2016-08-08Modify "crossgen -createpdb" to skip loading clrjit.dll (#6607)John Chen (CLR)2-1/+10
2016-08-05Merge pull request #6522 from swaroop-sridhar/gcinfov2Swaroop Sridhar4-10/+279
2016-08-05Implement GcInfo v2Swaroop Sridhar4-10/+279
2016-08-05Merge pull request #6577 from lukasztomczyk/threadpool-spinwaitconfigKoundinya Veluri1-0/+1
2016-08-04Adding support to the following generic dictionary entry slots for R2R: (#6291)Fadi Hanna3-2/+5
2016-08-03Adding Support for FieldDescSlot generic dictionary entries for R2R generic c...Fadi Hanna2-3/+4
2016-08-02Expose ThreadPool_UnfairSemaphoreSpinLimit configLukasz Tomczyk1-0/+1
2016-07-27Fix a couple of paths related to exception codes. (#6497)Aditya Mandaleeka1-1/+1