| 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 '../../src/compiler/jump-threading.h', | 469 '../../src/compiler/jump-threading.h', |
| 470 '../../src/compiler/linkage-impl.h', | 470 '../../src/compiler/linkage-impl.h', |
| 471 '../../src/compiler/linkage.cc', | 471 '../../src/compiler/linkage.cc', |
| 472 '../../src/compiler/linkage.h', | 472 '../../src/compiler/linkage.h', |
| 473 '../../src/compiler/machine-operator-reducer.cc', | 473 '../../src/compiler/machine-operator-reducer.cc', |
| 474 '../../src/compiler/machine-operator-reducer.h', | 474 '../../src/compiler/machine-operator-reducer.h', |
| 475 '../../src/compiler/machine-operator.cc', | 475 '../../src/compiler/machine-operator.cc', |
| 476 '../../src/compiler/machine-operator.h', | 476 '../../src/compiler/machine-operator.h', |
| 477 '../../src/compiler/machine-type.cc', | 477 '../../src/compiler/machine-type.cc', |
| 478 '../../src/compiler/machine-type.h', | 478 '../../src/compiler/machine-type.h', |
| 479 '../../src/compiler/move-optimizer.cc', |
| 480 '../../src/compiler/move-optimizer.h', |
| 479 '../../src/compiler/node-aux-data-inl.h', | 481 '../../src/compiler/node-aux-data-inl.h', |
| 480 '../../src/compiler/node-aux-data.h', | 482 '../../src/compiler/node-aux-data.h', |
| 481 '../../src/compiler/node-cache.cc', | 483 '../../src/compiler/node-cache.cc', |
| 482 '../../src/compiler/node-cache.h', | 484 '../../src/compiler/node-cache.h', |
| 483 '../../src/compiler/node-matchers.h', | 485 '../../src/compiler/node-matchers.h', |
| 484 '../../src/compiler/node-properties-inl.h', | 486 '../../src/compiler/node-properties-inl.h', |
| 485 '../../src/compiler/node-properties.h', | 487 '../../src/compiler/node-properties.h', |
| 486 '../../src/compiler/node.cc', | 488 '../../src/compiler/node.cc', |
| 487 '../../src/compiler/node.h', | 489 '../../src/compiler/node.h', |
| 488 '../../src/compiler/opcodes.h', | 490 '../../src/compiler/opcodes.h', |
| (...skipping 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1741 }], | 1743 }], |
| 1742 ['want_separate_host_toolset==1', { | 1744 ['want_separate_host_toolset==1', { |
| 1743 'toolsets': ['host'], | 1745 'toolsets': ['host'], |
| 1744 }, { | 1746 }, { |
| 1745 'toolsets': ['target'], | 1747 'toolsets': ['target'], |
| 1746 }], | 1748 }], |
| 1747 ], | 1749 ], |
| 1748 }, | 1750 }, |
| 1749 ], | 1751 ], |
| 1750 } | 1752 } |
| OLD | NEW |