Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: test/cctest/cctest.gyp

Issue 2785183005: Revert "ARM64: Add NEON support" (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/test-assembler-arm64.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'test-code-stubs-arm.cc', 248 'test-code-stubs-arm.cc',
249 'test-disasm-arm.cc', 249 'test-disasm-arm.cc',
250 'test-macro-assembler-arm.cc', 250 'test-macro-assembler-arm.cc',
251 'test-run-wasm-relocation-arm.cc', 251 'test-run-wasm-relocation-arm.cc',
252 'test-simulator-arm.cc', 252 'test-simulator-arm.cc',
253 ], 253 ],
254 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### 254 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ###
255 'test-utils-arm64.cc', 255 'test-utils-arm64.cc',
256 'test-utils-arm64.h', 256 'test-utils-arm64.h',
257 'test-assembler-arm64.cc', 257 'test-assembler-arm64.cc',
258 'test-simulator-neon-arm64.cc',
259 'test-simulator-neon-inputs-arm64.h',
260 'test-simulator-neon-traces-arm64.h',
261 'test-code-stubs.cc', 258 'test-code-stubs.cc',
262 'test-code-stubs.h', 259 'test-code-stubs.h',
263 'test-code-stubs-arm64.cc', 260 'test-code-stubs-arm64.cc',
264 'test-disasm-arm64.cc', 261 'test-disasm-arm64.cc',
265 'test-fuzz-arm64.cc', 262 'test-fuzz-arm64.cc',
266 'test-javascript-arm64.cc', 263 'test-javascript-arm64.cc',
267 'test-js-arm64-variables.cc', 264 'test-js-arm64-variables.cc',
268 'test-run-wasm-relocation-arm64.cc', 265 'test-run-wasm-relocation-arm64.cc',
269 'test-simulator-arm64.cc', 266 'test-simulator-arm64.cc',
270 ], 267 ],
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 '../../gypfiles/isolate.gypi', 523 '../../gypfiles/isolate.gypi',
527 ], 524 ],
528 'sources': [ 525 'sources': [
529 'cctest.isolate', 526 'cctest.isolate',
530 ], 527 ],
531 }, 528 },
532 ], 529 ],
533 }], 530 }],
534 ], 531 ],
535 } 532 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/test-assembler-arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698