Restore original dll names, use Define constants.
authorRichard L Ford <richford@microsoft.com>
Fri, 12 Feb 2016 21:07:54 +0000 (13:07 -0800)
committerRichard L Ford <richford@microsoft.com>
Fri, 12 Feb 2016 21:07:54 +0000 (13:07 -0800)
commite644088e3ad5cc773b025e9236e20020a2cff46e
treecc266d9263bc6348f081a5087cda1d3aef555c57
parent62c9f93f7e4a2395149219c6cf76308f8cc22d2d
Restore original dll names, use Define constants.

This changes set has no functional change, rather it cleans
up some aspects of a previous port.

When the hfa dlls were originally ported it was not known that
C# #defines could be used in the tests, so source files that
use #if were expanded to multiple source files with the preprocessing
being done manually. This changes goes back to using the original
files with appropriate define constants in the project files.

In addition, when these dlls were ported abbreviated names were
used. This change restores the dll names to the originals.

Commit migrated from https://github.com/dotnet/coreclr/commit/4d017e38094773f36b902f19031c834e22d97266
109 files changed:
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/common.cs
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nd.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nf.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sd.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sf.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nd.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nf.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sd.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sf.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed.cs [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sd.cs with 80% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nd.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nf.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nf.csproj [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sd.csproj [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sf.cs [deleted file]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sd.csproj with 95% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sf.csproj with 92% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nd.csproj with 93% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nd.csproj with 95% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj [new file with mode: 0644]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_nf.csproj with 93% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common_sf.csproj with 95% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj [new file with mode: 0644]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_sf.csproj with 93% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_common_nf.csproj with 95% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_interop_sd.csproj with 92% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj [moved from src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_managed_nd.csproj with 93% similarity]
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_r.csproj