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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 '../../src/compiler/operator-properties.cc', | 568 '../../src/compiler/operator-properties.cc', |
569 '../../src/compiler/operator-properties.h', | 569 '../../src/compiler/operator-properties.h', |
570 '../../src/compiler/operator.cc', | 570 '../../src/compiler/operator.cc', |
571 '../../src/compiler/operator.h', | 571 '../../src/compiler/operator.h', |
572 '../../src/compiler/osr.cc', | 572 '../../src/compiler/osr.cc', |
573 '../../src/compiler/osr.h', | 573 '../../src/compiler/osr.h', |
574 '../../src/compiler/pipeline.cc', | 574 '../../src/compiler/pipeline.cc', |
575 '../../src/compiler/pipeline.h', | 575 '../../src/compiler/pipeline.h', |
576 '../../src/compiler/pipeline-statistics.cc', | 576 '../../src/compiler/pipeline-statistics.cc', |
577 '../../src/compiler/pipeline-statistics.h', | 577 '../../src/compiler/pipeline-statistics.h', |
| 578 '../../src/compiler/preprocess-live-ranges.cc', |
| 579 '../../src/compiler/preprocess-live-ranges.h', |
578 '../../src/compiler/raw-machine-assembler.cc', | 580 '../../src/compiler/raw-machine-assembler.cc', |
579 '../../src/compiler/raw-machine-assembler.h', | 581 '../../src/compiler/raw-machine-assembler.h', |
580 '../../src/compiler/register-allocator.cc', | 582 '../../src/compiler/register-allocator.cc', |
581 '../../src/compiler/register-allocator.h', | 583 '../../src/compiler/register-allocator.h', |
582 '../../src/compiler/register-allocator-verifier.cc', | 584 '../../src/compiler/register-allocator-verifier.cc', |
583 '../../src/compiler/register-allocator-verifier.h', | 585 '../../src/compiler/register-allocator-verifier.h', |
584 '../../src/compiler/register-configuration.cc', | 586 '../../src/compiler/register-configuration.cc', |
585 '../../src/compiler/register-configuration.h', | 587 '../../src/compiler/register-configuration.h', |
586 '../../src/compiler/representation-change.h', | 588 '../../src/compiler/representation-change.h', |
587 '../../src/compiler/schedule.cc', | 589 '../../src/compiler/schedule.cc', |
(...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1976 }], | 1978 }], |
1977 ['want_separate_host_toolset==1', { | 1979 ['want_separate_host_toolset==1', { |
1978 'toolsets': ['host'], | 1980 'toolsets': ['host'], |
1979 }, { | 1981 }, { |
1980 'toolsets': ['target'], | 1982 'toolsets': ['target'], |
1981 }], | 1983 }], |
1982 ], | 1984 ], |
1983 }, | 1985 }, |
1984 ], | 1986 ], |
1985 } | 1987 } |
OLD | NEW |