summaryrefslogtreecommitdiff
path: root/src/jit/emit.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-24JIT: see if jmp offset will fit in 32 bit displacement (#25348)Andy Ayers1-3/+2
2019-06-21JIT: update epilog exit size assert for x86 (#25302)Andy Ayers1-2/+3
2019-06-18Start cleaning emitxarch::GetSize estimates. (#25160)Sergey Andreenko1-7/+7
2019-05-22Fix x86 synchronized method (#24703)Carol Eidt1-2/+3
2019-03-20Update emitter statisticsBruce Forstall1-41/+184
2019-03-13Fix/clean compNoGCHelperCallKillSet for arm. (#23078)Sergey Andreenko1-1/+80
2019-01-25Fixes the desktop build (#22197)Brian Sullivan1-4/+6
2019-01-24Merge pull request #14393 from mikedn/float-neg-absCarol Eidt1-25/+174
2018-12-25Fix CFI code offsets in prolog on ARMAndrey Kvochko1-2/+0
2018-12-05Fix arm32 local variable referencesBruce Forstall1-1/+2
2018-11-14Jit changes from the desktop Toolset UpdateBrian Sullivan1-1/+3
2018-09-16Optimize `new Vector4(c1,c2,c3,c4)`Mike Danes1-6/+0
2018-09-16Add support for 16 byte aligned constantsMike Danes1-19/+52
2018-09-16Include the data section in disassemblyMike Danes1-0/+122
2018-09-07delete superpmi-shared/compileresult.cpp assert on x86. (#19841)Sergey Andreenko1-0/+2
2018-09-06Clean CodeGen::genEmitCall (#19804)Sergey Andreenko1-10/+79
2018-08-22define FMT_BB as "BB%02u" and use it uniformly in the codebaseBrian Sullivan1-6/+6
2018-08-03Handle MovRelocatableImmediate on ARM32 as a special case (IF_T2_N3) (#19013)Egor Chesakov1-2/+11
2018-07-18JIT: force all local var ref counts to be accessed via API (#18979)Andy Ayers1-1/+1
2018-06-30Pass CompAllocator by value (#15025)mikedn1-1/+1
2018-06-19Fix instruction groups offset on the border between cold/hot code. (#17775)Sergey Andreenko1-44/+90
2018-05-22Remove JIT LEGACY_BACKEND code (#18064)Bruce Forstall1-75/+3
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-2/+2
2018-03-30Tighten arm32/arm64 write barrier kill reg setsBruce Forstall1-4/+1
2018-03-28Add crossbitness support to ClrJit:Egor Chesakov1-3/+3
2018-02-14Historam: doesn't allocate additional memory to store countsKonstantin Baladurin1-3/+3
2017-12-15Clean up clrjit from using sizeof(void*) when meant TARGET_POINTER_SIZE (#15524)Egor Chesakov1-16/+16
2017-12-12Use macro _countof instead of explicit sizeof(arr) / sizeof(arr[0]) or sizeof...Egor Chesakov1-2/+2
2017-11-06Delete OldStyleClearD. (#14874)Sergey Andreenko1-3/+3
2017-10-28Add function commentsMike Danes1-3/+25
2017-10-28Add emitAnyConstMike Danes1-0/+7
2017-10-28Change emitFltOrDblConst parametersMike Danes1-13/+5
2017-10-28Move duplicated emitFltOrDblConst to emit.cppMike Danes1-0/+42
2017-10-24delete unused local variables from jit sources (#14679)Sergey Andreenko1-5/+0
2017-10-24Cleanup unused emitter argumentsBrian Sullivan1-3/+2
2017-10-04[Arm64] Fix emitJumpDistBind typoSteve MacLean1-1/+1
2017-09-22[Arm64] Add emitters for cbz, cbnz, tbz, or tbnzSteve MacLean1-7/+5
2017-08-15Dump basic block ids instead of pointersMike Danes1-2/+5
2017-06-15[x86/Linux] Enable gcMarkFilterVarsPinned (WIN64EXCEPTIONS) (#11281)Hanjoung Lee1-1/+12
2017-05-26Fix BitSetUint64, clean and improve the surrounding code. (#11721)Sergey Andreenko1-3/+3
2017-05-23Merge pull request #11366 from ruben-ayrapetyan/remove-zap-code-relocs-for-li...Bruce Forstall1-0/+23
2017-05-15Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.Ruben Ayrapetyan1-0/+23
2017-05-08[Arm64] Revise per commentsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-4/+0
2017-04-28Merge pull request #11268 from sdmaclea/PR-ARM64-two-gc-attributesBrian Sullivan1-0/+4
2017-04-27Fix lsra memory consumption (#11233)Sergey Andreenko1-3/+3
2017-04-27[Arm64] Support two GC attributes in pair formsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-0/+4
2017-04-10Merge pull request #10782 from parjong/fix/x86_funclet_unwindingBruce Forstall1-3/+9
2017-04-07Remove RELOC_SUPPORT defineBruce Forstall1-2/+0
2017-04-07[x86/Linux] Use GCInfo for funclet unwindingJonghyun Park1-3/+9
2017-03-17Updates for the handling of Profile data in the JITBrian Sullivan1-1/+1