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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-14
Simplifying the emitter handling of 4-byte encoded SSE instructions (#21528)
Tanner Gooding
1
-1
/
+0
2018-10-18
[RyuJIT] Delete dead code (#20411)
mikedn
1
-6
/
+0
2018-09-06
Clean CodeGen::genEmitCall (#19804)
Sergey Andreenko
1
-1
/
+4
2018-08-03
Handle MovRelocatableImmediate on ARM32 as a special case (IF_T2_N3) (#19013)
Egor Chesakov
1
-12
/
+42
2018-07-12
Remove dead/unreachable code from ARM32 and ARM64 emitters (#18878)
Egor Chesakov
1
-39
/
+18
2018-06-07
Increase instrDesc::_idIns width on XARCH
Mike Danes
1
-53
/
+33
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-192
/
+29
2018-04-30
ARM64 like ARM32 also needs a much larger instruction group size
Brian Sullivan
1
-5
/
+5
2018-03-01
Define emitter::code_t for _TARGET_ARM_ and use this type rather than ssize_t...
Egor Chesakov
1
-5
/
+0
2018-01-18
table drive Intel hardware intrinsic
Fei Peng
1
-0
/
+14
2017-11-14
Change VEX-encoding selection to avoid AVX-SSE transition penalties
Fei Peng
1
-1
/
+1
2017-11-06
Merge pull request #14735 from mikedn/emit-const-cleanup
Carol Eidt
1
-2
/
+2
2017-11-01
[Arm64] Instruction requires 9 bits now
Steve MacLean
1
-10
/
+10
2017-10-30
Rename and simplify SSE3_4 to SSE4
Fei Peng
1
-1
/
+1
2017-10-28
Add emitAnyConst
Mike Danes
1
-0
/
+1
2017-10-28
Change emitFltOrDblConst parameters
Mike Danes
1
-1
/
+1
2017-10-28
Remove unused emitLiteralConst
Mike Danes
1
-1
/
+0
2017-10-24
Cleanup unused emitter arguments
Brian Sullivan
1
-7
/
+6
2017-10-03
remove FEATURE_AVX_SUPPORT flag
Fei Peng
1
-8
/
+5
2017-09-22
[Arm64] Add Floor/Ceiling intrinsics (#14132)
Steve MacLean
1
-4
/
+5
2017-08-01
Refactor emitter::emitInsMov (#12905)
mikedn
1
-1
/
+3
2017-06-09
Merge pull request #12184 from rartemev/legacy_jit_1
Roman Artemev
1
-0
/
+2
2017-06-09
delete DECLARE_TYPED_ENUM (#12177)
Sergey Andreenko
1
-17
/
+22
2017-06-08
Enable legacy jit for x86
Roman Artemev
1
-0
/
+2
2017-05-23
Merge pull request #11366 from ruben-ayrapetyan/remove-zap-code-relocs-for-li...
Bruce Forstall
1
-0
/
+5
2017-05-15
Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.
Ruben Ayrapetyan
1
-0
/
+5
2017-05-08
[Arm64] Revise per comments
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-11
/
+14
2017-05-08
[Arm64] Add emitIns_S_S_R_R
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-9
/
+15
2017-04-27
Remove comment
Steve MacLean
1
-1
/
+1
2017-04-27
[Arm64] Support two GC attributes in pair forms
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-6
/
+20
2017-04-10
Merge pull request #10782 from parjong/fix/x86_funclet_unwinding
Bruce Forstall
1
-2
/
+3
2017-04-07
Remove RELOC_SUPPORT define
Bruce Forstall
1
-29
/
+7
2017-04-07
Fix format error
Jonghyun Park
1
-2
/
+2
2017-04-07
[x86/Linux] Use GCInfo for funclet unwinding
Jonghyun Park
1
-0
/
+1
2017-02-23
Format code.
Pat Gavlin
1
-2
/
+1
2017-02-22
Do not report FP restores in x86 epilogs.
Pat Gavlin
1
-4
/
+9
2017-01-20
[x86/Linux] Allow push/pop in funclet prolog and epilog (#9001)
Jonghyun Park
1
-12
/
+9
2016-11-30
Fix x86 encoder to use 64-bit type to accumulate opcode/prefix bits
Bruce Forstall
1
-0
/
+12
2016-11-28
Enable using SSE3_4 instruction set for SIMD codegen.
sivarv
1
-0
/
+5
2016-10-10
Disable emit{Enable,Disable}GC for x86.
Pat Gavlin
1
-0
/
+6
2016-09-21
Reformat jit code for Windows x64
Michelle McDaniel
1
-2
/
+2
2016-09-06
[ARM] Remove ARM_HAZARD_AVOIDANCE (#7019)
Hanjoung Lee
1
-58
/
+0
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-1029
/
+1213
2016-07-29
Massage code for clang-format
Michelle McDaniel
1
-7
/
+13
2016-07-26
Enable multireg returns on Arm64
Brian Sullivan
1
-6
/
+4
2016-06-05
[ARM64/Linux] Fix 'error: 109 enumeration values not handled in switch' (#5493)
Sung-Jae Lee
1
-0
/
+2
2016-05-12
Fixed a build error on ARM
Dongyun Jin
1
-1
/
+0
2016-05-11
ARM64: Enable Long Address
Kyungwoo Lee
1
-2
/
+27
2016-04-29
ARM64: Enabling Crossgen End-to-End Mscorlib
Kyungwoo Lee
1
-0
/
+1
2016-04-22
Fix #3561: assert on RyuJIT x86 when generating shl by 1
Bruce Forstall
1
-1
/
+3
[next]