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 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1479 'ia32/cpu-ia32.cc', | 1479 'ia32/cpu-ia32.cc', |
1480 'ia32/deoptimizer-ia32.cc', | 1480 'ia32/deoptimizer-ia32.cc', |
1481 'ia32/disasm-ia32.cc', | 1481 'ia32/disasm-ia32.cc', |
1482 'ia32/frames-ia32.cc', | 1482 'ia32/frames-ia32.cc', |
1483 'ia32/frames-ia32.h', | 1483 'ia32/frames-ia32.h', |
1484 'ia32/interface-descriptors-ia32.cc', | 1484 'ia32/interface-descriptors-ia32.cc', |
1485 'ia32/macro-assembler-ia32.cc', | 1485 'ia32/macro-assembler-ia32.cc', |
1486 'ia32/macro-assembler-ia32.h', | 1486 'ia32/macro-assembler-ia32.h', |
1487 'ia32/simulator-ia32.cc', | 1487 'ia32/simulator-ia32.cc', |
1488 'ia32/simulator-ia32.h', | 1488 'ia32/simulator-ia32.h', |
| 1489 'ia32/sse-instr.h', |
1489 'builtins/ia32/builtins-ia32.cc', | 1490 'builtins/ia32/builtins-ia32.cc', |
1490 'compiler/ia32/code-generator-ia32.cc', | 1491 'compiler/ia32/code-generator-ia32.cc', |
1491 'compiler/ia32/instruction-codes-ia32.h', | 1492 'compiler/ia32/instruction-codes-ia32.h', |
1492 'compiler/ia32/instruction-scheduler-ia32.cc', | 1493 'compiler/ia32/instruction-scheduler-ia32.cc', |
1493 'compiler/ia32/instruction-selector-ia32.cc', | 1494 'compiler/ia32/instruction-selector-ia32.cc', |
1494 'crankshaft/ia32/lithium-codegen-ia32.cc', | 1495 'crankshaft/ia32/lithium-codegen-ia32.cc', |
1495 'crankshaft/ia32/lithium-codegen-ia32.h', | 1496 'crankshaft/ia32/lithium-codegen-ia32.h', |
1496 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', | 1497 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', |
1497 'crankshaft/ia32/lithium-gap-resolver-ia32.h', | 1498 'crankshaft/ia32/lithium-gap-resolver-ia32.h', |
1498 'crankshaft/ia32/lithium-ia32.cc', | 1499 'crankshaft/ia32/lithium-ia32.cc', |
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2519 'conditions': [ | 2520 'conditions': [ |
2520 ['want_separate_host_toolset_mkpeephole==1', { | 2521 ['want_separate_host_toolset_mkpeephole==1', { |
2521 'toolsets': ['host'], | 2522 'toolsets': ['host'], |
2522 }, { | 2523 }, { |
2523 'toolsets': ['target'], | 2524 'toolsets': ['target'], |
2524 }], | 2525 }], |
2525 ], | 2526 ], |
2526 }, | 2527 }, |
2527 ], | 2528 ], |
2528 } | 2529 } |
OLD | NEW |