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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 'compiler/ast-loop-assignment-analyzer.h', | 498 'compiler/ast-loop-assignment-analyzer.h', |
499 'compiler/basic-block-instrumentor.cc', | 499 'compiler/basic-block-instrumentor.cc', |
500 'compiler/basic-block-instrumentor.h', | 500 'compiler/basic-block-instrumentor.h', |
501 'compiler/branch-elimination.cc', | 501 'compiler/branch-elimination.cc', |
502 'compiler/branch-elimination.h', | 502 'compiler/branch-elimination.h', |
503 'compiler/bytecode-branch-analysis.cc', | 503 'compiler/bytecode-branch-analysis.cc', |
504 'compiler/bytecode-branch-analysis.h', | 504 'compiler/bytecode-branch-analysis.h', |
505 'compiler/bytecode-graph-builder.cc', | 505 'compiler/bytecode-graph-builder.cc', |
506 'compiler/bytecode-graph-builder.h', | 506 'compiler/bytecode-graph-builder.h', |
507 'compiler/c-linkage.cc', | 507 'compiler/c-linkage.cc', |
| 508 'compiler/checkpoint-elimination.cc', |
| 509 'compiler/checkpoint-elimination.h', |
508 'compiler/coalesced-live-ranges.cc', | 510 'compiler/coalesced-live-ranges.cc', |
509 'compiler/coalesced-live-ranges.h', | 511 'compiler/coalesced-live-ranges.h', |
510 'compiler/code-generator-impl.h', | 512 'compiler/code-generator-impl.h', |
511 'compiler/code-generator.cc', | 513 'compiler/code-generator.cc', |
512 'compiler/code-generator.h', | 514 'compiler/code-generator.h', |
513 'compiler/code-assembler.cc', | 515 'compiler/code-assembler.cc', |
514 'compiler/code-assembler.h', | 516 'compiler/code-assembler.h', |
515 'compiler/common-node-cache.cc', | 517 'compiler/common-node-cache.cc', |
516 'compiler/common-node-cache.h', | 518 'compiler/common-node-cache.h', |
517 'compiler/common-operator-reducer.cc', | 519 'compiler/common-operator-reducer.cc', |
(...skipping 1759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2277 }], | 2279 }], |
2278 ['want_separate_host_toolset==1', { | 2280 ['want_separate_host_toolset==1', { |
2279 'toolsets': ['host'], | 2281 'toolsets': ['host'], |
2280 }, { | 2282 }, { |
2281 'toolsets': ['target'], | 2283 'toolsets': ['target'], |
2282 }], | 2284 }], |
2283 ], | 2285 ], |
2284 }, | 2286 }, |
2285 ], | 2287 ], |
2286 } | 2288 } |
OLD | NEW |