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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
891 'interface-descriptors.cc', | 891 'interface-descriptors.cc', |
892 'interface-descriptors.h', | 892 'interface-descriptors.h', |
893 'interpreter/bytecodes.cc', | 893 'interpreter/bytecodes.cc', |
894 'interpreter/bytecodes.h', | 894 'interpreter/bytecodes.h', |
895 'interpreter/bytecode-array-builder.cc', | 895 'interpreter/bytecode-array-builder.cc', |
896 'interpreter/bytecode-array-builder.h', | 896 'interpreter/bytecode-array-builder.h', |
897 'interpreter/bytecode-array-iterator.cc', | 897 'interpreter/bytecode-array-iterator.cc', |
898 'interpreter/bytecode-array-iterator.h', | 898 'interpreter/bytecode-array-iterator.h', |
899 'interpreter/bytecode-array-writer.cc', | 899 'interpreter/bytecode-array-writer.cc', |
900 'interpreter/bytecode-array-writer.h', | 900 'interpreter/bytecode-array-writer.h', |
| 901 'interpreter/bytecode-dead-code-optimizer.cc', |
| 902 'interpreter/bytecode-dead-code-optimizer.h', |
901 'interpreter/bytecode-label.h', | 903 'interpreter/bytecode-label.h', |
| 904 'interpreter/bytecode-generator.cc', |
| 905 'interpreter/bytecode-generator.h', |
902 'interpreter/bytecode-peephole-optimizer.cc', | 906 'interpreter/bytecode-peephole-optimizer.cc', |
903 'interpreter/bytecode-peephole-optimizer.h', | 907 'interpreter/bytecode-peephole-optimizer.h', |
904 'interpreter/bytecode-pipeline.cc', | 908 'interpreter/bytecode-pipeline.cc', |
905 'interpreter/bytecode-pipeline.h', | 909 'interpreter/bytecode-pipeline.h', |
906 'interpreter/bytecode-register-allocator.cc', | 910 'interpreter/bytecode-register-allocator.cc', |
907 'interpreter/bytecode-register-allocator.h', | 911 'interpreter/bytecode-register-allocator.h', |
908 'interpreter/bytecode-register-optimizer.cc', | 912 'interpreter/bytecode-register-optimizer.cc', |
909 'interpreter/bytecode-register-optimizer.h', | 913 'interpreter/bytecode-register-optimizer.h', |
910 'interpreter/bytecode-generator.cc', | |
911 'interpreter/bytecode-generator.h', | |
912 'interpreter/bytecode-traits.h', | 914 'interpreter/bytecode-traits.h', |
913 'interpreter/constant-array-builder.cc', | 915 'interpreter/constant-array-builder.cc', |
914 'interpreter/constant-array-builder.h', | 916 'interpreter/constant-array-builder.h', |
915 'interpreter/control-flow-builders.cc', | 917 'interpreter/control-flow-builders.cc', |
916 'interpreter/control-flow-builders.h', | 918 'interpreter/control-flow-builders.h', |
917 'interpreter/handler-table-builder.cc', | 919 'interpreter/handler-table-builder.cc', |
918 'interpreter/handler-table-builder.h', | 920 'interpreter/handler-table-builder.h', |
919 'interpreter/interpreter.cc', | 921 'interpreter/interpreter.cc', |
920 'interpreter/interpreter.h', | 922 'interpreter/interpreter.h', |
921 'interpreter/interpreter-assembler.cc', | 923 'interpreter/interpreter-assembler.cc', |
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2281 }], | 2283 }], |
2282 ['want_separate_host_toolset==1', { | 2284 ['want_separate_host_toolset==1', { |
2283 'toolsets': ['host'], | 2285 'toolsets': ['host'], |
2284 }, { | 2286 }, { |
2285 'toolsets': ['target'], | 2287 'toolsets': ['target'], |
2286 }], | 2288 }], |
2287 ], | 2289 ], |
2288 }, | 2290 }, |
2289 ], | 2291 ], |
2290 } | 2292 } |
OLD | NEW |