summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-04Support interprter build when INTERP_TRACING is not set (#12625)Jonghyun Park3-19/+21
2017-07-04Remove unused global variable (#12620)Jonghyun Park1-4/+0
2017-07-04Hide methods in IdDispenser (instead of using DacNotImpl) (#12624)Jonghyun Park1-14/+6
2017-07-04Delete unnecessary code (#12607)Jan Kotas1-18/+0
2017-07-03Merge pull request #12608 from pgavlin/FixDSEPat Gavlin1-1/+1
2017-07-03create GetAssertionIndex to convert from unsigned to AssertionIndex (#12554)Sergey Andreenko3-39/+52
2017-07-03Fix a bug in LIR dead store removal.Pat Gavlin1-1/+1
2017-07-03[x86/Linux] Restore PTR_MethodTable in FastPrimitiveArrayAllocator (#12569)Jonghyun Park1-2/+11
2017-07-01Move the bitset iterator for bitsetasuint64inclass inside the bitset. (#12553)Sergey Andreenko2-56/+50
2017-06-30Improve fgAddRefPred (#12585)Bruce Forstall1-17/+21
2017-06-30Merge pull request dotnet/corert#4046 from dotnet/nmirrorMichal Strehovský2-0/+2
2017-06-30Reducing diffs with CoreRT (#12579)Jan Kotas8-138/+66
2017-06-30Merge pull request #12568 from hseok-oh/ryujit/fix_11781Bruce Forstall1-1/+2
2017-06-30Remove unnecessary update of RegRecord in LSRA (#12474)Hyung-Kyu Choi1-1/+3
2017-06-30[RyuJIT/ARM32] Return HFA struct (#12453)Hyeongseok Oh3-217/+220
2017-06-30Fix an issue where g_ephemeral_low would never get bashed into the write (#12...Sean Gillespie1-2/+5
2017-06-30Merge pull request #12570 from mskvortsov/FixVisitOperandsPat Gavlin1-0/+3
2017-06-30Merge pull request #11815 from hseok-oh/ryujit/struct_split_smallCarol Eidt4-16/+108
2017-06-30Merge pull request #12559 from rartemev/fix_build_breakBruce Forstall1-1/+1
2017-06-30Add a missing case to GenTree::VisitOperands()Mikhail Skvortcov1-0/+3
2017-06-29Merge pull request #12566 from adityamandaleeka/fix_license_header_winrtdqAditya Mandaleeka1-5/+3
2017-06-29Merge pull request #12540 from pgavlin/OperandVisitorPat Gavlin8-171/+475
2017-06-30[ARM32/RyuJIT] Lowering: enable passing split struct less than 16 bytesHyeongseok Oh4-16/+108
2017-06-30[RyuJIT/ARM32] Fix using fgMorphMultiregStructArg for mkrefanyHyeongseok Oh1-1/+2
2017-06-29Fix license header on new file.Aditya Mandaleeka1-5/+3
2017-06-29Merge pull request #12535 from adityamandaleeka/dispatcher_queues_coreclrAditya Mandaleeka2-0/+144
2017-06-29Make libnuma soft dependency (#12556)Adeel Mujahid2-51/+133
2017-06-29Merge pull request dotnet/corert#4004 from dotnet/nmirrorMichal Strehovský1-9/+9
2017-06-29Use public ConditionalWeakTable iterator (#12564)Jan Kotas3-136/+28
2017-06-29Move JIT_TrialAlloc declaration into jitinterfacex86.cpp (#12562)Jonghyun Park2-35/+33
2017-06-29Remove m_ prefixes in BinaryReader.cs (#12561)Jan Kotas1-107/+107
2017-06-29Address PR feedback.Pat Gavlin2-2/+8
2017-06-29Format code.Pat Gavlin3-5/+8
2017-06-29Implement a /verbose flag to show the verbose output from crossgenBrian Sullivan4-11/+21
2017-06-29Fix build failure in internal buildsRoman Artemev1-1/+1
2017-06-29Change LSRA to use the operand visitor.Pat Gavlin1-23/+24
2017-06-29Refactor LSRA's operand use builder.Pat Gavlin1-136/+120
2017-06-29Replace some uses of the operand iterator with the operand visitor.Pat Gavlin5-22/+22
2017-06-29Add a generic operand visitor to `GenTree`.Pat Gavlin2-0/+310
2017-06-29Make ResourceManager netstandard 2.0 API behave correctly (#12536)Tarek Mahmoud Sayed1-9/+7
2017-06-29Use the number of GC threads to calculate spin count (#12525)Xiangyang (Mark) Guo1-3/+3
2017-06-29Merge pull request #12538 from dotnet-bot/from-tfsBruce Forstall1-2/+0
2017-06-29Merge pull request #12360 from wateret/armel/dblargCarol Eidt12-26/+123
2017-06-29Delete file moved to shared partitionJan Kotas2-430/+0
2017-06-29Merge pull request dotnet/corert#4004 from dotnet/nmirrorMichal Strehovský2-1/+407
2017-06-29Fix GC contract violation (#12542)Jan Kotas1-0/+1
2017-06-29[RyuJIT/armel] Support `double` argument passingHanjoung Lee12-26/+123
2017-06-28[x86/Linux] Adjust SP in throwing helper block (#12504)Jonghyun Park1-1/+20
2017-06-28Merge pull request #12534 from dotnet-bot/from-tfsPat Gavlin1-1/+1
2017-06-28Merge pull request #12487 from pgavlin/GenTreeVisitorPat Gavlin8-1054/+777