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

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

Issue 425003004: Implement representation selection as part of SimplifiedLowering. Representation selection also req… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments. 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 '../../src/compiler/machine-operator-reducer.cc', 394 '../../src/compiler/machine-operator-reducer.cc',
395 '../../src/compiler/machine-operator-reducer.h', 395 '../../src/compiler/machine-operator-reducer.h',
396 '../../src/compiler/machine-operator.h', 396 '../../src/compiler/machine-operator.h',
397 '../../src/compiler/node-aux-data-inl.h', 397 '../../src/compiler/node-aux-data-inl.h',
398 '../../src/compiler/node-aux-data.h', 398 '../../src/compiler/node-aux-data.h',
399 '../../src/compiler/node-cache.cc', 399 '../../src/compiler/node-cache.cc',
400 '../../src/compiler/node-cache.h', 400 '../../src/compiler/node-cache.h',
401 '../../src/compiler/node-matchers.h', 401 '../../src/compiler/node-matchers.h',
402 '../../src/compiler/node-properties-inl.h', 402 '../../src/compiler/node-properties-inl.h',
403 '../../src/compiler/node-properties.h', 403 '../../src/compiler/node-properties.h',
404 '../../src/compiler/node-sketch.cc',
404 '../../src/compiler/node.cc', 405 '../../src/compiler/node.cc',
405 '../../src/compiler/node.h', 406 '../../src/compiler/node.h',
406 '../../src/compiler/opcodes.h', 407 '../../src/compiler/opcodes.h',
407 '../../src/compiler/operator-properties-inl.h', 408 '../../src/compiler/operator-properties-inl.h',
408 '../../src/compiler/operator-properties.h', 409 '../../src/compiler/operator-properties.h',
409 '../../src/compiler/operator.h', 410 '../../src/compiler/operator.h',
410 '../../src/compiler/phi-reducer.h', 411 '../../src/compiler/phi-reducer.h',
411 '../../src/compiler/pipeline.cc', 412 '../../src/compiler/pipeline.cc',
412 '../../src/compiler/pipeline.h', 413 '../../src/compiler/pipeline.h',
413 '../../src/compiler/raw-machine-assembler.cc', 414 '../../src/compiler/raw-machine-assembler.cc',
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 }], 1526 }],
1526 ['v8_compress_startup_data=="bz2"', { 1527 ['v8_compress_startup_data=="bz2"', {
1527 'libraries': [ 1528 'libraries': [
1528 '-lbz2', 1529 '-lbz2',
1529 ] 1530 ]
1530 }], 1531 }],
1531 ], 1532 ],
1532 }, 1533 },
1533 ], 1534 ],
1534 } 1535 }
OLDNEW
« src/compiler/node-sketch.cc ('K') | « test/cctest/compiler/test-simplified-lowering.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698