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
/
compiler.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-23
JIT: keep ref count for runtime generic context lookups
Andy Ayers
1
-7
/
+21
2017-02-13
Add IR size after certain phases to the JIT log.
Pat Gavlin
1
-1
/
+1
2017-02-08
Introduce `MemoryKind` abstraction
Joseph Tremoulet
1
-4
/
+4
2017-01-23
Merge pull request #8672 from mikedn/cmp-lower-refactoring
Carol Eidt
1
-0
/
+46
2017-01-20
Address CR feedback
Mike Danes
1
-2
/
+2
2017-01-19
Enable promotion of SIMD fields of structs
Carol Eidt
1
-1
/
+12
2017-01-17
Simplify genCompareInt
Mike Danes
1
-0
/
+46
2017-01-05
Remove `BasicBlock::bbVarTmp`.
Pat Gavlin
1
-1
/
+0
2016-11-23
Change vector equality to use pmovmskb
Mike Danes
1
-4
/
+11
2016-10-27
Introduce new CORJIT_FLAGS type
Bruce Forstall
1
-2
/
+2
2016-10-21
Merge pull request #7672 from sandreenko/helper-for-corert
sandreenko
1
-1
/
+1
2016-10-19
Merge pull request #7612 from BruceForstall/ELT
Bruce Forstall
1
-7
/
+3
2016-10-19
Enable Enter/Leave/Tailcall hooks for RyuJIT/x86
Bruce Forstall
1
-7
/
+3
2016-10-18
Always treat incoming on-stack parameters as GC-untracked.
Pat Gavlin
1
-2
/
+4
2016-10-17
helper for corert
Sergey Andreenko
1
-1
/
+1
2016-10-14
Add code to switch to bitvec datastructure in cse optimization.
Russell C. Hadley
1
-4
/
+5
2016-09-28
Add option to measure time spent inside calls to the CLR. (#7357)
Peter Kukol
1
-1
/
+31
2016-09-21
Reformat jit code for Windows x64
Michelle McDaniel
1
-2
/
+4
2016-09-19
Add option for showing GT_xxx operator counts. (#7262)
Peter Kukol
1
-0
/
+4
2016-09-15
Option for reporting GenTree operator bashing stats (#7152)
Peter Kukol
1
-7
/
+21
2016-09-01
Address PR Feedback
Carol Eidt
1
-5
/
+0
2016-09-01
1st Class Struct Block Assignments
Carol Eidt
1
-4
/
+2
2016-08-19
Implement the proposed design for RyuJIT's LIR. (#6689)
Pat Gavlin
1
-25
/
+52
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-1195
/
+1024
2016-08-08
Work towards objects stack allocation: moved allocation part of newobj-loweri...
Egor Chesakov
1
-0
/
+22
2016-08-01
Merge pull request #6491 from adiaaida/formatting2
Michelle McDaniel
1
-6
/
+14
2016-07-29
Massage code for clang-format
Michelle McDaniel
1
-6
/
+14
2016-07-27
Merge pull request #6484 from CarolEidt/AssertionPropAsserts
Carol Eidt
1
-1
/
+2
2016-07-27
Do not propagate bad assertions from unreachable blocks
Carol Eidt
1
-1
/
+2
2016-07-26
Enable multireg returns on Arm64
Brian Sullivan
1
-8
/
+6
2016-07-25
Linux/ARM: Fix +3000 bus errors of unit-test in case of O2/O3 levels (#6379)
Geunsik Lim
1
-6
/
+6
2016-07-11
Refactor and cleanup work for passing and returning struct types
Brian Sullivan
1
-1
/
+10
2016-07-07
Merge pull request #6152 from mikedn/x86-addsub-lo
Carol Eidt
1
-0
/
+1
2016-07-06
Introduce GT_ADD_LO and GT_SUB_LO
Mike Danes
1
-0
/
+1
2016-07-05
More Blk Op Refactoring
Carol Eidt
1
-17
/
+1
2016-06-25
Refactor debug-only GenTree flags.
Pat Gavlin
1
-6
/
+9
2016-06-22
Introduce the method fullIntArgRegMask()
Brian Sullivan
1
-10
/
+11
2016-06-09
Code review cleanup items and moved some items into LEGACY_BACKEND ifdefs
Brian Sullivan
1
-3
/
+6
2016-06-07
ARM64: ABI - Support for using register x8 as the return buffer argument for ...
Brian Sullivan
1
-1
/
+18
2016-05-31
Rename fg{FPstLvlRedo,ComputeFPlvls} to gt*.
Pat Gavlin
1
-4
/
+4
2016-05-06
ARM64: Enable Fast Tail Call
Kyungwoo Lee
1
-2
/
+2
2016-05-04
Merge pull request #4723 from kyulee1/tailcall
Kyungwoo Lee
1
-4
/
+0
2016-05-04
ARM64: Enable Tail Call with Vararg
Kyungwoo Lee
1
-4
/
+0
2016-05-03
Set overflow flag for add/sub hi on x86 TYP_LONG
Michelle McDaniel
1
-0
/
+10
2016-04-18
Stanardize on `DEBUGARG` in the JIT.
Pat Gavlin
1
-4
/
+4
2016-04-13
Collect the JIT's TLS variables in a single type.
Pat Gavlin
1
-1
/
+1
2016-04-05
For Issue #3785 Arm Soft FP support: arguments and return values are passed i...
Andrey Kvochko
1
-1
/
+1
2016-03-25
Remove empty phase lvaAdjustRefCnts
Brian Sullivan
1
-4
/
+0
2016-03-16
Update code to use COMPlus_ instead of COMPLUS_ when referencing knobs
Manu
1
-1
/
+1
2016-03-09
Fix various naming convention issues in inliner code
Andy Ayers
1
-2
/
+2
[next]