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

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

Issue 192673002: Merge the "Compute Minus Zero Checks" phase into the range analysis. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « src/hydrogen-range-analysis.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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 '../../src/hydrogen-infer-representation.cc', 400 '../../src/hydrogen-infer-representation.cc',
401 '../../src/hydrogen-infer-representation.h', 401 '../../src/hydrogen-infer-representation.h',
402 '../../src/hydrogen-infer-types.cc', 402 '../../src/hydrogen-infer-types.cc',
403 '../../src/hydrogen-infer-types.h', 403 '../../src/hydrogen-infer-types.h',
404 '../../src/hydrogen-load-elimination.cc', 404 '../../src/hydrogen-load-elimination.cc',
405 '../../src/hydrogen-load-elimination.h', 405 '../../src/hydrogen-load-elimination.h',
406 '../../src/hydrogen-mark-deoptimize.cc', 406 '../../src/hydrogen-mark-deoptimize.cc',
407 '../../src/hydrogen-mark-deoptimize.h', 407 '../../src/hydrogen-mark-deoptimize.h',
408 '../../src/hydrogen-mark-unreachable.cc', 408 '../../src/hydrogen-mark-unreachable.cc',
409 '../../src/hydrogen-mark-unreachable.h', 409 '../../src/hydrogen-mark-unreachable.h',
410 '../../src/hydrogen-minus-zero.cc',
411 '../../src/hydrogen-minus-zero.h',
412 '../../src/hydrogen-osr.cc', 410 '../../src/hydrogen-osr.cc',
413 '../../src/hydrogen-osr.h', 411 '../../src/hydrogen-osr.h',
414 '../../src/hydrogen-range-analysis.cc', 412 '../../src/hydrogen-range-analysis.cc',
415 '../../src/hydrogen-range-analysis.h', 413 '../../src/hydrogen-range-analysis.h',
416 '../../src/hydrogen-redundant-phi.cc', 414 '../../src/hydrogen-redundant-phi.cc',
417 '../../src/hydrogen-redundant-phi.h', 415 '../../src/hydrogen-redundant-phi.h',
418 '../../src/hydrogen-removable-simulates.cc', 416 '../../src/hydrogen-removable-simulates.cc',
419 '../../src/hydrogen-removable-simulates.h', 417 '../../src/hydrogen-removable-simulates.h',
420 '../../src/hydrogen-representation-changes.cc', 418 '../../src/hydrogen-representation-changes.cc',
421 '../../src/hydrogen-representation-changes.h', 419 '../../src/hydrogen-representation-changes.h',
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 }], 1166 }],
1169 ['v8_compress_startup_data=="bz2"', { 1167 ['v8_compress_startup_data=="bz2"', {
1170 'libraries': [ 1168 'libraries': [
1171 '-lbz2', 1169 '-lbz2',
1172 ] 1170 ]
1173 }], 1171 }],
1174 ], 1172 ],
1175 }, 1173 },
1176 ], 1174 ],
1177 } 1175 }
OLDNEW
« no previous file with comments | « src/hydrogen-range-analysis.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698