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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 'compiler/ast-loop-assignment-analyzer.cc', | 551 'compiler/ast-loop-assignment-analyzer.cc', |
552 'compiler/ast-loop-assignment-analyzer.h', | 552 'compiler/ast-loop-assignment-analyzer.h', |
553 'compiler/basic-block-instrumentor.cc', | 553 'compiler/basic-block-instrumentor.cc', |
554 'compiler/basic-block-instrumentor.h', | 554 'compiler/basic-block-instrumentor.h', |
555 'compiler/branch-elimination.cc', | 555 'compiler/branch-elimination.cc', |
556 'compiler/branch-elimination.h', | 556 'compiler/branch-elimination.h', |
557 'compiler/bytecode-branch-analysis.cc', | 557 'compiler/bytecode-branch-analysis.cc', |
558 'compiler/bytecode-branch-analysis.h', | 558 'compiler/bytecode-branch-analysis.h', |
559 'compiler/bytecode-graph-builder.cc', | 559 'compiler/bytecode-graph-builder.cc', |
560 'compiler/bytecode-graph-builder.h', | 560 'compiler/bytecode-graph-builder.h', |
| 561 'compiler/bytecode-loop-analysis.cc', |
| 562 'compiler/bytecode-loop-analysis.h', |
561 'compiler/c-linkage.cc', | 563 'compiler/c-linkage.cc', |
562 'compiler/checkpoint-elimination.cc', | 564 'compiler/checkpoint-elimination.cc', |
563 'compiler/checkpoint-elimination.h', | 565 'compiler/checkpoint-elimination.h', |
564 'compiler/code-generator-impl.h', | 566 'compiler/code-generator-impl.h', |
565 'compiler/code-generator.cc', | 567 'compiler/code-generator.cc', |
566 'compiler/code-generator.h', | 568 'compiler/code-generator.h', |
567 'compiler/code-assembler.cc', | 569 'compiler/code-assembler.cc', |
568 'compiler/code-assembler.h', | 570 'compiler/code-assembler.h', |
569 'compiler/common-node-cache.cc', | 571 'compiler/common-node-cache.cc', |
570 'compiler/common-node-cache.h', | 572 'compiler/common-node-cache.h', |
(...skipping 1811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2382 'conditions': [ | 2384 'conditions': [ |
2383 ['want_separate_host_toolset==1', { | 2385 ['want_separate_host_toolset==1', { |
2384 'toolsets': ['host'], | 2386 'toolsets': ['host'], |
2385 }, { | 2387 }, { |
2386 'toolsets': ['target'], | 2388 'toolsets': ['target'], |
2387 }], | 2389 }], |
2388 ], | 2390 ], |
2389 }, | 2391 }, |
2390 ], | 2392 ], |
2391 } | 2393 } |
OLD | NEW |