summaryrefslogtreecommitdiff
path: root/src/jit/crossgen
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-05-22 13:50:38 -0700
committerGitHub <noreply@github.com>2018-05-22 13:50:38 -0700
commit7153e441ef21e9bb5e022229c0808b964b9199e0 (patch)
tree6fe6ff629b7784e528322cb9ab6f922478ca4fc1 /src/jit/crossgen
parent32ab54d345a4ab2eb572fe3ba061b6e0d1b31088 (diff)
downloadcoreclr-7153e441ef21e9bb5e022229c0808b964b9199e0.tar.gz
coreclr-7153e441ef21e9bb5e022229c0808b964b9199e0.tar.bz2
coreclr-7153e441ef21e9bb5e022229c0808b964b9199e0.zip
Remove JIT LEGACY_BACKEND code (#18064)
Remove JIT LEGACY_BACKEND code All code related to the LEGACY_BACKEND JIT is removed. This includes all code related to x87 floating-point code generation. Almost 50,000 lines of code have been removed. Remove legacyjit/legacynonjit directories Remove reg pairs Remove tiny instruction descriptors Remove compCanUseSSE2 (it's always true) Remove unused FEATURE_FP_REGALLOC
Diffstat (limited to 'src/jit/crossgen')
-rw-r--r--src/jit/crossgen/jit_crossgen.nativeproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jit/crossgen/jit_crossgen.nativeproj b/src/jit/crossgen/jit_crossgen.nativeproj
index f8552dc2f5..2eaf11857f 100644
--- a/src/jit/crossgen/jit_crossgen.nativeproj
+++ b/src/jit/crossgen/jit_crossgen.nativeproj
@@ -10,9 +10,6 @@
<OutputName>jit_crossgen</OutputName>
<FeatureMergeJitAndEngine>true</FeatureMergeJitAndEngine>
<TargetType>LIBRARY</TargetType>
-
- <ClDefines Condition="'$(BuildArchitecture)' == 'i386'">$(ClDefines);LEGACY_BACKEND</ClDefines>
- <ClDefines Condition="'$(BuildArchitecture)' == 'arm'">$(ClDefines);LEGACY_BACKEND</ClDefines>
</PropertyGroup>
<Import Project="..\jit.settings.targets" />