| 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 508 'compiler/checkpoint-elimination.cc', |
| 509 'compiler/checkpoint-elimination.h', | 509 'compiler/checkpoint-elimination.h', |
| 510 'compiler/coalesced-live-ranges.cc', | |
| 511 'compiler/coalesced-live-ranges.h', | |
| 512 'compiler/code-generator-impl.h', | 510 'compiler/code-generator-impl.h', |
| 513 'compiler/code-generator.cc', | 511 'compiler/code-generator.cc', |
| 514 'compiler/code-generator.h', | 512 'compiler/code-generator.h', |
| 515 'compiler/code-assembler.cc', | 513 'compiler/code-assembler.cc', |
| 516 'compiler/code-assembler.h', | 514 'compiler/code-assembler.h', |
| 517 'compiler/common-node-cache.cc', | 515 'compiler/common-node-cache.cc', |
| 518 'compiler/common-node-cache.h', | 516 'compiler/common-node-cache.h', |
| 519 'compiler/common-operator-reducer.cc', | 517 'compiler/common-operator-reducer.cc', |
| 520 'compiler/common-operator-reducer.h', | 518 'compiler/common-operator-reducer.h', |
| 521 'compiler/common-operator.cc', | 519 'compiler/common-operator.cc', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 546 'compiler/graph-reducer.cc', | 544 'compiler/graph-reducer.cc', |
| 547 'compiler/graph-reducer.h', | 545 'compiler/graph-reducer.h', |
| 548 'compiler/graph-replay.cc', | 546 'compiler/graph-replay.cc', |
| 549 'compiler/graph-replay.h', | 547 'compiler/graph-replay.h', |
| 550 'compiler/graph-trimmer.cc', | 548 'compiler/graph-trimmer.cc', |
| 551 'compiler/graph-trimmer.h', | 549 'compiler/graph-trimmer.h', |
| 552 'compiler/graph-visualizer.cc', | 550 'compiler/graph-visualizer.cc', |
| 553 'compiler/graph-visualizer.h', | 551 'compiler/graph-visualizer.h', |
| 554 'compiler/graph.cc', | 552 'compiler/graph.cc', |
| 555 'compiler/graph.h', | 553 'compiler/graph.h', |
| 556 'compiler/greedy-allocator.cc', | |
| 557 'compiler/greedy-allocator.h', | |
| 558 'compiler/instruction-codes.h', | 554 'compiler/instruction-codes.h', |
| 559 'compiler/instruction-selector-impl.h', | 555 'compiler/instruction-selector-impl.h', |
| 560 'compiler/instruction-selector.cc', | 556 'compiler/instruction-selector.cc', |
| 561 'compiler/instruction-selector.h', | 557 'compiler/instruction-selector.h', |
| 562 'compiler/instruction-scheduler.cc', | 558 'compiler/instruction-scheduler.cc', |
| 563 'compiler/instruction-scheduler.h', | 559 'compiler/instruction-scheduler.h', |
| 564 'compiler/instruction.cc', | 560 'compiler/instruction.cc', |
| 565 'compiler/instruction.h', | 561 'compiler/instruction.h', |
| 566 'compiler/int64-lowering.cc', | 562 'compiler/int64-lowering.cc', |
| 567 'compiler/int64-lowering.h', | 563 'compiler/int64-lowering.h', |
| (...skipping 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2282 }], | 2278 }], |
| 2283 ['want_separate_host_toolset==1', { | 2279 ['want_separate_host_toolset==1', { |
| 2284 'toolsets': ['host'], | 2280 'toolsets': ['host'], |
| 2285 }, { | 2281 }, { |
| 2286 'toolsets': ['target'], | 2282 'toolsets': ['target'], |
| 2287 }], | 2283 }], |
| 2288 ], | 2284 ], |
| 2289 }, | 2285 }, |
| 2290 ], | 2286 ], |
| 2291 } | 2287 } |
| OLD | NEW |