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

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

Issue 18054002: Refactor HInferRepresentation into an HPhase and use the phase zone. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rename hydrogen-phase.{cc,h} to hydrogen-infer-representation.{cc,h} Created 7 years, 5 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-instructions.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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 '../../src/heap.cc', 323 '../../src/heap.cc',
324 '../../src/heap.h', 324 '../../src/heap.h',
325 '../../src/hydrogen-environment-liveness.cc', 325 '../../src/hydrogen-environment-liveness.cc',
326 '../../src/hydrogen-environment-liveness.h', 326 '../../src/hydrogen-environment-liveness.h',
327 '../../src/hydrogen-instructions.cc', 327 '../../src/hydrogen-instructions.cc',
328 '../../src/hydrogen-instructions.h', 328 '../../src/hydrogen-instructions.h',
329 '../../src/hydrogen.cc', 329 '../../src/hydrogen.cc',
330 '../../src/hydrogen.h', 330 '../../src/hydrogen.h',
331 '../../src/hydrogen-gvn.cc', 331 '../../src/hydrogen-gvn.cc',
332 '../../src/hydrogen-gvn.h', 332 '../../src/hydrogen-gvn.h',
333 '../../src/hydrogen-infer-representation.cc',
334 '../../src/hydrogen-infer-representation.h',
333 '../../src/ic-inl.h', 335 '../../src/ic-inl.h',
334 '../../src/ic.cc', 336 '../../src/ic.cc',
335 '../../src/ic.h', 337 '../../src/ic.h',
336 '../../src/incremental-marking.cc', 338 '../../src/incremental-marking.cc',
337 '../../src/incremental-marking.h', 339 '../../src/incremental-marking.h',
338 '../../src/interface.cc', 340 '../../src/interface.cc',
339 '../../src/interface.h', 341 '../../src/interface.h',
340 '../../src/interpreter-irregexp.cc', 342 '../../src/interpreter-irregexp.cc',
341 '../../src/interpreter-irregexp.h', 343 '../../src/interpreter-irregexp.h',
342 '../../src/isolate.cc', 344 '../../src/isolate.cc',
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 }], 929 }],
928 ['v8_compress_startup_data=="bz2"', { 930 ['v8_compress_startup_data=="bz2"', {
929 'libraries': [ 931 'libraries': [
930 '-lbz2', 932 '-lbz2',
931 ] 933 ]
932 }], 934 }],
933 ], 935 ],
934 }, 936 },
935 ], 937 ],
936 } 938 }
OLDNEW
« no previous file with comments | « src/hydrogen-instructions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698