summaryrefslogtreecommitdiff
path: root/src/jit/codegenlegacy.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-13Fix potentially unused variable in lb armjashook1-1/+1
2017-09-12Fix ARM32 secure delegate bug (#13922)Jan Vorlicek1-1/+16
2017-08-22Fixed assertion failure in legacy backendRoman Artemev1-1/+1
2017-08-18Fix for CoreRT issue https://github.com/dotnet/coreclr/issues/13195Sergey Ignatov1-3/+12
2017-08-11Fix double-indirect p/invoke call generationBruce Forstall1-0/+4
2017-08-09Fix issue #13161.Pat Gavlin1-0/+1
2017-08-08Fix fo CoreCLR cofde formating errorBrian Sullivan1-1/+1
2017-08-08Fix possibly uninitialized warningBrian Sullivan1-2/+2
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-11/+67
2017-08-07Review fixesGleb Balykov1-5/+5
2017-08-04ARM32: fix switch jump table generation bugPetr Bred1-1/+14
2017-08-01Merge pull request #12947 from pgavlin/GH12919Pat Gavlin1-3/+13
2017-07-31Format code.Pat Gavlin1-1/+1
2017-07-31Lock all ABI arg registers when generating a GS check on ARM/Legacy.Pat Gavlin1-3/+13
2017-07-31Fixed misprint in legacy backend that led to assert failureRoman Artemev1-1/+1
2017-07-31[ARM/Linux] Set R2R_INDIRECT_PARAM before R2R call (#12952)Jonghyun Park1-3/+23
2017-07-25Merge pull request #13044 from pgavlin/VSO469600Pat Gavlin1-1/+10
2017-07-25Format code.Pat Gavlin1-1/+1
2017-07-25Do not get the GC layout for small structs in legacy backend.Pat Gavlin1-1/+10
2017-07-25Merge pull request #13035 from pgavlin/VSO468732Pat Gavlin1-0/+6
2017-07-25Treat byref-typed uses of int-typed lclVars as type int in LB.Pat Gavlin1-0/+6
2017-07-25Merge pull request #13011 from BruceForstall/Fix12886Bruce Forstall1-1/+1
2017-07-24Handle error case when looking for reg pairBruce Forstall1-1/+1
2017-07-20Fix a case where a reg is spilled before being freed, leading to an assertBruce Forstall1-3/+3
2017-07-18[LegacyJIT] Fix assert condition for CNS_DBLHanjoung Lee1-4/+5
2017-07-14[CoreRT armel] refix for PINVOKE calls in CoreRT #12373Sergey Ignatov1-16/+36
2017-07-13[LegacyJIT/ARM] Fix const fold assert conditionHanjoung Lee1-0/+1
2017-07-12Merge pull request #12762 from wateret/fix-legacy-12686Bruce Forstall1-2/+13
2017-07-12[LegacyJIT/ARM] Fix RegSet assert failureHanjoung Lee1-2/+13
2017-07-11Delete bitset iterators defines (#12642)Sergey Andreenko1-4/+8
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-11/+67
2017-06-24[CoreRT armel] fix for PINVOKE calls in CoreRT (#12373)sergey ignatov1-2/+49
2017-06-14Additional to fix #12104 for CoreRT issue #3672 (armel tizen) (#12244)sergey ignatov1-4/+14
2017-06-12Fix legacy backend build when FEATURE_READYTORUN_COMPILER is undefined (#12232)Jarret Shook1-0/+2
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+1
2017-06-12make REG_VIRTUAL_STUB_PARAM depended on Abi. (#12209)Sergey Andreenko1-19/+21
2017-06-08Merge pull request #11901 from CarolEidt/RegValCarol Eidt1-196/+196
2017-06-07Make containedness explicitCarol Eidt1-196/+196
2017-06-06Fix for CoreRT issue https://github.com/dotnet/corert/issues/3672 (armel tize...sergey ignatov1-7/+15
2017-06-02Add support for flat vtables in RyuJIT (#12041)Michal Strehovský1-5/+8
2017-05-26Fix BitSetUint64, clean and improve the surrounding code. (#11721)Sergey Andreenko1-12/+12
2017-05-23Merge pull request #11366 from ruben-ayrapetyan/remove-zap-code-relocs-for-li...Bruce Forstall1-6/+3
2017-05-22Handle INS_adr in emitIns_R_L on both arm32 and arm64Bruce Forstall1-11/+1
2017-05-19Merge pull request #11700 from BruceForstall/CleanupGTFlagsBruce Forstall1-21/+1
2017-05-19Improve BitVecOps<>::Iter::NextElem (#11696)Bruce Forstall1-4/+4
2017-05-15Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.Ruben Ayrapetyan1-6/+3
2017-05-11Un-clang-format GTF_ flagsBruce Forstall1-21/+1
2017-03-311. Remove disable of C4996Rahul Kumar1-2/+0
2017-03-13Add changes to emitMaxStackDepth and fgPtrArgCntMax to JitDump (#10130)Bruce Forstall1-0/+2
2017-03-13Convert GenTree* to GenTreeCall* as much as possible (#10132)Bruce Forstall1-87/+82