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

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

Issue 1162563002: [turbofan] Remove the useless SimplifiedOperatorReducer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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 | « test/unittests/unittests.gyp ('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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 '../../src/compiler/register-configuration.h', 553 '../../src/compiler/register-configuration.h',
554 '../../src/compiler/representation-change.h', 554 '../../src/compiler/representation-change.h',
555 '../../src/compiler/schedule.cc', 555 '../../src/compiler/schedule.cc',
556 '../../src/compiler/schedule.h', 556 '../../src/compiler/schedule.h',
557 '../../src/compiler/scheduler.cc', 557 '../../src/compiler/scheduler.cc',
558 '../../src/compiler/scheduler.h', 558 '../../src/compiler/scheduler.h',
559 '../../src/compiler/select-lowering.cc', 559 '../../src/compiler/select-lowering.cc',
560 '../../src/compiler/select-lowering.h', 560 '../../src/compiler/select-lowering.h',
561 '../../src/compiler/simplified-lowering.cc', 561 '../../src/compiler/simplified-lowering.cc',
562 '../../src/compiler/simplified-lowering.h', 562 '../../src/compiler/simplified-lowering.h',
563 '../../src/compiler/simplified-operator-reducer.cc',
564 '../../src/compiler/simplified-operator-reducer.h',
565 '../../src/compiler/simplified-operator.cc', 563 '../../src/compiler/simplified-operator.cc',
566 '../../src/compiler/simplified-operator.h', 564 '../../src/compiler/simplified-operator.h',
567 '../../src/compiler/source-position.cc', 565 '../../src/compiler/source-position.cc',
568 '../../src/compiler/source-position.h', 566 '../../src/compiler/source-position.h',
569 '../../src/compiler/state-values-utils.cc', 567 '../../src/compiler/state-values-utils.cc',
570 '../../src/compiler/state-values-utils.h', 568 '../../src/compiler/state-values-utils.h',
571 '../../src/compiler/tail-call-optimization.cc', 569 '../../src/compiler/tail-call-optimization.cc',
572 '../../src/compiler/tail-call-optimization.h', 570 '../../src/compiler/tail-call-optimization.h',
573 '../../src/compiler/typer.cc', 571 '../../src/compiler/typer.cc',
574 '../../src/compiler/typer.h', 572 '../../src/compiler/typer.h',
(...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 }], 1881 }],
1884 ['want_separate_host_toolset==1', { 1882 ['want_separate_host_toolset==1', {
1885 'toolsets': ['host'], 1883 'toolsets': ['host'],
1886 }, { 1884 }, {
1887 'toolsets': ['target'], 1885 'toolsets': ['target'],
1888 }], 1886 }],
1889 ], 1887 ],
1890 }, 1888 },
1891 ], 1889 ],
1892 } 1890 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698