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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 '../../src/compiler/js-type-feedback-lowering.cc', | 529 '../../src/compiler/js-type-feedback-lowering.cc', |
530 '../../src/compiler/js-type-feedback-lowering.h', | 530 '../../src/compiler/js-type-feedback-lowering.h', |
531 '../../src/compiler/js-typed-lowering.cc', | 531 '../../src/compiler/js-typed-lowering.cc', |
532 '../../src/compiler/js-typed-lowering.h', | 532 '../../src/compiler/js-typed-lowering.h', |
533 '../../src/compiler/jump-threading.cc', | 533 '../../src/compiler/jump-threading.cc', |
534 '../../src/compiler/jump-threading.h', | 534 '../../src/compiler/jump-threading.h', |
535 '../../src/compiler/linkage.cc', | 535 '../../src/compiler/linkage.cc', |
536 '../../src/compiler/linkage.h', | 536 '../../src/compiler/linkage.h', |
537 '../../src/compiler/liveness-analyzer.cc', | 537 '../../src/compiler/liveness-analyzer.cc', |
538 '../../src/compiler/liveness-analyzer.h', | 538 '../../src/compiler/liveness-analyzer.h', |
| 539 '../../src/compiler/live-range-separator.cc', |
| 540 '../../src/compiler/live-range-separator.h', |
539 '../../src/compiler/load-elimination.cc', | 541 '../../src/compiler/load-elimination.cc', |
540 '../../src/compiler/load-elimination.h', | 542 '../../src/compiler/load-elimination.h', |
541 '../../src/compiler/loop-analysis.cc', | 543 '../../src/compiler/loop-analysis.cc', |
542 '../../src/compiler/loop-analysis.h', | 544 '../../src/compiler/loop-analysis.h', |
543 '../../src/compiler/loop-peeling.cc', | 545 '../../src/compiler/loop-peeling.cc', |
544 '../../src/compiler/loop-peeling.h', | 546 '../../src/compiler/loop-peeling.h', |
545 '../../src/compiler/machine-operator-reducer.cc', | 547 '../../src/compiler/machine-operator-reducer.cc', |
546 '../../src/compiler/machine-operator-reducer.h', | 548 '../../src/compiler/machine-operator-reducer.h', |
547 '../../src/compiler/machine-operator.cc', | 549 '../../src/compiler/machine-operator.cc', |
548 '../../src/compiler/machine-operator.h', | 550 '../../src/compiler/machine-operator.h', |
(...skipping 17 matching lines...) Expand all Loading... |
566 '../../src/compiler/operator-properties.cc', | 568 '../../src/compiler/operator-properties.cc', |
567 '../../src/compiler/operator-properties.h', | 569 '../../src/compiler/operator-properties.h', |
568 '../../src/compiler/operator.cc', | 570 '../../src/compiler/operator.cc', |
569 '../../src/compiler/operator.h', | 571 '../../src/compiler/operator.h', |
570 '../../src/compiler/osr.cc', | 572 '../../src/compiler/osr.cc', |
571 '../../src/compiler/osr.h', | 573 '../../src/compiler/osr.h', |
572 '../../src/compiler/pipeline.cc', | 574 '../../src/compiler/pipeline.cc', |
573 '../../src/compiler/pipeline.h', | 575 '../../src/compiler/pipeline.h', |
574 '../../src/compiler/pipeline-statistics.cc', | 576 '../../src/compiler/pipeline-statistics.cc', |
575 '../../src/compiler/pipeline-statistics.h', | 577 '../../src/compiler/pipeline-statistics.h', |
576 '../../src/compiler/preprocess-live-ranges.cc', | |
577 '../../src/compiler/preprocess-live-ranges.h', | |
578 '../../src/compiler/raw-machine-assembler.cc', | 578 '../../src/compiler/raw-machine-assembler.cc', |
579 '../../src/compiler/raw-machine-assembler.h', | 579 '../../src/compiler/raw-machine-assembler.h', |
580 '../../src/compiler/register-allocator.cc', | 580 '../../src/compiler/register-allocator.cc', |
581 '../../src/compiler/register-allocator.h', | 581 '../../src/compiler/register-allocator.h', |
582 '../../src/compiler/register-allocator-verifier.cc', | 582 '../../src/compiler/register-allocator-verifier.cc', |
583 '../../src/compiler/register-allocator-verifier.h', | 583 '../../src/compiler/register-allocator-verifier.h', |
584 '../../src/compiler/register-configuration.cc', | 584 '../../src/compiler/register-configuration.cc', |
585 '../../src/compiler/register-configuration.h', | 585 '../../src/compiler/register-configuration.h', |
586 '../../src/compiler/representation-change.h', | 586 '../../src/compiler/representation-change.h', |
587 '../../src/compiler/schedule.cc', | 587 '../../src/compiler/schedule.cc', |
(...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1987 }], | 1987 }], |
1988 ['want_separate_host_toolset==1', { | 1988 ['want_separate_host_toolset==1', { |
1989 'toolsets': ['host'], | 1989 'toolsets': ['host'], |
1990 }, { | 1990 }, { |
1991 'toolsets': ['target'], | 1991 'toolsets': ['target'], |
1992 }], | 1992 }], |
1993 ], | 1993 ], |
1994 }, | 1994 }, |
1995 ], | 1995 ], |
1996 } | 1996 } |
OLD | NEW |