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
/
gc
/
sample
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-06
Add GetLoaderAllocatorObjectForGC to IGCToCLR (#17443)
David Mason
1
-0
/
+5
2018-03-13
[local gc] refactor apis for threading and suspension to avoid redundant call...
David Mason
2
-30
/
+22
2018-01-23
[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)
Sean Gillespie
2
-0
/
+5
2017-12-13
Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...
Jan Kotas
1
-0
/
+8
2017-12-12
Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...
Sean Gillespie
1
-8
/
+0
2017-11-27
[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...
Sean Gillespie
1
-0
/
+8
2017-11-09
[Local GC] Unify background GC thread and server GC thread creation (#14821)
Sean Gillespie
1
-7
/
+6
2017-10-27
[Local GC] Implement loader protocol for a standalone GC (#14663)
Sean Gillespie
2
-2
/
+5
2017-10-26
[Local GC] Move IsGCThread and IsGCSpecialThread to GCToEEInterface (#14685)
Sean Gillespie
1
-0
/
+10
2017-09-06
Vendor the volatile.h header into src/gc/env for the standalone GC build (#13...
Sean Gillespie
1
-0
/
+1
2017-08-22
[Local GC] Enable building the GC as a shared library (#13137)
Sean Gillespie
2
-13
/
+1
2017-06-12
[Arm64/Unix] Add 64K page support (#10981)
Steve MacLean
1
-0
/
+6
2017-06-08
[Local GC] Add GetThread to the GC/EE interface (#12036)
Sean Gillespie
1
-0
/
+5
2017-06-05
[Local GC] Add TrapReturningThreads to the GC/EE interface (#12067)
Sean Gillespie
1
-0
/
+5
2017-06-01
[Local GC] Obtaining configuration information (#11379)
Sean Gillespie
2
-38
/
+14
2017-06-01
[Local GC] Scaffolding for loading a standalone GC (#11242)
Sean Gillespie
2
-3
/
+5
2017-04-13
Rename IGCHandleTable to IGCHandleManager.
Aditya Mandaleeka
1
-4
/
+4
2017-04-10
Move handle destruction code to IGCHandleTable.
Aditya Mandaleeka
1
-1
/
+1
2017-04-09
[Local GC] Move knowledge of the free object method table outside of the GC (...
Sean Gillespie
1
-0
/
+5
2017-04-07
Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_init
Aditya Mandaleeka
1
-2
/
+2
2017-04-07
Add creation of special handle types to IGCHandleTable.
Aditya Mandaleeka
1
-2
/
+2
2017-04-05
[Local GC] Pull some logic using SystemDomain::System out of the GC (#10670)
Sean Gillespie
1
-0
/
+5
2017-04-05
[Local GC] Move Weak Reference finalization out of the GC (#10676)
Sean Gillespie
1
-0
/
+6
2017-04-01
[Local GC] Move some EE-specific finalize-on-unload logic out of the GC (#10598)
Sean Gillespie
1
-0
/
+5
2017-03-31
Change how VM calls ObjectFromHandle.
Aditya Mandaleeka
1
-5
/
+5
2017-03-29
Create a GCHandleTable interface with Init/Shutdown.
Aditya Mandaleeka
2
-7
/
+9
2017-03-28
[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...
Sean Gillespie
1
-2
/
+2
2017-03-23
[Local GC] Redirect fatal errors to the EE (#10436)
Sean Gillespie
1
-0
/
+5
2017-03-16
[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...
Sean Gillespie
1
-0
/
+2
2017-02-24
[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...
Sean Gillespie
1
-2
/
+5
2017-01-23
[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...
Sean Gillespie
2
-2
/
+2
2017-01-23
[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)
Sean Gillespie
1
-8
/
+1
2017-01-06
[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...
Sean Gillespie
1
-8
/
+5
2016-12-15
Switch GCSample to the canonical GCToOSInterface implementation (#8653)
Jan Kotas
6
-473
/
+13
2016-12-10
Local GC: Decouple write barrier operations between the GC and EE (#8568)
Sean Gillespie
2
-11
/
+7
2016-11-22
This is to separate the diagnostics code out from gc.cpp (except
Maoni0
1
-0
/
+28
2016-11-16
Enable GCToOSInterface to be defined on the GC side of the GC interface (#8121)
Sean Gillespie
1
-1
/
+1
2016-10-21
Port GC changes from CoreRT (#7764)
Jan Kotas
1
-2
/
+0
2016-10-06
Restore some changes lost in a merge conflict (#7512)
Sean Gillespie
2
-2
/
+8
2016-09-28
Add option to measure time spent inside calls to the CLR. (#7357)
Peter Kukol
2
-8
/
+2
2016-09-26
Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)
Sean Gillespie
2
-2
/
+8
2016-09-15
Update the GC from CoreRT (#7207)
Sean Gillespie
2
-3
/
+3
2016-09-08
Introduce an interface separating the GC and the VM,
Sean Gillespie
3
-5
/
+8
2016-07-27
GC update from CoreRT (#6487)
Jan Kotas
1
-13
/
+9
2016-07-23
GC update from CoreRT (#6429)
Jan Kotas
1
-434
/
+1
2016-07-21
Refactor GC background thread creation (#6384)
Jan Vorlicek
3
-27
/
+2
2016-07-17
GC update from CoreRT (#6305)
Jan Kotas
1
-4
/
+4
2016-07-09
Fix exceptions in GC (#6192)
Jan Vorlicek
1
-4
/
+12
2016-06-20
Fix GC background thread start in OOM (#5840)
Jan Vorlicek
1
-12
/
+6
2016-06-19
Update GC from CoreRT (#5859)
Jan Kotas
1
-0
/
+38
[next]