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

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

Issue 1823623002: [crankshaft] Delete unused Hydrogen-BCH code (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/flag-definitions.h ('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 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 '../../src/conversions-inl.h', 738 '../../src/conversions-inl.h',
739 '../../src/conversions.cc', 739 '../../src/conversions.cc',
740 '../../src/conversions.h', 740 '../../src/conversions.h',
741 '../../src/counters.cc', 741 '../../src/counters.cc',
742 '../../src/counters.h', 742 '../../src/counters.h',
743 '../../src/crankshaft/compilation-phase.cc', 743 '../../src/crankshaft/compilation-phase.cc',
744 '../../src/crankshaft/compilation-phase.h', 744 '../../src/crankshaft/compilation-phase.h',
745 '../../src/crankshaft/hydrogen-alias-analysis.h', 745 '../../src/crankshaft/hydrogen-alias-analysis.h',
746 '../../src/crankshaft/hydrogen-bce.cc', 746 '../../src/crankshaft/hydrogen-bce.cc',
747 '../../src/crankshaft/hydrogen-bce.h', 747 '../../src/crankshaft/hydrogen-bce.h',
748 '../../src/crankshaft/hydrogen-bch.cc',
749 '../../src/crankshaft/hydrogen-bch.h',
750 '../../src/crankshaft/hydrogen-canonicalize.cc', 748 '../../src/crankshaft/hydrogen-canonicalize.cc',
751 '../../src/crankshaft/hydrogen-canonicalize.h', 749 '../../src/crankshaft/hydrogen-canonicalize.h',
752 '../../src/crankshaft/hydrogen-check-elimination.cc', 750 '../../src/crankshaft/hydrogen-check-elimination.cc',
753 '../../src/crankshaft/hydrogen-check-elimination.h', 751 '../../src/crankshaft/hydrogen-check-elimination.h',
754 '../../src/crankshaft/hydrogen-dce.cc', 752 '../../src/crankshaft/hydrogen-dce.cc',
755 '../../src/crankshaft/hydrogen-dce.h', 753 '../../src/crankshaft/hydrogen-dce.h',
756 '../../src/crankshaft/hydrogen-dehoist.cc', 754 '../../src/crankshaft/hydrogen-dehoist.cc',
757 '../../src/crankshaft/hydrogen-dehoist.h', 755 '../../src/crankshaft/hydrogen-dehoist.h',
758 '../../src/crankshaft/hydrogen-environment-liveness.cc', 756 '../../src/crankshaft/hydrogen-environment-liveness.cc',
759 '../../src/crankshaft/hydrogen-environment-liveness.h', 757 '../../src/crankshaft/hydrogen-environment-liveness.h',
(...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2279 }], 2277 }],
2280 ['want_separate_host_toolset==1', { 2278 ['want_separate_host_toolset==1', {
2281 'toolsets': ['host'], 2279 'toolsets': ['host'],
2282 }, { 2280 }, {
2283 'toolsets': ['target'], 2281 'toolsets': ['target'],
2284 }], 2282 }],
2285 ], 2283 ],
2286 }, 2284 },
2287 ], 2285 ],
2288 } 2286 }
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698