| 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 '../../src/compiler/pipeline.cc', | 590 '../../src/compiler/pipeline.cc', |
| 591 '../../src/compiler/pipeline.h', | 591 '../../src/compiler/pipeline.h', |
| 592 '../../src/compiler/pipeline-statistics.cc', | 592 '../../src/compiler/pipeline-statistics.cc', |
| 593 '../../src/compiler/pipeline-statistics.h', | 593 '../../src/compiler/pipeline-statistics.h', |
| 594 '../../src/compiler/raw-machine-assembler.cc', | 594 '../../src/compiler/raw-machine-assembler.cc', |
| 595 '../../src/compiler/raw-machine-assembler.h', | 595 '../../src/compiler/raw-machine-assembler.h', |
| 596 '../../src/compiler/register-allocator.cc', | 596 '../../src/compiler/register-allocator.cc', |
| 597 '../../src/compiler/register-allocator.h', | 597 '../../src/compiler/register-allocator.h', |
| 598 '../../src/compiler/register-allocator-verifier.cc', | 598 '../../src/compiler/register-allocator-verifier.cc', |
| 599 '../../src/compiler/register-allocator-verifier.h', | 599 '../../src/compiler/register-allocator-verifier.h', |
| 600 '../../src/compiler/representation-change.cc', |
| 600 '../../src/compiler/representation-change.h', | 601 '../../src/compiler/representation-change.h', |
| 601 '../../src/compiler/schedule.cc', | 602 '../../src/compiler/schedule.cc', |
| 602 '../../src/compiler/schedule.h', | 603 '../../src/compiler/schedule.h', |
| 603 '../../src/compiler/scheduler.cc', | 604 '../../src/compiler/scheduler.cc', |
| 604 '../../src/compiler/scheduler.h', | 605 '../../src/compiler/scheduler.h', |
| 605 '../../src/compiler/select-lowering.cc', | 606 '../../src/compiler/select-lowering.cc', |
| 606 '../../src/compiler/select-lowering.h', | 607 '../../src/compiler/select-lowering.h', |
| 607 '../../src/compiler/simplified-lowering.cc', | 608 '../../src/compiler/simplified-lowering.cc', |
| 608 '../../src/compiler/simplified-lowering.h', | 609 '../../src/compiler/simplified-lowering.h', |
| 609 '../../src/compiler/simplified-operator-reducer.cc', | 610 '../../src/compiler/simplified-operator-reducer.cc', |
| (...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2108 }], | 2109 }], |
| 2109 ['want_separate_host_toolset==1', { | 2110 ['want_separate_host_toolset==1', { |
| 2110 'toolsets': ['host'], | 2111 'toolsets': ['host'], |
| 2111 }, { | 2112 }, { |
| 2112 'toolsets': ['target'], | 2113 'toolsets': ['target'], |
| 2113 }], | 2114 }], |
| 2114 ], | 2115 ], |
| 2115 }, | 2116 }, |
| 2116 ], | 2117 ], |
| 2117 } | 2118 } |
| OLD | NEW |