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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 '../../src/compiler/control-equivalence.h', | 567 '../../src/compiler/control-equivalence.h', |
568 '../../src/compiler/control-flow-optimizer.cc', | 568 '../../src/compiler/control-flow-optimizer.cc', |
569 '../../src/compiler/control-flow-optimizer.h', | 569 '../../src/compiler/control-flow-optimizer.h', |
570 '../../src/compiler/dead-code-elimination.cc', | 570 '../../src/compiler/dead-code-elimination.cc', |
571 '../../src/compiler/dead-code-elimination.h', | 571 '../../src/compiler/dead-code-elimination.h', |
572 '../../src/compiler/diamond.h', | 572 '../../src/compiler/diamond.h', |
573 '../../src/compiler/escape-analysis.cc', | 573 '../../src/compiler/escape-analysis.cc', |
574 '../../src/compiler/escape-analysis.h', | 574 '../../src/compiler/escape-analysis.h', |
575 "../../src/compiler/escape-analysis-reducer.cc", | 575 "../../src/compiler/escape-analysis-reducer.cc", |
576 "../../src/compiler/escape-analysis-reducer.h", | 576 "../../src/compiler/escape-analysis-reducer.h", |
577 '../../src/compiler/fast-accessor-assembler.cc', | |
578 '../../src/compiler/fast-accessor-assembler.h', | |
579 '../../src/compiler/frame.cc', | 577 '../../src/compiler/frame.cc', |
580 '../../src/compiler/frame.h', | 578 '../../src/compiler/frame.h', |
581 '../../src/compiler/frame-elider.cc', | 579 '../../src/compiler/frame-elider.cc', |
582 '../../src/compiler/frame-elider.h', | 580 '../../src/compiler/frame-elider.h', |
583 "../../src/compiler/frame-states.cc", | 581 "../../src/compiler/frame-states.cc", |
584 "../../src/compiler/frame-states.h", | 582 "../../src/compiler/frame-states.h", |
585 '../../src/compiler/gap-resolver.cc', | 583 '../../src/compiler/gap-resolver.cc', |
586 '../../src/compiler/gap-resolver.h', | 584 '../../src/compiler/gap-resolver.h', |
587 '../../src/compiler/graph-reducer.cc', | 585 '../../src/compiler/graph-reducer.cc', |
588 '../../src/compiler/graph-reducer.h', | 586 '../../src/compiler/graph-reducer.h', |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 '../../src/extensions/free-buffer-extension.cc', | 830 '../../src/extensions/free-buffer-extension.cc', |
833 '../../src/extensions/free-buffer-extension.h', | 831 '../../src/extensions/free-buffer-extension.h', |
834 '../../src/extensions/gc-extension.cc', | 832 '../../src/extensions/gc-extension.cc', |
835 '../../src/extensions/gc-extension.h', | 833 '../../src/extensions/gc-extension.h', |
836 '../../src/extensions/statistics-extension.cc', | 834 '../../src/extensions/statistics-extension.cc', |
837 '../../src/extensions/statistics-extension.h', | 835 '../../src/extensions/statistics-extension.h', |
838 '../../src/extensions/trigger-failure-extension.cc', | 836 '../../src/extensions/trigger-failure-extension.cc', |
839 '../../src/extensions/trigger-failure-extension.h', | 837 '../../src/extensions/trigger-failure-extension.h', |
840 '../../src/factory.cc', | 838 '../../src/factory.cc', |
841 '../../src/factory.h', | 839 '../../src/factory.h', |
| 840 '../../src/fast-accessor-assembler.cc', |
| 841 '../../src/fast-accessor-assembler.h', |
842 '../../src/fast-dtoa.cc', | 842 '../../src/fast-dtoa.cc', |
843 '../../src/fast-dtoa.h', | 843 '../../src/fast-dtoa.h', |
844 '../../src/field-index.h', | 844 '../../src/field-index.h', |
845 '../../src/field-index-inl.h', | 845 '../../src/field-index-inl.h', |
846 '../../src/field-type.cc', | 846 '../../src/field-type.cc', |
847 '../../src/field-type.h', | 847 '../../src/field-type.h', |
848 '../../src/fixed-dtoa.cc', | 848 '../../src/fixed-dtoa.cc', |
849 '../../src/fixed-dtoa.h', | 849 '../../src/fixed-dtoa.h', |
850 '../../src/flag-definitions.h', | 850 '../../src/flag-definitions.h', |
851 '../../src/flags.cc', | 851 '../../src/flags.cc', |
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2209 }], | 2209 }], |
2210 ['want_separate_host_toolset==1', { | 2210 ['want_separate_host_toolset==1', { |
2211 'toolsets': ['host'], | 2211 'toolsets': ['host'], |
2212 }, { | 2212 }, { |
2213 'toolsets': ['target'], | 2213 'toolsets': ['target'], |
2214 }], | 2214 }], |
2215 ], | 2215 ], |
2216 }, | 2216 }, |
2217 ], | 2217 ], |
2218 } | 2218 } |
OLD | NEW |