| 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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 'compiler/register-allocator-verifier.cc', | 653 'compiler/register-allocator-verifier.cc', |
| 654 'compiler/register-allocator-verifier.h', | 654 'compiler/register-allocator-verifier.h', |
| 655 'compiler/representation-change.cc', | 655 'compiler/representation-change.cc', |
| 656 'compiler/representation-change.h', | 656 'compiler/representation-change.h', |
| 657 'compiler/schedule.cc', | 657 'compiler/schedule.cc', |
| 658 'compiler/schedule.h', | 658 'compiler/schedule.h', |
| 659 'compiler/scheduler.cc', | 659 'compiler/scheduler.cc', |
| 660 'compiler/scheduler.h', | 660 'compiler/scheduler.h', |
| 661 'compiler/select-lowering.cc', | 661 'compiler/select-lowering.cc', |
| 662 'compiler/select-lowering.h', | 662 'compiler/select-lowering.h', |
| 663 'compiler/simd-lowering.cc', | |
| 664 'compiler/simd-lowering.h', | |
| 665 'compiler/simplified-lowering.cc', | 663 'compiler/simplified-lowering.cc', |
| 666 'compiler/simplified-lowering.h', | 664 'compiler/simplified-lowering.h', |
| 667 'compiler/simplified-operator-reducer.cc', | 665 'compiler/simplified-operator-reducer.cc', |
| 668 'compiler/simplified-operator-reducer.h', | 666 'compiler/simplified-operator-reducer.h', |
| 669 'compiler/simplified-operator.cc', | 667 'compiler/simplified-operator.cc', |
| 670 'compiler/simplified-operator.h', | 668 'compiler/simplified-operator.h', |
| 671 'compiler/source-position.cc', | 669 'compiler/source-position.cc', |
| 672 'compiler/source-position.h', | 670 'compiler/source-position.h', |
| 673 'compiler/state-values-utils.cc', | 671 'compiler/state-values-utils.cc', |
| 674 'compiler/state-values-utils.h', | 672 'compiler/state-values-utils.h', |
| (...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2297 }], | 2295 }], |
| 2298 ['want_separate_host_toolset==1', { | 2296 ['want_separate_host_toolset==1', { |
| 2299 'toolsets': ['host'], | 2297 'toolsets': ['host'], |
| 2300 }, { | 2298 }, { |
| 2301 'toolsets': ['target'], | 2299 'toolsets': ['target'], |
| 2302 }], | 2300 }], |
| 2303 ], | 2301 ], |
| 2304 }, | 2302 }, |
| 2305 ], | 2303 ], |
| 2306 } | 2304 } |
| OLD | NEW |