| 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 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1570 '../../src/crankshaft/s390/lithium-gap-resolver-s390.h', | 1570 '../../src/crankshaft/s390/lithium-gap-resolver-s390.h', |
| 1571 '../../src/crankshaft/s390/lithium-s390.cc', | 1571 '../../src/crankshaft/s390/lithium-s390.cc', |
| 1572 '../../src/crankshaft/s390/lithium-s390.h', | 1572 '../../src/crankshaft/s390/lithium-s390.h', |
| 1573 '../../src/debug/s390/debug-s390.cc', | 1573 '../../src/debug/s390/debug-s390.cc', |
| 1574 '../../src/full-codegen/s390/full-codegen-s390.cc', | 1574 '../../src/full-codegen/s390/full-codegen-s390.cc', |
| 1575 '../../src/ic/s390/access-compiler-s390.cc', | 1575 '../../src/ic/s390/access-compiler-s390.cc', |
| 1576 '../../src/ic/s390/handler-compiler-s390.cc', | 1576 '../../src/ic/s390/handler-compiler-s390.cc', |
| 1577 '../../src/ic/s390/ic-compiler-s390.cc', | 1577 '../../src/ic/s390/ic-compiler-s390.cc', |
| 1578 '../../src/ic/s390/ic-s390.cc', | 1578 '../../src/ic/s390/ic-s390.cc', |
| 1579 '../../src/ic/s390/stub-cache-s390.cc', | 1579 '../../src/ic/s390/stub-cache-s390.cc', |
| 1580 '../../src/s390/assembler-s390-inl.h', | 1580 '../../src/regexp/s390/regexp-macro-assembler-s390.cc', |
| 1581 '../../src/regexp/s390/regexp-macro-assembler-s390.h', |
| 1581 '../../src/s390/assembler-s390.cc', | 1582 '../../src/s390/assembler-s390.cc', |
| 1582 '../../src/s390/assembler-s390.h', | 1583 '../../src/s390/assembler-s390.h', |
| 1584 '../../src/s390/assembler-s390-inl.h', |
| 1583 '../../src/s390/builtins-s390.cc', | 1585 '../../src/s390/builtins-s390.cc', |
| 1586 '../../src/s390/codegen-s390.cc', |
| 1587 '../../src/s390/codegen-s390.h', |
| 1584 '../../src/s390/code-stubs-s390.cc', | 1588 '../../src/s390/code-stubs-s390.cc', |
| 1585 '../../src/s390/code-stubs-s390.h', | 1589 '../../src/s390/code-stubs-s390.h', |
| 1586 '../../src/s390/codegen-s390.cc', | 1590 '../../src/s390/constants-s390.cc', |
| 1587 '../../src/s390/codegen-s390.h', | |
| 1588 '../../src/s390/constants-s390.h', | 1591 '../../src/s390/constants-s390.h', |
| 1589 '../../src/s390/constants-s390.cc', | |
| 1590 '../../src/s390/cpu-s390.cc', | 1592 '../../src/s390/cpu-s390.cc', |
| 1591 '../../src/s390/deoptimizer-s390.cc', | 1593 '../../src/s390/deoptimizer-s390.cc', |
| 1592 '../../src/s390/disasm-s390.cc', | 1594 '../../src/s390/disasm-s390.cc', |
| 1593 '../../src/s390/frames-s390.cc', | 1595 '../../src/s390/frames-s390.cc', |
| 1594 '../../src/s390/frames-s390.h', | 1596 '../../src/s390/frames-s390.h', |
| 1595 '../../src/s390/interface-descriptors-s390.cc', | 1597 '../../src/s390/interface-descriptors-s390.cc', |
| 1596 '../../src/s390/macro-assembler-s390.cc', | 1598 '../../src/s390/macro-assembler-s390.cc', |
| 1597 '../../src/s390/macro-assembler-s390.h', | 1599 '../../src/s390/macro-assembler-s390.h', |
| 1598 '../../src/s390/simulator-s390.cc', | 1600 '../../src/s390/simulator-s390.cc', |
| 1599 '../../src/s390/simulator-s390.h', | 1601 '../../src/s390/simulator-s390.h', |
| (...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2263 }], | 2265 }], |
| 2264 ['want_separate_host_toolset==1', { | 2266 ['want_separate_host_toolset==1', { |
| 2265 'toolsets': ['host'], | 2267 'toolsets': ['host'], |
| 2266 }, { | 2268 }, { |
| 2267 'toolsets': ['target'], | 2269 'toolsets': ['target'], |
| 2268 }], | 2270 }], |
| 2269 ], | 2271 ], |
| 2270 }, | 2272 }, |
| 2271 ], | 2273 ], |
| 2272 } | 2274 } |
| OLD | NEW |