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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 '../../src/codegen.cc', | 444 '../../src/codegen.cc', |
445 '../../src/codegen.h', | 445 '../../src/codegen.h', |
446 '../../src/compilation-cache.cc', | 446 '../../src/compilation-cache.cc', |
447 '../../src/compilation-cache.h', | 447 '../../src/compilation-cache.h', |
448 '../../src/compilation-dependencies.cc', | 448 '../../src/compilation-dependencies.cc', |
449 '../../src/compilation-dependencies.h', | 449 '../../src/compilation-dependencies.h', |
450 '../../src/compilation-statistics.cc', | 450 '../../src/compilation-statistics.cc', |
451 '../../src/compilation-statistics.h', | 451 '../../src/compilation-statistics.h', |
452 '../../src/compiler/access-builder.cc', | 452 '../../src/compiler/access-builder.cc', |
453 '../../src/compiler/access-builder.h', | 453 '../../src/compiler/access-builder.h', |
| 454 '../../src/compiler/access-info.cc', |
| 455 '../../src/compiler/access-info.h', |
454 '../../src/compiler/all-nodes.cc', | 456 '../../src/compiler/all-nodes.cc', |
455 '../../src/compiler/all-nodes.h', | 457 '../../src/compiler/all-nodes.h', |
456 '../../src/compiler/ast-graph-builder.cc', | 458 '../../src/compiler/ast-graph-builder.cc', |
457 '../../src/compiler/ast-graph-builder.h', | 459 '../../src/compiler/ast-graph-builder.h', |
458 '../../src/compiler/ast-loop-assignment-analyzer.cc', | 460 '../../src/compiler/ast-loop-assignment-analyzer.cc', |
459 '../../src/compiler/ast-loop-assignment-analyzer.h', | 461 '../../src/compiler/ast-loop-assignment-analyzer.h', |
460 '../../src/compiler/basic-block-instrumentor.cc', | 462 '../../src/compiler/basic-block-instrumentor.cc', |
461 '../../src/compiler/basic-block-instrumentor.h', | 463 '../../src/compiler/basic-block-instrumentor.h', |
462 '../../src/compiler/branch-elimination.cc', | 464 '../../src/compiler/branch-elimination.cc', |
463 '../../src/compiler/branch-elimination.h', | 465 '../../src/compiler/branch-elimination.h', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 '../../src/compiler/operator-properties.cc', | 578 '../../src/compiler/operator-properties.cc', |
577 '../../src/compiler/operator-properties.h', | 579 '../../src/compiler/operator-properties.h', |
578 '../../src/compiler/operator.cc', | 580 '../../src/compiler/operator.cc', |
579 '../../src/compiler/operator.h', | 581 '../../src/compiler/operator.h', |
580 '../../src/compiler/osr.cc', | 582 '../../src/compiler/osr.cc', |
581 '../../src/compiler/osr.h', | 583 '../../src/compiler/osr.h', |
582 '../../src/compiler/pipeline.cc', | 584 '../../src/compiler/pipeline.cc', |
583 '../../src/compiler/pipeline.h', | 585 '../../src/compiler/pipeline.h', |
584 '../../src/compiler/pipeline-statistics.cc', | 586 '../../src/compiler/pipeline-statistics.cc', |
585 '../../src/compiler/pipeline-statistics.h', | 587 '../../src/compiler/pipeline-statistics.h', |
586 '../../src/compiler/property-access-info.cc', | |
587 '../../src/compiler/property-access-info.h', | |
588 '../../src/compiler/raw-machine-assembler.cc', | 588 '../../src/compiler/raw-machine-assembler.cc', |
589 '../../src/compiler/raw-machine-assembler.h', | 589 '../../src/compiler/raw-machine-assembler.h', |
590 '../../src/compiler/register-allocator.cc', | 590 '../../src/compiler/register-allocator.cc', |
591 '../../src/compiler/register-allocator.h', | 591 '../../src/compiler/register-allocator.h', |
592 '../../src/compiler/register-allocator-verifier.cc', | 592 '../../src/compiler/register-allocator-verifier.cc', |
593 '../../src/compiler/register-allocator-verifier.h', | 593 '../../src/compiler/register-allocator-verifier.h', |
594 '../../src/compiler/representation-change.h', | 594 '../../src/compiler/representation-change.h', |
595 '../../src/compiler/schedule.cc', | 595 '../../src/compiler/schedule.cc', |
596 '../../src/compiler/schedule.h', | 596 '../../src/compiler/schedule.h', |
597 '../../src/compiler/scheduler.cc', | 597 '../../src/compiler/scheduler.cc', |
(...skipping 1499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2097 }], | 2097 }], |
2098 ['want_separate_host_toolset==1', { | 2098 ['want_separate_host_toolset==1', { |
2099 'toolsets': ['host'], | 2099 'toolsets': ['host'], |
2100 }, { | 2100 }, { |
2101 'toolsets': ['target'], | 2101 'toolsets': ['target'], |
2102 }], | 2102 }], |
2103 ], | 2103 ], |
2104 }, | 2104 }, |
2105 ], | 2105 ], |
2106 } | 2106 } |
OLD | NEW |