Move TreeNodeInfoInit to LinearScan
[platform/upstream/coreclr.git] / src / jit / lsra.cpp
2017-08-25 Carol EidtMove TreeNodeInfoInit to LinearScan
2017-08-25 Pat GavlinMerge pull request #13245 from pgavlin/NoExpandIndex
2017-08-23 William GodbeMerge pull request #13533 from wtgodbe/buildNumber
2017-08-23 Brian SullivanMerge pull request #13534 from dotnet-bot/from-tfs
2017-08-23 Bruce ForstallMerge pull request #13540 from wateret/fix-13423
2017-08-23 Carol EidtMerge pull request #13450 from sjsinju/genisvaliddoublereg
2017-08-22 William GodbeMerge pull request #12216 from ellismg/fix-warnings
2017-08-21 Stephen ToubMerge pull request #13424 from stephentoub/versionspan
2017-08-21 sjsujinkimChange the position of unassignPhysReg()
2017-08-19 Noah FalkMerge pull request #13392 from noahfalk/tiered_jit_fix_...
2017-08-18 Bruce ForstallMerge pull request #13400 from sergign60/arm_build
2017-08-18 sjsujinkimRemove unnecessary genIsValidDoubleReg() assertion
2017-08-18 Bruce ForstallMerge pull request #13445 from hseok-oh/ryujit/fix_13421
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-16 Carol EidtMove Containment Analysis to Lowering
2017-08-16 Jarret ShookMerge pull request #13208 from jashook/add_gc_stress_ar...
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 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 Bruce ForstallMerge pull request #13350 from BruceForstall/FixVSO478352
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 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 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 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 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 Carol EidtMerge pull request #13190 from jyoungyun/ryujit/use_the...
2017-08-09 Wes HaggardMerge pull request #13234 from janvorli/add-rhel6-offic...
2017-08-09 Pat GavlinMerge pull request #12802 from pgavlin/VSO462269
2017-08-08 Bruce ForstallMerge pull request #12168 from gbalykov/remove-relocati...
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 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-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
2017-08-07 Hanjoung Lee[RyuJIT/armel] Each reg gets own SpillFlag for MultiRegOp
2017-08-07 Hanjoung Lee[RyuJIT/armel] Make RefPosition arg regs fixed
2017-08-04 Shiming GeMerge pull request #13143 from shimingsg/v-shige/add...
2017-08-03 Carol EidtMerge pull request #13145 from hqueue/arm/ryujit/issue_...
2017-08-03 Hyung-Kyu ChoiApply review feedback
2017-08-02 Russell C HadleyMerge pull request #11456 from CarolEidt/EHWriteThruDoc
2017-08-02 Hyung-Kyu Choi[RyuJIT/ARM32] Update allocateBusyReg() with a helper...
2017-08-02 Hyung-Kyu Choi[RyuJIT/ARM32] Unassign a double register properly...
2017-08-02 Hyung-Kyu Choi[RyuJIT/ARM32] Update allocateBusy() to test spill...
2017-08-02 Hyung-Kyu Choi[RyuJIT/ARM32] Helpers to check and test assigned inter...
2017-08-02 Hyung-Kyu ChoiApply review feedback
2017-08-01 Brian SullivanMerge pull request #12856 from briansull/method-referen...
2017-08-01 Hyung-Kyu Choi[Ryujit/ARM32] Update allocateBusyReg() in LSRA for...
2017-07-28 Carol EidtMerge pull request #13079 from CarolEidt/RyuJITTutorial
2017-07-25 Bruce ForstallMerge pull request #13011 from BruceForstall/Fix12886
2017-07-24 Bruce ForstallMerge pull request #12963 from BruceForstall/Fix12904
2017-07-21 Bruce ForstallMerge pull request #12946 from BruceForstall/FixArmTemp...
2017-07-20 Eugene RozenfeldMerge pull request #12866 from erozenfeld/12761ILRegres...
2017-07-20 Noah FalkMerge pull request #10496 from sergign60/jitdrop
2017-07-19 Eric MellinoMerge pull request #12755 from tannergooding/classify
2017-07-18 Aditya MandaleekaMerge pull request #12888 from gsfreema/BotR-fixes
2017-07-18 Pat GavlinMerge pull request #12881 from pgavlin/IsUnusedValueHelpers
2017-07-18 Bruce ForstallMerge pull request #12878 from hseok-oh/ryujit/struct_p...
2017-07-18 Pat GavlinAdd helpers to set, clear, and check IsUnusedValue.
2017-07-18 Aditya MandaleekaMerge pull request #12748 from helloguo/NUMASupportInit...
2017-07-18 Pat GavlinMerge pull request #12843 from pgavlin/FixEarlyMultiReg...
2017-07-18 Bruce ForstallMerge pull request #12635 from hseok-oh/ryujit/remove_s...
2017-07-18 Bruce ForstallMerge pull request #12874 from wateret/fix-legacy-12869
2017-07-18 Carol EidtMerge pull request #12857 from CarolEidt/DumpFixes
2017-07-18 Bruce ForstallMerge pull request #12872 from hqueue/arm/ryujit/issue_...
2017-07-18 Hyung-Kyu Choi[RyuJIT/ARM32] Unassign registers properly at BB entry
2017-07-18 Bruce ForstallMerge pull request #12861 from BruceForstall/AllowCnsIn...
2017-07-17 Carol EidtGet rid of duplicate dump of def RefPositions
2017-07-17 Carol EidtLSRA & dump cleanup
2017-07-17 Pat GavlinMerge pull request #12838 from pgavlin/PInvokeKills
2017-07-15 Pat GavlinMinor cleanups in reg candidate lclVar node processing...
2017-07-15 Pat GavlinMerge pull request #12832 from pgavlin/FgMarkIntf
2017-07-15 Bruce ForstallMerge pull request #12618 from hseok-oh/ryujit/fix_12600
2017-07-14 Bruce ForstallMerge pull request #12813 from BruceForstall/FixArmSing...
2017-07-14 Pat GavlinMerge pull request #12814 from pgavlin/BuildUses
2017-07-14 Pat GavlinFormat code.
next