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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 '../../src/compiler/interpreter-assembler.cc', | 586 '../../src/compiler/interpreter-assembler.cc', |
587 '../../src/compiler/interpreter-assembler.h', | 587 '../../src/compiler/interpreter-assembler.h', |
588 '../../src/compiler/js-builtin-reducer.cc', | 588 '../../src/compiler/js-builtin-reducer.cc', |
589 '../../src/compiler/js-builtin-reducer.h', | 589 '../../src/compiler/js-builtin-reducer.h', |
590 '../../src/compiler/js-call-reducer.cc', | 590 '../../src/compiler/js-call-reducer.cc', |
591 '../../src/compiler/js-call-reducer.h', | 591 '../../src/compiler/js-call-reducer.h', |
592 '../../src/compiler/js-context-relaxation.cc', | 592 '../../src/compiler/js-context-relaxation.cc', |
593 '../../src/compiler/js-context-relaxation.h', | 593 '../../src/compiler/js-context-relaxation.h', |
594 '../../src/compiler/js-context-specialization.cc', | 594 '../../src/compiler/js-context-specialization.cc', |
595 '../../src/compiler/js-context-specialization.h', | 595 '../../src/compiler/js-context-specialization.h', |
| 596 '../../src/compiler/js-create-lowering.cc', |
| 597 '../../src/compiler/js-create-lowering.h', |
596 '../../src/compiler/js-frame-specialization.cc', | 598 '../../src/compiler/js-frame-specialization.cc', |
597 '../../src/compiler/js-frame-specialization.h', | 599 '../../src/compiler/js-frame-specialization.h', |
598 '../../src/compiler/js-generic-lowering.cc', | 600 '../../src/compiler/js-generic-lowering.cc', |
599 '../../src/compiler/js-generic-lowering.h', | 601 '../../src/compiler/js-generic-lowering.h', |
600 '../../src/compiler/js-global-object-specialization.cc', | 602 '../../src/compiler/js-global-object-specialization.cc', |
601 '../../src/compiler/js-global-object-specialization.h', | 603 '../../src/compiler/js-global-object-specialization.h', |
602 '../../src/compiler/js-graph.cc', | 604 '../../src/compiler/js-graph.cc', |
603 '../../src/compiler/js-graph.h', | 605 '../../src/compiler/js-graph.h', |
604 '../../src/compiler/js-inlining.cc', | 606 '../../src/compiler/js-inlining.cc', |
605 '../../src/compiler/js-inlining.h', | 607 '../../src/compiler/js-inlining.h', |
(...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2180 }], | 2182 }], |
2181 ['want_separate_host_toolset==1', { | 2183 ['want_separate_host_toolset==1', { |
2182 'toolsets': ['host'], | 2184 'toolsets': ['host'], |
2183 }, { | 2185 }, { |
2184 'toolsets': ['target'], | 2186 'toolsets': ['target'], |
2185 }], | 2187 }], |
2186 ], | 2188 ], |
2187 }, | 2189 }, |
2188 ], | 2190 ], |
2189 } | 2191 } |
OLD | NEW |