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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 '../../src/hydrogen-instructions.cc', | 356 '../../src/hydrogen-instructions.cc', |
357 '../../src/hydrogen-instructions.h', | 357 '../../src/hydrogen-instructions.h', |
358 '../../src/hydrogen.cc', | 358 '../../src/hydrogen.cc', |
359 '../../src/hydrogen.h', | 359 '../../src/hydrogen.h', |
360 '../../src/hydrogen-gvn.cc', | 360 '../../src/hydrogen-gvn.cc', |
361 '../../src/hydrogen-gvn.h', | 361 '../../src/hydrogen-gvn.h', |
362 '../../src/hydrogen-infer-representation.cc', | 362 '../../src/hydrogen-infer-representation.cc', |
363 '../../src/hydrogen-infer-representation.h', | 363 '../../src/hydrogen-infer-representation.h', |
364 '../../src/hydrogen-infer-types.cc', | 364 '../../src/hydrogen-infer-types.cc', |
365 '../../src/hydrogen-infer-types.h', | 365 '../../src/hydrogen-infer-types.h', |
| 366 '../../src/hydrogen-load-elimination.cc', |
| 367 '../../src/hydrogen-load-elimination.h', |
366 '../../src/hydrogen-mark-deoptimize.cc', | 368 '../../src/hydrogen-mark-deoptimize.cc', |
367 '../../src/hydrogen-mark-deoptimize.h', | 369 '../../src/hydrogen-mark-deoptimize.h', |
368 '../../src/hydrogen-minus-zero.cc', | 370 '../../src/hydrogen-minus-zero.cc', |
369 '../../src/hydrogen-minus-zero.h', | 371 '../../src/hydrogen-minus-zero.h', |
370 '../../src/hydrogen-range-analysis.cc', | 372 '../../src/hydrogen-range-analysis.cc', |
371 '../../src/hydrogen-range-analysis.h', | 373 '../../src/hydrogen-range-analysis.h', |
372 '../../src/hydrogen-redundant-phi.cc', | 374 '../../src/hydrogen-redundant-phi.cc', |
373 '../../src/hydrogen-redundant-phi.h', | 375 '../../src/hydrogen-redundant-phi.h', |
374 '../../src/hydrogen-removable-simulates.cc', | 376 '../../src/hydrogen-removable-simulates.cc', |
375 '../../src/hydrogen-removable-simulates.h', | 377 '../../src/hydrogen-removable-simulates.h', |
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1072 }], | 1074 }], |
1073 ['v8_compress_startup_data=="bz2"', { | 1075 ['v8_compress_startup_data=="bz2"', { |
1074 'libraries': [ | 1076 'libraries': [ |
1075 '-lbz2', | 1077 '-lbz2', |
1076 ] | 1078 ] |
1077 }], | 1079 }], |
1078 ], | 1080 ], |
1079 }, | 1081 }, |
1080 ], | 1082 ], |
1081 } | 1083 } |
OLD | NEW |