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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 '../../src/compiler/common-operator.h', | 471 '../../src/compiler/common-operator.h', |
472 '../../src/compiler/control-builders.cc', | 472 '../../src/compiler/control-builders.cc', |
473 '../../src/compiler/control-builders.h', | 473 '../../src/compiler/control-builders.h', |
474 '../../src/compiler/control-equivalence.cc', | 474 '../../src/compiler/control-equivalence.cc', |
475 '../../src/compiler/control-equivalence.h', | 475 '../../src/compiler/control-equivalence.h', |
476 '../../src/compiler/control-flow-optimizer.cc', | 476 '../../src/compiler/control-flow-optimizer.cc', |
477 '../../src/compiler/control-flow-optimizer.h', | 477 '../../src/compiler/control-flow-optimizer.h', |
478 '../../src/compiler/dead-code-elimination.cc', | 478 '../../src/compiler/dead-code-elimination.cc', |
479 '../../src/compiler/dead-code-elimination.h', | 479 '../../src/compiler/dead-code-elimination.h', |
480 '../../src/compiler/diamond.h', | 480 '../../src/compiler/diamond.h', |
| 481 '../../src/compiler/frame.cc', |
481 '../../src/compiler/frame.h', | 482 '../../src/compiler/frame.h', |
482 '../../src/compiler/frame-elider.cc', | 483 '../../src/compiler/frame-elider.cc', |
483 '../../src/compiler/frame-elider.h', | 484 '../../src/compiler/frame-elider.h', |
484 "../../src/compiler/frame-states.cc", | 485 "../../src/compiler/frame-states.cc", |
485 "../../src/compiler/frame-states.h", | 486 "../../src/compiler/frame-states.h", |
486 '../../src/compiler/gap-resolver.cc', | 487 '../../src/compiler/gap-resolver.cc', |
487 '../../src/compiler/gap-resolver.h', | 488 '../../src/compiler/gap-resolver.h', |
488 '../../src/compiler/graph-reducer.cc', | 489 '../../src/compiler/graph-reducer.cc', |
489 '../../src/compiler/graph-reducer.h', | 490 '../../src/compiler/graph-reducer.h', |
490 '../../src/compiler/graph-replay.cc', | 491 '../../src/compiler/graph-replay.cc', |
(...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1981 }], | 1982 }], |
1982 ['want_separate_host_toolset==1', { | 1983 ['want_separate_host_toolset==1', { |
1983 'toolsets': ['host'], | 1984 'toolsets': ['host'], |
1984 }, { | 1985 }, { |
1985 'toolsets': ['target'], | 1986 'toolsets': ['target'], |
1986 }], | 1987 }], |
1987 ], | 1988 ], |
1988 }, | 1989 }, |
1989 ], | 1990 ], |
1990 } | 1991 } |
OLD | NEW |