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

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

Issue 479793004: [turbofan] Initial import of SimplifiedOperatorReducer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE Created 6 years, 4 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
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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 '../../src/compiler/register-allocator.cc', 419 '../../src/compiler/register-allocator.cc',
420 '../../src/compiler/register-allocator.h', 420 '../../src/compiler/register-allocator.h',
421 '../../src/compiler/representation-change.h', 421 '../../src/compiler/representation-change.h',
422 '../../src/compiler/schedule.cc', 422 '../../src/compiler/schedule.cc',
423 '../../src/compiler/schedule.h', 423 '../../src/compiler/schedule.h',
424 '../../src/compiler/scheduler.cc', 424 '../../src/compiler/scheduler.cc',
425 '../../src/compiler/scheduler.h', 425 '../../src/compiler/scheduler.h',
426 '../../src/compiler/simplified-lowering.cc', 426 '../../src/compiler/simplified-lowering.cc',
427 '../../src/compiler/simplified-lowering.h', 427 '../../src/compiler/simplified-lowering.h',
428 '../../src/compiler/simplified-node-factory.h', 428 '../../src/compiler/simplified-node-factory.h',
429 '../../src/compiler/simplified-operator-reducer.cc',
430 '../../src/compiler/simplified-operator-reducer.h',
429 '../../src/compiler/simplified-operator.h', 431 '../../src/compiler/simplified-operator.h',
430 '../../src/compiler/source-position.cc', 432 '../../src/compiler/source-position.cc',
431 '../../src/compiler/source-position.h', 433 '../../src/compiler/source-position.h',
432 '../../src/compiler/structured-machine-assembler.cc', 434 '../../src/compiler/structured-machine-assembler.cc',
433 '../../src/compiler/structured-machine-assembler.h', 435 '../../src/compiler/structured-machine-assembler.h',
434 '../../src/compiler/typer.cc', 436 '../../src/compiler/typer.cc',
435 '../../src/compiler/typer.h', 437 '../../src/compiler/typer.h',
436 '../../src/compiler/verifier.cc', 438 '../../src/compiler/verifier.cc',
437 '../../src/compiler/verifier.h', 439 '../../src/compiler/verifier.h',
438 '../../src/compiler.cc', 440 '../../src/compiler.cc',
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 }], 1534 }],
1533 ['v8_compress_startup_data=="bz2"', { 1535 ['v8_compress_startup_data=="bz2"', {
1534 'libraries': [ 1536 'libraries': [
1535 '-lbz2', 1537 '-lbz2',
1536 ] 1538 ]
1537 }], 1539 }],
1538 ], 1540 ],
1539 }, 1541 },
1540 ], 1542 ],
1541 } 1543 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698