| 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 '../../src/compiler/instruction-scheduler.cc', | 603 '../../src/compiler/instruction-scheduler.cc', |
| 604 '../../src/compiler/instruction-scheduler.h', | 604 '../../src/compiler/instruction-scheduler.h', |
| 605 '../../src/compiler/instruction.cc', | 605 '../../src/compiler/instruction.cc', |
| 606 '../../src/compiler/instruction.h', | 606 '../../src/compiler/instruction.h', |
| 607 '../../src/compiler/int64-lowering.cc', | 607 '../../src/compiler/int64-lowering.cc', |
| 608 '../../src/compiler/int64-lowering.h', | 608 '../../src/compiler/int64-lowering.h', |
| 609 '../../src/compiler/js-builtin-reducer.cc', | 609 '../../src/compiler/js-builtin-reducer.cc', |
| 610 '../../src/compiler/js-builtin-reducer.h', | 610 '../../src/compiler/js-builtin-reducer.h', |
| 611 '../../src/compiler/js-call-reducer.cc', | 611 '../../src/compiler/js-call-reducer.cc', |
| 612 '../../src/compiler/js-call-reducer.h', | 612 '../../src/compiler/js-call-reducer.h', |
| 613 '../../src/compiler/js-context-relaxation.cc', | |
| 614 '../../src/compiler/js-context-relaxation.h', | |
| 615 '../../src/compiler/js-context-specialization.cc', | 613 '../../src/compiler/js-context-specialization.cc', |
| 616 '../../src/compiler/js-context-specialization.h', | 614 '../../src/compiler/js-context-specialization.h', |
| 617 '../../src/compiler/js-create-lowering.cc', | 615 '../../src/compiler/js-create-lowering.cc', |
| 618 '../../src/compiler/js-create-lowering.h', | 616 '../../src/compiler/js-create-lowering.h', |
| 619 '../../src/compiler/js-frame-specialization.cc', | 617 '../../src/compiler/js-frame-specialization.cc', |
| 620 '../../src/compiler/js-frame-specialization.h', | 618 '../../src/compiler/js-frame-specialization.h', |
| 621 '../../src/compiler/js-generic-lowering.cc', | 619 '../../src/compiler/js-generic-lowering.cc', |
| 622 '../../src/compiler/js-generic-lowering.h', | 620 '../../src/compiler/js-generic-lowering.h', |
| 623 '../../src/compiler/js-global-object-specialization.cc', | 621 '../../src/compiler/js-global-object-specialization.cc', |
| 624 '../../src/compiler/js-global-object-specialization.h', | 622 '../../src/compiler/js-global-object-specialization.h', |
| (...skipping 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2209 }], | 2207 }], |
| 2210 ['want_separate_host_toolset==1', { | 2208 ['want_separate_host_toolset==1', { |
| 2211 'toolsets': ['host'], | 2209 'toolsets': ['host'], |
| 2212 }, { | 2210 }, { |
| 2213 'toolsets': ['target'], | 2211 'toolsets': ['target'], |
| 2214 }], | 2212 }], |
| 2215 ], | 2213 ], |
| 2216 }, | 2214 }, |
| 2217 ], | 2215 ], |
| 2218 } | 2216 } |
| OLD | NEW |