Merge pull request #12489 from jashook/unix_x64_and_arm64_fasttailcall_fix
[platform/upstream/coreclr.git] / src / jit /
2017-08-21 Jarret ShookMerge pull request #12489 from jashook/unix_x64_and_arm...
2017-08-19 Pat GavlinMerge pull request #12892 from pgavlin/LivenessDCE
2017-08-19 Sergey Andreenkodelete unused return argument (#13468)
2017-08-19 Noah FalkMerge pull request #13392 from noahfalk/tiered_jit_fix_...
2017-08-18 Wes HaggardMerge pull request #13472 from dotnet/revert-13464...
2017-08-18 Pat GavlinImprove DCE in liveness.
2017-08-18 Andy AyersJIT: extend gc descriptor for ppp quirked local struct...
2017-08-18 Wes HaggardMerge pull request #13439 from dotnet-maestro-bot/maste...
2017-08-18 Joseph TremouletMerge pull request #13314 from JosephTremoulet/loops
2017-08-18 Bruce ForstallMerge pull request #13400 from sergign60/arm_build
2017-08-18 jashook[Unix x64|Arm64] Correct canfastTailCall decisions
2017-08-18 Sergey IgnatovFix for CoreRT issue https://github.com/dotnet/coreclr...
2017-08-18 Bruce ForstallMerge pull request #13445 from hseok-oh/ryujit/fix_13421
2017-08-18 Bruce ForstallMerge pull request #13442 from BruceForstall/EnableSupe...
2017-08-18 Pat GavlinSplit fgComputeLifeLocal's subcases into separate funct...
2017-08-18 Hyeongseok Oh[RyuJIT/ARM32] Set carry bit: neg operation
2017-08-18 Roman ArtemevMerge pull request #12632 from rartemev/issue_12464
2017-08-17 Joseph TremouletRefactor loop identification into a class
2017-08-17 Joseph TremouletLay out loop bodies contiguously
2017-08-17 Roman ArtemevFix legacy backend crash
2017-08-17 Joseph TremouletMerge pull request #13426 from JosephTremoulet/Conserva...
2017-08-17 Bruce ForstallMerge pull request #13419 from wateret/fix-arm-lea...
2017-08-17 Carol EidtMerge pull request #13198 from CarolEidt/LowerContain
2017-08-17 Carol EidtMerge pull request #13100 from sjsinju/currentInterval2
2017-08-17 Joseph TremouletUse conservative VN in CSE candidate const check
2017-08-17 Hanjoung Lee[RyuJIT/arm32] Fix LEA codegen
2017-08-16 Carol EidtMove Containment Analysis to Lowering
2017-08-16 Jarret ShookMerge pull request #13208 from jashook/add_gc_stress_ar...
2017-08-16 Jarret ShookMerge pull request #13377 from jashook/arm64_alignment
2017-08-16 jashookRestrict alignment assert to only if volatile
2017-08-16 sjsujinkimFix formatting
2017-08-16 sjsujinkimFix genIsValidDoubleReg not found
2017-08-16 sjsujinkim[RyuJIT/ARM32] Add additional unassignToInterval if...
2017-08-15 Bruce ForstallMerge pull request #13029 from mikedn/disp-bbid
2017-08-15 Joseph TremouletMerge pull request #13366 from mikedn/imp-init-array
2017-08-15 Andy AyersJIT: fix CHK/REL diff from fgRetypeImplicitByRefArgs...
2017-08-15 Jan KotasSkip null checks for implicit byref argument references...
2017-08-15 Shiming GeMerge pull request #13310 from shimingsg/v-shige/add...
2017-08-15 Shiming GeMerge pull request #13334 from shimingsg/v-shige/add...
2017-08-15 Shiming GeMerge pull request #13362 from shimingsg/v-shige/add...
2017-08-15 Bruce ForstallMerge pull request #13328 from hseok-oh/ryujit/tmp_high...
2017-08-14 Wes HaggardMerge pull request #13365 from dotnet-maestro-bot/maste...
2017-08-14 Bruce ForstallMerge pull request #13364 from hqueue/arm/ryujit/issue_...
2017-08-14 Mike DanesDump basic block ids instead of pointers
2017-08-14 Bruce ForstallMerge pull request #13350 from BruceForstall/FixVSO478352
2017-08-14 Mike DanesDo not use GT_INDEX in impInitializeArrayIntrinsic
2017-08-14 Hyung-Kyu Choi[RyuJIT/ARM32] Fix regression
2017-08-11 Bruce ForstallMerge pull request #13332 from wateret/fix-ryuarm-hfa
2017-08-11 Bruce ForstallFix double-indirect p/invoke call generation
2017-08-11 sergey ignatovFixed CoreRT issue https://github.com/dotnet/coreclr...
2017-08-11 Hanjoung Lee[RyuJIT/armel] Fix PutArgReg BuildRefPositions
2017-08-11 Carol EidtMerge pull request #13306 from hseok-oh/ryujit/fix_13156
2017-08-11 Hyeongseok OhFix genSpillVar
2017-08-11 Hyeongseok Oh[RyuJIT/ARM32] TmpVar for expensive struct argument
2017-08-11 Shiming GeMerge pull request #13285 from shimingsg/v-shige/add...
2017-08-10 Pat GavlinMerge pull request #13299 from pgavlin/GH13161
2017-08-10 Bruce ForstallMerge pull request #13304 from BruceForstall/FixVSO471672
2017-08-10 Andy AyersJIT: modify box/unbox/isinst/castclass expansions for...
2017-08-10 Bruce ForstallMerge pull request #13307 from wateret/cleanup-armel...
2017-08-10 Bruce ForstallMerge pull request #13309 from wateret/arm-getregcount
2017-08-10 Joseph TremouletMerge pull request #13286 from JosephTremoulet/TailLoop...
2017-08-10 Hanjoung Lee[RyuJIT/armel] Cleanup with OperIsMultiRegOp()
2017-08-10 Hanjoung Lee[RyuJIT/armel] Introduce GetRegCount() for MultiRegOp
2017-08-10 Carol EidtMerge pull request #13284 from wateret/fix-13281
2017-08-10 Hyeongseok OhFix lclVar move node type inserted in lsra phase
2017-08-10 Bruce ForstallCopy additional GenTreeBoundsChk fields in gtCloneExpr
2017-08-10 Carol EidtMerge pull request #13190 from jyoungyun/ryujit/use_the...
2017-08-09 Pat GavlinFix issue #13161.
2017-08-09 Wes HaggardMerge pull request #13234 from janvorli/add-rhel6-offic...
2017-08-09 Wes HaggardMerge pull request #13268 from dotnet-maestro-bot/maste...
2017-08-09 Sergey AndreenkoAdd fail-fast check after lvaGrabTemp in impImportBlock...
2017-08-09 Pat GavlinMerge pull request #12802 from pgavlin/VSO462269
2017-08-09 Pat GavlinFix VSO 462269.
2017-08-09 Stephen ToubMerge pull request #13270 from stephentoub/refactor_tas...
2017-08-09 Hanjoung Lee[RyuJIT/arm32] Fix Regression
2017-08-09 Joseph TremouletEnsure scratch BB in tail recursion -> loop xform
2017-08-09 Brian SullivanMerge pull request #13276 from dotnet-bot/from-tfs
2017-08-08 Brian SullivanFix fo CoreCLR cofde formating error
2017-08-08 Brian SullivanFix possibly uninitialized warning
2017-08-08 Bruce ForstallMerge pull request #12168 from gbalykov/remove-relocati...
2017-08-08 Bruce ForstallUse logf() instead of JitDump() (#13265)
2017-08-08 Pat GavlinMerge pull request #13261 from pgavlin/VSO475427
2017-08-08 Bruce ForstallMerge pull request #13263 from BruceForstall/FixDesktop...
2017-08-08 Pat GavlinMerge pull request #13259 from pgavlin/VSO469210
2017-08-08 Pat GavlinFormat code.
2017-08-08 Pat GavlinMerge pull request #13260 from pgavlin/VSO471670
2017-08-08 Jiyoung Yun[ARM32/RyuJIT] Set the source candidates for PutArgSpli...
2017-08-08 Jiyoung Yun[ARM32/RyuJIT] Use regtype instead of node's type in...
2017-08-08 Carol EidtMerge pull request #13023 from wateret/fix-12994
2017-08-08 Pat GavlinFix VSO 475427.
2017-08-07 Pat GavlinFix VSO 471670.
2017-08-07 Pat GavlinFix VSO 469210.
2017-08-07 Joseph TremouletMerge pull request #13250 from JosephTremoulet/CaptureHead
2017-08-07 Brian SullivanMerge pull request #13236 from briansull/arm-issue
2017-08-07 Joseph TremouletStop rejecting loops with backward exits
2017-08-07 Brian SullivanRemoved the legacy JIT32 assert regarding 4-byte alignm...
2017-08-07 Gleb BalykovReview fixes
2017-08-07 Hanjoung Lee[RyuJIT/armel] Fix ifdef condition and Formatting Error
2017-08-07 Hanjoung Lee[RyuJIT/armel] arg regs are always TYP_INT
2017-08-07 Hanjoung Lee[RyuJIT/armel] Allocate one more temp for call address
next