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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 'compiler/node-marker.cc', | 618 'compiler/node-marker.cc', |
619 'compiler/node-marker.h', | 619 'compiler/node-marker.h', |
620 'compiler/node-matchers.cc', | 620 'compiler/node-matchers.cc', |
621 'compiler/node-matchers.h', | 621 'compiler/node-matchers.h', |
622 'compiler/node-properties.cc', | 622 'compiler/node-properties.cc', |
623 'compiler/node-properties.h', | 623 'compiler/node-properties.h', |
624 'compiler/node.cc', | 624 'compiler/node.cc', |
625 'compiler/node.h', | 625 'compiler/node.h', |
626 'compiler/opcodes.cc', | 626 'compiler/opcodes.cc', |
627 'compiler/opcodes.h', | 627 'compiler/opcodes.h', |
| 628 'compiler/operation-typer.cc', |
| 629 'compiler/operation-typer.h', |
628 'compiler/operator-properties.cc', | 630 'compiler/operator-properties.cc', |
629 'compiler/operator-properties.h', | 631 'compiler/operator-properties.h', |
630 'compiler/operator.cc', | 632 'compiler/operator.cc', |
631 'compiler/operator.h', | 633 'compiler/operator.h', |
632 'compiler/osr.cc', | 634 'compiler/osr.cc', |
633 'compiler/osr.h', | 635 'compiler/osr.h', |
634 'compiler/pipeline.cc', | 636 'compiler/pipeline.cc', |
635 'compiler/pipeline.h', | 637 'compiler/pipeline.h', |
636 'compiler/pipeline-statistics.cc', | 638 'compiler/pipeline-statistics.cc', |
637 'compiler/pipeline-statistics.h', | 639 'compiler/pipeline-statistics.h', |
(...skipping 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2246 }], | 2248 }], |
2247 ['want_separate_host_toolset==1', { | 2249 ['want_separate_host_toolset==1', { |
2248 'toolsets': ['host'], | 2250 'toolsets': ['host'], |
2249 }, { | 2251 }, { |
2250 'toolsets': ['target'], | 2252 'toolsets': ['target'], |
2251 }], | 2253 }], |
2252 ], | 2254 ], |
2253 }, | 2255 }, |
2254 ], | 2256 ], |
2255 } | 2257 } |
OLD | NEW |