| 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 '../../src/compiler/js-inlining.cc', | 527 '../../src/compiler/js-inlining.cc', |
| 528 '../../src/compiler/js-inlining.h', | 528 '../../src/compiler/js-inlining.h', |
| 529 '../../src/compiler/js-inlining-heuristic.cc', | 529 '../../src/compiler/js-inlining-heuristic.cc', |
| 530 '../../src/compiler/js-inlining-heuristic.h', | 530 '../../src/compiler/js-inlining-heuristic.h', |
| 531 '../../src/compiler/js-intrinsic-lowering.cc', | 531 '../../src/compiler/js-intrinsic-lowering.cc', |
| 532 '../../src/compiler/js-intrinsic-lowering.h', | 532 '../../src/compiler/js-intrinsic-lowering.h', |
| 533 '../../src/compiler/js-native-context-specialization.cc', | 533 '../../src/compiler/js-native-context-specialization.cc', |
| 534 '../../src/compiler/js-native-context-specialization.h', | 534 '../../src/compiler/js-native-context-specialization.h', |
| 535 '../../src/compiler/js-operator.cc', | 535 '../../src/compiler/js-operator.cc', |
| 536 '../../src/compiler/js-operator.h', | 536 '../../src/compiler/js-operator.h', |
| 537 '../../src/compiler/js-type-feedback.cc', | |
| 538 '../../src/compiler/js-type-feedback.h', | |
| 539 '../../src/compiler/js-type-feedback-lowering.cc', | |
| 540 '../../src/compiler/js-type-feedback-lowering.h', | |
| 541 '../../src/compiler/js-typed-lowering.cc', | 537 '../../src/compiler/js-typed-lowering.cc', |
| 542 '../../src/compiler/js-typed-lowering.h', | 538 '../../src/compiler/js-typed-lowering.h', |
| 543 '../../src/compiler/jump-threading.cc', | 539 '../../src/compiler/jump-threading.cc', |
| 544 '../../src/compiler/jump-threading.h', | 540 '../../src/compiler/jump-threading.h', |
| 545 '../../src/compiler/linkage.cc', | 541 '../../src/compiler/linkage.cc', |
| 546 '../../src/compiler/linkage.h', | 542 '../../src/compiler/linkage.h', |
| 547 '../../src/compiler/liveness-analyzer.cc', | 543 '../../src/compiler/liveness-analyzer.cc', |
| 548 '../../src/compiler/liveness-analyzer.h', | 544 '../../src/compiler/liveness-analyzer.h', |
| 549 '../../src/compiler/live-range-separator.cc', | 545 '../../src/compiler/live-range-separator.cc', |
| 550 '../../src/compiler/live-range-separator.h', | 546 '../../src/compiler/live-range-separator.h', |
| (...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2098 }], | 2094 }], |
| 2099 ['want_separate_host_toolset==1', { | 2095 ['want_separate_host_toolset==1', { |
| 2100 'toolsets': ['host'], | 2096 'toolsets': ['host'], |
| 2101 }, { | 2097 }, { |
| 2102 'toolsets': ['target'], | 2098 'toolsets': ['target'], |
| 2103 }], | 2099 }], |
| 2104 ], | 2100 ], |
| 2105 }, | 2101 }, |
| 2106 ], | 2102 ], |
| 2107 } | 2103 } |
| OLD | NEW |