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
/
gcinfo
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-24
Add back call to BitArray::ClearAll (#7779)
Jan Kotas
1
-0
/
+1
2016-10-23
Delete DISABLE_EH_VECTORS
Jan Kotas
1
-131
/
+0
2016-08-24
GcInfo: Don't use slim header for struct-returns
Swaroop Sridhar
1
-1
/
+2
2016-08-23
Initial commit to build Win32 Arm CoreCLR
Gaurav Khanna
1
-2
/
+4
2016-08-15
Arm64 Sos fixes for
Rama Krishnan Raghupathy
1
-2
/
+2
2016-08-05
Implement GcInfo v2
Swaroop Sridhar
1
-6
/
+57
2016-07-21
Remove DBG GcInfo encoder/decoder (#6374)
Swaroop Sridhar
4
-1067
/
+0
2016-07-20
GCInfo: Support versioning.
Swaroop Sridhar
1
-7
/
+7
2016-06-10
Fixes AV in sos for arm64
Rahul Kumar
1
-1
/
+1
2016-04-20
Merge pull request #4377 from swaroop-sridhar/aagc1
Swaroop Sridhar
1
-1
/
+3
2016-04-19
ARM64: Fix GC encoding settings
Swaroop Sridhar
1
-1
/
+3
2016-04-18
enable build of cross target components.
Rahul Kumar
1
-1
/
+1
2016-04-15
Stop including utilcode.h in the GC info encoder.
Pat Gavlin
1
-2
/
+7
2016-04-14
Move `BitPosition` into its own file.
Pat Gavlin
1
-0
/
+1
2016-04-13
Refactor `MemoryBlockDesc`.
Pat Gavlin
2
-63
/
+83
2016-04-13
Replace `SList` in the GC info encoders.
Pat Gavlin
2
-16
/
+30
2016-04-12
Merge pull request #4255 from pgavlin/GcInfoArrayList
Pat Gavlin
5
-6
/
+112
2016-04-12
Clean up StructArrayList for GC info.
Pat Gavlin
5
-6
/
+112
2016-04-11
GCInfo: Fix ARM64 GCInfo decoding
Swaroop Sridhar
1
-1
/
+1
2016-04-08
Replace CQuickSort with qsort in GC info encoders.
Pat Gavlin
2
-114
/
+87
2016-04-06
Add JIT and GC info SimplerHashTable behaviors.
Pat Gavlin
1
-30
/
+67
2016-03-30
Getting SOS to work on ARm64:
Rama Krishnan Raghupathy
1
-8
/
+71
2016-03-09
Delete dead code
Jan Kotas
1
-5
/
+0
2016-03-08
Move some definitions out of gcinfoencoder.h.
Pat Gavlin
1
-0
/
+415
2016-01-27
Update license headers
dotnet-bot
3
-12
/
+9
2016-01-21
FIx the incremental build for Windows
Jan Vorlicek
2
-2
/
+2
2016-01-10
Use ARCH_SOURCES_DIR consistently
Mike Danes
1
-2
/
+1
2015-12-09
Enable Linux compilation of LLILC
Manu
1
-19
/
+19
2015-11-20
Fix build breaks in legacy build
Jan Kotas
1
-0
/
+2
2015-11-18
Replace most windows style types by c++ types
Jan Vorlicek
1
-1
/
+1
2015-11-10
Fix for build break
Kyungwoo Lee
1
-0
/
+2
2015-09-03
Fix compilation warnings in gcinfoencoder.
Andy Ayers
1
-0
/
+2
2015-08-04
Enable the Windows x86 build
Mike Danes
1
-0
/
+7
2015-07-06
Remove a few Unused Definitions
Swaroop Sridhar
1
-3
/
+0
2015-05-12
Fix some const-correctness issues in the GC info encoder.
Pat Gavlin
1
-7
/
+7
2015-05-05
GcInfo: Add support for Standalone build
Swaroop Sridhar
2
-1
/
+8
2015-04-28
Build crossgen for Linux
John Chen (JOCHEN7)
1
-3
/
+1
2015-04-20
Enable build crossgen.exe from build.cmd.
John Chen
5
-4
/
+32
2015-02-28
Fix definitions of preserved regs in GCInfo to match Unix calling convention
Jan Kotas
1
-0
/
+2
2015-01-30
Initial commit to populate CoreCLR repo
dotnet-bot
9
-0
/
+4115