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

Side by Side Diff: src/v8.gyp

Issue 2695613004: Add several SIMD opcodes to IA32 (Closed)
Patch Set: Fix debug test Created 3 years, 10 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
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 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 'ia32/cpu-ia32.cc', 1472 'ia32/cpu-ia32.cc',
1473 'ia32/deoptimizer-ia32.cc', 1473 'ia32/deoptimizer-ia32.cc',
1474 'ia32/disasm-ia32.cc', 1474 'ia32/disasm-ia32.cc',
1475 'ia32/frames-ia32.cc', 1475 'ia32/frames-ia32.cc',
1476 'ia32/frames-ia32.h', 1476 'ia32/frames-ia32.h',
1477 'ia32/interface-descriptors-ia32.cc', 1477 'ia32/interface-descriptors-ia32.cc',
1478 'ia32/macro-assembler-ia32.cc', 1478 'ia32/macro-assembler-ia32.cc',
1479 'ia32/macro-assembler-ia32.h', 1479 'ia32/macro-assembler-ia32.h',
1480 'ia32/simulator-ia32.cc', 1480 'ia32/simulator-ia32.cc',
1481 'ia32/simulator-ia32.h', 1481 'ia32/simulator-ia32.h',
1482 'ia32/sse-instr.h',
1482 'builtins/ia32/builtins-ia32.cc', 1483 'builtins/ia32/builtins-ia32.cc',
1483 'compiler/ia32/code-generator-ia32.cc', 1484 'compiler/ia32/code-generator-ia32.cc',
1484 'compiler/ia32/instruction-codes-ia32.h', 1485 'compiler/ia32/instruction-codes-ia32.h',
1485 'compiler/ia32/instruction-scheduler-ia32.cc', 1486 'compiler/ia32/instruction-scheduler-ia32.cc',
1486 'compiler/ia32/instruction-selector-ia32.cc', 1487 'compiler/ia32/instruction-selector-ia32.cc',
1487 'crankshaft/ia32/lithium-codegen-ia32.cc', 1488 'crankshaft/ia32/lithium-codegen-ia32.cc',
1488 'crankshaft/ia32/lithium-codegen-ia32.h', 1489 'crankshaft/ia32/lithium-codegen-ia32.h',
1489 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', 1490 'crankshaft/ia32/lithium-gap-resolver-ia32.cc',
1490 'crankshaft/ia32/lithium-gap-resolver-ia32.h', 1491 'crankshaft/ia32/lithium-gap-resolver-ia32.h',
1491 'crankshaft/ia32/lithium-ia32.cc', 1492 'crankshaft/ia32/lithium-ia32.cc',
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 'conditions': [ 2508 'conditions': [
2508 ['want_separate_host_toolset_mkpeephole==1', { 2509 ['want_separate_host_toolset_mkpeephole==1', {
2509 'toolsets': ['host'], 2510 'toolsets': ['host'],
2510 }, { 2511 }, {
2511 'toolsets': ['target'], 2512 'toolsets': ['target'],
2512 }], 2513 }],
2513 ], 2514 ],
2514 }, 2515 },
2515 ], 2516 ],
2516 } 2517 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698