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

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

Issue 601723002: MIPS: Add turbofan support for mips32. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased 1-Oct, port r24319, r24350, r24356, r24367. Created 6 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « test/unittests/unittests.gyp ('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 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 '../../src/mips/lithium-codegen-mips.h', 1035 '../../src/mips/lithium-codegen-mips.h',
1036 '../../src/mips/lithium-gap-resolver-mips.cc', 1036 '../../src/mips/lithium-gap-resolver-mips.cc',
1037 '../../src/mips/lithium-gap-resolver-mips.h', 1037 '../../src/mips/lithium-gap-resolver-mips.h',
1038 '../../src/mips/lithium-mips.cc', 1038 '../../src/mips/lithium-mips.cc',
1039 '../../src/mips/lithium-mips.h', 1039 '../../src/mips/lithium-mips.h',
1040 '../../src/mips/macro-assembler-mips.cc', 1040 '../../src/mips/macro-assembler-mips.cc',
1041 '../../src/mips/macro-assembler-mips.h', 1041 '../../src/mips/macro-assembler-mips.h',
1042 '../../src/mips/regexp-macro-assembler-mips.cc', 1042 '../../src/mips/regexp-macro-assembler-mips.cc',
1043 '../../src/mips/regexp-macro-assembler-mips.h', 1043 '../../src/mips/regexp-macro-assembler-mips.h',
1044 '../../src/mips/simulator-mips.cc', 1044 '../../src/mips/simulator-mips.cc',
1045 '../../src/compiler/mips/code-generator-mips.cc',
1046 '../../src/compiler/mips/instruction-codes-mips.h',
1047 '../../src/compiler/mips/instruction-selector-mips.cc',
1048 '../../src/compiler/mips/linkage-mips.cc',
1045 '../../src/ic/mips/access-compiler-mips.cc', 1049 '../../src/ic/mips/access-compiler-mips.cc',
1046 '../../src/ic/mips/handler-compiler-mips.cc', 1050 '../../src/ic/mips/handler-compiler-mips.cc',
1047 '../../src/ic/mips/ic-mips.cc', 1051 '../../src/ic/mips/ic-mips.cc',
1048 '../../src/ic/mips/ic-compiler-mips.cc', 1052 '../../src/ic/mips/ic-compiler-mips.cc',
1049 '../../src/ic/mips/stub-cache-mips.cc', 1053 '../../src/ic/mips/stub-cache-mips.cc',
1050 ], 1054 ],
1051 }], 1055 }],
1052 ['v8_target_arch=="mips64el"', { 1056 ['v8_target_arch=="mips64el"', {
1053 'sources': [ ### gcmole(arch:mips64el) ### 1057 'sources': [ ### gcmole(arch:mips64el) ###
1054 '../../src/mips64/assembler-mips64.cc', 1058 '../../src/mips64/assembler-mips64.cc',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 }], 1691 }],
1688 ['v8_compress_startup_data=="bz2"', { 1692 ['v8_compress_startup_data=="bz2"', {
1689 'libraries': [ 1693 'libraries': [
1690 '-lbz2', 1694 '-lbz2',
1691 ] 1695 ]
1692 }], 1696 }],
1693 ], 1697 ],
1694 }, 1698 },
1695 ], 1699 ],
1696 } 1700 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698