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

Side by Side Diff: src/v8.gyp

Issue 2328843003: [x64] supplement SSE insturctions for SIMD.js (Closed)
Patch Set: Created 4 years, 3 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/globals.h ('k') | src/x64/assembler-x64.h » ('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 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 'x64/codegen-x64.cc', 1576 'x64/codegen-x64.cc',
1577 'x64/codegen-x64.h', 1577 'x64/codegen-x64.h',
1578 'x64/cpu-x64.cc', 1578 'x64/cpu-x64.cc',
1579 'x64/deoptimizer-x64.cc', 1579 'x64/deoptimizer-x64.cc',
1580 'x64/disasm-x64.cc', 1580 'x64/disasm-x64.cc',
1581 'x64/frames-x64.cc', 1581 'x64/frames-x64.cc',
1582 'x64/frames-x64.h', 1582 'x64/frames-x64.h',
1583 'x64/interface-descriptors-x64.cc', 1583 'x64/interface-descriptors-x64.cc',
1584 'x64/macro-assembler-x64.cc', 1584 'x64/macro-assembler-x64.cc',
1585 'x64/macro-assembler-x64.h', 1585 'x64/macro-assembler-x64.h',
1586 'x64/sse-instr.h',
1586 'debug/x64/debug-x64.cc', 1587 'debug/x64/debug-x64.cc',
1587 'full-codegen/x64/full-codegen-x64.cc', 1588 'full-codegen/x64/full-codegen-x64.cc',
1588 'ic/x64/access-compiler-x64.cc', 1589 'ic/x64/access-compiler-x64.cc',
1589 'ic/x64/handler-compiler-x64.cc', 1590 'ic/x64/handler-compiler-x64.cc',
1590 'ic/x64/ic-x64.cc', 1591 'ic/x64/ic-x64.cc',
1591 'ic/x64/ic-compiler-x64.cc', 1592 'ic/x64/ic-compiler-x64.cc',
1592 'ic/x64/stub-cache-x64.cc', 1593 'ic/x64/stub-cache-x64.cc',
1593 'regexp/x64/regexp-macro-assembler-x64.cc', 1594 'regexp/x64/regexp-macro-assembler-x64.cc',
1594 'regexp/x64/regexp-macro-assembler-x64.h', 1595 'regexp/x64/regexp-macro-assembler-x64.h',
1595 ], 1596 ],
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
2447 'conditions': [ 2448 'conditions': [
2448 ['want_separate_host_toolset_mkpeephole==1', { 2449 ['want_separate_host_toolset_mkpeephole==1', {
2449 'toolsets': ['host'], 2450 'toolsets': ['host'],
2450 }, { 2451 }, {
2451 'toolsets': ['target'], 2452 'toolsets': ['target'],
2452 }], 2453 }],
2453 ], 2454 ],
2454 }, 2455 },
2455 ], 2456 ],
2456 } 2457 }
OLDNEW
« no previous file with comments | « src/globals.h ('k') | src/x64/assembler-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698