Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: tools/gyp/v8.gyp

Issue 1365073002: Revert of Remove register index/code indirection (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/unittests/compiler/register-allocator-unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 '../../src/compiler/pipeline.cc', 582 '../../src/compiler/pipeline.cc',
583 '../../src/compiler/pipeline.h', 583 '../../src/compiler/pipeline.h',
584 '../../src/compiler/pipeline-statistics.cc', 584 '../../src/compiler/pipeline-statistics.cc',
585 '../../src/compiler/pipeline-statistics.h', 585 '../../src/compiler/pipeline-statistics.h',
586 '../../src/compiler/raw-machine-assembler.cc', 586 '../../src/compiler/raw-machine-assembler.cc',
587 '../../src/compiler/raw-machine-assembler.h', 587 '../../src/compiler/raw-machine-assembler.h',
588 '../../src/compiler/register-allocator.cc', 588 '../../src/compiler/register-allocator.cc',
589 '../../src/compiler/register-allocator.h', 589 '../../src/compiler/register-allocator.h',
590 '../../src/compiler/register-allocator-verifier.cc', 590 '../../src/compiler/register-allocator-verifier.cc',
591 '../../src/compiler/register-allocator-verifier.h', 591 '../../src/compiler/register-allocator-verifier.h',
592 '../../src/compiler/register-configuration.cc',
593 '../../src/compiler/register-configuration.h',
592 '../../src/compiler/representation-change.h', 594 '../../src/compiler/representation-change.h',
593 '../../src/compiler/schedule.cc', 595 '../../src/compiler/schedule.cc',
594 '../../src/compiler/schedule.h', 596 '../../src/compiler/schedule.h',
595 '../../src/compiler/scheduler.cc', 597 '../../src/compiler/scheduler.cc',
596 '../../src/compiler/scheduler.h', 598 '../../src/compiler/scheduler.h',
597 '../../src/compiler/select-lowering.cc', 599 '../../src/compiler/select-lowering.cc',
598 '../../src/compiler/select-lowering.h', 600 '../../src/compiler/select-lowering.h',
599 '../../src/compiler/simplified-lowering.cc', 601 '../../src/compiler/simplified-lowering.cc',
600 '../../src/compiler/simplified-lowering.h', 602 '../../src/compiler/simplified-lowering.h',
601 '../../src/compiler/simplified-operator-reducer.cc', 603 '../../src/compiler/simplified-operator-reducer.cc',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 '../../src/regexp/jsregexp.h', 896 '../../src/regexp/jsregexp.h',
895 '../../src/regexp/regexp-macro-assembler-irregexp-inl.h', 897 '../../src/regexp/regexp-macro-assembler-irregexp-inl.h',
896 '../../src/regexp/regexp-macro-assembler-irregexp.cc', 898 '../../src/regexp/regexp-macro-assembler-irregexp.cc',
897 '../../src/regexp/regexp-macro-assembler-irregexp.h', 899 '../../src/regexp/regexp-macro-assembler-irregexp.h',
898 '../../src/regexp/regexp-macro-assembler-tracer.cc', 900 '../../src/regexp/regexp-macro-assembler-tracer.cc',
899 '../../src/regexp/regexp-macro-assembler-tracer.h', 901 '../../src/regexp/regexp-macro-assembler-tracer.h',
900 '../../src/regexp/regexp-macro-assembler.cc', 902 '../../src/regexp/regexp-macro-assembler.cc',
901 '../../src/regexp/regexp-macro-assembler.h', 903 '../../src/regexp/regexp-macro-assembler.h',
902 '../../src/regexp/regexp-stack.cc', 904 '../../src/regexp/regexp-stack.cc',
903 '../../src/regexp/regexp-stack.h', 905 '../../src/regexp/regexp-stack.h',
904 '../../src/register-configuration.cc',
905 '../../src/register-configuration.h',
906 '../../src/rewriter.cc', 906 '../../src/rewriter.cc',
907 '../../src/rewriter.h', 907 '../../src/rewriter.h',
908 '../../src/runtime-profiler.cc', 908 '../../src/runtime-profiler.cc',
909 '../../src/runtime-profiler.h', 909 '../../src/runtime-profiler.h',
910 '../../src/runtime/runtime-array.cc', 910 '../../src/runtime/runtime-array.cc',
911 '../../src/runtime/runtime-atomics.cc', 911 '../../src/runtime/runtime-atomics.cc',
912 '../../src/runtime/runtime-classes.cc', 912 '../../src/runtime/runtime-classes.cc',
913 '../../src/runtime/runtime-collections.cc', 913 '../../src/runtime/runtime-collections.cc',
914 '../../src/runtime/runtime-compiler.cc', 914 '../../src/runtime/runtime-compiler.cc',
915 '../../src/runtime/runtime-date.cc', 915 '../../src/runtime/runtime-date.cc',
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 }], 2083 }],
2084 ['want_separate_host_toolset==1', { 2084 ['want_separate_host_toolset==1', {
2085 'toolsets': ['host'], 2085 'toolsets': ['host'],
2086 }, { 2086 }, {
2087 'toolsets': ['target'], 2087 'toolsets': ['target'],
2088 }], 2088 }],
2089 ], 2089 ],
2090 }, 2090 },
2091 ], 2091 ],
2092 } 2092 }
OLDNEW
« no previous file with comments | « test/unittests/compiler/register-allocator-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698