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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 '../../src/compiler/greedy-allocator.cc', | 534 '../../src/compiler/greedy-allocator.cc', |
535 '../../src/compiler/greedy-allocator.h', | 535 '../../src/compiler/greedy-allocator.h', |
536 '../../src/compiler/instruction-codes.h', | 536 '../../src/compiler/instruction-codes.h', |
537 '../../src/compiler/instruction-selector-impl.h', | 537 '../../src/compiler/instruction-selector-impl.h', |
538 '../../src/compiler/instruction-selector.cc', | 538 '../../src/compiler/instruction-selector.cc', |
539 '../../src/compiler/instruction-selector.h', | 539 '../../src/compiler/instruction-selector.h', |
540 '../../src/compiler/instruction-scheduler.cc', | 540 '../../src/compiler/instruction-scheduler.cc', |
541 '../../src/compiler/instruction-scheduler.h', | 541 '../../src/compiler/instruction-scheduler.h', |
542 '../../src/compiler/instruction.cc', | 542 '../../src/compiler/instruction.cc', |
543 '../../src/compiler/instruction.h', | 543 '../../src/compiler/instruction.h', |
| 544 '../../src/compiler/int64-reducer.cc', |
| 545 '../../src/compiler/int64-reducer.h', |
544 '../../src/compiler/interpreter-assembler.cc', | 546 '../../src/compiler/interpreter-assembler.cc', |
545 '../../src/compiler/interpreter-assembler.h', | 547 '../../src/compiler/interpreter-assembler.h', |
546 '../../src/compiler/js-builtin-reducer.cc', | 548 '../../src/compiler/js-builtin-reducer.cc', |
547 '../../src/compiler/js-builtin-reducer.h', | 549 '../../src/compiler/js-builtin-reducer.h', |
548 '../../src/compiler/js-call-reducer.cc', | 550 '../../src/compiler/js-call-reducer.cc', |
549 '../../src/compiler/js-call-reducer.h', | 551 '../../src/compiler/js-call-reducer.h', |
550 '../../src/compiler/js-context-relaxation.cc', | 552 '../../src/compiler/js-context-relaxation.cc', |
551 '../../src/compiler/js-context-relaxation.h', | 553 '../../src/compiler/js-context-relaxation.h', |
552 '../../src/compiler/js-context-specialization.cc', | 554 '../../src/compiler/js-context-specialization.cc', |
553 '../../src/compiler/js-context-specialization.h', | 555 '../../src/compiler/js-context-specialization.h', |
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2136 }], | 2138 }], |
2137 ['want_separate_host_toolset==1', { | 2139 ['want_separate_host_toolset==1', { |
2138 'toolsets': ['host'], | 2140 'toolsets': ['host'], |
2139 }, { | 2141 }, { |
2140 'toolsets': ['target'], | 2142 'toolsets': ['target'], |
2141 }], | 2143 }], |
2142 ], | 2144 ], |
2143 }, | 2145 }, |
2144 ], | 2146 ], |
2145 } | 2147 } |
OLD | NEW |