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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 'compiler/ast-loop-assignment-analyzer.cc', | 556 'compiler/ast-loop-assignment-analyzer.cc', |
557 'compiler/ast-loop-assignment-analyzer.h', | 557 'compiler/ast-loop-assignment-analyzer.h', |
558 'compiler/basic-block-instrumentor.cc', | 558 'compiler/basic-block-instrumentor.cc', |
559 'compiler/basic-block-instrumentor.h', | 559 'compiler/basic-block-instrumentor.h', |
560 'compiler/branch-elimination.cc', | 560 'compiler/branch-elimination.cc', |
561 'compiler/branch-elimination.h', | 561 'compiler/branch-elimination.h', |
562 'compiler/bytecode-branch-analysis.cc', | 562 'compiler/bytecode-branch-analysis.cc', |
563 'compiler/bytecode-branch-analysis.h', | 563 'compiler/bytecode-branch-analysis.h', |
564 'compiler/bytecode-graph-builder.cc', | 564 'compiler/bytecode-graph-builder.cc', |
565 'compiler/bytecode-graph-builder.h', | 565 'compiler/bytecode-graph-builder.h', |
| 566 'compiler/bytecode-loop-analysis.cc', |
| 567 'compiler/bytecode-loop-analysis.h', |
566 'compiler/c-linkage.cc', | 568 'compiler/c-linkage.cc', |
567 'compiler/checkpoint-elimination.cc', | 569 'compiler/checkpoint-elimination.cc', |
568 'compiler/checkpoint-elimination.h', | 570 'compiler/checkpoint-elimination.h', |
569 'compiler/code-generator-impl.h', | 571 'compiler/code-generator-impl.h', |
570 'compiler/code-generator.cc', | 572 'compiler/code-generator.cc', |
571 'compiler/code-generator.h', | 573 'compiler/code-generator.h', |
572 'compiler/code-assembler.cc', | 574 'compiler/code-assembler.cc', |
573 'compiler/code-assembler.h', | 575 'compiler/code-assembler.h', |
574 'compiler/common-node-cache.cc', | 576 'compiler/common-node-cache.cc', |
575 'compiler/common-node-cache.h', | 577 'compiler/common-node-cache.h', |
(...skipping 1815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2391 'conditions': [ | 2393 'conditions': [ |
2392 ['want_separate_host_toolset_mkpeephole==1', { | 2394 ['want_separate_host_toolset_mkpeephole==1', { |
2393 'toolsets': ['host'], | 2395 'toolsets': ['host'], |
2394 }, { | 2396 }, { |
2395 'toolsets': ['target'], | 2397 'toolsets': ['target'], |
2396 }], | 2398 }], |
2397 ], | 2399 ], |
2398 }, | 2400 }, |
2399 ], | 2401 ], |
2400 } | 2402 } |
OLD | NEW |