summaryrefslogtreecommitdiff
path: root/src/pal/prebuilt
AgeCommit message (Expand)AuthorFilesLines
2017-10-27Delete dead code (#14703)Jan Kotas7-913/+0
2017-10-23profiler changes for tiered compilation (#14612)David Mason2-0/+941
2017-10-23Fix for #12609 - add option to disable tiered compilation for profilers (#14...David Mason1-1/+2
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason2-0/+182
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason2-0/+89
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-1/+1
2017-05-10add prebuilt fileMukul Sabharwal1-29/+2
2017-05-08Add an event pipe that pipes to the profiler apisMukul Sabharwal2-9/+831
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma1-1/+15
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-1/+1
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-1/+1
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-2919/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+14
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-7/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-7/+0
2016-11-22[x86/Linux] Fix stdcall calling convention ignored on variadic function (#8252)SaeHie Park1-6/+6
2016-10-21Address CR feedbackMukul Sabharwal1-11/+19
2016-10-21Add LCG JIT Compilation Profiler CallbacksMukul Sabharwal2-6/+1706
2016-10-14NullReferenceException APIs (#7338)Sven Boemer2-21/+484
2016-09-22Fix Unable to step through Visual Studio remote debugger with coreclr executa...Mike McLaughlin2-0/+92
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by building...kchoi19-4/+2
2016-07-25Arm64: DebuggerRama Krishnan Raghupathy1-6/+38
2016-06-02Fix details for CoreCLR binaryGaurav Khanna1-1/+1
2016-04-18enable build of cross target components.Rahul Kumar1-1/+1
2016-04-06Adding Common versioning to managed and Native components of coreclrJose Perez Rodriguez1-0/+4
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas2-96/+0
2016-03-09Delete dead codeJan Kotas2-2/+0
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin2-6/+203
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas1-1/+1
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid1-1/+1
2016-01-27Update license headersdotnet-bot48-193/+144
2015-12-28Automating Event Logging Infrastructure: With this change the infrastructure ...Rama5-21449/+0
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin2-18/+34
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas7-20/+1822
2015-10-21Enable EventSource Logging in Linux via LttngRama3-0/+21
2015-10-16Controlling Xplat Event logging:Rama2-1240/+6245
2015-10-11This enables Lttng Logging for CoreClr,Rama2-12/+2647
2015-10-08Code changes for firing etw events when a pdb is dynamically loaded. This cor...dotnet-bot2-4/+75
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene2-84/+174
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin1-30/+30
2015-08-03Allow x86 version of prebuilt mscoree.h to be used for all architecturesJan Kotas1-4/+5
2015-08-03Revert "Merge changes from TFS"Jan Kotas1-4/+4
2015-08-03Use x86 version of prebuilt mscoree.hJan Kotas1-4/+4
2015-05-07Merge changes from parent branchdotnet-bot3-72/+248
2015-04-28Remove unused code and address codereview commentsEugene Zemtsov1-10/+1
2015-04-27Mark dbgshim functions as extern "C", for easier load via GetProcAddressEugene Zemtsov1-0/+4
2015-04-17Add missing MIT license headersJan Vorlicek1-0/+5
2015-04-10Update prebuilt ETW headersJan Kotas3-14/+319
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-2/+2
2015-03-25Fix CORDB_PLATFORM mismatch between DAC and SOSEugene Zemtsov1-3/+5