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

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

Issue 22876009: Improve and simplify removal of unreachable code (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review feedback Created 7 years, 2 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
« no previous file with comments | « src/x64/lithium-x64.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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 '../../src/hydrogen-bch.cc', 333 '../../src/hydrogen-bch.cc',
334 '../../src/hydrogen-bch.h', 334 '../../src/hydrogen-bch.h',
335 '../../src/hydrogen-canonicalize.cc', 335 '../../src/hydrogen-canonicalize.cc',
336 '../../src/hydrogen-canonicalize.h', 336 '../../src/hydrogen-canonicalize.h',
337 '../../src/hydrogen-check-elimination.cc', 337 '../../src/hydrogen-check-elimination.cc',
338 '../../src/hydrogen-check-elimination.h', 338 '../../src/hydrogen-check-elimination.h',
339 '../../src/hydrogen-dce.cc', 339 '../../src/hydrogen-dce.cc',
340 '../../src/hydrogen-dce.h', 340 '../../src/hydrogen-dce.h',
341 '../../src/hydrogen-dehoist.cc', 341 '../../src/hydrogen-dehoist.cc',
342 '../../src/hydrogen-dehoist.h', 342 '../../src/hydrogen-dehoist.h',
343 '../../src/hydrogen-deoptimizing-mark.cc',
344 '../../src/hydrogen-deoptimizing-mark.h',
345 '../../src/hydrogen-environment-liveness.cc', 343 '../../src/hydrogen-environment-liveness.cc',
346 '../../src/hydrogen-environment-liveness.h', 344 '../../src/hydrogen-environment-liveness.h',
347 '../../src/hydrogen-escape-analysis.cc', 345 '../../src/hydrogen-escape-analysis.cc',
348 '../../src/hydrogen-escape-analysis.h', 346 '../../src/hydrogen-escape-analysis.h',
349 '../../src/hydrogen-instructions.cc', 347 '../../src/hydrogen-instructions.cc',
350 '../../src/hydrogen-instructions.h', 348 '../../src/hydrogen-instructions.h',
351 '../../src/hydrogen.cc', 349 '../../src/hydrogen.cc',
352 '../../src/hydrogen.h', 350 '../../src/hydrogen.h',
353 '../../src/hydrogen-gvn.cc', 351 '../../src/hydrogen-gvn.cc',
354 '../../src/hydrogen-gvn.h', 352 '../../src/hydrogen-gvn.h',
355 '../../src/hydrogen-infer-representation.cc', 353 '../../src/hydrogen-infer-representation.cc',
356 '../../src/hydrogen-infer-representation.h', 354 '../../src/hydrogen-infer-representation.h',
357 '../../src/hydrogen-infer-types.cc', 355 '../../src/hydrogen-infer-types.cc',
358 '../../src/hydrogen-infer-types.h', 356 '../../src/hydrogen-infer-types.h',
359 '../../src/hydrogen-load-elimination.cc', 357 '../../src/hydrogen-load-elimination.cc',
360 '../../src/hydrogen-load-elimination.h', 358 '../../src/hydrogen-load-elimination.h',
361 '../../src/hydrogen-mark-deoptimize.cc', 359 '../../src/hydrogen-mark-deoptimize.cc',
362 '../../src/hydrogen-mark-deoptimize.h', 360 '../../src/hydrogen-mark-deoptimize.h',
361 '../../src/hydrogen-mark-unreachable.cc',
362 '../../src/hydrogen-mark-unreachable.h',
363 '../../src/hydrogen-minus-zero.cc', 363 '../../src/hydrogen-minus-zero.cc',
364 '../../src/hydrogen-minus-zero.h', 364 '../../src/hydrogen-minus-zero.h',
365 '../../src/hydrogen-osr.cc', 365 '../../src/hydrogen-osr.cc',
366 '../../src/hydrogen-osr.h', 366 '../../src/hydrogen-osr.h',
367 '../../src/hydrogen-range-analysis.cc', 367 '../../src/hydrogen-range-analysis.cc',
368 '../../src/hydrogen-range-analysis.h', 368 '../../src/hydrogen-range-analysis.h',
369 '../../src/hydrogen-redundant-phi.cc', 369 '../../src/hydrogen-redundant-phi.cc',
370 '../../src/hydrogen-redundant-phi.h', 370 '../../src/hydrogen-redundant-phi.h',
371 '../../src/hydrogen-removable-simulates.cc', 371 '../../src/hydrogen-removable-simulates.cc',
372 '../../src/hydrogen-removable-simulates.h', 372 '../../src/hydrogen-removable-simulates.h',
(...skipping 22 matching lines...) Expand all
395 '../../src/json-stringifier.h', 395 '../../src/json-stringifier.h',
396 '../../src/jsregexp-inl.h', 396 '../../src/jsregexp-inl.h',
397 '../../src/jsregexp.cc', 397 '../../src/jsregexp.cc',
398 '../../src/jsregexp.h', 398 '../../src/jsregexp.h',
399 '../../src/lazy-instance.h', 399 '../../src/lazy-instance.h',
400 '../../src/list-inl.h', 400 '../../src/list-inl.h',
401 '../../src/list.h', 401 '../../src/list.h',
402 '../../src/lithium-allocator-inl.h', 402 '../../src/lithium-allocator-inl.h',
403 '../../src/lithium-allocator.cc', 403 '../../src/lithium-allocator.cc',
404 '../../src/lithium-allocator.h', 404 '../../src/lithium-allocator.h',
405 '../../src/lithium-codegen.cc',
406 '../../src/lithium-codegen.h',
405 '../../src/lithium.cc', 407 '../../src/lithium.cc',
406 '../../src/lithium.h', 408 '../../src/lithium.h',
407 '../../src/liveedit.cc', 409 '../../src/liveedit.cc',
408 '../../src/liveedit.h', 410 '../../src/liveedit.h',
409 '../../src/log-inl.h', 411 '../../src/log-inl.h',
410 '../../src/log-utils.cc', 412 '../../src/log-utils.cc',
411 '../../src/log-utils.h', 413 '../../src/log-utils.h',
412 '../../src/log.cc', 414 '../../src/log.cc',
413 '../../src/log.h', 415 '../../src/log.h',
414 '../../src/macro-assembler.h', 416 '../../src/macro-assembler.h',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 }], 1047 }],
1046 ['v8_compress_startup_data=="bz2"', { 1048 ['v8_compress_startup_data=="bz2"', {
1047 'libraries': [ 1049 'libraries': [
1048 '-lbz2', 1050 '-lbz2',
1049 ] 1051 ]
1050 }], 1052 }],
1051 ], 1053 ],
1052 }, 1054 },
1053 ], 1055 ],
1054 } 1056 }
OLDNEW
« no previous file with comments | « src/x64/lithium-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698