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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 '../../src/compiler/common-operator.h', | 481 '../../src/compiler/common-operator.h', |
482 '../../src/compiler/control-builders.cc', | 482 '../../src/compiler/control-builders.cc', |
483 '../../src/compiler/control-builders.h', | 483 '../../src/compiler/control-builders.h', |
484 '../../src/compiler/control-equivalence.cc', | 484 '../../src/compiler/control-equivalence.cc', |
485 '../../src/compiler/control-equivalence.h', | 485 '../../src/compiler/control-equivalence.h', |
486 '../../src/compiler/control-flow-optimizer.cc', | 486 '../../src/compiler/control-flow-optimizer.cc', |
487 '../../src/compiler/control-flow-optimizer.h', | 487 '../../src/compiler/control-flow-optimizer.h', |
488 '../../src/compiler/dead-code-elimination.cc', | 488 '../../src/compiler/dead-code-elimination.cc', |
489 '../../src/compiler/dead-code-elimination.h', | 489 '../../src/compiler/dead-code-elimination.h', |
490 '../../src/compiler/diamond.h', | 490 '../../src/compiler/diamond.h', |
| 491 '../../src/compiler/escape-analysis.cc', |
| 492 '../../src/compiler/escape-analysis.h', |
| 493 "../../src/compiler/escape-analysis-reducer.cc", |
| 494 "../../src/compiler/escape-analysis-reducer.h", |
491 '../../src/compiler/frame.cc', | 495 '../../src/compiler/frame.cc', |
492 '../../src/compiler/frame.h', | 496 '../../src/compiler/frame.h', |
493 '../../src/compiler/frame-elider.cc', | 497 '../../src/compiler/frame-elider.cc', |
494 '../../src/compiler/frame-elider.h', | 498 '../../src/compiler/frame-elider.h', |
495 "../../src/compiler/frame-states.cc", | 499 "../../src/compiler/frame-states.cc", |
496 "../../src/compiler/frame-states.h", | 500 "../../src/compiler/frame-states.h", |
497 '../../src/compiler/gap-resolver.cc', | 501 '../../src/compiler/gap-resolver.cc', |
498 '../../src/compiler/gap-resolver.h', | 502 '../../src/compiler/gap-resolver.h', |
499 '../../src/compiler/graph-reducer.cc', | 503 '../../src/compiler/graph-reducer.cc', |
500 '../../src/compiler/graph-reducer.h', | 504 '../../src/compiler/graph-reducer.h', |
(...skipping 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2107 }], | 2111 }], |
2108 ['want_separate_host_toolset==1', { | 2112 ['want_separate_host_toolset==1', { |
2109 'toolsets': ['host'], | 2113 'toolsets': ['host'], |
2110 }, { | 2114 }, { |
2111 'toolsets': ['target'], | 2115 'toolsets': ['target'], |
2112 }], | 2116 }], |
2113 ], | 2117 ], |
2114 }, | 2118 }, |
2115 ], | 2119 ], |
2116 } | 2120 } |
OLD | NEW |