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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 '../../src/compiler/instruction-codes.h', | 498 '../../src/compiler/instruction-codes.h', |
499 '../../src/compiler/instruction-selector-impl.h', | 499 '../../src/compiler/instruction-selector-impl.h', |
500 '../../src/compiler/instruction-selector.cc', | 500 '../../src/compiler/instruction-selector.cc', |
501 '../../src/compiler/instruction-selector.h', | 501 '../../src/compiler/instruction-selector.h', |
502 '../../src/compiler/instruction.cc', | 502 '../../src/compiler/instruction.cc', |
503 '../../src/compiler/instruction.h', | 503 '../../src/compiler/instruction.h', |
504 '../../src/compiler/js-builtin-reducer.cc', | 504 '../../src/compiler/js-builtin-reducer.cc', |
505 '../../src/compiler/js-builtin-reducer.h', | 505 '../../src/compiler/js-builtin-reducer.h', |
506 '../../src/compiler/js-context-specialization.cc', | 506 '../../src/compiler/js-context-specialization.cc', |
507 '../../src/compiler/js-context-specialization.h', | 507 '../../src/compiler/js-context-specialization.h', |
508 '../../src/compiler/js-frame-specialization.cc', | |
509 '../../src/compiler/js-frame-specialization.h', | |
510 '../../src/compiler/js-generic-lowering.cc', | 508 '../../src/compiler/js-generic-lowering.cc', |
511 '../../src/compiler/js-generic-lowering.h', | 509 '../../src/compiler/js-generic-lowering.h', |
512 '../../src/compiler/js-graph.cc', | 510 '../../src/compiler/js-graph.cc', |
513 '../../src/compiler/js-graph.h', | 511 '../../src/compiler/js-graph.h', |
514 '../../src/compiler/js-inlining.cc', | 512 '../../src/compiler/js-inlining.cc', |
515 '../../src/compiler/js-inlining.h', | 513 '../../src/compiler/js-inlining.h', |
516 '../../src/compiler/js-intrinsic-lowering.cc', | 514 '../../src/compiler/js-intrinsic-lowering.cc', |
517 '../../src/compiler/js-intrinsic-lowering.h', | 515 '../../src/compiler/js-intrinsic-lowering.h', |
518 '../../src/compiler/js-operator.cc', | 516 '../../src/compiler/js-operator.cc', |
519 '../../src/compiler/js-operator.h', | 517 '../../src/compiler/js-operator.h', |
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1920 }], | 1918 }], |
1921 ['want_separate_host_toolset==1', { | 1919 ['want_separate_host_toolset==1', { |
1922 'toolsets': ['host'], | 1920 'toolsets': ['host'], |
1923 }, { | 1921 }, { |
1924 'toolsets': ['target'], | 1922 'toolsets': ['target'], |
1925 }], | 1923 }], |
1926 ], | 1924 ], |
1927 }, | 1925 }, |
1928 ], | 1926 ], |
1929 } | 1927 } |
OLD | NEW |