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

Side by Side Diff: src/v8.gyp

Issue 1921563002: [turbofan] Initial version of number type feedback. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add tests for the checks and fix check insertion Created 4 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
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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'compiler/node-marker.cc', 618 'compiler/node-marker.cc',
619 'compiler/node-marker.h', 619 'compiler/node-marker.h',
620 'compiler/node-matchers.cc', 620 'compiler/node-matchers.cc',
621 'compiler/node-matchers.h', 621 'compiler/node-matchers.h',
622 'compiler/node-properties.cc', 622 'compiler/node-properties.cc',
623 'compiler/node-properties.h', 623 'compiler/node-properties.h',
624 'compiler/node.cc', 624 'compiler/node.cc',
625 'compiler/node.h', 625 'compiler/node.h',
626 'compiler/opcodes.cc', 626 'compiler/opcodes.cc',
627 'compiler/opcodes.h', 627 'compiler/opcodes.h',
628 'compiler/operation-typer.cc',
629 'compiler/operation-typer.h',
628 'compiler/operator-properties.cc', 630 'compiler/operator-properties.cc',
629 'compiler/operator-properties.h', 631 'compiler/operator-properties.h',
630 'compiler/operator.cc', 632 'compiler/operator.cc',
631 'compiler/operator.h', 633 'compiler/operator.h',
632 'compiler/osr.cc', 634 'compiler/osr.cc',
633 'compiler/osr.h', 635 'compiler/osr.h',
634 'compiler/pipeline.cc', 636 'compiler/pipeline.cc',
635 'compiler/pipeline.h', 637 'compiler/pipeline.h',
636 'compiler/pipeline-statistics.cc', 638 'compiler/pipeline-statistics.cc',
637 'compiler/pipeline-statistics.h', 639 'compiler/pipeline-statistics.h',
(...skipping 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after
2246 }], 2248 }],
2247 ['want_separate_host_toolset==1', { 2249 ['want_separate_host_toolset==1', {
2248 'toolsets': ['host'], 2250 'toolsets': ['host'],
2249 }, { 2251 }, {
2250 'toolsets': ['target'], 2252 'toolsets': ['target'],
2251 }], 2253 }],
2252 ], 2254 ],
2253 }, 2255 },
2254 ], 2256 ],
2255 } 2257 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698