OLD | NEW |
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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1109 '../../src/mips64/lithium-codegen-mips64.h', | 1109 '../../src/mips64/lithium-codegen-mips64.h', |
1110 '../../src/mips64/lithium-gap-resolver-mips64.cc', | 1110 '../../src/mips64/lithium-gap-resolver-mips64.cc', |
1111 '../../src/mips64/lithium-gap-resolver-mips64.h', | 1111 '../../src/mips64/lithium-gap-resolver-mips64.h', |
1112 '../../src/mips64/lithium-mips64.cc', | 1112 '../../src/mips64/lithium-mips64.cc', |
1113 '../../src/mips64/lithium-mips64.h', | 1113 '../../src/mips64/lithium-mips64.h', |
1114 '../../src/mips64/macro-assembler-mips64.cc', | 1114 '../../src/mips64/macro-assembler-mips64.cc', |
1115 '../../src/mips64/macro-assembler-mips64.h', | 1115 '../../src/mips64/macro-assembler-mips64.h', |
1116 '../../src/mips64/regexp-macro-assembler-mips64.cc', | 1116 '../../src/mips64/regexp-macro-assembler-mips64.cc', |
1117 '../../src/mips64/regexp-macro-assembler-mips64.h', | 1117 '../../src/mips64/regexp-macro-assembler-mips64.h', |
1118 '../../src/mips64/simulator-mips64.cc', | 1118 '../../src/mips64/simulator-mips64.cc', |
| 1119 '../../src/compiler/mips64/code-generator-mips64.cc', |
| 1120 '../../src/compiler/mips64/instruction-codes-mips64.h', |
| 1121 '../../src/compiler/mips64/instruction-selector-mips64.cc', |
| 1122 '../../src/compiler/mips64/linkage-mips64.cc', |
1119 '../../src/ic/mips64/access-compiler-mips64.cc', | 1123 '../../src/ic/mips64/access-compiler-mips64.cc', |
1120 '../../src/ic/mips64/handler-compiler-mips64.cc', | 1124 '../../src/ic/mips64/handler-compiler-mips64.cc', |
1121 '../../src/ic/mips64/ic-mips64.cc', | 1125 '../../src/ic/mips64/ic-mips64.cc', |
1122 '../../src/ic/mips64/ic-compiler-mips64.cc', | 1126 '../../src/ic/mips64/ic-compiler-mips64.cc', |
1123 '../../src/ic/mips64/stub-cache-mips64.cc', | 1127 '../../src/ic/mips64/stub-cache-mips64.cc', |
1124 ], | 1128 ], |
1125 }], | 1129 }], |
1126 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { | 1130 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { |
1127 'sources': [ ### gcmole(arch:x64) ### | 1131 'sources': [ ### gcmole(arch:x64) ### |
1128 '../../src/x64/assembler-x64-inl.h', | 1132 '../../src/x64/assembler-x64-inl.h', |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1742 }], | 1746 }], |
1743 ['v8_compress_startup_data=="bz2"', { | 1747 ['v8_compress_startup_data=="bz2"', { |
1744 'libraries': [ | 1748 'libraries': [ |
1745 '-lbz2', | 1749 '-lbz2', |
1746 ] | 1750 ] |
1747 }], | 1751 }], |
1748 ], | 1752 ], |
1749 }, | 1753 }, |
1750 ], | 1754 ], |
1751 } | 1755 } |
OLD | NEW |