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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 '../../src/compiler/instruction-codes.h', | 513 '../../src/compiler/instruction-codes.h', |
514 '../../src/compiler/instruction-selector-impl.h', | 514 '../../src/compiler/instruction-selector-impl.h', |
515 '../../src/compiler/instruction-selector.cc', | 515 '../../src/compiler/instruction-selector.cc', |
516 '../../src/compiler/instruction-selector.h', | 516 '../../src/compiler/instruction-selector.h', |
517 '../../src/compiler/instruction.cc', | 517 '../../src/compiler/instruction.cc', |
518 '../../src/compiler/instruction.h', | 518 '../../src/compiler/instruction.h', |
519 '../../src/compiler/interpreter-assembler.cc', | 519 '../../src/compiler/interpreter-assembler.cc', |
520 '../../src/compiler/interpreter-assembler.h', | 520 '../../src/compiler/interpreter-assembler.h', |
521 '../../src/compiler/js-builtin-reducer.cc', | 521 '../../src/compiler/js-builtin-reducer.cc', |
522 '../../src/compiler/js-builtin-reducer.h', | 522 '../../src/compiler/js-builtin-reducer.h', |
| 523 '../../src/compiler/js-call-reducer.cc', |
| 524 '../../src/compiler/js-call-reducer.h', |
523 '../../src/compiler/js-context-relaxation.cc', | 525 '../../src/compiler/js-context-relaxation.cc', |
524 '../../src/compiler/js-context-relaxation.h', | 526 '../../src/compiler/js-context-relaxation.h', |
525 '../../src/compiler/js-context-specialization.cc', | 527 '../../src/compiler/js-context-specialization.cc', |
526 '../../src/compiler/js-context-specialization.h', | 528 '../../src/compiler/js-context-specialization.h', |
527 '../../src/compiler/js-frame-specialization.cc', | 529 '../../src/compiler/js-frame-specialization.cc', |
528 '../../src/compiler/js-frame-specialization.h', | 530 '../../src/compiler/js-frame-specialization.h', |
529 '../../src/compiler/js-generic-lowering.cc', | 531 '../../src/compiler/js-generic-lowering.cc', |
530 '../../src/compiler/js-generic-lowering.h', | 532 '../../src/compiler/js-generic-lowering.h', |
531 '../../src/compiler/js-global-object-specialization.cc', | 533 '../../src/compiler/js-global-object-specialization.cc', |
532 '../../src/compiler/js-global-object-specialization.h', | 534 '../../src/compiler/js-global-object-specialization.h', |
(...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2101 }], | 2103 }], |
2102 ['want_separate_host_toolset==1', { | 2104 ['want_separate_host_toolset==1', { |
2103 'toolsets': ['host'], | 2105 'toolsets': ['host'], |
2104 }, { | 2106 }, { |
2105 'toolsets': ['target'], | 2107 'toolsets': ['target'], |
2106 }], | 2108 }], |
2107 ], | 2109 ], |
2108 }, | 2110 }, |
2109 ], | 2111 ], |
2110 } | 2112 } |
OLD | NEW |