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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 '../../src/compiler/pipeline-statistics.h', | 482 '../../src/compiler/pipeline-statistics.h', |
483 '../../src/compiler/raw-machine-assembler.cc', | 483 '../../src/compiler/raw-machine-assembler.cc', |
484 '../../src/compiler/raw-machine-assembler.h', | 484 '../../src/compiler/raw-machine-assembler.h', |
485 '../../src/compiler/register-allocator.cc', | 485 '../../src/compiler/register-allocator.cc', |
486 '../../src/compiler/register-allocator.h', | 486 '../../src/compiler/register-allocator.h', |
487 '../../src/compiler/representation-change.h', | 487 '../../src/compiler/representation-change.h', |
488 '../../src/compiler/schedule.cc', | 488 '../../src/compiler/schedule.cc', |
489 '../../src/compiler/schedule.h', | 489 '../../src/compiler/schedule.h', |
490 '../../src/compiler/scheduler.cc', | 490 '../../src/compiler/scheduler.cc', |
491 '../../src/compiler/scheduler.h', | 491 '../../src/compiler/scheduler.h', |
| 492 '../../src/compiler/select-lowering.cc', |
| 493 '../../src/compiler/select-lowering.h', |
492 '../../src/compiler/simplified-lowering.cc', | 494 '../../src/compiler/simplified-lowering.cc', |
493 '../../src/compiler/simplified-lowering.h', | 495 '../../src/compiler/simplified-lowering.h', |
494 '../../src/compiler/simplified-operator-reducer.cc', | 496 '../../src/compiler/simplified-operator-reducer.cc', |
495 '../../src/compiler/simplified-operator-reducer.h', | 497 '../../src/compiler/simplified-operator-reducer.h', |
496 '../../src/compiler/simplified-operator.cc', | 498 '../../src/compiler/simplified-operator.cc', |
497 '../../src/compiler/simplified-operator.h', | 499 '../../src/compiler/simplified-operator.h', |
498 '../../src/compiler/source-position.cc', | 500 '../../src/compiler/source-position.cc', |
499 '../../src/compiler/source-position.h', | 501 '../../src/compiler/source-position.h', |
500 '../../src/compiler/typer.cc', | 502 '../../src/compiler/typer.cc', |
501 '../../src/compiler/typer.h', | 503 '../../src/compiler/typer.h', |
(...skipping 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1727 }], | 1729 }], |
1728 ['v8_compress_startup_data=="bz2"', { | 1730 ['v8_compress_startup_data=="bz2"', { |
1729 'libraries': [ | 1731 'libraries': [ |
1730 '-lbz2', | 1732 '-lbz2', |
1731 ] | 1733 ] |
1732 }], | 1734 }], |
1733 ], | 1735 ], |
1734 }, | 1736 }, |
1735 ], | 1737 ], |
1736 } | 1738 } |
OLD | NEW |