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 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 'compiler/select-lowering.cc', | 703 'compiler/select-lowering.cc', |
704 'compiler/select-lowering.h', | 704 'compiler/select-lowering.h', |
705 'compiler/simd-scalar-lowering.cc', | 705 'compiler/simd-scalar-lowering.cc', |
706 'compiler/simd-scalar-lowering.h', | 706 'compiler/simd-scalar-lowering.h', |
707 'compiler/simplified-lowering.cc', | 707 'compiler/simplified-lowering.cc', |
708 'compiler/simplified-lowering.h', | 708 'compiler/simplified-lowering.h', |
709 'compiler/simplified-operator-reducer.cc', | 709 'compiler/simplified-operator-reducer.cc', |
710 'compiler/simplified-operator-reducer.h', | 710 'compiler/simplified-operator-reducer.h', |
711 'compiler/simplified-operator.cc', | 711 'compiler/simplified-operator.cc', |
712 'compiler/simplified-operator.h', | 712 'compiler/simplified-operator.h', |
713 'compiler/source-position.cc', | 713 'compiler/compiler-source-position-table.cc', |
714 'compiler/source-position.h', | 714 'compiler/compiler-source-position-table.h', |
715 'compiler/state-values-utils.cc', | 715 'compiler/state-values-utils.cc', |
716 'compiler/state-values-utils.h', | 716 'compiler/state-values-utils.h', |
717 'compiler/store-store-elimination.cc', | 717 'compiler/store-store-elimination.cc', |
718 'compiler/store-store-elimination.h', | 718 'compiler/store-store-elimination.h', |
719 'compiler/tail-call-optimization.cc', | 719 'compiler/tail-call-optimization.cc', |
720 'compiler/tail-call-optimization.h', | 720 'compiler/tail-call-optimization.h', |
721 'compiler/types.cc', | 721 'compiler/types.cc', |
722 'compiler/types.h', | 722 'compiler/types.h', |
723 'compiler/type-cache.cc', | 723 'compiler/type-cache.cc', |
724 'compiler/type-cache.h', | 724 'compiler/type-cache.h', |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1190 'snapshot/serializer-common.cc', | 1190 'snapshot/serializer-common.cc', |
1191 'snapshot/serializer-common.h', | 1191 'snapshot/serializer-common.h', |
1192 'snapshot/snapshot.h', | 1192 'snapshot/snapshot.h', |
1193 'snapshot/snapshot-common.cc', | 1193 'snapshot/snapshot-common.cc', |
1194 'snapshot/snapshot-source-sink.cc', | 1194 'snapshot/snapshot-source-sink.cc', |
1195 'snapshot/snapshot-source-sink.h', | 1195 'snapshot/snapshot-source-sink.h', |
1196 'snapshot/startup-serializer.cc', | 1196 'snapshot/startup-serializer.cc', |
1197 'snapshot/startup-serializer.h', | 1197 'snapshot/startup-serializer.h', |
1198 'source-position-table.cc', | 1198 'source-position-table.cc', |
1199 'source-position-table.h', | 1199 'source-position-table.h', |
| 1200 'source-position.cc', |
1200 'source-position.h', | 1201 'source-position.h', |
1201 'splay-tree.h', | 1202 'splay-tree.h', |
1202 'splay-tree-inl.h', | 1203 'splay-tree-inl.h', |
1203 'startup-data-util.cc', | 1204 'startup-data-util.cc', |
1204 'startup-data-util.h', | 1205 'startup-data-util.h', |
1205 'string-builder.cc', | 1206 'string-builder.cc', |
1206 'string-builder.h', | 1207 'string-builder.h', |
1207 'string-search.h', | 1208 'string-search.h', |
1208 'string-stream.cc', | 1209 'string-stream.cc', |
1209 'string-stream.h', | 1210 'string-stream.h', |
(...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2470 'conditions': [ | 2471 'conditions': [ |
2471 ['want_separate_host_toolset_mkpeephole==1', { | 2472 ['want_separate_host_toolset_mkpeephole==1', { |
2472 'toolsets': ['host'], | 2473 'toolsets': ['host'], |
2473 }, { | 2474 }, { |
2474 'toolsets': ['target'], | 2475 'toolsets': ['target'], |
2475 }], | 2476 }], |
2476 ], | 2477 ], |
2477 }, | 2478 }, |
2478 ], | 2479 ], |
2479 } | 2480 } |
OLD | NEW |