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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 '../../src/compiler/pipeline.cc', | 573 '../../src/compiler/pipeline.cc', |
574 '../../src/compiler/pipeline.h', | 574 '../../src/compiler/pipeline.h', |
575 '../../src/compiler/pipeline-statistics.cc', | 575 '../../src/compiler/pipeline-statistics.cc', |
576 '../../src/compiler/pipeline-statistics.h', | 576 '../../src/compiler/pipeline-statistics.h', |
577 '../../src/compiler/raw-machine-assembler.cc', | 577 '../../src/compiler/raw-machine-assembler.cc', |
578 '../../src/compiler/raw-machine-assembler.h', | 578 '../../src/compiler/raw-machine-assembler.h', |
579 '../../src/compiler/register-allocator.cc', | 579 '../../src/compiler/register-allocator.cc', |
580 '../../src/compiler/register-allocator.h', | 580 '../../src/compiler/register-allocator.h', |
581 '../../src/compiler/register-allocator-verifier.cc', | 581 '../../src/compiler/register-allocator-verifier.cc', |
582 '../../src/compiler/register-allocator-verifier.h', | 582 '../../src/compiler/register-allocator-verifier.h', |
583 '../../src/compiler/register-configuration.cc', | |
584 '../../src/compiler/register-configuration.h', | |
585 '../../src/compiler/representation-change.h', | 583 '../../src/compiler/representation-change.h', |
586 '../../src/compiler/schedule.cc', | 584 '../../src/compiler/schedule.cc', |
587 '../../src/compiler/schedule.h', | 585 '../../src/compiler/schedule.h', |
588 '../../src/compiler/scheduler.cc', | 586 '../../src/compiler/scheduler.cc', |
589 '../../src/compiler/scheduler.h', | 587 '../../src/compiler/scheduler.h', |
590 '../../src/compiler/select-lowering.cc', | 588 '../../src/compiler/select-lowering.cc', |
591 '../../src/compiler/select-lowering.h', | 589 '../../src/compiler/select-lowering.h', |
592 '../../src/compiler/simplified-lowering.cc', | 590 '../../src/compiler/simplified-lowering.cc', |
593 '../../src/compiler/simplified-lowering.h', | 591 '../../src/compiler/simplified-lowering.h', |
594 '../../src/compiler/simplified-operator-reducer.cc', | 592 '../../src/compiler/simplified-operator-reducer.cc', |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
880 '../../src/regexp/jsregexp.h', | 878 '../../src/regexp/jsregexp.h', |
881 '../../src/regexp/regexp-macro-assembler-irregexp-inl.h', | 879 '../../src/regexp/regexp-macro-assembler-irregexp-inl.h', |
882 '../../src/regexp/regexp-macro-assembler-irregexp.cc', | 880 '../../src/regexp/regexp-macro-assembler-irregexp.cc', |
883 '../../src/regexp/regexp-macro-assembler-irregexp.h', | 881 '../../src/regexp/regexp-macro-assembler-irregexp.h', |
884 '../../src/regexp/regexp-macro-assembler-tracer.cc', | 882 '../../src/regexp/regexp-macro-assembler-tracer.cc', |
885 '../../src/regexp/regexp-macro-assembler-tracer.h', | 883 '../../src/regexp/regexp-macro-assembler-tracer.h', |
886 '../../src/regexp/regexp-macro-assembler.cc', | 884 '../../src/regexp/regexp-macro-assembler.cc', |
887 '../../src/regexp/regexp-macro-assembler.h', | 885 '../../src/regexp/regexp-macro-assembler.h', |
888 '../../src/regexp/regexp-stack.cc', | 886 '../../src/regexp/regexp-stack.cc', |
889 '../../src/regexp/regexp-stack.h', | 887 '../../src/regexp/regexp-stack.h', |
| 888 '../../src/register-configuration.cc', |
| 889 '../../src/register-configuration.h', |
890 '../../src/rewriter.cc', | 890 '../../src/rewriter.cc', |
891 '../../src/rewriter.h', | 891 '../../src/rewriter.h', |
892 '../../src/runtime-profiler.cc', | 892 '../../src/runtime-profiler.cc', |
893 '../../src/runtime-profiler.h', | 893 '../../src/runtime-profiler.h', |
894 '../../src/runtime/runtime-array.cc', | 894 '../../src/runtime/runtime-array.cc', |
895 '../../src/runtime/runtime-atomics.cc', | 895 '../../src/runtime/runtime-atomics.cc', |
896 '../../src/runtime/runtime-classes.cc', | 896 '../../src/runtime/runtime-classes.cc', |
897 '../../src/runtime/runtime-collections.cc', | 897 '../../src/runtime/runtime-collections.cc', |
898 '../../src/runtime/runtime-compiler.cc', | 898 '../../src/runtime/runtime-compiler.cc', |
899 '../../src/runtime/runtime-date.cc', | 899 '../../src/runtime/runtime-date.cc', |
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2067 }], | 2067 }], |
2068 ['want_separate_host_toolset==1', { | 2068 ['want_separate_host_toolset==1', { |
2069 'toolsets': ['host'], | 2069 'toolsets': ['host'], |
2070 }, { | 2070 }, { |
2071 'toolsets': ['target'], | 2071 'toolsets': ['target'], |
2072 }], | 2072 }], |
2073 ], | 2073 ], |
2074 }, | 2074 }, |
2075 ], | 2075 ], |
2076 } | 2076 } |
OLD | NEW |