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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 'compiler/node-marker.cc', | 621 'compiler/node-marker.cc', |
622 'compiler/node-marker.h', | 622 'compiler/node-marker.h', |
623 'compiler/node-matchers.cc', | 623 'compiler/node-matchers.cc', |
624 'compiler/node-matchers.h', | 624 'compiler/node-matchers.h', |
625 'compiler/node-properties.cc', | 625 'compiler/node-properties.cc', |
626 'compiler/node-properties.h', | 626 'compiler/node-properties.h', |
627 'compiler/node.cc', | 627 'compiler/node.cc', |
628 'compiler/node.h', | 628 'compiler/node.h', |
629 'compiler/opcodes.cc', | 629 'compiler/opcodes.cc', |
630 'compiler/opcodes.h', | 630 'compiler/opcodes.h', |
| 631 'compiler/operation-typer.cc', |
| 632 'compiler/operation-typer.h', |
631 'compiler/operator-properties.cc', | 633 'compiler/operator-properties.cc', |
632 'compiler/operator-properties.h', | 634 'compiler/operator-properties.h', |
633 'compiler/operator.cc', | 635 'compiler/operator.cc', |
634 'compiler/operator.h', | 636 'compiler/operator.h', |
635 'compiler/osr.cc', | 637 'compiler/osr.cc', |
636 'compiler/osr.h', | 638 'compiler/osr.h', |
637 'compiler/pipeline.cc', | 639 'compiler/pipeline.cc', |
638 'compiler/pipeline.h', | 640 'compiler/pipeline.h', |
639 'compiler/pipeline-statistics.cc', | 641 'compiler/pipeline-statistics.cc', |
640 'compiler/pipeline-statistics.h', | 642 'compiler/pipeline-statistics.h', |
(...skipping 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2277 }], | 2279 }], |
2278 ['want_separate_host_toolset==1', { | 2280 ['want_separate_host_toolset==1', { |
2279 'toolsets': ['host'], | 2281 'toolsets': ['host'], |
2280 }, { | 2282 }, { |
2281 'toolsets': ['target'], | 2283 'toolsets': ['target'], |
2282 }], | 2284 }], |
2283 ], | 2285 ], |
2284 }, | 2286 }, |
2285 ], | 2287 ], |
2286 } | 2288 } |
OLD | NEW |