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
/
zap
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-11
Revert "Remove always defined FEATURE_CORESYSTEM"
danmosemsft
1
-1
/
+1
2017-02-10
Remove always defined FEATURE_CORECLR
danmosemsft
5
-1177
/
+10
2017-02-10
Remove always defined FEATURE_CORESYSTEM
danmosemsft
1
-1
/
+1
2017-02-06
[ARM32/Linux] Fix calling convention - stdcall in crossgen (#9364)
Hyeongseok Oh
2
-2
/
+2
2017-01-11
[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)
Jonghyun Park
2
-3
/
+3
2016-12-26
Remove files related to legacy build system (#8723)
Robert
4
-99
/
+0
2016-11-29
[x86/Linux] Disable WIN64EXECPTION and fix related changes (#8375)
SaeHie Park
1
-2
/
+2
2016-11-28
[x86/Linux] Fix compile error in zapcode (#8294)
SaeHie Park
1
-1
/
+1
2016-11-23
[x86/Linux] Fix compile error with exception handling (#8269)
SaeHie Park
1
-2
/
+2
2016-11-07
Change crossgen to always pass USE_SSE2 to the JIT.
Pat Gavlin
1
-0
/
+5
2016-11-01
CrossGen: Copy all entries of Debug Directory Table (#7849)
John Chen
2
-45
/
+69
2016-10-28
Ensure the module slot in R2R image can be located (#7875)
John Chen
2
-3
/
+6
2016-10-27
Introduce new CORJIT_FLAGS type
Bruce Forstall
6
-76
/
+87
2016-10-19
Call JIT compiler's shutdown logic from crossgen. (#7663)
Peter Kukol
1
-0
/
+9
2016-09-26
Check PAL first, and then Windows Phone (#7354)
Jonghyun Park
1
-4
/
+4
2016-09-22
Generate CrossGen Pdbs as part of bulid (#7298)
Vance Morrison
3
-4
/
+60
2016-09-06
[ARM] Remove ARM_HAZARD_AVOIDANCE (#7019)
Hanjoung Lee
2
-193
/
+2
2016-08-08
Modify "crossgen -createpdb" to skip loading clrjit.dll (#6607)
John Chen (CLR)
1
-2
/
+40
2016-08-04
Adding support to the following generic dictionary entry slots for R2R: (#6291)
Fadi Hanna
2
-4
/
+15
2016-08-03
Adding Support for FieldDescSlot generic dictionary entries for R2R generic c...
Fadi Hanna
2
-3
/
+7
2016-06-21
Arm64:return buffer arg should be passed in x8
Rahul Kumar
1
-7
/
+7
2016-06-21
Generic dictionary minor performance improvement and simplification for R2R (...
Fadi Hanna
1
-5
/
+5
2016-06-02
Validate new object construction in Ready to Run (#5398)
John Chen
1
-0
/
+3
2016-05-20
Merge remote-tracking branch 'upstream/master' into from-tfs
dotnet-bot
2
-4
/
+17
2016-05-19
Implementation of the following generic dictionary entries for R2R: (#5079)
Fadi Hanna
2
-4
/
+17
2016-05-19
Add some quirk and versioning flags and change some preprocessor symbols into...
Pat Gavlin
2
-140
/
+154
2016-05-18
ARM64: Enable End-To-End ReadyToRun (R2R) Crossgen
Kyungwoo Lee
1
-18
/
+8
2016-05-16
Initial change to support System.Private.CoreLib.dll as Core Library.
Gaurav Khanna
1
-1
/
+1
2016-05-13
Initial implementation of generic dictionary access for R2R. (#4519)
Fadi Hanna
6
-106
/
+194
2016-05-12
Apply the JIT interface changes needed for Fadi's upcoming shared generics ch...
Pat Gavlin
2
-3
/
+7
2016-05-09
Merge pull request #4883 from JohnChen0/r2r
John Chen
1
-0
/
+18
2016-05-09
Fix CrossGen to skip some methods that require generic dictionary
John Chen (CLR)
1
-0
/
+18
2016-05-09
Merge pull request #4837 from rahku/crossgen
Rahul Kumar
1
-33
/
+33
2016-05-09
[Arm64] Helpers for ReadyToRun
Rahul Kumar
1
-33
/
+33
2016-05-07
Remove FEATURE_HOSTED_BINDER definition (#4838)
Jan Vorlicek
1
-1
/
+1
2016-05-03
Remove SEH interactions between the JIT and the EE.
Pat Gavlin
2
-0
/
+7
2016-05-02
Merge pull request #4684 from gkhanna79/CrossgenJIT
Gaurav Khanna
1
-12
/
+38
2016-05-02
Merge pull request #4688 from dotnet-bot/from-tfs
Jan Kotas
2
-0
/
+7
2016-05-02
Enable crossgen to load JIT from a custom location
Gaurav Khanna
1
-12
/
+38
2016-04-30
Support generic methods without generic dictionary
John Chen (CLR)
3
-37
/
+89
2016-04-29
ARM64: Enabling Crossgen End-to-End Mscorlib
Kyungwoo Lee
2
-0
/
+40
2016-04-29
Eliminate SEH interactions between the JIT and the EE during verification.
Pat Gavlin
2
-0
/
+7
2016-04-28
Merge pull request #4652 from rahku/arm64EnableR2R
Rahul Kumar
2
-0
/
+68
2016-04-28
Enable ReadyToRun feature for arm64
Rahul Kumar
2
-0
/
+68
2016-04-28
Load JIT from a custom location
Gaurav Khanna
1
-2
/
+2
2016-04-28
Refuse to compile references to nativecallable methods in R2R images (#4627)
Jan Kotas
1
-0
/
+6
2016-04-27
Merge pull request #4614 from ramarag/fragileNIstartup
Rama krishnan Raghupathy
1
-2
/
+2
2016-04-27
Arm64:Fxing up VM helper Table in mscorlib NI
Rama Krishnan Raghupathy
1
-2
/
+2
2016-04-26
Fix build break introduced by https://github.com/dotnet/coreclr/commit/140396...
Gaurav Khanna
1
-1
/
+3
2016-04-26
Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approach
Gaurav Khanna
1
-4
/
+14
[next]