summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Use POSIX "command" instead of non-standard "which" (#8823)Jürgen Hötzel2-17/+17
2017-01-05Merge pull request #8820 from pgavlin/RemoveVarTmpPat Gavlin4-6/+0
2017-01-05Remove `BasicBlock::bbVarTmp`.Pat Gavlin4-6/+0
2017-01-05Revert "Adding Microsoft.NETCore.Native package (#8791)"Sedar Gokbulut17-497/+0
2017-01-05Use x86 crossbuild for cross-architecture component on x64-linux (#8722)Hyeongseok Oh1-11/+10
2017-01-05Use armel instead of arm-softfp (#8771)Hyung-Kyu Choi3-5/+5
2017-01-05Fix unsigned_abs function on Unix (#8805)Jan Vorlicek1-4/+0
2017-01-04Merge pull request #8809 from pgavlin/FixJitStressFailurePat Gavlin1-0/+2
2017-01-04Merge pull request #8711 from sivarv/simdAbsOptSivarv6-125/+266
2017-01-04Fix VSO 359733. (#8803)Pat Gavlin1-3/+5
2017-01-04Merge pull request #8804 from adiaaida/devdiv_362706Michelle McDaniel1-0/+10
2017-01-04Add a missing ref count bump in DecomposeLclFld.Pat Gavlin1-0/+2
2017-01-04Fix NULL string printing in printf (#8800)Jan Vorlicek28-42/+216
2017-01-04Fix DevDiv 362706Michelle McDaniel1-0/+10
2017-01-04Accelerate Abs intrinsic even in cases where there is no direct instruction s...sivarv6-125/+266
2017-01-04Adding Microsoft.NETCore.Native package (#8791)Sedar Gokbulut17-0/+497
2017-01-04Path normalization performance improvementsJan Kotas9-129/+99
2017-01-04Delete unused fileJan Kotas2-76/+0
2017-01-04Use ArrayPool for PathHelperJan Kotas12-610/+226
2017-01-04[x86/Linux] Implement ResolveWorkerChainLookupAsmStub (#8780)SaeHie Park3-5/+102
2017-01-04[x86/Linux] Implement SinglecastDelegateInvokeStub (#8799)SaeHie Park3-5/+39
2017-01-03Remove un-necessary ITuple constraint (#8793)Julien Couvreur1-3/+13
2017-01-03Redo some argument name corrections (#8727)Stephen A. Imhoff11-25/+25
2017-01-03Merge pull request #8757 from JosephTremoulet/FixHeapLiveInJoseph Tremoulet2-24/+3
2017-01-03Merge pull request #8789 from pgavlin/VSO359737Pat Gavlin1-1/+4
2017-01-03Add a comment per code review.Pat Gavlin1-0/+2
2017-01-03Merge pull request #8788 from JohnChen0/apisetJohn Chen1-1/+1
2017-01-03Merge pull request #8751 from mellinoe/corelibraries-unixEric Mellino1-1/+5
2017-01-03Remove unnecessary `canEndWithoutSeparator` parameter (#8786)Justin Van Patten1-86/+44
2017-01-03TimeZoneInfo.StringSerializer can be a struct (#8784)Justin Van Patten1-3/+3
2017-01-03Adjust ref counts during EH normalization (#8713)Andy Ayers1-0/+5
2017-01-03Fix DevDiv bug 359737.Pat Gavlin1-1/+2
2017-01-03Fix a typo that caused AVX2 flag to be unsetJohn Chen (CLR)1-1/+1
2017-01-03TimeZoneInfo.StringSerializer: Avoid some unnecessary allocations (#8783)Justin Van Patten1-60/+46
2017-01-03Only add CORE_LIBRARIES to TPA list if it is different from clrFilesAbsolutePathEric Mellino1-1/+4
2017-01-03ArrayPool fixes (#8774)Jan Kotas4-22/+9
2017-01-02TimeZoneInfo: Reduce intermediate allocations in GetTimeZoneIds on Unix (#8769)Justin Van Patten1-27/+30
2017-01-02[Linux/ARM32] duplicated definition in crosscomp.h (#8729)Hyeongseok Oh1-0/+2
2017-01-02[x86/Linux] Fix UMThunkStub calling convension (#8714)SaeHie Park1-28/+21
2017-01-01Delete unused Diagnostics files (#8754)James Ko2-108/+0
2017-01-01Delete unused Threading types/members (#8766)James Ko7-4981/+0
2017-01-01Delete unused SymbolStore files (#8767)James Ko11-461/+0
2016-12-31Delete unused IO files (#8753)James Ko11-4297/+6
2016-12-30Fix heap live-in calculationJoseph Tremoulet2-24/+3
2016-12-30Remove dead parameter in value-numberingJoseph Tremoulet2-10/+5
2016-12-29Add CORE_LIBRARIES to the TPA list if it's set in unixcoreruncommonEric Mellino1-1/+2
2016-12-28Fix order of raising AssemblyLoadContext.Unloading and AppDomain.ProcessExit ...Caio Kinelski2-16/+29
2016-12-28Fix Bitposition funtion (#8739)Hyeongseok Oh1-2/+2
2016-12-27Merge pull request #8734 from justinvp/tzi_filesJan Kotas7-3502/+3592
2016-12-27Remove ifdefs from TimeZoneInfoJustin Van Patten4-2448/+2497