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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 '../../src/handles.h', | 315 '../../src/handles.h', |
316 '../../src/hashmap.h', | 316 '../../src/hashmap.h', |
317 '../../src/heap-inl.h', | 317 '../../src/heap-inl.h', |
318 '../../src/heap-profiler.cc', | 318 '../../src/heap-profiler.cc', |
319 '../../src/heap-profiler.h', | 319 '../../src/heap-profiler.h', |
320 '../../src/heap-snapshot-generator-inl.h', | 320 '../../src/heap-snapshot-generator-inl.h', |
321 '../../src/heap-snapshot-generator.cc', | 321 '../../src/heap-snapshot-generator.cc', |
322 '../../src/heap-snapshot-generator.h', | 322 '../../src/heap-snapshot-generator.h', |
323 '../../src/heap.cc', | 323 '../../src/heap.cc', |
324 '../../src/heap.h', | 324 '../../src/heap.h', |
| 325 '../../src/hydrogen-bounds-check-removal.cc', |
325 '../../src/hydrogen-environment-liveness.cc', | 326 '../../src/hydrogen-environment-liveness.cc', |
326 '../../src/hydrogen-environment-liveness.h', | 327 '../../src/hydrogen-environment-liveness.h', |
327 '../../src/hydrogen-instructions.cc', | 328 '../../src/hydrogen-instructions.cc', |
328 '../../src/hydrogen-instructions.h', | 329 '../../src/hydrogen-instructions.h', |
329 '../../src/hydrogen.cc', | 330 '../../src/hydrogen.cc', |
330 '../../src/hydrogen.h', | 331 '../../src/hydrogen.h', |
331 '../../src/hydrogen-gvn.cc', | 332 '../../src/hydrogen-gvn.cc', |
332 '../../src/hydrogen-gvn.h', | 333 '../../src/hydrogen-gvn.h', |
333 '../../src/ic-inl.h', | 334 '../../src/ic-inl.h', |
334 '../../src/ic.cc', | 335 '../../src/ic.cc', |
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
927 }], | 928 }], |
928 ['v8_compress_startup_data=="bz2"', { | 929 ['v8_compress_startup_data=="bz2"', { |
929 'libraries': [ | 930 'libraries': [ |
930 '-lbz2', | 931 '-lbz2', |
931 ] | 932 ] |
932 }], | 933 }], |
933 ], | 934 ], |
934 }, | 935 }, |
935 ], | 936 ], |
936 } | 937 } |
OLD | NEW |