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

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: minor cleanups 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
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 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 '../../src/mips/lithium-codegen-mips.h', 1005 '../../src/mips/lithium-codegen-mips.h',
1006 '../../src/mips/lithium-gap-resolver-mips.cc', 1006 '../../src/mips/lithium-gap-resolver-mips.cc',
1007 '../../src/mips/lithium-gap-resolver-mips.h', 1007 '../../src/mips/lithium-gap-resolver-mips.h',
1008 '../../src/mips/lithium-mips.cc', 1008 '../../src/mips/lithium-mips.cc',
1009 '../../src/mips/lithium-mips.h', 1009 '../../src/mips/lithium-mips.h',
1010 '../../src/mips/macro-assembler-mips.cc', 1010 '../../src/mips/macro-assembler-mips.cc',
1011 '../../src/mips/macro-assembler-mips.h', 1011 '../../src/mips/macro-assembler-mips.h',
1012 '../../src/mips/regexp-macro-assembler-mips.cc', 1012 '../../src/mips/regexp-macro-assembler-mips.cc',
1013 '../../src/mips/regexp-macro-assembler-mips.h', 1013 '../../src/mips/regexp-macro-assembler-mips.h',
1014 '../../src/mips/simulator-mips.cc', 1014 '../../src/mips/simulator-mips.cc',
1015 '../../src/compiler/mips/code-generator-mips.cc',
1016 '../../src/compiler/mips/instruction-codes-mips.h',
1017 '../../src/compiler/mips/instruction-selector-mips.cc',
1018 '../../src/compiler/mips/linkage-mips.cc',
1015 '../../src/ic/mips/access-compiler-mips.cc', 1019 '../../src/ic/mips/access-compiler-mips.cc',
1016 '../../src/ic/mips/handler-compiler-mips.cc', 1020 '../../src/ic/mips/handler-compiler-mips.cc',
1017 '../../src/ic/mips/ic-mips.cc', 1021 '../../src/ic/mips/ic-mips.cc',
1018 '../../src/ic/mips/ic-compiler-mips.cc', 1022 '../../src/ic/mips/ic-compiler-mips.cc',
1019 '../../src/ic/mips/stub-cache-mips.cc', 1023 '../../src/ic/mips/stub-cache-mips.cc',
1020 ], 1024 ],
1021 }], 1025 }],
1022 ['v8_target_arch=="mips64el"', { 1026 ['v8_target_arch=="mips64el"', {
1023 'sources': [ ### gcmole(arch:mips64el) ### 1027 'sources': [ ### gcmole(arch:mips64el) ###
1024 '../../src/mips64/assembler-mips64.cc', 1028 '../../src/mips64/assembler-mips64.cc',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1657 }], 1661 }],
1658 ['v8_compress_startup_data=="bz2"', { 1662 ['v8_compress_startup_data=="bz2"', {
1659 'libraries': [ 1663 'libraries': [
1660 '-lbz2', 1664 '-lbz2',
1661 ] 1665 ]
1662 }], 1666 }],
1663 ], 1667 ],
1664 }, 1668 },
1665 ], 1669 ],
1666 } 1670 }
OLDNEW
« src/mips/code-stubs-mips.cc ('K') | « test/cctest/compiler/call-tester.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698