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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 'compiler/simplified-lowering.cc', | 653 'compiler/simplified-lowering.cc', |
654 'compiler/simplified-lowering.h', | 654 'compiler/simplified-lowering.h', |
655 'compiler/simplified-operator-reducer.cc', | 655 'compiler/simplified-operator-reducer.cc', |
656 'compiler/simplified-operator-reducer.h', | 656 'compiler/simplified-operator-reducer.h', |
657 'compiler/simplified-operator.cc', | 657 'compiler/simplified-operator.cc', |
658 'compiler/simplified-operator.h', | 658 'compiler/simplified-operator.h', |
659 'compiler/source-position.cc', | 659 'compiler/source-position.cc', |
660 'compiler/source-position.h', | 660 'compiler/source-position.h', |
661 'compiler/state-values-utils.cc', | 661 'compiler/state-values-utils.cc', |
662 'compiler/state-values-utils.h', | 662 'compiler/state-values-utils.h', |
| 663 'compiler/store-store-elimination.cc', |
| 664 'compiler/store-store-elimination.h', |
663 'compiler/tail-call-optimization.cc', | 665 'compiler/tail-call-optimization.cc', |
664 'compiler/tail-call-optimization.h', | 666 'compiler/tail-call-optimization.h', |
665 'compiler/type-hint-analyzer.cc', | 667 'compiler/type-hint-analyzer.cc', |
666 'compiler/type-hint-analyzer.h', | 668 'compiler/type-hint-analyzer.h', |
667 'compiler/type-hints.cc', | 669 'compiler/type-hints.cc', |
668 'compiler/type-hints.h', | 670 'compiler/type-hints.h', |
669 'compiler/typer.cc', | 671 'compiler/typer.cc', |
670 'compiler/typer.h', | 672 'compiler/typer.h', |
671 'compiler/value-numbering-reducer.cc', | 673 'compiler/value-numbering-reducer.cc', |
672 'compiler/value-numbering-reducer.h', | 674 'compiler/value-numbering-reducer.h', |
(...skipping 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2281 }], | 2283 }], |
2282 ['want_separate_host_toolset==1', { | 2284 ['want_separate_host_toolset==1', { |
2283 'toolsets': ['host'], | 2285 'toolsets': ['host'], |
2284 }, { | 2286 }, { |
2285 'toolsets': ['target'], | 2287 'toolsets': ['target'], |
2286 }], | 2288 }], |
2287 ], | 2289 ], |
2288 }, | 2290 }, |
2289 ], | 2291 ], |
2290 } | 2292 } |
OLD | NEW |