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
/
vm
/
util.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-19
Fix typo: `_TARGET_X86` -> `_TARGET_X86_` (#25788)
Andy Hanson
1
-1
/
+1
2019-06-11
Fall back to CpuId if failed to get cache size from OS (#24989)
Andy Hanson
1
-57
/
+58
2019-06-11
Delete dead code (#25066)
Jan Kotas
1
-33
/
+0
2019-06-07
Reduce indirect function calls (#24980)
David Wrighton
1
-16
/
+0
2019-05-30
Remove unused code in vm/util.* (#24863)
Aaron Robinson
1
-314
/
+3
2019-05-29
Remove all uses of CanRunManagedCode() (#24847)
Aaron Robinson
1
-5
/
+0
2019-05-15
Remove concept of AppDomains from the GC (#24536)
David Wrighton
1
-43
/
+0
2019-05-13
Delete InternalCasingHelper (#24511)
Jan Kotas
1
-173
/
+0
2019-03-07
conversion
Sinan Kaya
1
-1
/
+1
2019-02-18
Remove resetting of unmanaged thread locale from thread pool APIs (#22682)
Jan Kotas
1
-19
/
+0
2019-01-29
To support container scenario, 2 HardLimit configs are added - (#22180)
Maoni Stephens
1
-1
/
+1
2019-01-23
Remove all traces of FEATURE_STACK_PROBE. (#22149)
Filip Navara
1
-32
/
+1
2018-08-31
[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEIn...
David Mason
1
-1
/
+1
2018-03-19
Delete unused downlevel globalization support (#17022)
Jan Kotas
1
-7
/
+2
2018-01-29
Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...
Tom Deseyn
1
-3
/
+29
2017-09-18
Change jit notifications so that they pass the native code address. (#14021)
David Mason
1
-7
/
+8
2017-08-17
Support GDBJIT on NI/IL_STUBS (#13417)
Jonghyun Park
1
-9
/
+1
2017-08-02
[Arm64] GetLargestOnDieCacheSize (#13071)
Steve MacLean
1
-8
/
+9
2017-07-05
Jitted Code Pitching Feature implemented
sergey ignatov
1
-6
/
+6
2017-05-17
Finish deleting dead CAS code from CoreLib (#11436)
Jan Kotas
1
-470
/
+0
2017-04-20
[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)
Jonghyun Park
1
-5
/
+5
2017-03-05
Remove hosting methods that always return false (#9930)
Austin Wise
1
-9
/
+0
2017-02-14
Remove never defined FEATURE_INCLUDE_ALL_INTERFACES
danmosemsft
1
-61
/
+0
2017-02-11
Revert "Remove always defined FEATURE_CORESYSTEM"
danmosemsft
1
-0
/
+81
2017-02-10
Remove always defined FEATURE_CORECLR
danmosemsft
1
-13
/
+0
2017-02-10
Remove always defined FEATURE_CORESYSTEM
danmosemsft
1
-81
/
+0
2016-12-08
[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)
Jonghyun Park
1
-1
/
+1
2016-12-01
fix permissive C++ code (MSVC /permissive-) (#8337)
Phil Christensen
1
-12
/
+13
2016-10-27
Introduce new CORJIT_FLAGS type
Bruce Forstall
1
-10
/
+3
2016-09-02
LTO build: fix perf regression from strict alias violation and incorrect inli...
kchoi
1
-6
/
+9
2016-07-28
Merge pull request #6278 from Dmitri-Botcharnikov/feature-gdbjit
noahfalk
1
-1
/
+16
2016-07-27
Add flag to check re-entrancy of JIT notification
Evgeny Pavlov
1
-1
/
+7
2016-07-25
Arm64: Debugger
Rama Krishnan Raghupathy
1
-0
/
+40
2016-07-22
Add GDB JIT support for source line debug information.
Dmitri Botcharnikov
1
-1
/
+10
2016-02-16
Finish fixing VSO #190301. DACRaiseException need some STATIC_ contracts.
Mike McLaughlin
1
-2
/
+4
2016-02-11
Fix VSO bug #190301 contract problems in DACRaiseException.
Mike McLaughlin
1
-6
/
+76
2016-02-10
Fix SOS managed breakpoints when coreclr symbols are stripped.
Mike McLaughlin
1
-12
/
+41
2016-01-27
Update license headers
dotnet-bot
1
-4
/
+3
2015-09-25
Fix for 134453: fix prefast warnings
Rahul Kumar
1
-1
/
+1
2015-08-27
Replace missed MAX_PATH defines with new defines in vm.
Lakshmi Priya Sekar
1
-1
/
+1
2015-08-25
Replace MAX_PATH with new defines in vm.
Lakshmi Priya Sekar
1
-11
/
+11
2015-07-24
Add ARM target for CoreCLR on Linux.
Ben Pye
1
-1
/
+0
2015-03-17
Fix some of the issues found by Viva64 static analyser
Jan Kotas
1
-5
/
+3
2015-03-12
Implement GetLogicalCpuCountFromOS in the PAL for OSX
Geoff Norton
1
-3
/
+3
2015-01-30
Initial commit to populate CoreCLR repo
dotnet-bot
1
-0
/
+4000