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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 '../../src/compiler/control-builders.cc', | 450 '../../src/compiler/control-builders.cc', |
451 '../../src/compiler/control-builders.h', | 451 '../../src/compiler/control-builders.h', |
452 '../../src/compiler/control-equivalence.cc', | 452 '../../src/compiler/control-equivalence.cc', |
453 '../../src/compiler/control-equivalence.h', | 453 '../../src/compiler/control-equivalence.h', |
454 '../../src/compiler/control-flow-optimizer.cc', | 454 '../../src/compiler/control-flow-optimizer.cc', |
455 '../../src/compiler/control-flow-optimizer.h', | 455 '../../src/compiler/control-flow-optimizer.h', |
456 '../../src/compiler/control-reducer.cc', | 456 '../../src/compiler/control-reducer.cc', |
457 '../../src/compiler/control-reducer.h', | 457 '../../src/compiler/control-reducer.h', |
458 '../../src/compiler/diamond.h', | 458 '../../src/compiler/diamond.h', |
459 '../../src/compiler/frame.h', | 459 '../../src/compiler/frame.h', |
| 460 '../../src/compiler/frame-elider.cc', |
| 461 '../../src/compiler/frame-elider.h', |
460 '../../src/compiler/gap-resolver.cc', | 462 '../../src/compiler/gap-resolver.cc', |
461 '../../src/compiler/gap-resolver.h', | 463 '../../src/compiler/gap-resolver.h', |
462 '../../src/compiler/graph-builder.h', | 464 '../../src/compiler/graph-builder.h', |
463 '../../src/compiler/graph-reducer.cc', | 465 '../../src/compiler/graph-reducer.cc', |
464 '../../src/compiler/graph-reducer.h', | 466 '../../src/compiler/graph-reducer.h', |
465 '../../src/compiler/graph-replay.cc', | 467 '../../src/compiler/graph-replay.cc', |
466 '../../src/compiler/graph-replay.h', | 468 '../../src/compiler/graph-replay.h', |
467 '../../src/compiler/graph-visualizer.cc', | 469 '../../src/compiler/graph-visualizer.cc', |
468 '../../src/compiler/graph-visualizer.h', | 470 '../../src/compiler/graph-visualizer.h', |
469 '../../src/compiler/graph.cc', | 471 '../../src/compiler/graph.cc', |
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1835 }], | 1837 }], |
1836 ['want_separate_host_toolset==1', { | 1838 ['want_separate_host_toolset==1', { |
1837 'toolsets': ['host'], | 1839 'toolsets': ['host'], |
1838 }, { | 1840 }, { |
1839 'toolsets': ['target'], | 1841 'toolsets': ['target'], |
1840 }], | 1842 }], |
1841 ], | 1843 ], |
1842 }, | 1844 }, |
1843 ], | 1845 ], |
1844 } | 1846 } |
OLD | NEW |