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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 '../../src/compiler/change-lowering.cc', | 402 '../../src/compiler/change-lowering.cc', |
403 '../../src/compiler/change-lowering.h', | 403 '../../src/compiler/change-lowering.h', |
404 '../../src/compiler/code-generator-impl.h', | 404 '../../src/compiler/code-generator-impl.h', |
405 '../../src/compiler/code-generator.cc', | 405 '../../src/compiler/code-generator.cc', |
406 '../../src/compiler/code-generator.h', | 406 '../../src/compiler/code-generator.h', |
407 '../../src/compiler/common-node-cache.h', | 407 '../../src/compiler/common-node-cache.h', |
408 '../../src/compiler/common-operator.cc', | 408 '../../src/compiler/common-operator.cc', |
409 '../../src/compiler/common-operator.h', | 409 '../../src/compiler/common-operator.h', |
410 '../../src/compiler/control-builders.cc', | 410 '../../src/compiler/control-builders.cc', |
411 '../../src/compiler/control-builders.h', | 411 '../../src/compiler/control-builders.h', |
| 412 '../../src/compiler/control-equivalence.h', |
412 '../../src/compiler/control-reducer.cc', | 413 '../../src/compiler/control-reducer.cc', |
413 '../../src/compiler/control-reducer.h', | 414 '../../src/compiler/control-reducer.h', |
414 '../../src/compiler/diamond.h', | 415 '../../src/compiler/diamond.h', |
415 '../../src/compiler/frame.h', | 416 '../../src/compiler/frame.h', |
416 '../../src/compiler/gap-resolver.cc', | 417 '../../src/compiler/gap-resolver.cc', |
417 '../../src/compiler/gap-resolver.h', | 418 '../../src/compiler/gap-resolver.h', |
418 '../../src/compiler/generic-algorithm-inl.h', | 419 '../../src/compiler/generic-algorithm-inl.h', |
419 '../../src/compiler/generic-algorithm.h', | 420 '../../src/compiler/generic-algorithm.h', |
420 '../../src/compiler/generic-graph.h', | 421 '../../src/compiler/generic-graph.h', |
421 '../../src/compiler/generic-node-inl.h', | 422 '../../src/compiler/generic-node-inl.h', |
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1727 }], | 1728 }], |
1728 ['want_separate_host_toolset==1', { | 1729 ['want_separate_host_toolset==1', { |
1729 'toolsets': ['host'], | 1730 'toolsets': ['host'], |
1730 }, { | 1731 }, { |
1731 'toolsets': ['target'], | 1732 'toolsets': ['target'], |
1732 }], | 1733 }], |
1733 ], | 1734 ], |
1734 }, | 1735 }, |
1735 ], | 1736 ], |
1736 } | 1737 } |
OLD | NEW |