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

Side by Side Diff: src/v8.gyp

Issue 2717423003: Revert of Add several SIMD opcodes to IA32 (Closed)
Patch Set: Created 3 years, 9 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/ia32/sse-instr.h ('k') | test/cctest/test-disasm-ia32.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 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 'ia32/cpu-ia32.cc', 1476 'ia32/cpu-ia32.cc',
1477 'ia32/deoptimizer-ia32.cc', 1477 'ia32/deoptimizer-ia32.cc',
1478 'ia32/disasm-ia32.cc', 1478 'ia32/disasm-ia32.cc',
1479 'ia32/frames-ia32.cc', 1479 'ia32/frames-ia32.cc',
1480 'ia32/frames-ia32.h', 1480 'ia32/frames-ia32.h',
1481 'ia32/interface-descriptors-ia32.cc', 1481 'ia32/interface-descriptors-ia32.cc',
1482 'ia32/macro-assembler-ia32.cc', 1482 'ia32/macro-assembler-ia32.cc',
1483 'ia32/macro-assembler-ia32.h', 1483 'ia32/macro-assembler-ia32.h',
1484 'ia32/simulator-ia32.cc', 1484 'ia32/simulator-ia32.cc',
1485 'ia32/simulator-ia32.h', 1485 'ia32/simulator-ia32.h',
1486 'ia32/sse-instr.h',
1487 'builtins/ia32/builtins-ia32.cc', 1486 'builtins/ia32/builtins-ia32.cc',
1488 'compiler/ia32/code-generator-ia32.cc', 1487 'compiler/ia32/code-generator-ia32.cc',
1489 'compiler/ia32/instruction-codes-ia32.h', 1488 'compiler/ia32/instruction-codes-ia32.h',
1490 'compiler/ia32/instruction-scheduler-ia32.cc', 1489 'compiler/ia32/instruction-scheduler-ia32.cc',
1491 'compiler/ia32/instruction-selector-ia32.cc', 1490 'compiler/ia32/instruction-selector-ia32.cc',
1492 'crankshaft/ia32/lithium-codegen-ia32.cc', 1491 'crankshaft/ia32/lithium-codegen-ia32.cc',
1493 'crankshaft/ia32/lithium-codegen-ia32.h', 1492 'crankshaft/ia32/lithium-codegen-ia32.h',
1494 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', 1493 'crankshaft/ia32/lithium-gap-resolver-ia32.cc',
1495 'crankshaft/ia32/lithium-gap-resolver-ia32.h', 1494 'crankshaft/ia32/lithium-gap-resolver-ia32.h',
1496 'crankshaft/ia32/lithium-ia32.cc', 1495 'crankshaft/ia32/lithium-ia32.cc',
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 'conditions': [ 2506 'conditions': [
2508 ['want_separate_host_toolset_mkpeephole==1', { 2507 ['want_separate_host_toolset_mkpeephole==1', {
2509 'toolsets': ['host'], 2508 'toolsets': ['host'],
2510 }, { 2509 }, {
2511 'toolsets': ['target'], 2510 'toolsets': ['target'],
2512 }], 2511 }],
2513 ], 2512 ],
2514 }, 2513 },
2515 ], 2514 ],
2516 } 2515 }
OLDNEW
« no previous file with comments | « src/ia32/sse-instr.h ('k') | test/cctest/test-disasm-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698