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
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
2016-06-14
My last fix of checking whether the runtime was suspended was incomplete.
Maoni0
1
-1
/
+1
2016-06-07
Update GC from CoreRT (#5522)
Jan Kotas
3
-13
/
+5
2016-05-26
Typo Fix: from preemtive GC to preemptive GC (#5237)
Geunsik Lim
1
-1
/
+1
2016-05-17
Move notion of restricted physical memory behind the GCToOSInterface (#5007)
Jan Kotas
1
-20
/
+26
2016-04-22
Update GC from CoreRT
Jan Kotas
1
-1
/
+1
2016-04-18
enable build of cross target components.
Rahul Kumar
1
-1
/
+1
2016-04-12
Implement software write watch and make concurrent GC functional outside Windows
Koundinya Veluri
3
-2
/
+17
2016-03-02
Integrate GC changes from full framework
Maoni Stephens
1
-0
/
+20
2016-02-24
Update GC from CoreRT
Jan Kotas
1
-3
/
+3
2016-01-27
Update license headers
dotnet-bot
5
-20
/
+15
2016-01-26
Update GC from CoreRT
Jan Kotas
5
-24
/
+5
2016-01-12
Fix few details in the GC
Jan Vorlicek
2
-153
/
+6
2016-01-08
Fix building of GCSample on x86 via the standalone VS project
Jan Kotas
3
-9
/
+15
2015-12-24
GC OS interface refactoring
Jan Vorlicek
9
-200
/
+1379
2015-12-08
Update GC from CoreRT
Jan Kotas
3
-11
/
+16
2015-12-04
Update GC from CoreRT
Jan Kotas
2
-5
/
+15
2015-11-19
Update GC from CoreRT
Jan Kotas
1
-6
/
+27
2015-11-18
Replace most windows style types by c++ types
Jan Vorlicek
1
-5
/
+5
2015-10-31
Fix build breaks in GCSample
Jan Kotas
3
-2
/
+15
2015-10-15
Cleanup GC-EE Interface
Jan Kotas
5
-8
/
+295
2015-09-13
Initial port of GC sample to Linux
Jan Kotas
2
-0
/
+34
2015-09-12
Move sample GC environment to separate directory
Jan Kotas
7
-2103
/
+7
2015-09-12
Use NULL for consistency
Jan Kotas
2
-8
/
+8
2015-09-11
Upgrade GCSample project to VS2015
Jan Kotas
1
-3
/
+3
2015-05-28
Fix GCSample
Jan Kotas
2
-1
/
+39
2015-02-26
Add more comments to GCSample
Jan Kotas
1
-1
/
+9
2015-02-25
fix indenting
Lucas Meijer
1
-9
/
+9
2015-02-25
use two CGCDescSeries, and fix incorrect size
Lucas Meijer
1
-10
/
+17
2015-01-31
Fix build breaks in GC sample project
Jan Kotas
2
-0
/
+17
[next]