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/js-builtin-reducer.cc', | 513 '../../src/compiler/js-builtin-reducer.cc', |
514 '../../src/compiler/js-builtin-reducer.h', | 514 '../../src/compiler/js-builtin-reducer.h', |
515 '../../src/compiler/js-context-relaxation.cc', | 515 '../../src/compiler/js-context-relaxation.cc', |
516 '../../src/compiler/js-context-relaxation.h', | 516 '../../src/compiler/js-context-relaxation.h', |
517 '../../src/compiler/js-context-specialization.cc', | 517 '../../src/compiler/js-context-specialization.cc', |
518 '../../src/compiler/js-context-specialization.h', | 518 '../../src/compiler/js-context-specialization.h', |
519 '../../src/compiler/js-frame-specialization.cc', | 519 '../../src/compiler/js-frame-specialization.cc', |
520 '../../src/compiler/js-frame-specialization.h', | 520 '../../src/compiler/js-frame-specialization.h', |
521 '../../src/compiler/js-generic-lowering.cc', | 521 '../../src/compiler/js-generic-lowering.cc', |
522 '../../src/compiler/js-generic-lowering.h', | 522 '../../src/compiler/js-generic-lowering.h', |
| 523 '../../src/compiler/js-global-specialization.cc', |
| 524 '../../src/compiler/js-global-specialization.h', |
523 '../../src/compiler/js-graph.cc', | 525 '../../src/compiler/js-graph.cc', |
524 '../../src/compiler/js-graph.h', | 526 '../../src/compiler/js-graph.h', |
525 '../../src/compiler/js-inlining.cc', | 527 '../../src/compiler/js-inlining.cc', |
526 '../../src/compiler/js-inlining.h', | 528 '../../src/compiler/js-inlining.h', |
527 '../../src/compiler/js-intrinsic-lowering.cc', | 529 '../../src/compiler/js-intrinsic-lowering.cc', |
528 '../../src/compiler/js-intrinsic-lowering.h', | 530 '../../src/compiler/js-intrinsic-lowering.h', |
529 '../../src/compiler/js-operator.cc', | 531 '../../src/compiler/js-operator.cc', |
530 '../../src/compiler/js-operator.h', | 532 '../../src/compiler/js-operator.h', |
531 '../../src/compiler/js-type-feedback.cc', | 533 '../../src/compiler/js-type-feedback.cc', |
532 '../../src/compiler/js-type-feedback.h', | 534 '../../src/compiler/js-type-feedback.h', |
(...skipping 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2088 }], | 2090 }], |
2089 ['want_separate_host_toolset==1', { | 2091 ['want_separate_host_toolset==1', { |
2090 'toolsets': ['host'], | 2092 'toolsets': ['host'], |
2091 }, { | 2093 }, { |
2092 'toolsets': ['target'], | 2094 'toolsets': ['target'], |
2093 }], | 2095 }], |
2094 ], | 2096 ], |
2095 }, | 2097 }, |
2096 ], | 2098 ], |
2097 } | 2099 } |
OLD | NEW |