summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree
AgeCommit message (Expand)AuthorFilesLines
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-26/+20
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-20/+26
2017-10-27Delete dead code (#14703)Jan Kotas1-54/+0
2017-09-27Add SetThreadIdealProcessorEx PAL API (#13606)Xiangyang (Mark) Guo1-0/+1
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-6/+0
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie2-13/+0
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-1/+0
2017-07-06Pin GC threads to corresponding processors on Linux (#12486)Xiangyang (Mark) Guo1-0/+1
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri1-0/+3
2017-06-09Enable CPU Group on Linux AMD64 (#12140)Xiangyang (Mark) Guo1-0/+4
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie2-1/+8
2017-06-01gdbjit symbols exported (#11739)chunseoklee2-0/+8
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn1-0/+1
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+6
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-1/+1
2017-04-18Remove /RELEASE option required for device drivers (#11023)Gaurav Khanna1-0/+4
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma3-5/+38
2017-03-29Fix dependency to coreclr and mscorrc in Linux (#10138)Hyeongseok Oh1-1/+3
2017-03-21Support Windows Minidumpnoahfalk3-1/+9
2017-03-09Fix incremental build of resources injected to coreclr.dll (#10045)Jan Vorlicek1-2/+6
2017-03-02Fix incremental build on Unix (#9779)Jan Vorlicek1-8/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-24/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-168/+0
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie1-0/+6
2017-01-15Remove unused mscoree files and code (#8956)mikedn12-1591/+1
2016-12-26Remove files related to legacy build system (#8723)Robert4-549/+0
2016-12-08[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)Jonghyun Park1-2/+0
2016-11-02Suppress SOS.NETCore.dll error msg in release mode (#6975)chunseoklee1-11/+12
2016-11-01Fix GitHub build break caused by change #1636179John Chen1-0/+6
2016-10-25Making MemoryFailPoint functional on xplatRama Krishnan Raghupathy1-0/+1
2016-10-04Add PGO GENPROFILE support to coreclr and clrjit (#7423)Daniel Podder1-0/+3
2016-10-01Initial support of local variables and method arguments in GDB JIT interface ...Evgeny Pavlov1-1/+2
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin1-2/+2
2016-07-22Set hr to S_OK instead of returning S_OKEvgeny Pavlov1-1/+1
2016-07-22Fix ildasm fail due missing GetInfoForMethod managed methodEvgeny Pavlov1-0/+1
2016-07-22Fix after review:Evgeny Pavlov1-1/+6
2016-07-22Create coreclr delegate inside coreclr_initializeEvgeny Pavlov2-1/+23
2016-06-23Build the GC as part of its own CMake target (#5932)Sean Gillespie1-0/+1
2016-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin3-90/+1
2016-06-02Fix details for CoreCLR binaryGaurav Khanna1-1/+1
2016-05-17Remove jitOnDllProcess{Attach,Detach}.Pat Gavlin1-15/+0
2016-05-11Change hosting API string encoding to UTF-8 on Windows (#4894)Jan Vorlicek1-2/+2
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-4/+0
2016-04-28Load JIT from a custom locationGaurav Khanna1-0/+10
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-1/+5
2016-04-20Change the names of the JIT products to `clrjit`.Pat Gavlin1-6/+1
2016-04-16Cleanup VCRuntime140.dll dependency from native componentsGaurav Khanna1-1/+2
2016-04-15Merge pull request #4359 from gkhanna79/ROLibFix2Gaurav Khanna1-1/+7
2016-04-15DelayLoadAndFixWinRTInteropGaurav Khanna1-1/+7
2016-04-14Make it possible to build JIT32 in the OSS tree.Pat Gavlin1-2/+7