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

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

Issue 1221303014: [turbofan] Move RawMachineAssembler back to src/compiler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 5 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 '../../src/compiler/operator-properties.cc', 558 '../../src/compiler/operator-properties.cc',
559 '../../src/compiler/operator-properties.h', 559 '../../src/compiler/operator-properties.h',
560 '../../src/compiler/operator.cc', 560 '../../src/compiler/operator.cc',
561 '../../src/compiler/operator.h', 561 '../../src/compiler/operator.h',
562 '../../src/compiler/osr.cc', 562 '../../src/compiler/osr.cc',
563 '../../src/compiler/osr.h', 563 '../../src/compiler/osr.h',
564 '../../src/compiler/pipeline.cc', 564 '../../src/compiler/pipeline.cc',
565 '../../src/compiler/pipeline.h', 565 '../../src/compiler/pipeline.h',
566 '../../src/compiler/pipeline-statistics.cc', 566 '../../src/compiler/pipeline-statistics.cc',
567 '../../src/compiler/pipeline-statistics.h', 567 '../../src/compiler/pipeline-statistics.h',
568 '../../src/compiler/raw-machine-assembler.cc',
569 '../../src/compiler/raw-machine-assembler.h',
568 '../../src/compiler/register-allocator.cc', 570 '../../src/compiler/register-allocator.cc',
569 '../../src/compiler/register-allocator.h', 571 '../../src/compiler/register-allocator.h',
570 '../../src/compiler/register-allocator-verifier.cc', 572 '../../src/compiler/register-allocator-verifier.cc',
571 '../../src/compiler/register-allocator-verifier.h', 573 '../../src/compiler/register-allocator-verifier.h',
572 '../../src/compiler/register-configuration.cc', 574 '../../src/compiler/register-configuration.cc',
573 '../../src/compiler/register-configuration.h', 575 '../../src/compiler/register-configuration.h',
574 '../../src/compiler/representation-change.h', 576 '../../src/compiler/representation-change.h',
575 '../../src/compiler/schedule.cc', 577 '../../src/compiler/schedule.cc',
576 '../../src/compiler/schedule.h', 578 '../../src/compiler/schedule.h',
577 '../../src/compiler/scheduler.cc', 579 '../../src/compiler/scheduler.cc',
(...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 }], 1924 }],
1923 ['want_separate_host_toolset==1', { 1925 ['want_separate_host_toolset==1', {
1924 'toolsets': ['host'], 1926 'toolsets': ['host'],
1925 }, { 1927 }, {
1926 'toolsets': ['target'], 1928 'toolsets': ['target'],
1927 }], 1929 }],
1928 ], 1930 ],
1929 }, 1931 },
1930 ], 1932 ],
1931 } 1933 }
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