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 1573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1584 'arm64/instructions-arm64.h', | 1584 'arm64/instructions-arm64.h', |
1585 'arm64/instrument-arm64.cc', | 1585 'arm64/instrument-arm64.cc', |
1586 'arm64/instrument-arm64.h', | 1586 'arm64/instrument-arm64.h', |
1587 'arm64/interface-descriptors-arm64.cc', | 1587 'arm64/interface-descriptors-arm64.cc', |
1588 'arm64/interface-descriptors-arm64.h', | 1588 'arm64/interface-descriptors-arm64.h', |
1589 'arm64/macro-assembler-arm64.cc', | 1589 'arm64/macro-assembler-arm64.cc', |
1590 'arm64/macro-assembler-arm64.h', | 1590 'arm64/macro-assembler-arm64.h', |
1591 'arm64/macro-assembler-arm64-inl.h', | 1591 'arm64/macro-assembler-arm64-inl.h', |
1592 'arm64/simulator-arm64.cc', | 1592 'arm64/simulator-arm64.cc', |
1593 'arm64/simulator-arm64.h', | 1593 'arm64/simulator-arm64.h', |
| 1594 'arm64/simulator-logic-arm64.cc', |
1594 'arm64/utils-arm64.cc', | 1595 'arm64/utils-arm64.cc', |
1595 'arm64/utils-arm64.h', | 1596 'arm64/utils-arm64.h', |
1596 'arm64/eh-frame-arm64.cc', | 1597 'arm64/eh-frame-arm64.cc', |
1597 'compiler/arm64/code-generator-arm64.cc', | 1598 'compiler/arm64/code-generator-arm64.cc', |
1598 'compiler/arm64/instruction-codes-arm64.h', | 1599 'compiler/arm64/instruction-codes-arm64.h', |
1599 'compiler/arm64/instruction-scheduler-arm64.cc', | 1600 'compiler/arm64/instruction-scheduler-arm64.cc', |
1600 'compiler/arm64/instruction-selector-arm64.cc', | 1601 'compiler/arm64/instruction-selector-arm64.cc', |
1601 'compiler/arm64/unwinding-info-writer-arm64.h', | 1602 'compiler/arm64/unwinding-info-writer-arm64.h', |
1602 'compiler/arm64/unwinding-info-writer-arm64.cc', | 1603 'compiler/arm64/unwinding-info-writer-arm64.cc', |
1603 'crankshaft/arm64/delayed-masm-arm64.cc', | 1604 'crankshaft/arm64/delayed-masm-arm64.cc', |
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2600 }], | 2601 }], |
2601 ['want_separate_host_toolset==1', { | 2602 ['want_separate_host_toolset==1', { |
2602 'toolsets': ['host'], | 2603 'toolsets': ['host'], |
2603 }, { | 2604 }, { |
2604 'toolsets': ['target'], | 2605 'toolsets': ['target'], |
2605 }], | 2606 }], |
2606 ], | 2607 ], |
2607 }, | 2608 }, |
2608 ], | 2609 ], |
2609 } | 2610 } |
OLD | NEW |