summaryrefslogtreecommitdiff
path: root/src/vm/ceeload.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-1/+1
2019-06-12Fix Module::IsInSameVersionBubble contract (#25106)Jan Vorlicek1-12/+6
2019-06-10Fix field offset computation for large version bubble (#25029)Jan Vorlicek1-0/+61
2019-05-28Fix IBC data collection (#24814)Jan Kotas1-2/+2
2019-05-23Prevent duplicate class addition when a profiler adds a type (#24737)David Mason1-12/+25
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-10/+8
2019-05-20Cuckoo metadata (#24498)David Wrighton1-2/+11
2019-05-16Suppress crossgen warnings on failures to load types/methods from IBC data. (...Fadi Hanna1-2/+6
2019-05-14Log the real command line in case the process is started as a serviceAndrew Au1-1/+1
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason1-3/+28
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan1-1/+1
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan1-4/+4
2019-05-06Replace E_FAIL with E_NOTIMPL for an unsupported R2R encoding (Future work) (...Fadi Hanna1-1/+3
2019-05-02In the PAL GetProcessTimes implement lpCreationTime using the current time re...Brian Sullivan1-3/+3
2019-05-01Adjust some terms (#24351)Dan Moseley1-1/+1
2019-04-29Merge pull request #24283 from briansull/ibc-linux-newBrian Sullivan1-2/+95
2019-04-29Removed method ReleaseManagedCommandLine()Brian Sullivan1-11/+0
2019-04-26Typos (#24280)John Doe1-1/+1
2019-04-26Added check for GetManagedCommandLine() returning a nullptr in ProfileDataAll...Brian Sullivan1-0/+7
2019-04-26Commits from #24229 - Fixes for IBC profile data on LinuxBrian Sullivan1-2/+99
2019-04-26Revert "Fix for IBC profile data on Linux - Build the full command line for F...Brian Sullivan1-88/+2
2019-04-26Revert "Added method ReleaseManagedCommandLine to release memory"Brian Sullivan1-12/+1
2019-04-25Added method ReleaseManagedCommandLine to release memoryBrian Sullivan1-1/+12
2019-04-25Fix for IBC profile data on Linux - Build the full command line for FEATURE_PALBrian Sullivan1-2/+88
2019-04-25Improve the performance of the type loader (#24177)David Wrighton1-3/+1
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-187/+20
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-109/+112
2019-04-10Check for a null import descriptor when fixing up vtables. (#23825)Jeremy Koritzinsky1-0/+5
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-151/+11
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky1-2/+66
2019-03-19Reintroduce PR #22617 (Update added types and methoddefs on ApplyMetadata) (#...David Mason1-17/+49
2019-03-07conversionSinan Kaya1-2/+2
2019-03-06Improve resiliency of LoadIBCMethodHelper (#23057)Michal Strehovský1-0/+5
2019-02-28Revert "Update added types and methoddefs on ApplyMetadata (#22617)" (#22923)Jan Kotas1-49/+17
2019-02-26Update added types and methoddefs on ApplyMetadata (#22617)David Mason1-17/+49
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-13/+0
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-87/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-31/+0
2019-01-14Large version bubble Support (#21727)Andon Andonov1-7/+16
2019-01-14Removing noisy R2R compilation outputs, and putting them under the /verbose s...Fadi Hanna1-1/+2
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean1-25/+5
2018-12-06Disable native image usage for collectible assemblies (#21378)Jan Vorlicek1-7/+7
2018-12-03Remove *LoadContextHostBinder (#21342)Steve MacLean1-29/+0
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-34/+19
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek1-0/+6
2018-11-30Fix crossgen segfaultSteve MacLean1-2/+43
2018-11-30Address PR feedbackSteve MacLean1-44/+3
2018-11-30Remove dead codeSteve MacLean1-56/+14
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-186/+2
2018-11-27Fix ILStubCache allocation for collectible assemblies (#21188)Jan Vorlicek1-2/+2