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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 '../../src/compiler/all-nodes.cc', | 464 '../../src/compiler/all-nodes.cc', |
465 '../../src/compiler/all-nodes.h', | 465 '../../src/compiler/all-nodes.h', |
466 '../../src/compiler/ast-graph-builder.cc', | 466 '../../src/compiler/ast-graph-builder.cc', |
467 '../../src/compiler/ast-graph-builder.h', | 467 '../../src/compiler/ast-graph-builder.h', |
468 '../../src/compiler/ast-loop-assignment-analyzer.cc', | 468 '../../src/compiler/ast-loop-assignment-analyzer.cc', |
469 '../../src/compiler/ast-loop-assignment-analyzer.h', | 469 '../../src/compiler/ast-loop-assignment-analyzer.h', |
470 '../../src/compiler/basic-block-instrumentor.cc', | 470 '../../src/compiler/basic-block-instrumentor.cc', |
471 '../../src/compiler/basic-block-instrumentor.h', | 471 '../../src/compiler/basic-block-instrumentor.h', |
472 '../../src/compiler/branch-elimination.cc', | 472 '../../src/compiler/branch-elimination.cc', |
473 '../../src/compiler/branch-elimination.h', | 473 '../../src/compiler/branch-elimination.h', |
| 474 '../../src/compiler/bytecode-basic-block-analysis.cc', |
| 475 '../../src/compiler/bytecode-basic-block-analysis.h', |
474 '../../src/compiler/bytecode-graph-builder.cc', | 476 '../../src/compiler/bytecode-graph-builder.cc', |
475 '../../src/compiler/bytecode-graph-builder.h', | 477 '../../src/compiler/bytecode-graph-builder.h', |
476 '../../src/compiler/change-lowering.cc', | 478 '../../src/compiler/change-lowering.cc', |
477 '../../src/compiler/change-lowering.h', | 479 '../../src/compiler/change-lowering.h', |
478 '../../src/compiler/c-linkage.cc', | 480 '../../src/compiler/c-linkage.cc', |
479 '../../src/compiler/coalesced-live-ranges.cc', | 481 '../../src/compiler/coalesced-live-ranges.cc', |
480 '../../src/compiler/coalesced-live-ranges.h', | 482 '../../src/compiler/coalesced-live-ranges.h', |
481 '../../src/compiler/code-generator-impl.h', | 483 '../../src/compiler/code-generator-impl.h', |
482 '../../src/compiler/code-generator.cc', | 484 '../../src/compiler/code-generator.cc', |
483 '../../src/compiler/code-generator.h', | 485 '../../src/compiler/code-generator.h', |
(...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2075 }], | 2077 }], |
2076 ['want_separate_host_toolset==1', { | 2078 ['want_separate_host_toolset==1', { |
2077 'toolsets': ['host'], | 2079 'toolsets': ['host'], |
2078 }, { | 2080 }, { |
2079 'toolsets': ['target'], | 2081 'toolsets': ['target'], |
2080 }], | 2082 }], |
2081 ], | 2083 ], |
2082 }, | 2084 }, |
2083 ], | 2085 ], |
2084 } | 2086 } |
OLD | NEW |