summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2016-12-22ARM: A step towards the RyuJIT/ARM32 backend.Mikhail Skvortcov8-137/+1697
2016-12-21Use Pabsd/pabsw/pabsb instructions for Abs SIMD intrinsic on SSE4 and above t...sivarv5-10/+60
2016-12-21Merge pull request #8697 from sivarv/lockAddFixSivarv1-1/+26
2016-12-20Fix GT_LOCKADD register specification.sivarv1-1/+26
2016-12-20Merge pull request #8693 from JosephTremoulet/ValueNumberFieldJoseph Tremoulet1-4/+3
2016-12-20Use field type value-numbering local field storesJoseph Tremoulet1-4/+3
2016-12-19Merge pull request #8674 from AndyAyersMS/BiggerBlockFlagAndy Ayers4-21/+20
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-0/+4
2016-12-17Widen basic block flag field to 64 bitsAndy Ayers4-21/+20
2016-12-15Merge pull request #8642 from CarolEidt/Fix359736Carol Eidt1-0/+8
2016-12-15Merge pull request #8207 from CarolEidt/StreamlineResolutionCarol Eidt2-61/+198
2016-12-15Merge pull request #8329 from litian2025/Fix_SIMDScalarMoveEncodingSivarv2-17/+19
2016-12-14Fix SIMD Scalar Move Encoding: VEX.L should be 0Li Tian2-17/+19
2016-12-14Correctly sequence fgMorphModToSubMulDivCarol Eidt1-0/+8
2016-12-14Fix ref count adjustment in `fgMorphBlockStmt`.Pat Gavlin1-6/+6
2016-12-14Merge pull request #8601 from pgavlin/gh7963Pat Gavlin7-45/+84
2016-12-14Add support for R2R ldvirtftn helpers (#8608)Michal Strehovský1-5/+17
2016-12-13Merge pull request #8617 from hqueue/arm/test20161210/IsContainableImmedBruce Forstall1-1/+67
2016-12-13Fix the ARM32 build.Pat Gavlin1-2/+2
2016-12-13Fix consume-order checking in codegen.Pat Gavlin6-43/+82
2016-12-13Fix incorrect compare narrowing in TreeNodeInfoInitCmpMike Danes1-27/+26
2016-12-13Ryujit/ARM32 Initial Lowering::IsContainableImmed for ARMHyung-Kyu Choi1-1/+67
2016-12-12Merge pull request #8520 from hqueue/arm/test20161208/lowercastCarol Eidt1-2/+68
2016-12-13Ryujit/ARM32 Implement Lowering::LowerCast for ARMHyung-Kyu Choi1-2/+68
2016-12-12Merge pull request #8532 from sivarv/fixedRegFixSivarv1-43/+39
2016-12-12Merge pull request #8541 from briansull/vso-287671Brian Sullivan1-0/+2
2016-12-10Fix typo in clang-format directive and reformat end of flowgraph.cpp (#8573)Andy Ayers1-845/+822
2016-12-09Fix to issue 8286.sivarv1-43/+39
2016-12-09Merge pull request #8544 from sivarv/moveRegFixSivarv1-7/+8
2016-12-08Fix to issue 8287.sivarv1-7/+8
2016-12-08Merge pull request #8539 from sandreenko/fix-unix-unwind-infosandreenko1-1/+14
2016-12-08Merge pull request #8537 from pgavlin/VSO299202Pat Gavlin1-1/+45
2016-12-08Merge pull request #8543 from pgavlin/VSO299207Pat Gavlin1-3/+2
2016-12-08Fix unix unwind infoSergey Andreenko1-1/+14
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek5-10/+13
2016-12-08Correct an assertion in LSRA.Pat Gavlin1-3/+2
2016-12-08The fix is to set the GTF_EXCEPT and GTF_GLOB_REF for every GT_DYN_BLK node t...Brian Sullivan1-0/+2
2016-12-08Disable special put args for LIMIT_CALLER on x86.Pat Gavlin1-1/+45
2016-12-08Remove an unused local variableHyung-Kyu Choi1-1/+0
2016-12-07Merge pull request #8509 from dotnet-bot/from-tfsBrian Sullivan1-3/+3
2016-12-07Merge pull request #8505 from pgavlin/VSO297215Pat Gavlin1-18/+15
2016-12-07Enable POGO build and link for CodegenMirrorBrian Sullivan1-3/+3
2016-12-07Merge pull request #8482 from CarolEidt/Fix8220Carol Eidt4-21/+77
2016-12-07Merge pull request #8488 from sivarv/upperSaveSivarv1-7/+24
2016-12-07Use a left-leaning comma tree when morphing a stelem.ref helper.Pat Gavlin1-18/+15
2016-12-07Merge pull request #8503 from pgavlin/VSO289704Pat Gavlin1-5/+8
2016-12-07Remove a use of `gtGetOp` in earlyprop.Pat Gavlin1-5/+8
2016-12-07Use only lower floats for Vector3 dot and equalityCarol Eidt4-21/+77
2016-12-06Streamline LSRA resolutionCarol Eidt2-61/+198
2016-12-06Fix to issue 8356.sivarv1-7/+24