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
/
codegencommon.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-06
Clean CodeGen::genEmitCall (#19804)
Sergey Andreenko
1
-4
/
+6
2018-09-01
i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792)
sergey ignatov
1
-9
/
+42
2018-08-31
Fix callKillSet for CORINFO_HELP_ASSIGN_BYREF on x64. (#19780)
Sergey Andreenko
1
-9
/
+13
2018-08-29
Delete code that tracks stack level in morph. (#19703)
Sergey Andreenko
1
-16
/
+4
2018-08-27
Deal with compilation warnings in JIT in cross-bitness scenario (#19590)
Egor Chesakov
1
-2
/
+2
2018-08-22
define FMT_BB as "BB%02u" and use it uniformly in the codebase
Brian Sullivan
1
-6
/
+6
2018-08-21
Cleanup unnecessary casts in roundUp
Egor Chesakov
1
-13
/
+11
2018-08-20
Stop using size_t for passing immediate values in CodeGen CodeGenInterface (#...
Egor Chesakov
1
-1
/
+1
2018-08-20
JIT: remove incremental ref count updates (#19345)
Andy Ayers
1
-1
/
+6
2018-08-07
Add support to use an indirected address for JMP instructions to ARM64 (#19281)
David Wrighton
1
-32
/
+7
2018-08-03
Handle MovRelocatableImmediate on ARM32 as a special case (IF_T2_N3) (#19013)
Egor Chesakov
1
-3
/
+3
2018-07-18
JIT: force all local var ref counts to be accessed via API (#18979)
Andy Ayers
1
-5
/
+5
2018-07-05
Enable genFnCalleeRegArgs for Arm64 Varargs (#18714)
Jarret Shook
1
-20
/
+15
2018-06-30
Move temp info from Compiler to RegSet
Mike Danes
1
-12
/
+11
2018-06-30
Pass CompAllocator by value (#15025)
mikedn
1
-6
/
+2
2018-06-29
Fix build breaks with older MSVC compiler (#18725)
Jan Kotas
1
-1
/
+2
2018-06-29
Remove relocations for vtable chunks (#17147)
Gleb Balykov
1
-12
/
+60
2018-06-14
[Windows|Arm64|Vararg] Add FEATURE_ARG_SPLIT (#18346)
Jarret Shook
1
-7
/
+2
2018-06-13
[Windows|Arm64|VarArgs] Correctly pass HFA arguments (#18364)
Jarret Shook
1
-23
/
+7
2018-06-12
Unify struct arg handling (#18358)
Carol Eidt
1
-29
/
+15
2018-06-02
Cleanup and remove unused parameters from genCreateAddrMode (#18258)
Robin Sue
1
-46
/
+7
2018-06-02
JIT: Eliminate RegTracker (#18179) (#18230)
Andrew Au
1
-31
/
+30
2018-05-31
[Arm64] Implement genZeroInitFltRegs for float (#18200)
Steve MacLean
1
-2
/
+3
2018-05-24
Typo (#18122)
John Doe
1
-1
/
+1
2018-05-22
Remove JIT LEGACY_BACKEND code (#18064)
Bruce Forstall
1
-896
/
+120
2018-05-15
Do not allocate memory in compUpdateTreeLife. (#17055)
Sergey Andreenko
1
-328
/
+5
2018-04-17
Unix/x64 ABI cleanup
Carol Eidt
1
-33
/
+33
2018-04-04
JIT: refine x86 gc reg kill set for CORINFO_HELP_INIT_PINVOKE_FRAME (#17421)
Andy Ayers
1
-0
/
+5
2018-03-30
Tighten arm32/arm64 write barrier kill reg sets
Bruce Forstall
1
-12
/
+23
2018-03-30
Fix#16827 Stack probing for Linux (#17360)
Egor Chesakov
1
-0
/
+57
2018-03-28
Add crossbitness support to ClrJit:
Egor Chesakov
1
-3
/
+4
2018-03-21
Rollback Stack probing change - PR #14481
Brian Sullivan
1
-30
/
+15
2018-03-19
delete unused debug arg from genChangeLife and compChangeLife. (#17041)
Sergey Andreenko
1
-8
/
+4
2018-03-07
[RyuJIt] Clean and fix gen return (#16725)
Sergey Andreenko
1
-0
/
+199
2018-03-05
[ARM32] RyuJIT support for profiler ELT callbacks (#16728)
Sergey Andreenko
1
-11
/
+23
2018-02-27
Implement JitDefaultFill
Brian Sullivan
1
-1
/
+1
2018-02-14
[RyuJit] Stack level setter (#15597)
Sergey Andreenko
1
-29
/
+39
2018-02-14
Fix ARM/ARM64 hijacking in tail calls (#16039)
Jan Vorlicek
1
-0
/
+7
2018-02-05
Merge pull request #16103 from mikedn/xorps
Brian Sullivan
1
-9
/
+4
2018-01-31
Delete GenTreePtr. (#16027)
Sergey Andreenko
1
-47
/
+47
2018-01-30
Use xorps instead of xorpd
Mike Danes
1
-9
/
+4
2018-01-10
Fix non-Windows compile error
Bruce Forstall
1
-6
/
+6
2018-01-10
Fix ARM GCStress hole with byref write barrier helper
Bruce Forstall
1
-19
/
+142
2017-12-15
Clean up clrjit from using sizeof(void*) when meant TARGET_POINTER_SIZE (#15524)
Egor Chesakov
1
-9
/
+9
2017-12-08
Fix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens mostly in comments exc...
Egor Chesakov
1
-1
/
+1
2017-12-01
Merge pull request #15270 from sdmaclea/PR-ARM64-JITSTRESS-lvaStressLclFldCB
Bruce Forstall
1
-9
/
+13
2017-12-01
Merge pull request #15262 from sdmaclea/PR-ARM64-JITSTRESS-genEpilogRestoreReg
Bruce Forstall
1
-2
/
+2
2017-11-29
[RyuJit] Delete contained workaround. (#15257)
Sergey Andreenko
1
-0
/
+27
2017-11-29
[ARM64] Align Compiler::lvaStressLclFldCB padding
Steve MacLean
1
-9
/
+13
2017-11-28
[Arm64] Use REG_IP1 for genEpilogRestoreReg*
Steve MacLean
1
-2
/
+2
[next]