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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 'compiler/state-values-utils.cc', | 717 'compiler/state-values-utils.cc', |
718 'compiler/state-values-utils.h', | 718 'compiler/state-values-utils.h', |
719 'compiler/store-store-elimination.cc', | 719 'compiler/store-store-elimination.cc', |
720 'compiler/store-store-elimination.h', | 720 'compiler/store-store-elimination.h', |
721 'compiler/tail-call-optimization.cc', | 721 'compiler/tail-call-optimization.cc', |
722 'compiler/tail-call-optimization.h', | 722 'compiler/tail-call-optimization.h', |
723 'compiler/types.cc', | 723 'compiler/types.cc', |
724 'compiler/types.h', | 724 'compiler/types.h', |
725 'compiler/type-cache.cc', | 725 'compiler/type-cache.cc', |
726 'compiler/type-cache.h', | 726 'compiler/type-cache.h', |
727 'compiler/type-hint-analyzer.cc', | |
728 'compiler/type-hint-analyzer.h', | |
729 'compiler/typed-optimization.cc', | 727 'compiler/typed-optimization.cc', |
730 'compiler/typed-optimization.h', | 728 'compiler/typed-optimization.h', |
731 'compiler/typer.cc', | 729 'compiler/typer.cc', |
732 'compiler/typer.h', | 730 'compiler/typer.h', |
733 'compiler/unwinding-info-writer.h', | 731 'compiler/unwinding-info-writer.h', |
734 'compiler/value-numbering-reducer.cc', | 732 'compiler/value-numbering-reducer.cc', |
735 'compiler/value-numbering-reducer.h', | 733 'compiler/value-numbering-reducer.h', |
736 'compiler/verifier.cc', | 734 'compiler/verifier.cc', |
737 'compiler/verifier.h', | 735 'compiler/verifier.h', |
738 'compiler/wasm-compiler.cc', | 736 'compiler/wasm-compiler.cc', |
(...skipping 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2469 'conditions': [ | 2467 'conditions': [ |
2470 ['want_separate_host_toolset_mkpeephole==1', { | 2468 ['want_separate_host_toolset_mkpeephole==1', { |
2471 'toolsets': ['host'], | 2469 'toolsets': ['host'], |
2472 }, { | 2470 }, { |
2473 'toolsets': ['target'], | 2471 'toolsets': ['target'], |
2474 }], | 2472 }], |
2475 ], | 2473 ], |
2476 }, | 2474 }, |
2477 ], | 2475 ], |
2478 } | 2476 } |
OLD | NEW |