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

Side by Side Diff: src/v8.gyp

Issue 2896303003: Reland of Reland of "ARM64: Add NEON support" (Closed)
Patch Set: Created 3 years, 7 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 | « src/crankshaft/arm64/lithium-gap-resolver-arm64.h ('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 1573 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 'arm64/instructions-arm64.h', 1584 'arm64/instructions-arm64.h',
1585 'arm64/instrument-arm64.cc', 1585 'arm64/instrument-arm64.cc',
1586 'arm64/instrument-arm64.h', 1586 'arm64/instrument-arm64.h',
1587 'arm64/interface-descriptors-arm64.cc', 1587 'arm64/interface-descriptors-arm64.cc',
1588 'arm64/interface-descriptors-arm64.h', 1588 'arm64/interface-descriptors-arm64.h',
1589 'arm64/macro-assembler-arm64.cc', 1589 'arm64/macro-assembler-arm64.cc',
1590 'arm64/macro-assembler-arm64.h', 1590 'arm64/macro-assembler-arm64.h',
1591 'arm64/macro-assembler-arm64-inl.h', 1591 'arm64/macro-assembler-arm64-inl.h',
1592 'arm64/simulator-arm64.cc', 1592 'arm64/simulator-arm64.cc',
1593 'arm64/simulator-arm64.h', 1593 'arm64/simulator-arm64.h',
1594 'arm64/simulator-logic-arm64.cc',
1594 'arm64/utils-arm64.cc', 1595 'arm64/utils-arm64.cc',
1595 'arm64/utils-arm64.h', 1596 'arm64/utils-arm64.h',
1596 'arm64/eh-frame-arm64.cc', 1597 'arm64/eh-frame-arm64.cc',
1597 'compiler/arm64/code-generator-arm64.cc', 1598 'compiler/arm64/code-generator-arm64.cc',
1598 'compiler/arm64/instruction-codes-arm64.h', 1599 'compiler/arm64/instruction-codes-arm64.h',
1599 'compiler/arm64/instruction-scheduler-arm64.cc', 1600 'compiler/arm64/instruction-scheduler-arm64.cc',
1600 'compiler/arm64/instruction-selector-arm64.cc', 1601 'compiler/arm64/instruction-selector-arm64.cc',
1601 'compiler/arm64/unwinding-info-writer-arm64.h', 1602 'compiler/arm64/unwinding-info-writer-arm64.h',
1602 'compiler/arm64/unwinding-info-writer-arm64.cc', 1603 'compiler/arm64/unwinding-info-writer-arm64.cc',
1603 'crankshaft/arm64/delayed-masm-arm64.cc', 1604 'crankshaft/arm64/delayed-masm-arm64.cc',
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
2600 }], 2601 }],
2601 ['want_separate_host_toolset==1', { 2602 ['want_separate_host_toolset==1', {
2602 'toolsets': ['host'], 2603 'toolsets': ['host'],
2603 }, { 2604 }, {
2604 'toolsets': ['target'], 2605 'toolsets': ['target'],
2605 }], 2606 }],
2606 ], 2607 ],
2607 }, 2608 },
2608 ], 2609 ],
2609 } 2610 }
OLDNEW
« no previous file with comments | « src/crankshaft/arm64/lithium-gap-resolver-arm64.h ('k') | test/cctest/test-assembler-arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698