summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Merge pull request #12087 from sdmaclea/PR-JIT-AcquireRelease-SimpleCasesCarol Eidt4-20/+91
2017-06-07delete BLOCKSET_INIT_NOCOPY and BLOCKSET_INIT. (#12144)Sergey Andreenko4-20/+12
2017-06-07rename temp variables with meaningful names. (#12023)Sergey Andreenko1-26/+22
2017-06-07Simplify genRegArgNext() (#12124)Bruce Forstall1-38/+22
2017-06-07Merge pull request #12138 from pgavlin/CheckLIRCodegenPat Gavlin1-0/+2
2017-06-07Merge pull request #12139 from pgavlin/coredistoolsfixPat Gavlin1-0/+7
2017-06-07Merge pull request #12109 from briansull/ibc-tuningBrian Sullivan1-2/+3
2017-06-07Define `__cdecl` if necessary in coredistools.h.Pat Gavlin1-0/+7
2017-06-07Run the LIR checker before codegen.Pat Gavlin1-0/+2
2017-06-07Merge pull request #12122 from BruceForstall/CleanupEffectiveValBruce Forstall6-13/+13
2017-06-07Merge pull request #11994 from CarolEidt/ThroughputCarol Eidt4-488/+709
2017-06-06Fix portable build sos plugin problems (#12125)Mike McLaughlin1-15/+16
2017-06-06Fix build breakage on high-processsor machines (#12114)Omair Majid1-0/+2
2017-06-06Restore logic for when to use satellite resource lookup under AppX (#12117)Jan Kotas4-61/+2
2017-06-06More formattingCarol Eidt1-2/+2
2017-06-06FormattingCarol Eidt1-6/+6
2017-06-06Streamline LSRA for non-enregistered lclVarsCarol Eidt4-489/+710
2017-06-06Remove use of gtEffectiveVal in RyuJIT codegenBruce Forstall6-13/+13
2017-06-06Merge pull request #12079 from hseok-oh/ryujit/fix_11850Bruce Forstall1-1/+1
2017-06-06Merge pull request #11897 from wtgodbe/TestCorrectVersionWilliam Godbe2-0/+14
2017-06-06Fix for CoreRT issue https://github.com/dotnet/corert/issues/3672 (armel tize...sergey ignatov1-7/+15
2017-06-06Test packages from current build in pipelinewtgodbe2-0/+14
2017-06-06Merge pull request #12069 from CarolEidt/CrossGenMinOptsCarol Eidt1-0/+7
2017-06-06Fixed the loading of ReadyToRun tuning native imageBrian Sullivan1-2/+3
2017-06-06Rename CMAKE_ENABLE_CODE_COVERAGE to CLR_CMAKE_ENABLE_CODE_COVERAGE (#12106)Omair Majid1-1/+1
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko13-157/+134
2017-06-06Fix crash due to lack of PSPSym in the CoreRT ABI (#12082)Petr Bred1-5/+6
2017-06-05[Local GC] Add TrapReturningThreads to the GC/EE interface (#12067)Sean Gillespie8-4/+27
2017-06-06TypeForwardedFrom attributes on coretypes for NetFX serialization (#12059)Viktor Hofer50-86/+83
2017-06-05Merge pull request dotnet/corert#3793 from dotnet/nmirrorJan Kotas2-3/+14
2017-06-05Disable AppDomainLeaks configuration option for now until it is removed (#12095)Sean Gillespie1-1/+6
2017-06-05Merge pull request #11205 from mskvortsov/FixFloatingLdStBrian Sullivan10-241/+240
2017-06-05Merge pull request #11884 from mikedn/arm-cmp-setccPat Gavlin8-232/+90
2017-06-05Do not set GTF_IND_UNALIGNED on byte sized typesSteve MacLean, Qualcomm Datacenter Technologies, Inc1-4/+4
2017-06-05[Arm64] Respond to review commentsSteve MacLean, Qualcomm Datacenter Technologies, Inc2-5/+9
2017-06-05[Arm64] Handle exclusive decode group in insEncodeDatasizeLS()Steve MacLean, Qualcomm Datacenter Technologies, Inc1-1/+3
2017-06-05[Arm64] Use Store Release when practical for genCodeForStoreIndSteve MacLean, Qualcomm Datacenter Technologies, Inc1-7/+36
2017-06-05[Arm64] Use Load Acquire when practical for genCodeForIndirSteve MacLean1-8/+44
2017-06-05Inline YieldProcessor on Linux (#12058)Xiangyang (Mark) Guo6-84/+12
2017-06-05More ldar/stlr supportSteve MacLean, Qualcomm Datacenter Technologies, Inc1-0/+6
2017-06-05[Arm64] Add emitInsTargetRegSize support for ldar/stlrSteve MacLean, Qualcomm Datacenter Technologies, Inc1-0/+6
2017-06-05Merge pull request #12025 from hseok-oh/ryujit/remorph_filedlistCarol Eidt1-5/+13
2017-06-05Update morph.cppHyeongseok Oh1-2/+0
2017-06-05Fix an excess allocation of internal registersMikhail Skvortcov1-20/+27
2017-06-05Forbid making lea contained for vstr/vldrMikhail Skvortcov3-7/+50
2017-06-05Modify genCreateAddrMode to make it behave the same way as on arm64Mikhail Skvortcov1-12/+12
2017-06-05Adapt shared genLeaInstruction for arm32Mikhail Skvortcov4-10/+31
2017-06-05Remove arm32's genLeaInstructionMikhail Skvortcov1-27/+0
2017-06-05Move arm64's genLeaInstruction into codegenarmarch.cppMikhail Skvortcov2-125/+125
2017-06-05Revert commit dfca51c6Mikhail Skvortcov2-48/+3