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

Side by Side Diff: tools/gyp/v8.gyp

Issue 526313002: [turbofan] First step of Operator refactoring. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE Created 6 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 | Annotate | Revision Log
« no previous file with comments | « test/cctest/compiler/test-operator.cc ('k') | no next file » | 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 '../../src/circular-queue-inl.h', 365 '../../src/circular-queue-inl.h',
366 '../../src/circular-queue.h', 366 '../../src/circular-queue.h',
367 '../../src/code-stubs.cc', 367 '../../src/code-stubs.cc',
368 '../../src/code-stubs.h', 368 '../../src/code-stubs.h',
369 '../../src/code-stubs-hydrogen.cc', 369 '../../src/code-stubs-hydrogen.cc',
370 '../../src/code.h', 370 '../../src/code.h',
371 '../../src/codegen.cc', 371 '../../src/codegen.cc',
372 '../../src/codegen.h', 372 '../../src/codegen.h',
373 '../../src/compilation-cache.cc', 373 '../../src/compilation-cache.cc',
374 '../../src/compilation-cache.h', 374 '../../src/compilation-cache.h',
375 '../../src/compiler/access-builder.cc',
375 '../../src/compiler/access-builder.h', 376 '../../src/compiler/access-builder.h',
376 '../../src/compiler/ast-graph-builder.cc', 377 '../../src/compiler/ast-graph-builder.cc',
377 '../../src/compiler/ast-graph-builder.h', 378 '../../src/compiler/ast-graph-builder.h',
378 '../../src/compiler/change-lowering.cc', 379 '../../src/compiler/change-lowering.cc',
379 '../../src/compiler/change-lowering.h', 380 '../../src/compiler/change-lowering.h',
380 '../../src/compiler/code-generator-impl.h', 381 '../../src/compiler/code-generator-impl.h',
381 '../../src/compiler/code-generator.cc', 382 '../../src/compiler/code-generator.cc',
382 '../../src/compiler/code-generator.h', 383 '../../src/compiler/code-generator.h',
383 '../../src/compiler/common-node-cache.h', 384 '../../src/compiler/common-node-cache.h',
384 '../../src/compiler/common-operator.h', 385 '../../src/compiler/common-operator.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 '../../src/compiler/node-cache.cc', 435 '../../src/compiler/node-cache.cc',
435 '../../src/compiler/node-cache.h', 436 '../../src/compiler/node-cache.h',
436 '../../src/compiler/node-matchers.h', 437 '../../src/compiler/node-matchers.h',
437 '../../src/compiler/node-properties-inl.h', 438 '../../src/compiler/node-properties-inl.h',
438 '../../src/compiler/node-properties.h', 439 '../../src/compiler/node-properties.h',
439 '../../src/compiler/node.cc', 440 '../../src/compiler/node.cc',
440 '../../src/compiler/node.h', 441 '../../src/compiler/node.h',
441 '../../src/compiler/opcodes.h', 442 '../../src/compiler/opcodes.h',
442 '../../src/compiler/operator-properties-inl.h', 443 '../../src/compiler/operator-properties-inl.h',
443 '../../src/compiler/operator-properties.h', 444 '../../src/compiler/operator-properties.h',
445 '../../src/compiler/operator.cc',
444 '../../src/compiler/operator.h', 446 '../../src/compiler/operator.h',
445 '../../src/compiler/phi-reducer.h', 447 '../../src/compiler/phi-reducer.h',
446 '../../src/compiler/pipeline.cc', 448 '../../src/compiler/pipeline.cc',
447 '../../src/compiler/pipeline.h', 449 '../../src/compiler/pipeline.h',
448 '../../src/compiler/raw-machine-assembler.cc', 450 '../../src/compiler/raw-machine-assembler.cc',
449 '../../src/compiler/raw-machine-assembler.h', 451 '../../src/compiler/raw-machine-assembler.h',
450 '../../src/compiler/register-allocator.cc', 452 '../../src/compiler/register-allocator.cc',
451 '../../src/compiler/register-allocator.h', 453 '../../src/compiler/register-allocator.h',
452 '../../src/compiler/representation-change.h', 454 '../../src/compiler/representation-change.h',
453 '../../src/compiler/schedule.cc', 455 '../../src/compiler/schedule.cc',
454 '../../src/compiler/schedule.h', 456 '../../src/compiler/schedule.h',
455 '../../src/compiler/scheduler.cc', 457 '../../src/compiler/scheduler.cc',
456 '../../src/compiler/scheduler.h', 458 '../../src/compiler/scheduler.h',
457 '../../src/compiler/simplified-lowering.cc', 459 '../../src/compiler/simplified-lowering.cc',
458 '../../src/compiler/simplified-lowering.h', 460 '../../src/compiler/simplified-lowering.h',
459 '../../src/compiler/simplified-node-factory.h', 461 '../../src/compiler/simplified-node-factory.h',
460 '../../src/compiler/simplified-operator-reducer.cc', 462 '../../src/compiler/simplified-operator-reducer.cc',
461 '../../src/compiler/simplified-operator-reducer.h', 463 '../../src/compiler/simplified-operator-reducer.h',
464 '../../src/compiler/simplified-operator.cc',
462 '../../src/compiler/simplified-operator.h', 465 '../../src/compiler/simplified-operator.h',
463 '../../src/compiler/source-position.cc', 466 '../../src/compiler/source-position.cc',
464 '../../src/compiler/source-position.h', 467 '../../src/compiler/source-position.h',
465 '../../src/compiler/structured-machine-assembler.cc', 468 '../../src/compiler/structured-machine-assembler.cc',
466 '../../src/compiler/structured-machine-assembler.h', 469 '../../src/compiler/structured-machine-assembler.h',
467 '../../src/compiler/typer.cc', 470 '../../src/compiler/typer.cc',
468 '../../src/compiler/typer.h', 471 '../../src/compiler/typer.h',
469 '../../src/compiler/verifier.cc', 472 '../../src/compiler/verifier.cc',
470 '../../src/compiler/verifier.h', 473 '../../src/compiler/verifier.h',
471 '../../src/compiler.cc', 474 '../../src/compiler.cc',
(...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 }], 1650 }],
1648 ['v8_compress_startup_data=="bz2"', { 1651 ['v8_compress_startup_data=="bz2"', {
1649 'libraries': [ 1652 'libraries': [
1650 '-lbz2', 1653 '-lbz2',
1651 ] 1654 ]
1652 }], 1655 }],
1653 ], 1656 ],
1654 }, 1657 },
1655 ], 1658 ],
1656 } 1659 }
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-operator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698