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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 '../../src/hydrogen-instructions.cc', | 346 '../../src/hydrogen-instructions.cc', |
347 '../../src/hydrogen-instructions.h', | 347 '../../src/hydrogen-instructions.h', |
348 '../../src/hydrogen.cc', | 348 '../../src/hydrogen.cc', |
349 '../../src/hydrogen.h', | 349 '../../src/hydrogen.h', |
350 '../../src/hydrogen-gvn.cc', | 350 '../../src/hydrogen-gvn.cc', |
351 '../../src/hydrogen-gvn.h', | 351 '../../src/hydrogen-gvn.h', |
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-load-elimination.cc', |
| 357 '../../src/hydrogen-load-elimination.h', |
356 '../../src/hydrogen-mark-deoptimize.cc', | 358 '../../src/hydrogen-mark-deoptimize.cc', |
357 '../../src/hydrogen-mark-deoptimize.h', | 359 '../../src/hydrogen-mark-deoptimize.h', |
358 '../../src/hydrogen-minus-zero.cc', | 360 '../../src/hydrogen-minus-zero.cc', |
359 '../../src/hydrogen-minus-zero.h', | 361 '../../src/hydrogen-minus-zero.h', |
360 '../../src/hydrogen-osr.cc', | 362 '../../src/hydrogen-osr.cc', |
361 '../../src/hydrogen-osr.h', | 363 '../../src/hydrogen-osr.h', |
362 '../../src/hydrogen-range-analysis.cc', | 364 '../../src/hydrogen-range-analysis.cc', |
363 '../../src/hydrogen-range-analysis.h', | 365 '../../src/hydrogen-range-analysis.h', |
364 '../../src/hydrogen-redundant-phi.cc', | 366 '../../src/hydrogen-redundant-phi.cc', |
365 '../../src/hydrogen-redundant-phi.h', | 367 '../../src/hydrogen-redundant-phi.h', |
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 }], | 1042 }], |
1041 ['v8_compress_startup_data=="bz2"', { | 1043 ['v8_compress_startup_data=="bz2"', { |
1042 'libraries': [ | 1044 'libraries': [ |
1043 '-lbz2', | 1045 '-lbz2', |
1044 ] | 1046 ] |
1045 }], | 1047 }], |
1046 ], | 1048 ], |
1047 }, | 1049 }, |
1048 ], | 1050 ], |
1049 } | 1051 } |
OLD | NEW |