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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 '../../src/compiler/all-nodes.cc', | 448 '../../src/compiler/all-nodes.cc', |
449 '../../src/compiler/all-nodes.h', | 449 '../../src/compiler/all-nodes.h', |
450 '../../src/compiler/ast-graph-builder.cc', | 450 '../../src/compiler/ast-graph-builder.cc', |
451 '../../src/compiler/ast-graph-builder.h', | 451 '../../src/compiler/ast-graph-builder.h', |
452 '../../src/compiler/ast-loop-assignment-analyzer.cc', | 452 '../../src/compiler/ast-loop-assignment-analyzer.cc', |
453 '../../src/compiler/ast-loop-assignment-analyzer.h', | 453 '../../src/compiler/ast-loop-assignment-analyzer.h', |
454 '../../src/compiler/basic-block-instrumentor.cc', | 454 '../../src/compiler/basic-block-instrumentor.cc', |
455 '../../src/compiler/basic-block-instrumentor.h', | 455 '../../src/compiler/basic-block-instrumentor.h', |
456 '../../src/compiler/change-lowering.cc', | 456 '../../src/compiler/change-lowering.cc', |
457 '../../src/compiler/change-lowering.h', | 457 '../../src/compiler/change-lowering.h', |
| 458 '../../src/compiler/coalesced-live-ranges.cc', |
| 459 '../../src/compiler/coalesced-live-ranges.h', |
458 '../../src/compiler/code-generator-impl.h', | 460 '../../src/compiler/code-generator-impl.h', |
459 '../../src/compiler/code-generator.cc', | 461 '../../src/compiler/code-generator.cc', |
460 '../../src/compiler/code-generator.h', | 462 '../../src/compiler/code-generator.h', |
461 '../../src/compiler/common-node-cache.cc', | 463 '../../src/compiler/common-node-cache.cc', |
462 '../../src/compiler/common-node-cache.h', | 464 '../../src/compiler/common-node-cache.h', |
463 '../../src/compiler/common-operator-reducer.cc', | 465 '../../src/compiler/common-operator-reducer.cc', |
464 '../../src/compiler/common-operator-reducer.h', | 466 '../../src/compiler/common-operator-reducer.h', |
465 '../../src/compiler/common-operator.cc', | 467 '../../src/compiler/common-operator.cc', |
466 '../../src/compiler/common-operator.h', | 468 '../../src/compiler/common-operator.h', |
467 '../../src/compiler/control-builders.cc', | 469 '../../src/compiler/control-builders.cc', |
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1916 }], | 1918 }], |
1917 ['want_separate_host_toolset==1', { | 1919 ['want_separate_host_toolset==1', { |
1918 'toolsets': ['host'], | 1920 'toolsets': ['host'], |
1919 }, { | 1921 }, { |
1920 'toolsets': ['target'], | 1922 'toolsets': ['target'], |
1921 }], | 1923 }], |
1922 ], | 1924 ], |
1923 }, | 1925 }, |
1924 ], | 1926 ], |
1925 } | 1927 } |
OLD | NEW |