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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 'compiler/register-allocator-verifier.cc', | 708 'compiler/register-allocator-verifier.cc', |
709 'compiler/register-allocator-verifier.h', | 709 'compiler/register-allocator-verifier.h', |
710 'compiler/representation-change.cc', | 710 'compiler/representation-change.cc', |
711 'compiler/representation-change.h', | 711 'compiler/representation-change.h', |
712 'compiler/schedule.cc', | 712 'compiler/schedule.cc', |
713 'compiler/schedule.h', | 713 'compiler/schedule.h', |
714 'compiler/scheduler.cc', | 714 'compiler/scheduler.cc', |
715 'compiler/scheduler.h', | 715 'compiler/scheduler.h', |
716 'compiler/select-lowering.cc', | 716 'compiler/select-lowering.cc', |
717 'compiler/select-lowering.h', | 717 'compiler/select-lowering.h', |
718 'compiler/simd-lowering.cc', | |
719 'compiler/simd-lowering.h', | |
720 'compiler/simplified-lowering.cc', | 718 'compiler/simplified-lowering.cc', |
721 'compiler/simplified-lowering.h', | 719 'compiler/simplified-lowering.h', |
722 'compiler/simplified-operator-reducer.cc', | 720 'compiler/simplified-operator-reducer.cc', |
723 'compiler/simplified-operator-reducer.h', | 721 'compiler/simplified-operator-reducer.h', |
724 'compiler/simplified-operator.cc', | 722 'compiler/simplified-operator.cc', |
725 'compiler/simplified-operator.h', | 723 'compiler/simplified-operator.h', |
726 'compiler/source-position.cc', | 724 'compiler/source-position.cc', |
727 'compiler/source-position.h', | 725 'compiler/source-position.h', |
728 'compiler/state-values-utils.cc', | 726 'compiler/state-values-utils.cc', |
729 'compiler/state-values-utils.h', | 727 'compiler/state-values-utils.h', |
(...skipping 1663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2393 'conditions': [ | 2391 'conditions': [ |
2394 ['want_separate_host_toolset_mkpeephole==1', { | 2392 ['want_separate_host_toolset_mkpeephole==1', { |
2395 'toolsets': ['host'], | 2393 'toolsets': ['host'], |
2396 }, { | 2394 }, { |
2397 'toolsets': ['target'], | 2395 'toolsets': ['target'], |
2398 }], | 2396 }], |
2399 ], | 2397 ], |
2400 }, | 2398 }, |
2401 ], | 2399 ], |
2402 } | 2400 } |
OLD | NEW |