| 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 'compiler/operator.cc', | 631 'compiler/operator.cc', |
| 632 'compiler/operator.h', | 632 'compiler/operator.h', |
| 633 'compiler/osr.cc', | 633 'compiler/osr.cc', |
| 634 'compiler/osr.h', | 634 'compiler/osr.h', |
| 635 'compiler/pipeline.cc', | 635 'compiler/pipeline.cc', |
| 636 'compiler/pipeline.h', | 636 'compiler/pipeline.h', |
| 637 'compiler/pipeline-statistics.cc', | 637 'compiler/pipeline-statistics.cc', |
| 638 'compiler/pipeline-statistics.h', | 638 'compiler/pipeline-statistics.h', |
| 639 'compiler/raw-machine-assembler.cc', | 639 'compiler/raw-machine-assembler.cc', |
| 640 'compiler/raw-machine-assembler.h', | 640 'compiler/raw-machine-assembler.h', |
| 641 'compiler/redundancy-elimination.cc', |
| 642 'compiler/redundancy-elimination.h', |
| 641 'compiler/register-allocator.cc', | 643 'compiler/register-allocator.cc', |
| 642 'compiler/register-allocator.h', | 644 'compiler/register-allocator.h', |
| 643 'compiler/register-allocator-verifier.cc', | 645 'compiler/register-allocator-verifier.cc', |
| 644 'compiler/register-allocator-verifier.h', | 646 'compiler/register-allocator-verifier.h', |
| 645 'compiler/representation-change.cc', | 647 'compiler/representation-change.cc', |
| 646 'compiler/representation-change.h', | 648 'compiler/representation-change.h', |
| 647 'compiler/schedule.cc', | 649 'compiler/schedule.cc', |
| 648 'compiler/schedule.h', | 650 'compiler/schedule.h', |
| 649 'compiler/scheduler.cc', | 651 'compiler/scheduler.cc', |
| 650 'compiler/scheduler.h', | 652 'compiler/scheduler.h', |
| (...skipping 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2285 }], | 2287 }], |
| 2286 ['want_separate_host_toolset==1', { | 2288 ['want_separate_host_toolset==1', { |
| 2287 'toolsets': ['host'], | 2289 'toolsets': ['host'], |
| 2288 }, { | 2290 }, { |
| 2289 'toolsets': ['target'], | 2291 'toolsets': ['target'], |
| 2290 }], | 2292 }], |
| 2291 ], | 2293 ], |
| 2292 }, | 2294 }, |
| 2293 ], | 2295 ], |
| 2294 } | 2296 } |
| OLD | NEW |