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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 '../../src/compiler/register-configuration.h', | 559 '../../src/compiler/register-configuration.h', |
560 '../../src/compiler/representation-change.h', | 560 '../../src/compiler/representation-change.h', |
561 '../../src/compiler/schedule.cc', | 561 '../../src/compiler/schedule.cc', |
562 '../../src/compiler/schedule.h', | 562 '../../src/compiler/schedule.h', |
563 '../../src/compiler/scheduler.cc', | 563 '../../src/compiler/scheduler.cc', |
564 '../../src/compiler/scheduler.h', | 564 '../../src/compiler/scheduler.h', |
565 '../../src/compiler/select-lowering.cc', | 565 '../../src/compiler/select-lowering.cc', |
566 '../../src/compiler/select-lowering.h', | 566 '../../src/compiler/select-lowering.h', |
567 '../../src/compiler/simplified-lowering.cc', | 567 '../../src/compiler/simplified-lowering.cc', |
568 '../../src/compiler/simplified-lowering.h', | 568 '../../src/compiler/simplified-lowering.h', |
| 569 '../../src/compiler/simplified-operator-reducer.cc', |
| 570 '../../src/compiler/simplified-operator-reducer.h', |
569 '../../src/compiler/simplified-operator.cc', | 571 '../../src/compiler/simplified-operator.cc', |
570 '../../src/compiler/simplified-operator.h', | 572 '../../src/compiler/simplified-operator.h', |
571 '../../src/compiler/source-position.cc', | 573 '../../src/compiler/source-position.cc', |
572 '../../src/compiler/source-position.h', | 574 '../../src/compiler/source-position.h', |
573 '../../src/compiler/state-values-utils.cc', | 575 '../../src/compiler/state-values-utils.cc', |
574 '../../src/compiler/state-values-utils.h', | 576 '../../src/compiler/state-values-utils.h', |
575 '../../src/compiler/tail-call-optimization.cc', | 577 '../../src/compiler/tail-call-optimization.cc', |
576 '../../src/compiler/tail-call-optimization.h', | 578 '../../src/compiler/tail-call-optimization.h', |
577 '../../src/compiler/typer.cc', | 579 '../../src/compiler/typer.cc', |
578 '../../src/compiler/typer.h', | 580 '../../src/compiler/typer.h', |
(...skipping 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1893 }], | 1895 }], |
1894 ['want_separate_host_toolset==1', { | 1896 ['want_separate_host_toolset==1', { |
1895 'toolsets': ['host'], | 1897 'toolsets': ['host'], |
1896 }, { | 1898 }, { |
1897 'toolsets': ['target'], | 1899 'toolsets': ['target'], |
1898 }], | 1900 }], |
1899 ], | 1901 ], |
1900 }, | 1902 }, |
1901 ], | 1903 ], |
1902 } | 1904 } |
OLD | NEW |