| 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 '../../src/compiler/operator-properties.cc', | 576 '../../src/compiler/operator-properties.cc', |
| 577 '../../src/compiler/operator-properties.h', | 577 '../../src/compiler/operator-properties.h', |
| 578 '../../src/compiler/operator.cc', | 578 '../../src/compiler/operator.cc', |
| 579 '../../src/compiler/operator.h', | 579 '../../src/compiler/operator.h', |
| 580 '../../src/compiler/osr.cc', | 580 '../../src/compiler/osr.cc', |
| 581 '../../src/compiler/osr.h', | 581 '../../src/compiler/osr.h', |
| 582 '../../src/compiler/pipeline.cc', | 582 '../../src/compiler/pipeline.cc', |
| 583 '../../src/compiler/pipeline.h', | 583 '../../src/compiler/pipeline.h', |
| 584 '../../src/compiler/pipeline-statistics.cc', | 584 '../../src/compiler/pipeline-statistics.cc', |
| 585 '../../src/compiler/pipeline-statistics.h', | 585 '../../src/compiler/pipeline-statistics.h', |
| 586 '../../src/compiler/property-access-info.cc', |
| 587 '../../src/compiler/property-access-info.h', |
| 586 '../../src/compiler/raw-machine-assembler.cc', | 588 '../../src/compiler/raw-machine-assembler.cc', |
| 587 '../../src/compiler/raw-machine-assembler.h', | 589 '../../src/compiler/raw-machine-assembler.h', |
| 588 '../../src/compiler/register-allocator.cc', | 590 '../../src/compiler/register-allocator.cc', |
| 589 '../../src/compiler/register-allocator.h', | 591 '../../src/compiler/register-allocator.h', |
| 590 '../../src/compiler/register-allocator-verifier.cc', | 592 '../../src/compiler/register-allocator-verifier.cc', |
| 591 '../../src/compiler/register-allocator-verifier.h', | 593 '../../src/compiler/register-allocator-verifier.h', |
| 592 '../../src/compiler/representation-change.h', | 594 '../../src/compiler/representation-change.h', |
| 593 '../../src/compiler/schedule.cc', | 595 '../../src/compiler/schedule.cc', |
| 594 '../../src/compiler/schedule.h', | 596 '../../src/compiler/schedule.h', |
| 595 '../../src/compiler/scheduler.cc', | 597 '../../src/compiler/scheduler.cc', |
| (...skipping 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2097 }], | 2099 }], |
| 2098 ['want_separate_host_toolset==1', { | 2100 ['want_separate_host_toolset==1', { |
| 2099 'toolsets': ['host'], | 2101 'toolsets': ['host'], |
| 2100 }, { | 2102 }, { |
| 2101 'toolsets': ['target'], | 2103 'toolsets': ['target'], |
| 2102 }], | 2104 }], |
| 2103 ], | 2105 ], |
| 2104 }, | 2106 }, |
| 2105 ], | 2107 ], |
| 2106 } | 2108 } |
| OLD | NEW |