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

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

Issue 1184183002: Separate greedy regalloc in its own files (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 | « src/compiler/register-allocator.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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 '../../src/compiler/gap-resolver.h', 472 '../../src/compiler/gap-resolver.h',
473 '../../src/compiler/graph-builder.h', 473 '../../src/compiler/graph-builder.h',
474 '../../src/compiler/graph-reducer.cc', 474 '../../src/compiler/graph-reducer.cc',
475 '../../src/compiler/graph-reducer.h', 475 '../../src/compiler/graph-reducer.h',
476 '../../src/compiler/graph-replay.cc', 476 '../../src/compiler/graph-replay.cc',
477 '../../src/compiler/graph-replay.h', 477 '../../src/compiler/graph-replay.h',
478 '../../src/compiler/graph-visualizer.cc', 478 '../../src/compiler/graph-visualizer.cc',
479 '../../src/compiler/graph-visualizer.h', 479 '../../src/compiler/graph-visualizer.h',
480 '../../src/compiler/graph.cc', 480 '../../src/compiler/graph.cc',
481 '../../src/compiler/graph.h', 481 '../../src/compiler/graph.h',
482 '../../src/compiler/greedy-allocator.cc',
483 '../../src/compiler/greedy-allocator.h',
482 '../../src/compiler/instruction-codes.h', 484 '../../src/compiler/instruction-codes.h',
483 '../../src/compiler/instruction-selector-impl.h', 485 '../../src/compiler/instruction-selector-impl.h',
484 '../../src/compiler/instruction-selector.cc', 486 '../../src/compiler/instruction-selector.cc',
485 '../../src/compiler/instruction-selector.h', 487 '../../src/compiler/instruction-selector.h',
486 '../../src/compiler/instruction.cc', 488 '../../src/compiler/instruction.cc',
487 '../../src/compiler/instruction.h', 489 '../../src/compiler/instruction.h',
488 '../../src/compiler/js-builtin-reducer.cc', 490 '../../src/compiler/js-builtin-reducer.cc',
489 '../../src/compiler/js-builtin-reducer.h', 491 '../../src/compiler/js-builtin-reducer.h',
490 '../../src/compiler/js-context-specialization.cc', 492 '../../src/compiler/js-context-specialization.cc',
491 '../../src/compiler/js-context-specialization.h', 493 '../../src/compiler/js-context-specialization.h',
(...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 }], 1891 }],
1890 ['want_separate_host_toolset==1', { 1892 ['want_separate_host_toolset==1', {
1891 'toolsets': ['host'], 1893 'toolsets': ['host'],
1892 }, { 1894 }, {
1893 'toolsets': ['target'], 1895 'toolsets': ['target'],
1894 }], 1896 }],
1895 ], 1897 ],
1896 }, 1898 },
1897 ], 1899 ],
1898 } 1900 }
OLDNEW
« no previous file with comments | « src/compiler/register-allocator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698