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

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

Issue 544943002: X87: Make concrete classes for individual call descriptors (Closed) Base URL: https://github.com/v8/v8.git@bleeding_edge
Patch Set: Created 6 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 | « src/x87/lithium-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 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 '../../src/x87/lithium-x87.cc', 958 '../../src/x87/lithium-x87.cc',
959 '../../src/x87/lithium-x87.h', 959 '../../src/x87/lithium-x87.h',
960 '../../src/x87/macro-assembler-x87.cc', 960 '../../src/x87/macro-assembler-x87.cc',
961 '../../src/x87/macro-assembler-x87.h', 961 '../../src/x87/macro-assembler-x87.h',
962 '../../src/x87/regexp-macro-assembler-x87.cc', 962 '../../src/x87/regexp-macro-assembler-x87.cc',
963 '../../src/x87/regexp-macro-assembler-x87.h', 963 '../../src/x87/regexp-macro-assembler-x87.h',
964 '../../src/ic/x87/access-compiler-x87.cc', 964 '../../src/ic/x87/access-compiler-x87.cc',
965 '../../src/ic/x87/handler-compiler-x87.cc', 965 '../../src/ic/x87/handler-compiler-x87.cc',
966 '../../src/ic/x87/ic-x87.cc', 966 '../../src/ic/x87/ic-x87.cc',
967 '../../src/ic/x87/ic-compiler-x87.cc', 967 '../../src/ic/x87/ic-compiler-x87.cc',
968 '../../src/ic/x87/ic-conventions-x87.cc',
969 '../../src/ic/x87/stub-cache-x87.cc', 968 '../../src/ic/x87/stub-cache-x87.cc',
970 ], 969 ],
971 }], 970 }],
972 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 971 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
973 'sources': [ ### gcmole(arch:mipsel) ### 972 'sources': [ ### gcmole(arch:mipsel) ###
974 '../../src/mips/assembler-mips.cc', 973 '../../src/mips/assembler-mips.cc',
975 '../../src/mips/assembler-mips.h', 974 '../../src/mips/assembler-mips.h',
976 '../../src/mips/assembler-mips-inl.h', 975 '../../src/mips/assembler-mips-inl.h',
977 '../../src/mips/builtins-mips.cc', 976 '../../src/mips/builtins-mips.cc',
978 '../../src/mips/codegen-mips.cc', 977 '../../src/mips/codegen-mips.cc',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1642 }], 1641 }],
1643 ['v8_compress_startup_data=="bz2"', { 1642 ['v8_compress_startup_data=="bz2"', {
1644 'libraries': [ 1643 'libraries': [
1645 '-lbz2', 1644 '-lbz2',
1646 ] 1645 ]
1647 }], 1646 }],
1648 ], 1647 ],
1649 }, 1648 },
1650 ], 1649 ],
1651 } 1650 }
OLDNEW
« no previous file with comments | « src/x87/lithium-x87.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698