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

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

Issue 500923002: x87: Move IC code into a subdir and move ic-compilation related code from stub-cache into ic-compil… (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@bleeding_edge
Patch Set: Created 6 years, 4 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/cctest/test-disasm-x87.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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 '../../src/x87/code-stubs-x87.h', 900 '../../src/x87/code-stubs-x87.h',
901 '../../src/x87/codegen-x87.cc', 901 '../../src/x87/codegen-x87.cc',
902 '../../src/x87/codegen-x87.h', 902 '../../src/x87/codegen-x87.h',
903 '../../src/x87/cpu-x87.cc', 903 '../../src/x87/cpu-x87.cc',
904 '../../src/x87/debug-x87.cc', 904 '../../src/x87/debug-x87.cc',
905 '../../src/x87/deoptimizer-x87.cc', 905 '../../src/x87/deoptimizer-x87.cc',
906 '../../src/x87/disasm-x87.cc', 906 '../../src/x87/disasm-x87.cc',
907 '../../src/x87/frames-x87.cc', 907 '../../src/x87/frames-x87.cc',
908 '../../src/x87/frames-x87.h', 908 '../../src/x87/frames-x87.h',
909 '../../src/x87/full-codegen-x87.cc', 909 '../../src/x87/full-codegen-x87.cc',
910 '../../src/x87/ic-x87.cc',
911 '../../src/x87/lithium-codegen-x87.cc', 910 '../../src/x87/lithium-codegen-x87.cc',
912 '../../src/x87/lithium-codegen-x87.h', 911 '../../src/x87/lithium-codegen-x87.h',
913 '../../src/x87/lithium-gap-resolver-x87.cc', 912 '../../src/x87/lithium-gap-resolver-x87.cc',
914 '../../src/x87/lithium-gap-resolver-x87.h', 913 '../../src/x87/lithium-gap-resolver-x87.h',
915 '../../src/x87/lithium-x87.cc', 914 '../../src/x87/lithium-x87.cc',
916 '../../src/x87/lithium-x87.h', 915 '../../src/x87/lithium-x87.h',
917 '../../src/x87/macro-assembler-x87.cc', 916 '../../src/x87/macro-assembler-x87.cc',
918 '../../src/x87/macro-assembler-x87.h', 917 '../../src/x87/macro-assembler-x87.h',
919 '../../src/x87/regexp-macro-assembler-x87.cc', 918 '../../src/x87/regexp-macro-assembler-x87.cc',
920 '../../src/x87/regexp-macro-assembler-x87.h', 919 '../../src/x87/regexp-macro-assembler-x87.h',
921 '../../src/x87/stub-cache-x87.cc', 920 '../../src/ic/x87/ic-x87.cc',
921 '../../src/ic/x87/ic-compiler-x87.cc',
922 '../../src/ic/x87/stub-cache-x87.cc',
922 ], 923 ],
923 }], 924 }],
924 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 925 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
925 'sources': [ ### gcmole(arch:mipsel) ### 926 'sources': [ ### gcmole(arch:mipsel) ###
926 '../../src/mips/assembler-mips.cc', 927 '../../src/mips/assembler-mips.cc',
927 '../../src/mips/assembler-mips.h', 928 '../../src/mips/assembler-mips.h',
928 '../../src/mips/assembler-mips-inl.h', 929 '../../src/mips/assembler-mips-inl.h',
929 '../../src/mips/builtins-mips.cc', 930 '../../src/mips/builtins-mips.cc',
930 '../../src/mips/codegen-mips.cc', 931 '../../src/mips/codegen-mips.cc',
931 '../../src/mips/codegen-mips.h', 932 '../../src/mips/codegen-mips.h',
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1549 }], 1550 }],
1550 ['v8_compress_startup_data=="bz2"', { 1551 ['v8_compress_startup_data=="bz2"', {
1551 'libraries': [ 1552 'libraries': [
1552 '-lbz2', 1553 '-lbz2',
1553 ] 1554 ]
1554 }], 1555 }],
1555 ], 1556 ],
1556 }, 1557 },
1557 ], 1558 ],
1558 } 1559 }
OLDNEW
« no previous file with comments | « test/cctest/test-disasm-x87.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698