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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 '../../src/compiler/select-lowering.cc', | 531 '../../src/compiler/select-lowering.cc', |
532 '../../src/compiler/select-lowering.h', | 532 '../../src/compiler/select-lowering.h', |
533 '../../src/compiler/simplified-lowering.cc', | 533 '../../src/compiler/simplified-lowering.cc', |
534 '../../src/compiler/simplified-lowering.h', | 534 '../../src/compiler/simplified-lowering.h', |
535 '../../src/compiler/simplified-operator-reducer.cc', | 535 '../../src/compiler/simplified-operator-reducer.cc', |
536 '../../src/compiler/simplified-operator-reducer.h', | 536 '../../src/compiler/simplified-operator-reducer.h', |
537 '../../src/compiler/simplified-operator.cc', | 537 '../../src/compiler/simplified-operator.cc', |
538 '../../src/compiler/simplified-operator.h', | 538 '../../src/compiler/simplified-operator.h', |
539 '../../src/compiler/source-position.cc', | 539 '../../src/compiler/source-position.cc', |
540 '../../src/compiler/source-position.h', | 540 '../../src/compiler/source-position.h', |
| 541 '../../src/compiler/state-values-utils.cc', |
| 542 '../../src/compiler/state-values-utils.h', |
541 '../../src/compiler/typer.cc', | 543 '../../src/compiler/typer.cc', |
542 '../../src/compiler/typer.h', | 544 '../../src/compiler/typer.h', |
543 '../../src/compiler/value-numbering-reducer.cc', | 545 '../../src/compiler/value-numbering-reducer.cc', |
544 '../../src/compiler/value-numbering-reducer.h', | 546 '../../src/compiler/value-numbering-reducer.h', |
545 '../../src/compiler/verifier.cc', | 547 '../../src/compiler/verifier.cc', |
546 '../../src/compiler/verifier.h', | 548 '../../src/compiler/verifier.h', |
547 '../../src/compiler/zone-pool.cc', | 549 '../../src/compiler/zone-pool.cc', |
548 '../../src/compiler/zone-pool.h', | 550 '../../src/compiler/zone-pool.h', |
549 '../../src/compiler.cc', | 551 '../../src/compiler.cc', |
550 '../../src/compiler.h', | 552 '../../src/compiler.h', |
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1816 }], | 1818 }], |
1817 ['want_separate_host_toolset==1', { | 1819 ['want_separate_host_toolset==1', { |
1818 'toolsets': ['host'], | 1820 'toolsets': ['host'], |
1819 }, { | 1821 }, { |
1820 'toolsets': ['target'], | 1822 'toolsets': ['target'], |
1821 }], | 1823 }], |
1822 ], | 1824 ], |
1823 }, | 1825 }, |
1824 ], | 1826 ], |
1825 } | 1827 } |
OLD | NEW |