summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Merge pull request #2138 from LLITCHEV/SysVTestsLubomir Litchev3-55/+80
2015-11-25Remove duplicate assignment in Compiler::gtNodeHasSideEffectsAlexandr Nikitin1-1/+0
2015-11-24Fixes for Issues #s 2105 and 2106.Lubomir Litchev3-55/+80
2015-11-24Remove unused variable from Optimizer Compiler::optHoistLoopExprsForTree methodAlexandr Nikitin1-1/+0
2015-11-21Fix GenTreeBoundsChk:: gtThrowKind check in GenTree::Compare()Maks Naumov1-1/+1
2015-11-20Merge pull request #2096 from LLITCHEV/SysVTestsLubomir Litchev2-10/+18
2015-11-18Fix for issue 2058.Lubomir Litchev2-10/+18
2015-11-18Merge pull request #2092 from BruceForstall/CleanupTargetHIfdefsBruce Forstall1-94/+32
2015-11-18Simplify JIT target.h #ifdefs for ETW_EBP_FRAMEDBruce Forstall1-94/+32
2015-11-18Merge pull request #2088 from kyulee1/corertJan Kotas3-9/+19
2015-11-18A few fixes for standlone Jit buildKyungwoo Lee3-9/+19
2015-11-17Merge pull request #2079 from mikedn/no-decompJan Kotas1-0/+2
2015-11-17Fix RyuJIT assert 'emitCurIG != emitPrologIG'Bruce Forstall1-1/+3
2015-11-17Ifdef out useless codeMike Danes1-0/+2
2015-11-16Fix for a rotation transformation bug.Eugene Rozenfeld1-2/+3
2015-11-12Merge pull request #2030 from jkotas/vs2015-update1-buildbreakJan Kotas1-1/+1
2015-11-12Fix build break on VS2015 Update 1Jan Kotas1-1/+1
2015-11-12Merge pull request #2009 from LLITCHEV/Issue1995-1Lubomir Litchev3-17/+89
2015-11-11Fix for issue 1995.Lubomir Litchev3-17/+89
2015-11-11Implement improvements for rotation matching.Eugene Rozenfeld2-19/+67
2015-11-03Some code cleanup for the SystemVStructs work.Lubomir Litchev3-199/+120
2015-10-30Merge pull request #1906 from LLITCHEV/Issue1831Lubomir Litchev1-1/+19
2015-10-30Merge pull request #1903 from jashook/masterJan Kotas1-26/+0
2015-10-30Merge pull request #1852 from botaberg/fixsyntaxx86Jan Kotas1-2/+2
2015-10-30Remove redefinition of new and delete in alloc.hJarret Shook1-26/+0
2015-10-30Fix for GH issue #1884.Lubomir Litchev1-1/+19
2015-10-29Fix reloc type in the absence of reloc hintSenthil1-1/+1
2015-10-29Merge pull request #1893 from LLITCHEV/Issue1831Lubomir Litchev3-217/+312
2015-10-29Fix putarg_stk for tail call functions.Lubomir Litchev3-217/+312
2015-10-29Merge pull request #1873 from kangaroo/arm-cleanupAditya Mandaleeka1-1/+1
2015-10-27[arm] Clean up a few places where the arm build has bit rottedGeoff Norton1-1/+1
2015-10-26Merge pull request #1862 from LLITCHEV/Issue1831Lubomir Litchev1-4/+26
2015-10-25Fix for a build break. The gtNewOperNode is not a member of Lowering, but of ...Lubomir Litchev1-1/+1
2015-10-25Fix build break.Matt Ellis1-1/+1
2015-10-23Fixed the bug described in GH issue 1831.Lubomir Litchev1-4/+26
2015-10-22Fix syntax error due to UNIX_AMD64_ABI_ONLY_ARG evaluating to an empty string...John Bottenberg1-2/+2
2015-10-21 Generate efficient code for rotation patterns.Eugene Rozenfeld19-23/+395
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev26-757/+4116
2015-10-15Merge pull request #1777 from dotnet-bot/from-tfsMatt Ellis1-0/+1
2015-10-15Add missing .gitmirror file.Matt Ellis1-0/+1
2015-10-14Remove assert found in internal testingMatt Mitchell1-2/+0
2015-10-07Producing standalone Jit for testingKyungwoo Lee3-0/+50
2015-09-23Delete incorrect AMD64 ifdefJan Kotas1-1/+4
2015-09-23Handle direct call ReadyToRun helpersJan Kotas1-1/+1
2015-09-22Fix to VectorCopyTo test that are failing with NullReferencException on an AV...Venkata Sivaramakrishna Ramadugu2-1/+25
2015-09-18Disable the clang/llvm optimizer for a method that triggers wrong codegen.Lubomir Litchev2-13/+21
2015-09-16Fix for Issue #3164.Lubomir Litchev1-0/+12
2015-09-11Replace 'long' by 'int' to avoid bug on LinuxBruce Forstall1-1/+1
2015-09-09Fix to correctly spill a special putarg_reg when the fixed register assigned ...Venkata Sivaramakrishna Ramadugu1-2/+11
2015-08-27Merge pull request #1445 from LLITCHEV/masterLubomir Litchev1-0/+7