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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 '../../src/compiler/operator-properties.cc', | 540 '../../src/compiler/operator-properties.cc', |
541 '../../src/compiler/operator-properties.h', | 541 '../../src/compiler/operator-properties.h', |
542 '../../src/compiler/operator.cc', | 542 '../../src/compiler/operator.cc', |
543 '../../src/compiler/operator.h', | 543 '../../src/compiler/operator.h', |
544 '../../src/compiler/osr.cc', | 544 '../../src/compiler/osr.cc', |
545 '../../src/compiler/osr.h', | 545 '../../src/compiler/osr.h', |
546 '../../src/compiler/pipeline.cc', | 546 '../../src/compiler/pipeline.cc', |
547 '../../src/compiler/pipeline.h', | 547 '../../src/compiler/pipeline.h', |
548 '../../src/compiler/pipeline-statistics.cc', | 548 '../../src/compiler/pipeline-statistics.cc', |
549 '../../src/compiler/pipeline-statistics.h', | 549 '../../src/compiler/pipeline-statistics.h', |
550 '../../src/compiler/raw-machine-assembler.cc', | |
551 '../../src/compiler/raw-machine-assembler.h', | |
552 '../../src/compiler/register-allocator.cc', | 550 '../../src/compiler/register-allocator.cc', |
553 '../../src/compiler/register-allocator.h', | 551 '../../src/compiler/register-allocator.h', |
554 '../../src/compiler/register-allocator-verifier.cc', | 552 '../../src/compiler/register-allocator-verifier.cc', |
555 '../../src/compiler/register-allocator-verifier.h', | 553 '../../src/compiler/register-allocator-verifier.h', |
556 '../../src/compiler/register-configuration.cc', | 554 '../../src/compiler/register-configuration.cc', |
557 '../../src/compiler/register-configuration.h', | 555 '../../src/compiler/register-configuration.h', |
558 '../../src/compiler/representation-change.h', | 556 '../../src/compiler/representation-change.h', |
559 '../../src/compiler/schedule.cc', | 557 '../../src/compiler/schedule.cc', |
560 '../../src/compiler/schedule.h', | 558 '../../src/compiler/schedule.h', |
561 '../../src/compiler/scheduler.cc', | 559 '../../src/compiler/scheduler.cc', |
(...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1887 }], | 1885 }], |
1888 ['want_separate_host_toolset==1', { | 1886 ['want_separate_host_toolset==1', { |
1889 'toolsets': ['host'], | 1887 'toolsets': ['host'], |
1890 }, { | 1888 }, { |
1891 'toolsets': ['target'], | 1889 'toolsets': ['target'], |
1892 }], | 1890 }], |
1893 ], | 1891 ], |
1894 }, | 1892 }, |
1895 ], | 1893 ], |
1896 } | 1894 } |
OLD | NEW |