OLD | NEW |
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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 '../../src/hydrogen-infer-representation.cc', | 352 '../../src/hydrogen-infer-representation.cc', |
353 '../../src/hydrogen-infer-representation.h', | 353 '../../src/hydrogen-infer-representation.h', |
354 '../../src/hydrogen-infer-types.cc', | 354 '../../src/hydrogen-infer-types.cc', |
355 '../../src/hydrogen-infer-types.h', | 355 '../../src/hydrogen-infer-types.h', |
356 '../../src/hydrogen-minus-zero.cc', | 356 '../../src/hydrogen-minus-zero.cc', |
357 '../../src/hydrogen-minus-zero.h', | 357 '../../src/hydrogen-minus-zero.h', |
358 '../../src/hydrogen-range-analysis.cc', | 358 '../../src/hydrogen-range-analysis.cc', |
359 '../../src/hydrogen-range-analysis.h', | 359 '../../src/hydrogen-range-analysis.h', |
360 '../../src/hydrogen-redundant-phi.cc', | 360 '../../src/hydrogen-redundant-phi.cc', |
361 '../../src/hydrogen-redundant-phi.h', | 361 '../../src/hydrogen-redundant-phi.h', |
| 362 '../../src/hydrogen-removable-simulates.cc', |
| 363 '../../src/hydrogen-removable-simulates.h', |
362 '../../src/hydrogen-representation-changes.cc', | 364 '../../src/hydrogen-representation-changes.cc', |
363 '../../src/hydrogen-representation-changes.h', | 365 '../../src/hydrogen-representation-changes.h', |
364 '../../src/hydrogen-sce.cc', | 366 '../../src/hydrogen-sce.cc', |
365 '../../src/hydrogen-sce.h', | 367 '../../src/hydrogen-sce.h', |
366 '../../src/hydrogen-uint32-analysis.cc', | 368 '../../src/hydrogen-uint32-analysis.cc', |
367 '../../src/hydrogen-uint32-analysis.h', | 369 '../../src/hydrogen-uint32-analysis.h', |
368 '../../src/hydrogen-osr.cc', | 370 '../../src/hydrogen-osr.cc', |
369 '../../src/hydrogen-osr.h', | 371 '../../src/hydrogen-osr.h', |
370 '../../src/ic-inl.h', | 372 '../../src/ic-inl.h', |
371 '../../src/ic.cc', | 373 '../../src/ic.cc', |
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1017 }], | 1019 }], |
1018 ['v8_compress_startup_data=="bz2"', { | 1020 ['v8_compress_startup_data=="bz2"', { |
1019 'libraries': [ | 1021 'libraries': [ |
1020 '-lbz2', | 1022 '-lbz2', |
1021 ] | 1023 ] |
1022 }], | 1024 }], |
1023 ], | 1025 ], |
1024 }, | 1026 }, |
1025 ], | 1027 ], |
1026 } | 1028 } |
OLD | NEW |