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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 '../../src/compiler/pipeline.cc', | 578 '../../src/compiler/pipeline.cc', |
579 '../../src/compiler/pipeline.h', | 579 '../../src/compiler/pipeline.h', |
580 '../../src/compiler/pipeline-statistics.cc', | 580 '../../src/compiler/pipeline-statistics.cc', |
581 '../../src/compiler/pipeline-statistics.h', | 581 '../../src/compiler/pipeline-statistics.h', |
582 '../../src/compiler/raw-machine-assembler.cc', | 582 '../../src/compiler/raw-machine-assembler.cc', |
583 '../../src/compiler/raw-machine-assembler.h', | 583 '../../src/compiler/raw-machine-assembler.h', |
584 '../../src/compiler/register-allocator.cc', | 584 '../../src/compiler/register-allocator.cc', |
585 '../../src/compiler/register-allocator.h', | 585 '../../src/compiler/register-allocator.h', |
586 '../../src/compiler/register-allocator-verifier.cc', | 586 '../../src/compiler/register-allocator-verifier.cc', |
587 '../../src/compiler/register-allocator-verifier.h', | 587 '../../src/compiler/register-allocator-verifier.h', |
| 588 '../../src/compiler/register-configuration.cc', |
| 589 '../../src/compiler/register-configuration.h', |
588 '../../src/compiler/representation-change.h', | 590 '../../src/compiler/representation-change.h', |
589 '../../src/compiler/schedule.cc', | 591 '../../src/compiler/schedule.cc', |
590 '../../src/compiler/schedule.h', | 592 '../../src/compiler/schedule.h', |
591 '../../src/compiler/scheduler.cc', | 593 '../../src/compiler/scheduler.cc', |
592 '../../src/compiler/scheduler.h', | 594 '../../src/compiler/scheduler.h', |
593 '../../src/compiler/select-lowering.cc', | 595 '../../src/compiler/select-lowering.cc', |
594 '../../src/compiler/select-lowering.h', | 596 '../../src/compiler/select-lowering.h', |
595 '../../src/compiler/simplified-lowering.cc', | 597 '../../src/compiler/simplified-lowering.cc', |
596 '../../src/compiler/simplified-lowering.h', | 598 '../../src/compiler/simplified-lowering.h', |
597 '../../src/compiler/simplified-operator-reducer.cc', | 599 '../../src/compiler/simplified-operator-reducer.cc', |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
905 '../../src/regexp/jsregexp.h', | 907 '../../src/regexp/jsregexp.h', |
906 '../../src/regexp/regexp-macro-assembler-irregexp-inl.h', | 908 '../../src/regexp/regexp-macro-assembler-irregexp-inl.h', |
907 '../../src/regexp/regexp-macro-assembler-irregexp.cc', | 909 '../../src/regexp/regexp-macro-assembler-irregexp.cc', |
908 '../../src/regexp/regexp-macro-assembler-irregexp.h', | 910 '../../src/regexp/regexp-macro-assembler-irregexp.h', |
909 '../../src/regexp/regexp-macro-assembler-tracer.cc', | 911 '../../src/regexp/regexp-macro-assembler-tracer.cc', |
910 '../../src/regexp/regexp-macro-assembler-tracer.h', | 912 '../../src/regexp/regexp-macro-assembler-tracer.h', |
911 '../../src/regexp/regexp-macro-assembler.cc', | 913 '../../src/regexp/regexp-macro-assembler.cc', |
912 '../../src/regexp/regexp-macro-assembler.h', | 914 '../../src/regexp/regexp-macro-assembler.h', |
913 '../../src/regexp/regexp-stack.cc', | 915 '../../src/regexp/regexp-stack.cc', |
914 '../../src/regexp/regexp-stack.h', | 916 '../../src/regexp/regexp-stack.h', |
915 '../../src/register-configuration.cc', | |
916 '../../src/register-configuration.h', | |
917 '../../src/rewriter.cc', | 917 '../../src/rewriter.cc', |
918 '../../src/rewriter.h', | 918 '../../src/rewriter.h', |
919 '../../src/runtime-profiler.cc', | 919 '../../src/runtime-profiler.cc', |
920 '../../src/runtime-profiler.h', | 920 '../../src/runtime-profiler.h', |
921 '../../src/runtime/runtime-array.cc', | 921 '../../src/runtime/runtime-array.cc', |
922 '../../src/runtime/runtime-atomics.cc', | 922 '../../src/runtime/runtime-atomics.cc', |
923 '../../src/runtime/runtime-classes.cc', | 923 '../../src/runtime/runtime-classes.cc', |
924 '../../src/runtime/runtime-collections.cc', | 924 '../../src/runtime/runtime-collections.cc', |
925 '../../src/runtime/runtime-compiler.cc', | 925 '../../src/runtime/runtime-compiler.cc', |
926 '../../src/runtime/runtime-date.cc', | 926 '../../src/runtime/runtime-date.cc', |
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2089 }], | 2089 }], |
2090 ['want_separate_host_toolset==1', { | 2090 ['want_separate_host_toolset==1', { |
2091 'toolsets': ['host'], | 2091 'toolsets': ['host'], |
2092 }, { | 2092 }, { |
2093 'toolsets': ['target'], | 2093 'toolsets': ['target'], |
2094 }], | 2094 }], |
2095 ], | 2095 ], |
2096 }, | 2096 }, |
2097 ], | 2097 ], |
2098 } | 2098 } |
OLD | NEW |