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

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

Issue 694313002: [turbofan] add RegisterConfiguration to decouple arch specific register layouts from compiler (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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/unittests/compiler/register-allocator-unittest.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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 '../../src/compiler/operator.h', 477 '../../src/compiler/operator.h',
478 '../../src/compiler/phi-reducer.h', 478 '../../src/compiler/phi-reducer.h',
479 '../../src/compiler/pipeline.cc', 479 '../../src/compiler/pipeline.cc',
480 '../../src/compiler/pipeline.h', 480 '../../src/compiler/pipeline.h',
481 '../../src/compiler/pipeline-statistics.cc', 481 '../../src/compiler/pipeline-statistics.cc',
482 '../../src/compiler/pipeline-statistics.h', 482 '../../src/compiler/pipeline-statistics.h',
483 '../../src/compiler/raw-machine-assembler.cc', 483 '../../src/compiler/raw-machine-assembler.cc',
484 '../../src/compiler/raw-machine-assembler.h', 484 '../../src/compiler/raw-machine-assembler.h',
485 '../../src/compiler/register-allocator.cc', 485 '../../src/compiler/register-allocator.cc',
486 '../../src/compiler/register-allocator.h', 486 '../../src/compiler/register-allocator.h',
487 '../../src/compiler/register-configuration.cc',
488 '../../src/compiler/register-configuration.h',
487 '../../src/compiler/representation-change.h', 489 '../../src/compiler/representation-change.h',
488 '../../src/compiler/schedule.cc', 490 '../../src/compiler/schedule.cc',
489 '../../src/compiler/schedule.h', 491 '../../src/compiler/schedule.h',
490 '../../src/compiler/scheduler.cc', 492 '../../src/compiler/scheduler.cc',
491 '../../src/compiler/scheduler.h', 493 '../../src/compiler/scheduler.h',
492 '../../src/compiler/select-lowering.cc', 494 '../../src/compiler/select-lowering.cc',
493 '../../src/compiler/select-lowering.h', 495 '../../src/compiler/select-lowering.h',
494 '../../src/compiler/simplified-lowering.cc', 496 '../../src/compiler/simplified-lowering.cc',
495 '../../src/compiler/simplified-lowering.h', 497 '../../src/compiler/simplified-lowering.h',
496 '../../src/compiler/simplified-operator-reducer.cc', 498 '../../src/compiler/simplified-operator-reducer.cc',
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1729 }], 1731 }],
1730 ['v8_compress_startup_data=="bz2"', { 1732 ['v8_compress_startup_data=="bz2"', {
1731 'libraries': [ 1733 'libraries': [
1732 '-lbz2', 1734 '-lbz2',
1733 ] 1735 ]
1734 }], 1736 }],
1735 ], 1737 ],
1736 }, 1738 },
1737 ], 1739 ],
1738 } 1740 }
OLDNEW
« no previous file with comments | « test/unittests/compiler/register-allocator-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698