repo_name stringclasses 6
values | pr_number int64 512 78.9k | pr_title stringlengths 3 144 | pr_description stringlengths 0 30.3k | author stringlengths 2 21 | date_created timestamp[ns, tz=UTC] | date_merged timestamp[ns, tz=UTC] | previous_commit stringlengths 40 40 | pr_commit stringlengths 40 40 | query stringlengths 17 30.4k | filepath stringlengths 9 210 | before_content stringlengths 0 112M | after_content stringlengths 0 112M | label int64 -1 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeSystem/DeclarativeSecurityAttribute.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Reflection.Metadata.Ecma335;
namespace System.Reflection.Metadata
{
public readonly struct DeclarativeSecurityAttribute
{
priv... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Reflection.Metadata.Ecma335;
namespace System.Reflection.Metadata
{
public readonly struct DeclarativeSecurityAttribute
{
priv... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj | <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generated165.il" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generated165.il" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>None</DebugType>
<Optimize>True</Opti... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>None</DebugType>
<Optimize>True</Opti... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/JIT/jit64/gc/misc/struct1_5.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="struct1_5.cs" />
</ItemGroup>
</Proje... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="struct1_5.cs" />
</ItemGroup>
</Proje... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/tests/GC/Scenarios/GCSimulator/GCSimulator_154.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
... | -1 |
dotnet/runtime | 66,018 | Some more clean up for RegexOptions.NonBacktracking | - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | stephentoub | 2022-03-01T18:59:28Z | 2022-03-04T15:52:45Z | 47191c04d8aeca28adbb6fd1ce0f878a87655aa4 | 6dcefe002035fa19c3288d54d8d10f6533cb94fc | Some more clean up for RegexOptions.NonBacktracking. - Deleted some dead code
- Avoiding passing things around as IEnumerable when we could pass a stronger type
- Cleaned up BitVector and made it a struct
- Moved code out of the Algebras folder into the main folder | ./src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test2/test2.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================================
**
** Source: test2.c
**
** Purpose: Test #2 for the vprintf function. Tests the string specifier
** ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================================
**
** Source: test2.c
**
** Purpose: Test #2 for the vprintf function. Tests the string specifier
** ... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/metadata/external-only.c | /**
* Functions that are in the (historical) embedding API
* but must not be used by the runtime. Often
* just a thin wrapper mono_foo => mono_foo_internal.
*
* Copyright 2018 Microsoft
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
// FIXME In order to c... | /**
* Functions that are in the (historical) embedding API
* but must not be used by the runtime. Often
* just a thin wrapper mono_foo => mono_foo_internal.
*
* Copyright 2018 Microsoft
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
// FIXME In order to c... | 1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/metadata/icall.c | /**
* \file
*
* Authors:
* Dietmar Maurer (dietmar@ximian.com)
* Paolo Molaro (lupus@ximian.com)
* Patrik Torstensson (patrik.torstensson@labs2.com)
* Marek Safar (marek.safar@gmail.com)
* Aleksey Kliger (aleksey@xamarin.com)
*
* Copyright 2001-2003 Ximian, Inc (http://www.ximian.com)
* Copyright 20... | /**
* \file
*
* Authors:
* Dietmar Maurer (dietmar@ximian.com)
* Paolo Molaro (lupus@ximian.com)
* Patrik Torstensson (patrik.torstensson@labs2.com)
* Marek Safar (marek.safar@gmail.com)
* Aleksey Kliger (aleksey@xamarin.com)
*
* Copyright 2001-2003 Ximian, Inc (http://www.ximian.com)
* Copyright 20... | 1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/metadata/object-internals.h | /**
* \file
*/
#ifndef __MONO_OBJECT_INTERNALS_H__
#define __MONO_OBJECT_INTERNALS_H__
#include <mono/utils/mono-forward-internal.h>
#include <mono/metadata/object-forward.h>
#include <mono/metadata/handle-decl.h>
#include <mono/metadata/object.h>
#include <mono/metadata/threads.h>
#include <mono/metadata/reflecti... | /**
* \file
*/
#ifndef __MONO_OBJECT_INTERNALS_H__
#define __MONO_OBJECT_INTERNALS_H__
#include <mono/utils/mono-forward-internal.h>
#include <mono/metadata/object-forward.h>
#include <mono/metadata/handle-decl.h>
#include <mono/metadata/object.h>
#include <mono/metadata/threads.h>
#include <mono/metadata/reflecti... | 1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/native/public/mono/metadata/details/mono-private-unstable-functions.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
/**
*
* Private unstable APIs.
*
* WARNING: The declarations and behavior of functions in this header are NOT STABLE and can be modified or removed at
* any time.
*
*/
// Th... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
/**
*
* Private unstable APIs.
*
* WARNING: The declarations and behavior of functions in this header are NOT STABLE and can be modified or removed at
* any time.
*
*/
// Th... | 1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/vm/eventpipeadapter.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef __EVENTPIPE_ADAPTER_H__
#define __EVENTPIPE_ADAPTER_H__
#if defined(FEATURE_PERFTRACING)
#include <eventpipe/ep.h>
#include <eventpipe/ep-provider.h>
#include <eventpipe/ep... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef __EVENTPIPE_ADAPTER_H__
#define __EVENTPIPE_ADAPTER_H__
#if defined(FEATURE_PERFTRACING)
#include <eventpipe/ep.h>
#include <eventpipe/ep-provider.h>
#include <eventpipe/ep... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/jit/ssabuilder.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#pragma once
#pragma warning(disable : 4503) // 'identifier' : decorated name length exceeded, name was truncated
#include "compiler.h"
#include "ssarenamestate.h"
typedef int LclV... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#pragma once
#pragma warning(disable : 4503) // 'identifier' : decorated name length exceeded, name was truncated
#include "compiler.h"
#include "ssarenamestate.h"
typedef int LclV... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/vm/debuginfostore.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// DebugInfoStore
#ifndef __DebugInfoStore_H_
#define __DebugInfoStore_H_
// Debugging information is described in CorInfo.h
#include "corinfo.h"
#include "nibblestream.h"
//--... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// DebugInfoStore
#ifndef __DebugInfoStore_H_
#define __DebugInfoStore_H_
// Debugging information is described in CorInfo.h
#include "corinfo.h"
#include "nibblestream.h"
//--... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/utils/mono-path.c | /**
* \file
* Routines for handling path names.
*
* Authors:
* Gonzalo Paniagua Javier (gonzalo@novell.com)
* Miguel de Icaza (miguel@novell.com)
*
* (C) 2006 Novell, Inc. http://www.novell.com
*
*/
#include <config.h>
#include <glib.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#ifdef HAVE... | /**
* \file
* Routines for handling path names.
*
* Authors:
* Gonzalo Paniagua Javier (gonzalo@novell.com)
* Miguel de Icaza (miguel@novell.com)
*
* (C) 2006 Novell, Inc. http://www.novell.com
*
*/
#include <config.h>
#include <glib.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#ifdef HAVE... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/vm/rcwrefcache.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
//
/*============================================================
**
** Header: RCWRefCache.h
**
**
** Purpose: Defines RCWRefCache class
** This class maintains per-AppDomain c... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
//
/*============================================================
**
** Header: RCWRefCache.h
**
**
** Purpose: Defines RCWRefCache class
** This class maintains per-AppDomain c... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/eglib/gmisc-win32.c | /*
* gmisc.c: Misc functions with no place to go (right now)
*
* Author:
* Aaron Bockover (abockover@novell.com)
*
* (C) 2006 Novell, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the... | /*
* gmisc.c: Misc functions with no place to go (right now)
*
* Author:
* Aaron Bockover (abockover@novell.com)
*
* (C) 2006 Novell, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/utils/mono-threads-debug.h | /**
* \file
*/
#ifndef __MONO_UTILS_MONO_THREADS_DEBUG_H__
#define __MONO_UTILS_MONO_THREADS_DEBUG_H__
#include <config.h>
#include <glib.h>
/* Logging - enable them below if you need specific logging for the category you need */
#define MOSTLY_ASYNC_SAFE_FPRINTF(handle, ...) do { \
g_async_safe_fprintf (handle, ... | /**
* \file
*/
#ifndef __MONO_UTILS_MONO_THREADS_DEBUG_H__
#define __MONO_UTILS_MONO_THREADS_DEBUG_H__
#include <config.h>
#include <glib.h>
/* Logging - enable them below if you need specific logging for the category you need */
#define MOSTLY_ASYNC_SAFE_FPRINTF(handle, ...) do { \
g_async_safe_fprintf (handle, ... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/pal/inc/rt/olectl.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
//
// ===========================================================================
// File: olectl.h
//
// =========================================================================... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
//
// ===========================================================================
// File: olectl.h
//
// =========================================================================... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/metadata/icall-table.h | /**
* \file
* Copyright 2016 Microsoft
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#ifndef __MONO_METADATA_ICALL_TABLE_H__
#define __MONO_METADATA_ICALL_TABLE_H__
#include <config.h>
#include <glib.h>
#include <mono/utils/mono-publib.h>
#include "marshal.... | /**
* \file
* Copyright 2016 Microsoft
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#ifndef __MONO_METADATA_ICALL_TABLE_H__
#define __MONO_METADATA_ICALL_TABLE_H__
#include <config.h>
#include <glib.h>
#include <mono/utils/mono-publib.h>
#include "marshal.... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/pal/src/libunwind/tests/test-flush-cache.c | /* libunwind - a platform-independent unwind library
Copyright (C) 2003 Hewlett-Packard Co
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of libunwind.
Copyright (c) 2003 Hewlett-Packard Co.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software a... | /* libunwind - a platform-independent unwind library
Copyright (C) 2003 Hewlett-Packard Co
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of libunwind.
Copyright (c) 2003 Hewlett-Packard Co.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software a... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/pal/inc/pal_mstypes.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*++
--*/
////////////////////////////////////////////////////////////////////////
// Extensions to the usual posix header files
///////////////////////////////////////////////... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*++
--*/
////////////////////////////////////////////////////////////////////////
// Extensions to the usual posix header files
///////////////////////////////////////////////... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/native/corehost/bundle/manifest.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef __MANIFEST_H__
#define __MANIFEST_H__
#include <list>
#include "file_entry.h"
#include "header.h"
namespace bundle
{
// Bundle Manifest contains:
// Series of f... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef __MANIFEST_H__
#define __MANIFEST_H__
#include <list>
#include "file_entry.h"
#include "header.h"
namespace bundle
{
// Bundle Manifest contains:
// Series of f... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/eventpipe/test/ep-session-tests.c | #if defined(_MSC_VER) && defined(_DEBUG)
#include "ep-tests-debug.h"
#endif
#include <eventpipe/ep.h>
#include <eventpipe/ep-config.h>
#include <eventpipe/ep-event.h>
#include <eventpipe/ep-session.h>
#include <eglib/test/test.h>
#define TEST_PROVIDER_NAME "MyTestProvider"
#define TEST_FILE "./ep_test_create_file.txt... | #if defined(_MSC_VER) && defined(_DEBUG)
#include "ep-tests-debug.h"
#endif
#include <eventpipe/ep.h>
#include <eventpipe/ep-config.h>
#include <eventpipe/ep-event.h>
#include <eventpipe/ep-session.h>
#include <eglib/test/test.h>
#define TEST_PROVIDER_NAME "MyTestProvider"
#define TEST_FILE "./ep_test_create_file.txt... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/inc/metadatatracker.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef _METADATATRACKER_H_
#define _METADATATRACKER_H_
#if METADATATRACKER_ENABLED
#define METADATATRACKER_ONLY(s) (s)
#include "winbase.h"
#include "winwrap.h"
#include "holder.... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef _METADATATRACKER_H_
#define _METADATATRACKER_H_
#if METADATATRACKER_ENABLED
#define METADATATRACKER_ONLY(s) (s)
#include "winbase.h"
#include "winwrap.h"
#include "holder.... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/utils/os-event-unix.c | /**
* \file
* MonoOSEvent on Unix
*
* Author:
* Ludovic Henry (luhenry@microsoft.com)
*
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include "os-event.h"
#include "atomic.h"
#include "mono-lazy-init.h"
#include "mono-threads.h"
#include "mono-time.h"... | /**
* \file
* MonoOSEvent on Unix
*
* Author:
* Ludovic Henry (luhenry@microsoft.com)
*
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include "os-event.h"
#include "atomic.h"
#include "mono-lazy-init.h"
#include "mono-threads.h"
#include "mono-time.h"... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/pal/inc/rt/cpp/wchar.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
//
// ===========================================================================
// File: wchar.h
//
// ==========================================================================... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
//
// ===========================================================================
// File: wchar.h
//
// ==========================================================================... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/native/external/brotli/enc/hash_composite_inc.h | /* NOLINT(build/header_guard) */
/* Copyright 2018 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* template parameters: FN, HASHER_A, HASHER_B */
/* Composite hasher: This hasher allows to combine two other hashers... | /* NOLINT(build/header_guard) */
/* Copyright 2018 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* template parameters: FN, HASHER_A, HASHER_B */
/* Composite hasher: This hasher allows to combine two other hashers... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/native/external/brotli/enc/cluster_inc.h | /* NOLINT(build/header_guard) */
/* Copyright 2013 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* template parameters: FN, CODE */
#define HistogramType FN(Histogram)
/* Computes the bit cost reduction by combini... | /* NOLINT(build/header_guard) */
/* Copyright 2013 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* template parameters: FN, CODE */
#define HistogramType FN(Histogram)
/* Computes the bit cost reduction by combini... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/native/libs/System.Native/ios/netinet/udp_var.h | /*
* Copyright (c) 2008-2016 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file exc... | /*
* Copyright (c) 2008-2016 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file exc... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/utils/mono-dl-wasm.c | #include <config.h>
#include <mono/utils/mono-compiler.h>
#if defined (HOST_WASM)
#include "mono/utils/mono-dl.h"
#include "mono/utils/mono-embed.h"
#include "mono/utils/mono-path.h"
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <glib.h>
#ifndef HOST_WASI
#include <dlfcn.h>
... | #include <config.h>
#include <mono/utils/mono-compiler.h>
#if defined (HOST_WASM)
#include "mono/utils/mono-dl.h"
#include "mono/utils/mono-embed.h"
#include "mono/utils/mono-path.h"
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <glib.h>
#ifndef HOST_WASI
#include <dlfcn.h>
... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/native/libs/System.Native/pal_networkstatistics.c | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include "pal_config.h"
#include "pal_errno.h"
#include "pal_networkstatistics.h"
#include <stdlib.h>
#include <errno.h>
// These functions are only used for platforms which suppo... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include "pal_config.h"
#include "pal_errno.h"
#include "pal_networkstatistics.h"
#include <stdlib.h>
#include <errno.h>
// These functions are only used for platforms which suppo... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/unwinder/unwinder.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#ifndef __unwinder_h__
#define __unwinder_h__
//---------------------------------------------------------------------------------------
//
// OOPStackUnwinder is the abstract b... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#ifndef __unwinder_h__
#define __unwinder_h__
//---------------------------------------------------------------------------------------
//
// OOPStackUnwinder is the abstract b... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/pal/src/libunwind/src/ppc64/is_fpreg.c | /* libunwind - a platform-independent unwind library
Copyright (C) 2006-2007 IBM
Contributed by
Corey Ashford <cjashfor@us.ibm.com>
Jose Flavio Aguilar Paulino <jflavio@br.ibm.com> <joseflavio@gmail.com>
This file is part of libunwind.
Permission is hereby granted, free of charge, to any person obtain... | /* libunwind - a platform-independent unwind library
Copyright (C) 2006-2007 IBM
Contributed by
Corey Ashford <cjashfor@us.ibm.com>
Jose Flavio Aguilar Paulino <jflavio@br.ibm.com> <joseflavio@gmail.com>
This file is part of libunwind.
Permission is hereby granted, free of charge, to any person obtain... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/pal/src/libunwind/include/win/sys/ucontext.h | // This is an incomplete & imprecice implementation of the *nix file
// by the same name
// Since this is only intended for VC++ compilers
// use #pragma once instead of guard macros
#pragma once
#ifdef _MSC_VER // Only for cross compilation to windows
#include <inttypes.h>
#if defined(__linux__) && defined(__x86_6... | // This is an incomplete & imprecice implementation of the *nix file
// by the same name
// Since this is only intended for VC++ compilers
// use #pragma once instead of guard macros
#pragma once
#ifdef _MSC_VER // Only for cross compilation to windows
#include <inttypes.h>
#if defined(__linux__) && defined(__x86_6... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractRoundedHighNarrowingUpper.Vector128.UInt32.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/mini/image-writer.c | /**
* \file
* Creation of object files or assembly files using the same interface.
*
* Author:
* Dietmar Maurer (dietmar@ximian.com)
* Zoltan Varga (vargaz@gmail.com)
* Paolo Molaro (lupus@ximian.com)
* Johan Lorensson (lateralusx.github@gmail.com)
*
* (C) 2002 Ximian, Inc.
*/
#include "config.h"
#i... | /**
* \file
* Creation of object files or assembly files using the same interface.
*
* Author:
* Dietmar Maurer (dietmar@ximian.com)
* Zoltan Varga (vargaz@gmail.com)
* Paolo Molaro (lupus@ximian.com)
* Johan Lorensson (lateralusx.github@gmail.com)
*
* (C) 2002 Ximian, Inc.
*/
#include "config.h"
#i... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.ComponentModel;
namespace System.Runtime.InteropServices.ComTypes
{
[Guid("00000010-0000-0000-C000-000000000046")]
[EditorBrowsable(EditorBrowsableState.Never)]... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.ComponentModel;
namespace System.Runtime.InteropServices.ComTypes
{
[Guid("00000010-0000-0000-C000-000000000046")]
[EditorBrowsable(EditorBrowsableState.Never)]... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/XsltApiV2/AddParameterB1.xsl |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" omit-xml-declaration="yes" />
<xsl:param name="param1" select="'default global'"/>
<xsl:template match="/">
<xsl:call-template name="Test" />
</xsl:template>
<xsl:template name="Test">
<xsl:param name="param... |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" omit-xml-declaration="yes" />
<xsl:param name="param1" select="'default global'"/>
<xsl:template match="/">
<xsl:call-template name="Test" />
</xsl:template>
<xsl:template name="Test">
<xsl:param name="param... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.Windows.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
using Gdip = System.Drawing.SafeNativeMethods.Gdip;
namespace System.Drawing.Drawing2D
{
public partial class CustomLineCap
{
i... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
using Gdip = System.Drawing.SafeNativeMethods.Gdip;
namespace System.Drawing.Drawing2D
{
public partial class CustomLineCap
{
i... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/tests/JIT/SIMD/CreateGeneric_r.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize />
</PropertyGroup>
<ItemGroup>
<Compile Include="CreateGeneric.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize />
</PropertyGroup>
<ItemGroup>
<Compile Include="CreateGeneric.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/SingleMethodCompilationModuleGroup.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Internal.ReadyToRunConstants;
using Internal.TypeSystem;
using Internal.TypeSystem.Ecma;
namespace ILCompiler
{
/// <summary>
/// A c... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Internal.ReadyToRunConstants;
using Internal.TypeSystem;
using Internal.TypeSystem.Ecma;
namespace ILCompiler
{
/// <summary>
/// A c... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/tests/JIT/IL_Conformance/Old/directed/ldarg_s_i2.il | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern legacy library mscorlib {}
.assembly ldarg_s_i2 {}
.class ldarg_s_i2 {
.method public static int32 test_int16()
{
.locals()
.maxstack 256
ldc.i4.0
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern legacy library mscorlib {}
.assembly ldarg_s_i2 {}
.class ldarg_s_i2 {
.method public static int32 test_int16()
{
.locals()
.maxstack 256
ldc.i4.0
... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/tests/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
using Xunit;
/// <summary>
/// Pass Array Size by out keyword using SizeParamIndex Attributes
/// </summary>
public class Client... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
using Xunit;
/// <summary>
/// Pass Array Size by out keyword using SizeParamIndex Attributes
/// </summary>
public class Client... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</Item... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</Item... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/mono/mono/tests/bug-348522.2.cs | //
// From test: Bug 348522
//
using System;
using System.Reflection;
using System.Globalization;
public struct SimpleStruct {
public int a;
public int b;
public SimpleStruct (int a, int b)
{
this.a = a;
this.b = b;
}
}
class NullableTestClass
{
public bool hasValue;
public int bVal;
public void F (Simp... | //
// From test: Bug 348522
//
using System;
using System.Reflection;
using System.Globalization;
public struct SimpleStruct {
public int a;
public int b;
public SimpleStruct (int a, int b)
{
this.a = a;
this.b = b;
}
}
class NullableTestClass
{
public bool hasValue;
public int bVal;
public void F (Simp... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/tests/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System;
class Test_b06464
{
static int[] a = new int[10];
static int[] A()
{
Console.WriteLine("A");
return a;
}
static int F()
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System;
class Test_b06464
{
static int[] a = new int[10];
static int[] A()
{
Console.WriteLine("A");
return a;
}
static int F()
{
... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CanonicalXmlDocument.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Xml;
using System.Text;
namespace System.Security.Cryptography.Xml
{
// all input types eventually lead to the creation of an XmlDocument document
// of this ty... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Xml;
using System.Text;
namespace System.Security.Cryptography.Xml
{
// all input types eventually lead to the creation of an XmlDocument document
// of this ty... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/tests/JIT/Generics/Parameters/instance_passing_class01.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System;
public struct ValX0 { }
public struct ValY0 { }
public struct ValX1<T> { }
public struct ValY1<T> { }
public struct ValX2<T, U> { }
public struct ValY2<T, U> { }
pu... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System;
public struct ValX0 { }
public struct ValY0 { }
public struct ValX1<T> { }
public struct ValY1<T> { }
public struct ValX2<T, U> { }
public struct ValY2<T, U> { }
pu... | -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj | <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generated812.il" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generated812.il" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,007 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr | Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | lambdageek | 2022-03-01T15:38:09Z | 2022-03-03T15:38:37Z | faa272f860f83802a9cee65619e6e2e841b05433 | 1cfa6d6964d890f9673b25d2165532f9a43710a7 | [monoapi] Add mono_method_get_unmanaged_callers_only_ftnptr. Like `RuntimeMethodHandle.GetFunctionPointer`, but callable from native code | ./src/tests/JIT/Methodical/VT/etc/nested.il | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern mscorlib
{
}
.assembly 'nested' // as "nested"
{
}
.assembly extern xunit.core {}
.namespace JitTest
{
.class value private auto ansi sealed Struct1
e... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern mscorlib
{
}
.assembly 'nested' // as "nested"
{
}
.assembly extern xunit.core {}
.namespace JitTest
{
.class value private auto ansi sealed Struct1
e... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/calls.c | /**
* \file
*/
#include <config.h>
#include <mono/utils/mono-compiler.h>
#ifndef DISABLE_JIT
#include "mini.h"
#include "ir-emit.h"
#include "mini-runtime.h"
#include "llvmonly-runtime.h"
#include "mini-llvm.h"
#include "jit-icalls.h"
#include "aot-compiler.h"
#include <mono/metadata/abi-details.h>
#include <mono/... | /**
* \file
*/
#include <config.h>
#include <mono/utils/mono-compiler.h>
#ifndef DISABLE_JIT
#include "mini.h"
#include "ir-emit.h"
#include "mini-runtime.h"
#include "llvmonly-runtime.h"
#include "mini-llvm.h"
#include "jit-icalls.h"
#include "aot-compiler.h"
#include <mono/metadata/abi-details.h>
#include <mono/... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/driver.c | /**
* \file
* The new mono JIT compiler.
*
* Author:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
*
* (C) 2002-2003 Ximian, Inc.
* (C) 2003-2006 Novell, Inc.
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include <confi... | /**
* \file
* The new mono JIT compiler.
*
* Author:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
*
* (C) 2002-2003 Ximian, Inc.
* (C) 2003-2006 Novell, Inc.
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include <confi... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/intrinsics.c | /**
* Intrinsics support
*/
#include <config.h>
#include <glib.h>
#include <mono/utils/mono-compiler.h>
#include <mono/utils/mono-math.h>
#include <math.h>
#ifndef DISABLE_JIT
#include "mini.h"
#include "mini-runtime.h"
#include "ir-emit.h"
#include "jit-icalls.h"
#include <mono/metadata/abi-details.h>
#include <... | /**
* Intrinsics support
*/
#include <config.h>
#include <glib.h>
#include <mono/utils/mono-compiler.h>
#include <mono/utils/mono-math.h>
#include <math.h>
#ifndef DISABLE_JIT
#include "mini.h"
#include "mini-runtime.h"
#include "ir-emit.h"
#include "jit-icalls.h"
#include <mono/metadata/abi-details.h>
#include <... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/method-to-ir.c | /**
* \file
* Convert CIL to the JIT internal representation
*
* Author:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
*
* (C) 2002 Ximian, Inc.
* Copyright 2003-2010 Novell, Inc (http://www.novell.com)
* Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
* Licensed under the ... | /**
* \file
* Convert CIL to the JIT internal representation
*
* Author:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
*
* (C) 2002 Ximian, Inc.
* Copyright 2003-2010 Novell, Inc (http://www.novell.com)
* Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
* Licensed under the ... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-amd64.c | /**
* \file
* AMD64 backend for the Mono code generator
*
* Based on mini-x86.c.
*
* Authors:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
* Patrik Torstensson
* Zoltan Varga (vargaz@gmail.com)
* Johan Lorensson (lateralusx.github@gmail.com)
*
* (C) 2003 Ximian, Inc.
*... | /**
* \file
* AMD64 backend for the Mono code generator
*
* Based on mini-x86.c.
*
* Authors:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
* Patrik Torstensson
* Zoltan Varga (vargaz@gmail.com)
* Johan Lorensson (lateralusx.github@gmail.com)
*
* (C) 2003 Ximian, Inc.
*... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-amd64.h | /**
* \file
*/
#ifndef __MONO_MINI_AMD64_H__
#define __MONO_MINI_AMD64_H__
#include <mono/arch/amd64/amd64-codegen.h>
#include <mono/utils/mono-sigcontext.h>
#include <mono/utils/mono-context.h>
#include <glib.h>
#ifdef HOST_WIN32
#include <windows.h>
#include <signal.h>
#if !defined(_MSC_VER)
/* sigcontext surro... | /**
* \file
*/
#ifndef __MONO_MINI_AMD64_H__
#define __MONO_MINI_AMD64_H__
#include <mono/arch/amd64/amd64-codegen.h>
#include <mono/utils/mono-sigcontext.h>
#include <mono/utils/mono-context.h>
#include <glib.h>
#ifdef HOST_WIN32
#include <windows.h>
#include <signal.h>
#if !defined(_MSC_VER)
/* sigcontext surro... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-arm.c | /**
* \file
* ARM backend for the Mono code generator
*
* Authors:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
*
* (C) 2003 Ximian, Inc.
* Copyright 2003-2011 Novell, Inc (http://www.novell.com)
* Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
* Licensed under the MIT li... | /**
* \file
* ARM backend for the Mono code generator
*
* Authors:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
*
* (C) 2003 Ximian, Inc.
* Copyright 2003-2011 Novell, Inc (http://www.novell.com)
* Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
* Licensed under the MIT li... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-arm.h | /**
* \file
* Copyright 2011 Xamarin Inc
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#ifndef __MONO_MINI_ARM_H__
#define __MONO_MINI_ARM_H__
#include <mono/arch/arm/arm-codegen.h>
#include <mono/utils/mono-context.h>
#include <glib.h>
#if defined(ARM_FP... | /**
* \file
* Copyright 2011 Xamarin Inc
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#ifndef __MONO_MINI_ARM_H__
#define __MONO_MINI_ARM_H__
#include <mono/arch/arm/arm-codegen.h>
#include <mono/utils/mono-context.h>
#include <glib.h>
#if defined(ARM_FP... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-arm64.c | /**
* \file
* ARM64 backend for the Mono code generator
*
* Copyright 2013 Xamarin, Inc (http://www.xamarin.com)
*
* Based on mini-arm.c:
*
* Authors:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
*
* (C) 2003 Ximian, Inc.
* Copyright 2003-2011 Novell, Inc (http://www.novell.c... | /**
* \file
* ARM64 backend for the Mono code generator
*
* Copyright 2013 Xamarin, Inc (http://www.xamarin.com)
*
* Based on mini-arm.c:
*
* Authors:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
*
* (C) 2003 Ximian, Inc.
* Copyright 2003-2011 Novell, Inc (http://www.novell.c... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-arm64.h | /**
* \file
*
* Copyright 2013 Xamarin Inc
*
* Based on mini-arm.h:
*
* Copyright 2011 Xamarin Inc
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#ifndef __MONO_MINI_ARM64_H__
#define __MONO_MINI_ARM64_H__
#include <mono/arch/arm64/arm64-codegen.h>
#in... | /**
* \file
*
* Copyright 2013 Xamarin Inc
*
* Based on mini-arm.h:
*
* Copyright 2011 Xamarin Inc
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#ifndef __MONO_MINI_ARM64_H__
#define __MONO_MINI_ARM64_H__
#include <mono/arch/arm64/arm64-codegen.h>
#in... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-llvm.c | /**
* \file
* llvm "Backend" for the mono JIT
*
* Copyright 2009-2011 Novell Inc (http://www.novell.com)
* Copyright 2011 Xamarin Inc (http://www.xamarin.com)
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include "config.h"
#include <mono/metadata/debu... | /**
* \file
* llvm "Backend" for the mono JIT
*
* Copyright 2009-2011 Novell Inc (http://www.novell.com)
* Copyright 2011 Xamarin Inc (http://www.xamarin.com)
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include "config.h"
#include <mono/metadata/debu... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-native-types.c | /**
* \file
* intrinsics for variable sized int/floats
*
* Author:
* Rodrigo Kumpera (kumpera@gmail.com)
*
* (C) 2013 Xamarin
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include <config.h>
#include <stdio.h>
#include "mini.h"
#include "ir-emit.h"... | /**
* \file
* intrinsics for variable sized int/floats
*
* Author:
* Rodrigo Kumpera (kumpera@gmail.com)
*
* (C) 2013 Xamarin
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include <config.h>
#include <stdio.h>
#include "mini.h"
#include "ir-emit.h"... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-s390x.c | /**
* @file
* @author - Neale Ferguson (Neale.Ferguson@SoftwareAG-usa.com)
*
* @section description
* Function - S/390 backend for the Mono code generator.
*
* Date - January, 2004
*
* Derivation - From mini-x86 & mini-ppc by -
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (d... | /**
* @file
* @author - Neale Ferguson (Neale.Ferguson@SoftwareAG-usa.com)
*
* @section description
* Function - S/390 backend for the Mono code generator.
*
* Date - January, 2004
*
* Derivation - From mini-x86 & mini-ppc by -
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (d... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-s390x.h | /**
* \file
*/
#ifndef __MONO_MINI_S390X_H__
#define __MONO_MINI_S390X_H__
#include <mono/arch/s390x/s390x-codegen.h>
#include <mono/utils/mono-context.h>
#include <signal.h>
#define MONO_ARCH_CPU_SPEC mono_s390x_cpu_desc
#define MONO_MAX_IREGS 16
#define MONO_MAX_FREGS 16
/*-------------------------------------... | /**
* \file
*/
#ifndef __MONO_MINI_S390X_H__
#define __MONO_MINI_S390X_H__
#include <mono/arch/s390x/s390x-codegen.h>
#include <mono/utils/mono-context.h>
#include <signal.h>
#define MONO_ARCH_CPU_SPEC mono_s390x_cpu_desc
#define MONO_MAX_IREGS 16
#define MONO_MAX_FREGS 16
/*-------------------------------------... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-wasm.c | #include "mini.h"
#include "mini-runtime.h"
#include <mono/metadata/mono-debug.h>
#include <mono/metadata/assembly.h>
#include <mono/metadata/metadata.h>
#include <mono/metadata/loader-internals.h>
#include <mono/metadata/icall-internals.h>
#include <mono/metadata/seq-points-data.h>
#include <mono/mini/aot-runtime.h>
#... | #include "mini.h"
#include "mini-runtime.h"
#include <mono/metadata/mono-debug.h>
#include <mono/metadata/assembly.h>
#include <mono/metadata/metadata.h>
#include <mono/metadata/loader-internals.h>
#include <mono/metadata/icall-internals.h>
#include <mono/metadata/seq-points-data.h>
#include <mono/mini/aot-runtime.h>
#... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-wasm.h | #ifndef __MONO_MINI_WASM_H__
#define __MONO_MINI_WASM_H__
#include <mono/utils/mono-sigcontext.h>
#include <mono/utils/mono-context.h>
#define MONO_ARCH_CPU_SPEC mono_wasm_desc
#define MONO_MAX_IREGS 1
#define MONO_MAX_FREGS 1
#define MONO_MAX_XREGS 1
#define WASM_REG_0 0
#define MONO_ARCH_USE_FPSTACK FALSE
// Do... | #ifndef __MONO_MINI_WASM_H__
#define __MONO_MINI_WASM_H__
#include <mono/utils/mono-sigcontext.h>
#include <mono/utils/mono-context.h>
#define MONO_ARCH_CPU_SPEC mono_wasm_desc
#define MONO_MAX_IREGS 1
#define MONO_MAX_FREGS 1
#define MONO_MAX_XREGS 1
#define WASM_REG_0 0
#define MONO_ARCH_USE_FPSTACK FALSE
// Do... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini.c | /**
* \file
* The new Mono code generator.
*
* Authors:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
*
* Copyright 2002-2003 Ximian, Inc.
* Copyright 2003-2010 Novell, Inc.
* Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
* Licensed under the MIT license. See LICENSE file... | /**
* \file
* The new Mono code generator.
*
* Authors:
* Paolo Molaro (lupus@ximian.com)
* Dietmar Maurer (dietmar@ximian.com)
*
* Copyright 2002-2003 Ximian, Inc.
* Copyright 2003-2010 Novell, Inc.
* Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
* Licensed under the MIT license. See LICENSE file... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini.h | /**
* \file
* Copyright 2002-2003 Ximian Inc
* Copyright 2003-2011 Novell Inc
* Copyright 2011 Xamarin Inc
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#ifndef __MONO_MINI_H__
#define __MONO_MINI_H__
#include "config.h"
#include <glib.h>
#include <signal... | /**
* \file
* Copyright 2002-2003 Ximian Inc
* Copyright 2003-2011 Novell Inc
* Copyright 2011 Xamarin Inc
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#ifndef __MONO_MINI_H__
#define __MONO_MINI_H__
#include "config.h"
#include <glib.h>
#include <signal... | 1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/pal/inc/rt/weakreference.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
//
// ===========================================================================
// File: weakreference.h
//
// ==================================================================... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
//
// ===========================================================================
// File: weakreference.h
//
// ==================================================================... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/tramp-mips.c | /**
* \file
* JIT trampoline code for MIPS
*
* Authors:
* Mark Mason (mason@broadcom.com)
*
* Based on tramp-ppc.c by:
* Dietmar Maurer (dietmar@ximian.com)
* Paolo Molaro (lupus@ximian.com)
* Carlos Valiente <yo@virutass.net>
*
* (C) 2006 Broadcom
* (C) 2001 Ximian, Inc.
*/
#include <config.h>
... | /**
* \file
* JIT trampoline code for MIPS
*
* Authors:
* Mark Mason (mason@broadcom.com)
*
* Based on tramp-ppc.c by:
* Dietmar Maurer (dietmar@ximian.com)
* Paolo Molaro (lupus@ximian.com)
* Carlos Valiente <yo@virutass.net>
*
* (C) 2006 Broadcom
* (C) 2001 Ximian, Inc.
*/
#include <config.h>
... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/vm/encee.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// EnCee.h
//
//
// Defines the core VM data structures and methods for support EditAndContinue
//
// =============================================================================... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// EnCee.h
//
//
// Defines the core VM data structures and methods for support EditAndContinue
//
// =============================================================================... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/native/libs/System.Native/pal_runtimeinformation.c | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include "pal_config.h"
#include "pal_runtimeinformation.h"
#include "pal_types.h"
#include <stdio.h>
#include <string.h>
#include <sys/utsname.h>
#if defined(TARGET_ANDROID)
#includ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include "pal_config.h"
#include "pal_runtimeinformation.h"
#include "pal_types.h"
#include <stdio.h>
#include <string.h>
#include <sys/utsname.h>
#if defined(TARGET_ANDROID)
#includ... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/native/libs/System.Native/pal_datetime.c | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include "pal_config.h"
#include "pal_datetime.h"
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#if defined(TARGET_ANDROID)
#include <sys/system_p... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include "pal_config.h"
#include "pal_datetime.h"
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#if defined(TARGET_ANDROID)
#include <sys/system_p... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/vm/field.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// COM+ Data Field Abstraction
//
#ifndef _FIELD_H_
#define _FIELD_H_
#include "excep.h"
// Temporary values stored in FieldDesc m_dwOffset during loading
// The high 5 bits m... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// COM+ Data Field Abstraction
//
#ifndef _FIELD_H_
#define _FIELD_H_
#include "excep.h"
// Temporary values stored in FieldDesc m_dwOffset during loading
// The high 5 bits m... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/pal/src/libunwind/src/arm/Lget_save_loc.c | #define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gget_save_loc.c"
#endif
| #define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gget_save_loc.c"
#endif
| -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/nativeaot/Runtime/unix/UnixContext.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef __UNIX_CONTEXT_H__
#define __UNIX_CONTEXT_H__
// Convert Unix native context to PAL_LIMITED_CONTEXT
void NativeContextToPalContext(const void* context, PAL_LIMITED_CONTEXT* ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef __UNIX_CONTEXT_H__
#define __UNIX_CONTEXT_H__
// Convert Unix native context to PAL_LIMITED_CONTEXT
void NativeContextToPalContext(const void* context, PAL_LIMITED_CONTEXT* ... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/debug/createdump/threadinfo.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
class CrashInfo;
#if defined(__aarch64__)
// See src/pal/src/include/pal/context.h
#define MCREG_Fp(mc) ((mc).regs[29])
#define MCREG_Lr(mc) ((mc).regs[30])
#define MCREG_... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
class CrashInfo;
#if defined(__aarch64__)
// See src/pal/src/include/pal/context.h
#define MCREG_Fp(mc) ((mc).regs[29])
#define MCREG_Lr(mc) ((mc).regs[30])
#define MCREG_... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/native/external/brotli/enc/encoder_dict.c | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
#include "./encoder_dict.h"
#include "../common/dictionary.h"
#include "../common/transform.h"
#include "./dictionary_hash.h"
#include "./hash.h"
#if ... | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
#include "./encoder_dict.h"
#include "../common/dictionary.h"
#include "../common/transform.h"
#include "./dictionary_hash.h"
#include "./hash.h"
#if ... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/native/eventpipe/ds-eventpipe-protocol.h | #ifndef __DIAGNOSTICS_EVENTPIPE_PROTOCOL_H__
#define __DIAGNOSTICS_EVENTPIPE_PROTOCOL_H__
#include "ds-rt-config.h"
#ifdef ENABLE_PERFTRACING
#include "ds-types.h"
#include "ds-ipc.h"
#undef DS_IMPL_GETTER_SETTER
#ifdef DS_IMPL_EVENTPIPE_PROTOCOL_GETTER_SETTER
#define DS_IMPL_GETTER_SETTER
#endif
#include "ds-getter... | #ifndef __DIAGNOSTICS_EVENTPIPE_PROTOCOL_H__
#define __DIAGNOSTICS_EVENTPIPE_PROTOCOL_H__
#include "ds-rt-config.h"
#ifdef ENABLE_PERFTRACING
#include "ds-types.h"
#include "ds-ipc.h"
#undef DS_IMPL_GETTER_SETTER
#ifdef DS_IMPL_EVENTPIPE_PROTOCOL_GETTER_SETTER
#define DS_IMPL_GETTER_SETTER
#endif
#include "ds-getter... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/pal/src/libunwind/src/tilegx/Linit_remote.c | #define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Ginit_remote.c"
#endif
| #define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Ginit_remote.c"
#endif
| -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/utils/mono-threads-wasm.c | #include "config.h"
#include <mono/utils/mono-threads.h>
#include <mono/utils/mono-mmap.h>
#include <mono/utils/mono-compiler.h>
#if defined (USE_WASM_BACKEND)
#include <mono/utils/mono-threads.h>
#include <mono/utils/mono-mmap.h>
#include <glib.h>
#ifdef HOST_BROWSER
#include <emscripten.h>
#include <emscripten/... | #include "config.h"
#include <mono/utils/mono-threads.h>
#include <mono/utils/mono-mmap.h>
#include <mono/utils/mono-compiler.h>
#if defined (USE_WASM_BACKEND)
#include <mono/utils/mono-threads.h>
#include <mono/utils/mono-mmap.h>
#include <glib.h>
#ifdef HOST_BROWSER
#include <emscripten.h>
#include <emscripten/... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/native/eventpipe/ep-event.c | #include "ep-rt-config.h"
#ifdef ENABLE_PERFTRACING
#if !defined(EP_INCLUDE_SOURCE_FILES) || defined(EP_FORCE_INCLUDE_SOURCE_FILES)
#define EP_IMPL_EVENT_GETTER_SETTER
#include "ep-event.h"
#include "ep-metadata-generator.h"
/*
* Forward declares of all static functions.
*/
static
void
event_build_minimum_metadat... | #include "ep-rt-config.h"
#ifdef ENABLE_PERFTRACING
#if !defined(EP_INCLUDE_SOURCE_FILES) || defined(EP_FORCE_INCLUDE_SOURCE_FILES)
#define EP_IMPL_EVENT_GETTER_SETTER
#include "ep-event.h"
#include "ep-metadata-generator.h"
/*
* Forward declares of all static functions.
*/
static
void
event_build_minimum_metadat... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/utils/freebsd-dwarf.h | /*-
* Copyright (c) 2007 John Birrell (jb@freebsd.org)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
*notice, this l... | /*-
* Copyright (c) 2007 John Birrell (jb@freebsd.org)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
*notice, this l... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/pal/src/libunwind/src/mi/_ReadULEB.c | #include <libunwind.h>
unw_word_t
_ReadULEB (unsigned char **dpp)
{
unsigned shift = 0;
unw_word_t byte, result = 0;
unsigned char *bp = *dpp;
while (1)
{
byte = *bp++;
result |= (byte & 0x7f) << shift;
if ((byte & 0x80) == 0)
break;
shift += 7;
}
*dpp = bp;
return ... | #include <libunwind.h>
unw_word_t
_ReadULEB (unsigned char **dpp)
{
unsigned shift = 0;
unw_word_t byte, result = 0;
unsigned char *bp = *dpp;
while (1)
{
byte = *bp++;
result |= (byte & 0x7f) << shift;
if ((byte & 0x80) == 0)
break;
shift += 7;
}
*dpp = bp;
return ... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/tools/superpmi/mcs/verbtoc.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//----------------------------------------------------------
// verbTOC.h - verb that creates a Table of Context for a MCH file
//----------------------------------------------------... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//----------------------------------------------------------
// verbTOC.h - verb that creates a Table of Context for a MCH file
//----------------------------------------------------... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/native/libs/System.Security.Cryptography.Native/pal_x509.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include "opensslshim.h"
#include "pal_compiler.h"
#include "pal_crypto_types.h"
/*
These values should be kept in sync with System.Security.Cryptography.X509Certificates.X509Revoca... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include "opensslshim.h"
#include "pal_compiler.h"
#include "pal_crypto_types.h"
/*
These values should be kept in sync with System.Security.Cryptography.X509Certificates.X509Revoca... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/pal/src/libunwind/src/aarch64/offsets.h | /* Linux-specific definitions: */
/* Define various structure offsets to simplify cross-compilation. */
/* Offsets for AArch64 Linux "ucontext_t": */
#define LINUX_UC_FLAGS_OFF 0x0
#define LINUX_UC_LINK_OFF 0x8
#define LINUX_UC_STACK_OFF 0x10
#define LINUX_UC_SIGMASK_OFF 0x28
#define LINUX_UC_MC... | /* Linux-specific definitions: */
/* Define various structure offsets to simplify cross-compilation. */
/* Offsets for AArch64 Linux "ucontext_t": */
#define LINUX_UC_FLAGS_OFF 0x0
#define LINUX_UC_LINK_OFF 0x8
#define LINUX_UC_STACK_OFF 0x10
#define LINUX_UC_SIGMASK_OFF 0x28
#define LINUX_UC_MC... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/native/external/brotli/enc/hash_longest_match_quickly_inc.h | /* NOLINT(build/header_guard) */
/* Copyright 2010 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* template parameters: FN, BUCKET_BITS, BUCKET_SWEEP_BITS, HASH_LEN,
USE_DICTIONARY
*/
#defi... | /* NOLINT(build/header_guard) */
/* Copyright 2010 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* template parameters: FN, BUCKET_BITS, BUCKET_SWEEP_BITS, HASH_LEN,
USE_DICTIONARY
*/
#defi... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/native/external/brotli/enc/entropy_encode.c | /* Copyright 2010 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* Entropy encoding (Huffman) utilities. */
#include "./entropy_encode.h"
#include <string.h> /* memset */
#include "../common/constants.h"
#include... | /* Copyright 2010 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* Entropy encoding (Huffman) utilities. */
#include "./entropy_encode.h"
#include <string.h> /* memset */
#include "../common/constants.h"
#include... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/alias-analysis.c | /**
* \file
* Implement simple alias analysis for local variables.
*
* Author:
* Rodrigo Kumpera (kumpera@gmail.com)
*
* (C) 2013 Xamarin
*/
#include <config.h>
#include <stdio.h>
#include "mini.h"
#include "ir-emit.h"
#include "glib.h"
#include <mono/utils/mono-compiler.h>
#ifndef DISABLE_JIT
static gboo... | /**
* \file
* Implement simple alias analysis for local variables.
*
* Author:
* Rodrigo Kumpera (kumpera@gmail.com)
*
* (C) 2013 Xamarin
*/
#include <config.h>
#include <stdio.h>
#include "mini.h"
#include "ir-emit.h"
#include "glib.h"
#include <mono/utils/mono-compiler.h>
#ifndef DISABLE_JIT
static gboo... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/component/diagnostics_server.c | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#include <config.h>
#include <mono/component/diagnostics_server.h>
#include <mono/utils/mono-publib.h>
#include <mono/utils/mono-compiler.h>
#include <eventpipe/ds-server.h>
stat... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#include <config.h>
#include <mono/component/diagnostics_server.h>
#include <mono/utils/mono-publib.h>
#include <mono/utils/mono-compiler.h>
#include <eventpipe/ds-server.h>
stat... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/native/external/rapidjson/internal/strtod.h | // Tencent is pleased to support the open source community by making RapidJSON available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
//
// Licensed under the MIT License (the "License"); you may not use this file except
// in compliance with the License. You may obt... | // Tencent is pleased to support the open source community by making RapidJSON available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
//
// Licensed under the MIT License (the "License"); you may not use this file except
// in compliance with the License. You may obt... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/mini/mini-riscv.c | /*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
*/
#include <mono/utils/mono-hwcap.h>
#include "mini-runtime.h"
#ifdef TARGET_RISCV64
#include "cpu-riscv64.h"
#else
#include "cpu-riscv32.h"
#endif
static gboolean riscv_stde... | /*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
*/
#include <mono/utils/mono-hwcap.h>
#include "mini-runtime.h"
#ifdef TARGET_RISCV64
#include "cpu-riscv64.h"
#else
#include "cpu-riscv32.h"
#endif
static gboolean riscv_stde... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/sgen/sgen-pointer-queue.h | /**
* \file
* A pointer queue that can be sorted.
*
* Copyright (C) 2014 Xamarin Inc
*
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#ifndef __MONO_SGEN_POINTER_QUEUE_H__
#define __MONO_SGEN_POINTER_QUEUE_H__
#include <glib.h>
typedef struct {
void **... | /**
* \file
* A pointer queue that can be sorted.
*
* Copyright (C) 2014 Xamarin Inc
*
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#ifndef __MONO_SGEN_POINTER_QUEUE_H__
#define __MONO_SGEN_POINTER_QUEUE_H__
#include <glib.h>
typedef struct {
void **... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/debug/inc/arm64/primitives.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//*****************************************************************************
// File: primitives.h
//
//
// Platform-specific debugger primitives
//
//****************************... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//*****************************************************************************
// File: primitives.h
//
//
// Platform-specific debugger primitives
//
//****************************... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/native/public/mono/utils/details/mono-counters-functions.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// This file does not have ifdef guards, it is meant to be included multiple times with different definitions of MONO_API_FUNCTION
#ifndef MONO_API_FUNCTION
#error "MONO_API_FUNCTI... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// This file does not have ifdef guards, it is meant to be included multiple times with different definitions of MONO_API_FUNCTION
#ifndef MONO_API_FUNCTION
#error "MONO_API_FUNCTI... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/metadata/class-accessors.c | /**
* \file
* Copyright 2016 Microsoft
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include <config.h>
#include <mono/metadata/class-internals.h>
#include <mono/metadata/marshal.h>
#include <mono/metadata/tabledefs.h>
#include <mono/metadata/class-abi-deta... | /**
* \file
* Copyright 2016 Microsoft
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include <config.h>
#include <mono/metadata/class-internals.h>
#include <mono/metadata/marshal.h>
#include <mono/metadata/tabledefs.h>
#include <mono/metadata/class-abi-deta... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/pal/src/libunwind/src/x86_64/Lcreate_addr_space.c | #define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gcreate_addr_space.c"
#endif
| #define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gcreate_addr_space.c"
#endif
| -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/coreclr/tools/superpmi/superpmi/commandline.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//----------------------------------------------------------
// CommandLine.h - tiny very specific command line parser
//----------------------------------------------------------
#i... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//----------------------------------------------------------
// CommandLine.h - tiny very specific command line parser
//----------------------------------------------------------
#i... | -1 |
dotnet/runtime | 66,006 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…" | Reverts this as x86 still uses it.
| vargaz | 2022-03-01T15:15:53Z | 2022-03-01T20:09:47Z | af71404d9a3b38e63408af47cc847ac1a1fcf4e1 | 2dd232a53c38ac874b15fe504df275b660988294 | Revert "[mono][jit] Remove support for -O=-float32, i.e. treating r4 values a…". Reverts this as x86 still uses it.
| ./src/mono/mono/eventpipe/test/ep-file-tests.c | #include <eventpipe/ep.h>
#include <eventpipe/ep-config.h>
#include <eventpipe/ep-event.h>
#include <eventpipe/ep-event-instance.h>
#include <eventpipe/ep-file.h>
#include <eglib/test/test.h>
#define TEST_PROVIDER_NAME "MyTestProvider"
#define TEST_FILE "./ep_test_create_file.txt"
static RESULT
test_create_file (Even... | #include <eventpipe/ep.h>
#include <eventpipe/ep-config.h>
#include <eventpipe/ep-event.h>
#include <eventpipe/ep-event-instance.h>
#include <eventpipe/ep-file.h>
#include <eglib/test/test.h>
#define TEST_PROVIDER_NAME "MyTestProvider"
#define TEST_FILE "./ep_test_create_file.txt"
static RESULT
test_create_file (Even... | -1 |