| 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/greedy-allocator.cc', | 498 '../../src/compiler/greedy-allocator.cc', |
| 499 '../../src/compiler/greedy-allocator.h', | 499 '../../src/compiler/greedy-allocator.h', |
| 500 '../../src/compiler/instruction-codes.h', | 500 '../../src/compiler/instruction-codes.h', |
| 501 '../../src/compiler/instruction-selector-impl.h', | 501 '../../src/compiler/instruction-selector-impl.h', |
| 502 '../../src/compiler/instruction-selector.cc', | 502 '../../src/compiler/instruction-selector.cc', |
| 503 '../../src/compiler/instruction-selector.h', | 503 '../../src/compiler/instruction-selector.h', |
| 504 '../../src/compiler/instruction.cc', | 504 '../../src/compiler/instruction.cc', |
| 505 '../../src/compiler/instruction.h', | 505 '../../src/compiler/instruction.h', |
| 506 '../../src/compiler/js-builtin-reducer.cc', | 506 '../../src/compiler/js-builtin-reducer.cc', |
| 507 '../../src/compiler/js-builtin-reducer.h', | 507 '../../src/compiler/js-builtin-reducer.h', |
| 508 '../../src/compiler/js-context-relaxation.cc', |
| 509 '../../src/compiler/js-context-relaxation.h', |
| 508 '../../src/compiler/js-context-specialization.cc', | 510 '../../src/compiler/js-context-specialization.cc', |
| 509 '../../src/compiler/js-context-specialization.h', | 511 '../../src/compiler/js-context-specialization.h', |
| 510 '../../src/compiler/js-frame-specialization.cc', | 512 '../../src/compiler/js-frame-specialization.cc', |
| 511 '../../src/compiler/js-frame-specialization.h', | 513 '../../src/compiler/js-frame-specialization.h', |
| 512 '../../src/compiler/js-generic-lowering.cc', | 514 '../../src/compiler/js-generic-lowering.cc', |
| 513 '../../src/compiler/js-generic-lowering.h', | 515 '../../src/compiler/js-generic-lowering.h', |
| 514 '../../src/compiler/js-graph.cc', | 516 '../../src/compiler/js-graph.cc', |
| 515 '../../src/compiler/js-graph.h', | 517 '../../src/compiler/js-graph.h', |
| 516 '../../src/compiler/js-inlining.cc', | 518 '../../src/compiler/js-inlining.cc', |
| 517 '../../src/compiler/js-inlining.h', | 519 '../../src/compiler/js-inlining.h', |
| (...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1961 }], | 1963 }], |
| 1962 ['want_separate_host_toolset==1', { | 1964 ['want_separate_host_toolset==1', { |
| 1963 'toolsets': ['host'], | 1965 'toolsets': ['host'], |
| 1964 }, { | 1966 }, { |
| 1965 'toolsets': ['target'], | 1967 'toolsets': ['target'], |
| 1966 }], | 1968 }], |
| 1967 ], | 1969 ], |
| 1968 }, | 1970 }, |
| 1969 ], | 1971 ], |
| 1970 } | 1972 } |
| OLD | NEW |