| 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 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1475 'ia32/cpu-ia32.cc', | 1475 'ia32/cpu-ia32.cc', |
| 1476 'ia32/deoptimizer-ia32.cc', | 1476 'ia32/deoptimizer-ia32.cc', |
| 1477 'ia32/disasm-ia32.cc', | 1477 'ia32/disasm-ia32.cc', |
| 1478 'ia32/frames-ia32.cc', | 1478 'ia32/frames-ia32.cc', |
| 1479 'ia32/frames-ia32.h', | 1479 'ia32/frames-ia32.h', |
| 1480 'ia32/interface-descriptors-ia32.cc', | 1480 'ia32/interface-descriptors-ia32.cc', |
| 1481 'ia32/macro-assembler-ia32.cc', | 1481 'ia32/macro-assembler-ia32.cc', |
| 1482 'ia32/macro-assembler-ia32.h', | 1482 'ia32/macro-assembler-ia32.h', |
| 1483 'ia32/simulator-ia32.cc', | 1483 'ia32/simulator-ia32.cc', |
| 1484 'ia32/simulator-ia32.h', | 1484 'ia32/simulator-ia32.h', |
| 1485 'ia32/sse-instr.h', |
| 1485 'builtins/ia32/builtins-ia32.cc', | 1486 'builtins/ia32/builtins-ia32.cc', |
| 1486 'compiler/ia32/code-generator-ia32.cc', | 1487 'compiler/ia32/code-generator-ia32.cc', |
| 1487 'compiler/ia32/instruction-codes-ia32.h', | 1488 'compiler/ia32/instruction-codes-ia32.h', |
| 1488 'compiler/ia32/instruction-scheduler-ia32.cc', | 1489 'compiler/ia32/instruction-scheduler-ia32.cc', |
| 1489 'compiler/ia32/instruction-selector-ia32.cc', | 1490 'compiler/ia32/instruction-selector-ia32.cc', |
| 1490 'crankshaft/ia32/lithium-codegen-ia32.cc', | 1491 'crankshaft/ia32/lithium-codegen-ia32.cc', |
| 1491 'crankshaft/ia32/lithium-codegen-ia32.h', | 1492 'crankshaft/ia32/lithium-codegen-ia32.h', |
| 1492 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', | 1493 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', |
| 1493 'crankshaft/ia32/lithium-gap-resolver-ia32.h', | 1494 'crankshaft/ia32/lithium-gap-resolver-ia32.h', |
| 1494 'crankshaft/ia32/lithium-ia32.cc', | 1495 'crankshaft/ia32/lithium-ia32.cc', |
| (...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2505 'conditions': [ | 2506 'conditions': [ |
| 2506 ['want_separate_host_toolset_mkpeephole==1', { | 2507 ['want_separate_host_toolset_mkpeephole==1', { |
| 2507 'toolsets': ['host'], | 2508 'toolsets': ['host'], |
| 2508 }, { | 2509 }, { |
| 2509 'toolsets': ['target'], | 2510 'toolsets': ['target'], |
| 2510 }], | 2511 }], |
| 2511 ], | 2512 ], |
| 2512 }, | 2513 }, |
| 2513 ], | 2514 ], |
| 2514 } | 2515 } |
| OLD | NEW |