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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 '../../src/compiler/js-graph.cc', | 512 '../../src/compiler/js-graph.cc', |
513 '../../src/compiler/js-graph.h', | 513 '../../src/compiler/js-graph.h', |
514 '../../src/compiler/js-inlining.cc', | 514 '../../src/compiler/js-inlining.cc', |
515 '../../src/compiler/js-inlining.h', | 515 '../../src/compiler/js-inlining.h', |
516 '../../src/compiler/js-intrinsic-lowering.cc', | 516 '../../src/compiler/js-intrinsic-lowering.cc', |
517 '../../src/compiler/js-intrinsic-lowering.h', | 517 '../../src/compiler/js-intrinsic-lowering.h', |
518 '../../src/compiler/js-operator.cc', | 518 '../../src/compiler/js-operator.cc', |
519 '../../src/compiler/js-operator.h', | 519 '../../src/compiler/js-operator.h', |
520 '../../src/compiler/js-type-feedback.cc', | 520 '../../src/compiler/js-type-feedback.cc', |
521 '../../src/compiler/js-type-feedback.h', | 521 '../../src/compiler/js-type-feedback.h', |
522 '../../src/compiler/js-type-feedback-lowering.cc', | |
523 '../../src/compiler/js-type-feedback-lowering.h', | |
524 '../../src/compiler/js-typed-lowering.cc', | 522 '../../src/compiler/js-typed-lowering.cc', |
525 '../../src/compiler/js-typed-lowering.h', | 523 '../../src/compiler/js-typed-lowering.h', |
526 '../../src/compiler/jump-threading.cc', | 524 '../../src/compiler/jump-threading.cc', |
527 '../../src/compiler/jump-threading.h', | 525 '../../src/compiler/jump-threading.h', |
528 '../../src/compiler/linkage-impl.h', | 526 '../../src/compiler/linkage-impl.h', |
529 '../../src/compiler/linkage.cc', | 527 '../../src/compiler/linkage.cc', |
530 '../../src/compiler/linkage.h', | 528 '../../src/compiler/linkage.h', |
531 '../../src/compiler/liveness-analyzer.cc', | 529 '../../src/compiler/liveness-analyzer.cc', |
532 '../../src/compiler/liveness-analyzer.h', | 530 '../../src/compiler/liveness-analyzer.h', |
533 '../../src/compiler/load-elimination.cc', | 531 '../../src/compiler/load-elimination.cc', |
(...skipping 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1926 }], | 1924 }], |
1927 ['want_separate_host_toolset==1', { | 1925 ['want_separate_host_toolset==1', { |
1928 'toolsets': ['host'], | 1926 'toolsets': ['host'], |
1929 }, { | 1927 }, { |
1930 'toolsets': ['target'], | 1928 'toolsets': ['target'], |
1931 }], | 1929 }], |
1932 ], | 1930 ], |
1933 }, | 1931 }, |
1934 ], | 1932 ], |
1935 } | 1933 } |
OLD | NEW |