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
/
codegen.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-30
Allocate space for siLatestTrackedScopes on demand
Mike Danes
1
-1
/
+1
2018-06-04
Merge pull request #18267 from mikedn/lockadd3
Carol Eidt
1
-0
/
+3
2018-06-04
Cleanup LOCKADD handling
Mike Danes
1
-0
/
+3
2018-06-02
Cleanup and remove unused parameters from genCreateAddrMode (#18258)
Robin Sue
1
-5
/
+2
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-45
/
+4
2018-04-17
Unix/x64 ABI cleanup
Carol Eidt
1
-2
/
+2
2018-03-28
Add crossbitness support to ClrJit:
Egor Chesakov
1
-1
/
+1
2018-01-31
Delete GenTreePtr. (#16027)
Sergey Andreenko
1
-35
/
+35
2018-01-14
Adding SSE4.1 intrinsic support for Round, Ceiling, and Floor.
Tanner Gooding
1
-0
/
+3
2018-01-10
Fix ARM GCStress hole with byref write barrier helper
Bruce Forstall
1
-1
/
+1
2017-10-28
Ifdef out genMakeConst
Mike Danes
1
-4
/
+2
2017-10-28
Use emitDataConst in genSSE2BitwiseOp
Mike Danes
1
-5
/
+4
2017-10-28
Use emitFltOrDblConst in genIntToFloatCast
Mike Danes
1
-1
/
+1
2017-10-24
Ifdef out legacy RegTracker code
Mike Danes
1
-0
/
+4
2017-06-01
[Arm64] Use inner shareable for instGen_MemoryBarrier
Steve MacLean, Qualcomm Datacenter Technologies, Inc
1
-1
/
+1
2017-06-01
[Arm64] Use half barriers for IL Volatile implementation
Steve MacLean
1
-0
/
+4
2017-05-23
Merge pull request #11366 from ruben-ayrapetyan/remove-zap-code-relocs-for-li...
Bruce Forstall
1
-0
/
+4
2017-05-23
Delete long compare support from x86 codegen
Mike Danes
1
-4
/
+0
2017-05-15
Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.
Ruben Ayrapetyan
1
-0
/
+4
2017-03-13
Convert GenTree* to GenTreeCall* as much as possible (#10132)
Bruce Forstall
1
-2
/
+2
2017-03-12
Move adjustments to genStackLevel into functions
Bruce Forstall
1
-0
/
+30
2017-03-06
Un-clang-format-horrible-ify emitIns_Call() and genEmitCall()
Bruce Forstall
1
-10
/
+20
2017-02-09
Address the feedback.
Mikhail Skvortcov
1
-0
/
+10
2017-01-10
remove unnecessary check in CalleeSavedFltRegs
Li Tian
1
-1
/
+1
2017-01-08
Remove AVX/SSE transition penalties
Li Tian
1
-0
/
+2
2016-12-13
Fix consume-order checking in codegen.
Pat Gavlin
1
-1
/
+1
2016-10-14
Remove DEBUGGING_SUPPORT #ifdef (#7611)
Bruce Forstall
1
-7
/
+9
2016-10-12
x86: adjust stack level at throw blocks
Carol Eidt
1
-0
/
+2
2016-09-21
Reformat jit code for Windows x64
Michelle McDaniel
1
-8
/
+7
2016-09-12
RyuJIT x86: Implement GS cookie check for functions with tailcall
Bruce Forstall
1
-0
/
+5
2016-09-06
Move genIncRegBy() to codegenclassic.h (#7063)
Hyung-Kyu Choi
1
-2
/
+0
2016-08-19
Implement the proposed design for RyuJIT's LIR. (#6689)
Pat Gavlin
1
-0
/
+2
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-673
/
+494
2016-07-29
Massage code for clang-format
Michelle McDaniel
1
-0
/
+3
2016-07-26
Enable multireg returns on Arm64
Brian Sullivan
1
-20
/
+20
2016-07-20
Fix silent bad codegen in signed comparison
Michelle McDaniel
1
-2
/
+1
2016-05-19
Initialize unused upper bits of Vector3 arguments and return registers for
Sejong OH
1
-0
/
+3
2016-05-10
Move some LEGACY_BACKEND code from codegencommon.cpp to codegenlegacy.cpp
Bruce Forstall
1
-52
/
+1
2016-04-22
Fix #3561: assert on RyuJIT x86 when generating shl by 1
Bruce Forstall
1
-0
/
+4
2016-04-18
Stanardize on `DEBUGARG` in the JIT.
Pat Gavlin
1
-4
/
+4
2016-04-08
Add genEstablishFramePointer() to enapsulate frame pointer creation
Bruce Forstall
1
-1
/
+1
2016-03-29
ARM64: Fix Frame with compLocallocUsed
Kyungwoo Lee
1
-2
/
+1
2016-02-29
Add support for emitting GC-ness of the second return register for 16 byte
Lubomir Litchev
1
-13
/
+16
2016-02-18
Added enum CompareKind as input to genJumpKindForOper()
Brian Sullivan
1
-2
/
+2
2016-02-17
Refactor the Conditional branches on Arm to match the Arm condition codes
Brian Sullivan
1
-2
/
+2
2016-02-09
For methods that have very large stack frames we need an extra instruction
Brian Sullivan
1
-0
/
+8
2016-01-27
Update license headers
dotnet-bot
1
-4
/
+3
2015-12-11
Port of all JIT changes for .NET Framework 4.6.1 changes
Brian Sullivan
1
-6
/
+12
2015-11-24
Fixes for Issues #s 2105 and 2106.
Lubomir Litchev
1
-1
/
+7
2015-07-09
Support for SIMD Exceptions
Carol Eidt
1
-3
/
+3
[next]