| 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 '../../src/compiler/greedy-allocator.cc', | 496 '../../src/compiler/greedy-allocator.cc', |
| 497 '../../src/compiler/greedy-allocator.h', | 497 '../../src/compiler/greedy-allocator.h', |
| 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-relaxation.cc', |
| 507 '../../src/compiler/js-context-relaxation.h', |
| 506 '../../src/compiler/js-context-specialization.cc', | 508 '../../src/compiler/js-context-specialization.cc', |
| 507 '../../src/compiler/js-context-specialization.h', | 509 '../../src/compiler/js-context-specialization.h', |
| 508 '../../src/compiler/js-generic-lowering.cc', | 510 '../../src/compiler/js-generic-lowering.cc', |
| 509 '../../src/compiler/js-generic-lowering.h', | 511 '../../src/compiler/js-generic-lowering.h', |
| 510 '../../src/compiler/js-graph.cc', | 512 '../../src/compiler/js-graph.cc', |
| 511 '../../src/compiler/js-graph.h', | 513 '../../src/compiler/js-graph.h', |
| 512 '../../src/compiler/js-inlining.cc', | 514 '../../src/compiler/js-inlining.cc', |
| 513 '../../src/compiler/js-inlining.h', | 515 '../../src/compiler/js-inlining.h', |
| 514 '../../src/compiler/js-intrinsic-lowering.cc', | 516 '../../src/compiler/js-intrinsic-lowering.cc', |
| 515 '../../src/compiler/js-intrinsic-lowering.h', | 517 '../../src/compiler/js-intrinsic-lowering.h', |
| (...skipping 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1918 }], | 1920 }], |
| 1919 ['want_separate_host_toolset==1', { | 1921 ['want_separate_host_toolset==1', { |
| 1920 'toolsets': ['host'], | 1922 'toolsets': ['host'], |
| 1921 }, { | 1923 }, { |
| 1922 'toolsets': ['target'], | 1924 'toolsets': ['target'], |
| 1923 }], | 1925 }], |
| 1924 ], | 1926 ], |
| 1925 }, | 1927 }, |
| 1926 ], | 1928 ], |
| 1927 } | 1929 } |
| OLD | NEW |