summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-10Update IntrospectionExtensions.cs (#8029)Greg G1-14/+7
2016-11-10BinaryReader: Use cached default encoding instance (#8017)Justin Van Patten1-1/+1
2016-11-09Remove unneeded field from BinaryWriter (#8015)Justin Van Patten1-0/+2
2016-11-09StreamWriter/BinaryWriter: Use same cached encoding instance (#8018)Justin Van Patten4-15/+18
2016-11-09Avoid repeated delegate allocations in FileStream.FlushAsync (#8048)Justin Van Patten1-1/+1
2016-11-09Add missing ref emit enum members for ns2.0 (#8062)Alex Perovich5-9/+9
2016-11-09Add IntPtr constructors to FileStream (#8063)Jeremy Kuhne2-1/+29
2016-11-09Don't turn off compCanUseSSE2 on x86 RyuJIT under jit stress. (#8068)Sivarv1-0/+8
2016-11-09Port Marshal.GenerateProgIdForType in CoreCLR (#8070)Faizur Rahman1-4/+2
2016-11-09Merge pull request #8069 from shrah/masterFaizur Rahman1-1/+1
2016-11-09Fix missing exports in mscordaccore.so (#8058)Jan Vorlicek1-1/+7
2016-11-09Return Type.GUID for Marshal.GenerateGuidForType in CoreCLRFaizur Rahman1-1/+1
2016-11-09Memory growth algorithm improvement in coreconsole (#7870)Roman Shchekin1-1/+1
2016-11-09Inliner: enable inlining of methods with conditional throws (#8038)Andy Ayers3-25/+3
2016-11-09Merge pull request #7981 from sandreenko/fix_vn_in_csesandreenko1-24/+28
2016-11-09Merge pull request #8033 from RussKeldorph/nopopupRuss Keldorph5-16/+24
2016-11-09Merge pull request #8041 from ericstj/updateBuildToolsEric StJohn1-6/+4
2016-11-09Merge pull request #8049 from sivarv/lsraAssertFixSivarv1-2/+2
2016-11-09Disable GUI dialogs on Windows by defaultRuss Keldorph5-16/+24
2016-11-09[Linux][GDBJIT] Fix crashes related with locals debug info generation (#7874)Evgeny Pavlov2-9/+13
2016-11-09Fix IntermediateOutputPath for mscorlib facadeEric St. John1-6/+4
2016-11-08Avoid failures when allocate memory in native (#8028)Tarek Mahmoud Sayed6-10/+39
2016-11-08Merge pull request #8043 from stephentoub/remove_delegate_allocStephen Toub1-1/+3
2016-11-08If the very first ref position of an interval has a register assignment of RB...sivarv1-2/+2
2016-11-08Merge pull request #8040 from sandreenko/additional-commit-for-PR-8014sandreenko1-3/+9
2016-11-08Merge pull request #8023 from pgavlin/MoveAltJitCrossgenPat Gavlin1-0/+5
2016-11-08Merge pull request #8035 from hseok-oh/fix_7871Bruce Forstall7-6/+44
2016-11-08Remove delegate allocation per ThreadPoolBoundHandleOverlappedStephen Toub1-1/+3
2016-11-08Merge pull request #8004 from shrah/masterFaizur Rahman4-2/+15
2016-11-08Revert Michal jit changesSergey Andreenko1-3/+9
2016-11-08Report CORINFO_FLG_CONTAINS_GC_PTR for TypedReference (#8014)Michal Strehovský1-1/+1
2016-11-08Expose Marshal.CleanupUnusedObjectsInCurrentContextFaizur Rahman4-2/+15
2016-11-08[Linux][GDB-JIT] Fix lldb stepping issues (#7777)Igor Kulaychuk3-202/+398
2016-11-08fix typoHyeongseok Oh1-1/+1
2016-11-08Support GetHFAType in SuperPMI for ARM32 hardFPHyeongseok Oh7-6/+44
2016-11-07Merge pull request #8026 from jashook/arm64_g_flag_multiregstructargJarret Shook1-1/+10
2016-11-07Arm64 add missing G flag and possibly X flagsjashook1-1/+10
2016-11-07Change crossgen to always pass USE_SSE2 to the JIT.Pat Gavlin1-0/+5
2016-11-07Set VN argument for changeOper during morph.Sergey Andreenko1-24/+28
2016-11-07Merge pull request #8011 from sivarv/lsraFixSivarv1-1/+2
2016-11-07Merge pull request #8006 from pgavlin/VSO278369Pat Gavlin1-20/+25
2016-11-07Enforces aligned access for Single/Double values (#7993)Jonghyun Park1-4/+4
2016-11-06Removal of the ansicurrSymbol variable. (#7999)varocarbas1-14/+2
2016-11-05Change default file permissions on Unix to 666 (#7995)Stephen Toub1-7/+7
2016-11-04Merge pull request #7985 from AlexGhiondea/ExposeMarshalAPIAlex Ghiondea3-16/+57
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek101-4268/+40
2016-11-04While unassigning a phyReg, establish association with a previous intervalsivarv1-1/+2
2016-11-04Fix VN propagation for binops.Pat Gavlin1-20/+25
2016-11-04Expose the Marshal APIs that use SecureStringAlex Ghiondea3-16/+57
2016-11-04Merge pull request #7996 from JosephTremoulet/OptRepeatJoseph Tremoulet7-56/+223