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

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

Issue 925373002: Test StringLengthStub generation via TurboFan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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
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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 '../../src/compiler/ast-graph-builder.h', 418 '../../src/compiler/ast-graph-builder.h',
419 '../../src/compiler/ast-loop-assignment-analyzer.cc', 419 '../../src/compiler/ast-loop-assignment-analyzer.cc',
420 '../../src/compiler/ast-loop-assignment-analyzer.h', 420 '../../src/compiler/ast-loop-assignment-analyzer.h',
421 '../../src/compiler/basic-block-instrumentor.cc', 421 '../../src/compiler/basic-block-instrumentor.cc',
422 '../../src/compiler/basic-block-instrumentor.h', 422 '../../src/compiler/basic-block-instrumentor.h',
423 '../../src/compiler/change-lowering.cc', 423 '../../src/compiler/change-lowering.cc',
424 '../../src/compiler/change-lowering.h', 424 '../../src/compiler/change-lowering.h',
425 '../../src/compiler/code-generator-impl.h', 425 '../../src/compiler/code-generator-impl.h',
426 '../../src/compiler/code-generator.cc', 426 '../../src/compiler/code-generator.cc',
427 '../../src/compiler/code-generator.h', 427 '../../src/compiler/code-generator.h',
428 '../../src/compiler/code-stubs-turbofan.cc',
428 '../../src/compiler/common-node-cache.cc', 429 '../../src/compiler/common-node-cache.cc',
429 '../../src/compiler/common-node-cache.h', 430 '../../src/compiler/common-node-cache.h',
430 '../../src/compiler/common-operator-reducer.cc', 431 '../../src/compiler/common-operator-reducer.cc',
431 '../../src/compiler/common-operator-reducer.h', 432 '../../src/compiler/common-operator-reducer.h',
432 '../../src/compiler/common-operator.cc', 433 '../../src/compiler/common-operator.cc',
433 '../../src/compiler/common-operator.h', 434 '../../src/compiler/common-operator.h',
434 '../../src/compiler/control-builders.cc', 435 '../../src/compiler/control-builders.cc',
435 '../../src/compiler/control-builders.h', 436 '../../src/compiler/control-builders.h',
436 '../../src/compiler/control-equivalence.h', 437 '../../src/compiler/control-equivalence.h',
437 '../../src/compiler/control-reducer.cc', 438 '../../src/compiler/control-reducer.cc',
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1811 }], 1812 }],
1812 ['want_separate_host_toolset==1', { 1813 ['want_separate_host_toolset==1', {
1813 'toolsets': ['host'], 1814 'toolsets': ['host'],
1814 }, { 1815 }, {
1815 'toolsets': ['target'], 1816 'toolsets': ['target'],
1816 }], 1817 }],
1817 ], 1818 ],
1818 }, 1819 },
1819 ], 1820 ],
1820 } 1821 }
OLDNEW
« src/compiler/code-stubs-turbofan.cc ('K') | « src/compiler/code-stubs-turbofan.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698