summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2016-12-08[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)Jonghyun Park1-0/+2
2016-12-07Refactor Span<T> to ease implementation of JIT intrinsics (#8497)Jan Kotas1-2/+1
2016-12-06[x86/Linux] Fix Dacp structure size mismatch (#8377)SaeHie Park1-45/+68
2016-12-05[x86/Linux] Fix dangling ClrCaptureContext (#8453)Jonghyun Park1-3/+3
2016-12-02Introduce CORINFO_EH_CLAUSE_SAMETRY flag for CoreRT ABI (#8422)Jan Kotas1-4/+6
2016-12-01Re-enable UMThkCallFrame and fix compile errors (#8411)Jonghyun Park1-1/+1
2016-11-30Fix mismatch between longfilepathwrappers.cpp and longfilepathwrappers.h (#8370)Jonghyun Park1-4/+4
2016-11-30Fix mismatch between sortversioning.h and sortversioning.cpp (#8366)Jonghyun Park1-6/+6
2016-11-29[x86/Linux] Add virtual dtor for ArrayStubCache class (#8339)Jonghyun Park1-1/+1
2016-11-29[x86/Linux] Disable WIN64EXECPTION and fix related changes (#8375)SaeHie Park2-3/+3
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-0/+4
2016-11-29[x86/Linux] Fix constructor missing in UnmanagedToManagedFrame (#8275)SaeHie Park1-1/+1
2016-11-28[x86/Linux] Fix unknown type name 'PTR_RUNTIME_FUNCTION' (#8272)SaeHie Park1-2/+5
2016-11-27Merge pull request #8199 from Maoni0/local_gcMaoni Stephens1-0/+22
2016-11-23[x86/linux] Fix redefined DISPATCHER_CONTEXT compile error (#8246)SaeHie Park1-7/+2
2016-11-23[GDBJIT] Fix thunk symbol generation for ARM (#8205)Andrey Kvochko1-0/+11
2016-11-23[x86/Linux] Fix compile error with exception handling (#8269)SaeHie Park2-3/+3
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-0/+22
2016-11-23[x86/Linux] Fix compile error redifinition RUNTIME_FUNCTION (#8249)SaeHie Park1-2/+2
2016-11-09Disable GUI dialogs on Windows by defaultRuss Keldorph2-2/+7
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek1-7/+0
2016-11-02[ARM] Implement BitPosition with arm intrinsics (#7819)Hanjoung Lee1-1/+5
2016-11-01Update GCInfoDecoder with CoreRT changes (#7938)Jan Kotas2-16/+48
2016-10-30Span support in VMJan Kotas1-0/+4
2016-10-28Merge pull request #7817 from JeremyKuhne/movefsJeremy Kuhne1-0/+2
2016-10-28Copy CoreFX FileStream to CoreLibJeremy Kuhne1-0/+2
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen1-2/+2
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall4-27/+169
2016-10-27Fixed gcinfoencoder build errors. (#7826)Jim Ma1-0/+9
2016-10-25Change JIT-EE interface GUIDBruce Forstall1-5/+5
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