index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jit
/
emit.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-05
Fix arm32 local variable references
Bruce Forstall
1
-1
/
+2
2018-11-14
Jit changes from the desktop Toolset Update
Brian Sullivan
1
-1
/
+3
2018-09-07
delete superpmi-shared/compileresult.cpp assert on x86. (#19841)
Sergey Andreenko
1
-0
/
+2
2018-09-06
Clean CodeGen::genEmitCall (#19804)
Sergey Andreenko
1
-10
/
+79
2018-08-22
define FMT_BB as "BB%02u" and use it uniformly in the codebase
Brian Sullivan
1
-6
/
+6
2018-08-03
Handle MovRelocatableImmediate on ARM32 as a special case (IF_T2_N3) (#19013)
Egor Chesakov
1
-2
/
+11
2018-07-18
JIT: force all local var ref counts to be accessed via API (#18979)
Andy Ayers
1
-1
/
+1
2018-06-30
Pass CompAllocator by value (#15025)
mikedn
1
-1
/
+1
2018-06-19
Fix instruction groups offset on the border between cold/hot code. (#17775)
Sergey Andreenko
1
-44
/
+90
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-75
/
+3
2018-04-17
Unix/x64 ABI cleanup
Carol Eidt
1
-2
/
+2
2018-03-30
Tighten arm32/arm64 write barrier kill reg sets
Bruce Forstall
1
-4
/
+1
2018-03-28
Add crossbitness support to ClrJit:
Egor Chesakov
1
-3
/
+3
2018-02-14
Historam: doesn't allocate additional memory to store counts
Konstantin Baladurin
1
-3
/
+3
2017-12-15
Clean up clrjit from using sizeof(void*) when meant TARGET_POINTER_SIZE (#15524)
Egor Chesakov
1
-16
/
+16
2017-12-12
Use macro _countof instead of explicit sizeof(arr) / sizeof(arr[0]) or sizeof...
Egor Chesakov
1
-2
/
+2
2017-11-06
Delete OldStyleClearD. (#14874)
Sergey Andreenko
1
-3
/
+3
2017-10-28
Add function comments
Mike Danes
1
-3
/
+25
2017-10-28
Add emitAnyConst
Mike Danes
1
-0
/
+7
2017-10-28
Change emitFltOrDblConst parameters
Mike Danes
1
-13
/
+5
2017-10-28
Move duplicated emitFltOrDblConst to emit.cpp
Mike Danes
1
-0
/
+42
2017-10-24
delete unused local variables from jit sources (#14679)
Sergey Andreenko
1
-5
/
+0
2017-10-24
Cleanup unused emitter arguments
Brian Sullivan
1
-3
/
+2
2017-10-04
[Arm64] Fix emitJumpDistBind typo
Steve MacLean
1
-1
/
+1
2017-09-22
[Arm64] Add emitters for cbz, cbnz, tbz, or tbnz
Steve MacLean
1
-7
/
+5
2017-08-15
Dump basic block ids instead of pointers
Mike Danes
1
-2
/
+5
2017-06-15
[x86/Linux] Enable gcMarkFilterVarsPinned (WIN64EXCEPTIONS) (#11281)
Hanjoung Lee
1
-1
/
+12
2017-05-26
Fix BitSetUint64, clean and improve the surrounding code. (#11721)
Sergey Andreenko
1
-3
/
+3
2017-05-23
Merge pull request #11366 from ruben-ayrapetyan/remove-zap-code-relocs-for-li...
Bruce Forstall
1
-0
/
+23
2017-05-15
Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.
Ruben Ayrapetyan
1
-0
/
+23
2017-05-08
[Arm64] Revise per comments
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-4
/
+0
2017-04-28
Merge pull request #11268 from sdmaclea/PR-ARM64-two-gc-attributes
Brian Sullivan
1
-0
/
+4
2017-04-27
Fix lsra memory consumption (#11233)
Sergey Andreenko
1
-3
/
+3
2017-04-27
[Arm64] Support two GC attributes in pair forms
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-0
/
+4
2017-04-10
Merge pull request #10782 from parjong/fix/x86_funclet_unwinding
Bruce Forstall
1
-3
/
+9
2017-04-07
Remove RELOC_SUPPORT define
Bruce Forstall
1
-2
/
+0
2017-04-07
[x86/Linux] Use GCInfo for funclet unwinding
Jonghyun Park
1
-3
/
+9
2017-03-17
Updates for the handling of Profile data in the JIT
Brian Sullivan
1
-1
/
+1
2017-03-13
Add changes to emitMaxStackDepth and fgPtrArgCntMax to JitDump (#10130)
Bruce Forstall
1
-1
/
+4
2017-02-23
Format code.
Pat Gavlin
1
-3
/
+2
2017-02-23
Address PR feedback.
Pat Gavlin
1
-13
/
+3
2017-02-22
Do not report FP restores in x86 epilogs.
Pat Gavlin
1
-16
/
+27
2017-02-13
[x86/Linux] Do NOT treat lea as a jump
Jonghyun Park
1
-1
/
+1
2017-01-20
[x86/Linux] Allow push/pop in funclet prolog and epilog (#9001)
Jonghyun Park
1
-2
/
+0
2016-11-30
Fix x86 encoder to use 64-bit type to accumulate opcode/prefix bits
Bruce Forstall
1
-3
/
+57
2016-10-27
Introduce new CORJIT_FLAGS type
Bruce Forstall
1
-3
/
+3
2016-10-19
Enable Enter/Leave/Tailcall hooks for RyuJIT/x86
Bruce Forstall
1
-1
/
+1
2016-10-14
Remove DEBUGGING_SUPPORT #ifdef (#7611)
Bruce Forstall
1
-11
/
+1
2016-09-06
[ARM] Remove ARM_HAZARD_AVOIDANCE (#7019)
Hanjoung Lee
1
-25
/
+0
2016-08-12
Reformat the JIT sources.
Pat Gavlin
1
-1622
/
+1682
[next]