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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 'compiler/all-nodes.cc', | 541 'compiler/all-nodes.cc', |
542 'compiler/all-nodes.h', | 542 'compiler/all-nodes.h', |
543 'compiler/ast-graph-builder.cc', | 543 'compiler/ast-graph-builder.cc', |
544 'compiler/ast-graph-builder.h', | 544 'compiler/ast-graph-builder.h', |
545 'compiler/ast-loop-assignment-analyzer.cc', | 545 'compiler/ast-loop-assignment-analyzer.cc', |
546 'compiler/ast-loop-assignment-analyzer.h', | 546 'compiler/ast-loop-assignment-analyzer.h', |
547 'compiler/basic-block-instrumentor.cc', | 547 'compiler/basic-block-instrumentor.cc', |
548 'compiler/basic-block-instrumentor.h', | 548 'compiler/basic-block-instrumentor.h', |
549 'compiler/branch-elimination.cc', | 549 'compiler/branch-elimination.cc', |
550 'compiler/branch-elimination.h', | 550 'compiler/branch-elimination.h', |
551 'compiler/bytecode-branch-analysis.cc', | |
552 'compiler/bytecode-branch-analysis.h', | |
553 'compiler/bytecode-graph-builder.cc', | 551 'compiler/bytecode-graph-builder.cc', |
554 'compiler/bytecode-graph-builder.h', | 552 'compiler/bytecode-graph-builder.h', |
555 'compiler/bytecode-loop-analysis.cc', | 553 'compiler/bytecode-analysis.cc', |
556 'compiler/bytecode-loop-analysis.h', | 554 'compiler/bytecode-analysis.h', |
557 'compiler/c-linkage.cc', | 555 'compiler/c-linkage.cc', |
558 'compiler/checkpoint-elimination.cc', | 556 'compiler/checkpoint-elimination.cc', |
559 'compiler/checkpoint-elimination.h', | 557 'compiler/checkpoint-elimination.h', |
560 'compiler/code-generator-impl.h', | 558 'compiler/code-generator-impl.h', |
561 'compiler/code-generator.cc', | 559 'compiler/code-generator.cc', |
562 'compiler/code-generator.h', | 560 'compiler/code-generator.h', |
563 'compiler/code-assembler.cc', | 561 'compiler/code-assembler.cc', |
564 'compiler/code-assembler.h', | 562 'compiler/code-assembler.h', |
565 'compiler/common-node-cache.cc', | 563 'compiler/common-node-cache.cc', |
566 'compiler/common-node-cache.h', | 564 'compiler/common-node-cache.h', |
(...skipping 1920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2487 'conditions': [ | 2485 'conditions': [ |
2488 ['want_separate_host_toolset_mkpeephole==1', { | 2486 ['want_separate_host_toolset_mkpeephole==1', { |
2489 'toolsets': ['host'], | 2487 'toolsets': ['host'], |
2490 }, { | 2488 }, { |
2491 'toolsets': ['target'], | 2489 'toolsets': ['target'], |
2492 }], | 2490 }], |
2493 ], | 2491 ], |
2494 }, | 2492 }, |
2495 ], | 2493 ], |
2496 } | 2494 } |
OLD | NEW |