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

Side by Side Diff: src/v8.gyp

Issue 2145023002: [builtins] move builtin files to src/builtins/. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 4 years, 5 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/s390/builtins-s390.cc ('k') | src/x64/builtins-x64.cc » ('j') | 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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'basic-block-profiler.cc', 460 'basic-block-profiler.cc',
461 'basic-block-profiler.h', 461 'basic-block-profiler.h',
462 'bignum-dtoa.cc', 462 'bignum-dtoa.cc',
463 'bignum-dtoa.h', 463 'bignum-dtoa.h',
464 'bignum.cc', 464 'bignum.cc',
465 'bignum.h', 465 'bignum.h',
466 'bit-vector.cc', 466 'bit-vector.cc',
467 'bit-vector.h', 467 'bit-vector.h',
468 'bootstrapper.cc', 468 'bootstrapper.cc',
469 'bootstrapper.h', 469 'bootstrapper.h',
470 'builtins.cc', 470 'builtins/builtins.cc',
471 'builtins.h', 471 'builtins/builtins.h',
472 'cached-powers.cc', 472 'cached-powers.cc',
473 'cached-powers.h', 473 'cached-powers.h',
474 'cancelable-task.cc', 474 'cancelable-task.cc',
475 'cancelable-task.h', 475 'cancelable-task.h',
476 'char-predicates.cc', 476 'char-predicates.cc',
477 'char-predicates-inl.h', 477 'char-predicates-inl.h',
478 'char-predicates.h', 478 'char-predicates.h',
479 'checks.h', 479 'checks.h',
480 'code-events.h', 480 'code-events.h',
481 'code-factory.cc', 481 'code-factory.cc',
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 ['want_separate_host_toolset==1', { 1210 ['want_separate_host_toolset==1', {
1211 'toolsets': ['host', 'target'], 1211 'toolsets': ['host', 'target'],
1212 }, { 1212 }, {
1213 'toolsets': ['target'], 1213 'toolsets': ['target'],
1214 }], 1214 }],
1215 ['v8_target_arch=="arm"', { 1215 ['v8_target_arch=="arm"', {
1216 'sources': [ ### gcmole(arch:arm) ### 1216 'sources': [ ### gcmole(arch:arm) ###
1217 'arm/assembler-arm-inl.h', 1217 'arm/assembler-arm-inl.h',
1218 'arm/assembler-arm.cc', 1218 'arm/assembler-arm.cc',
1219 'arm/assembler-arm.h', 1219 'arm/assembler-arm.h',
1220 'arm/builtins-arm.cc',
1221 'arm/code-stubs-arm.cc', 1220 'arm/code-stubs-arm.cc',
1222 'arm/code-stubs-arm.h', 1221 'arm/code-stubs-arm.h',
1223 'arm/codegen-arm.cc', 1222 'arm/codegen-arm.cc',
1224 'arm/codegen-arm.h', 1223 'arm/codegen-arm.h',
1225 'arm/constants-arm.h', 1224 'arm/constants-arm.h',
1226 'arm/constants-arm.cc', 1225 'arm/constants-arm.cc',
1227 'arm/cpu-arm.cc', 1226 'arm/cpu-arm.cc',
1228 'arm/deoptimizer-arm.cc', 1227 'arm/deoptimizer-arm.cc',
1229 'arm/disasm-arm.cc', 1228 'arm/disasm-arm.cc',
1230 'arm/frames-arm.cc', 1229 'arm/frames-arm.cc',
1231 'arm/frames-arm.h', 1230 'arm/frames-arm.h',
1232 'arm/interface-descriptors-arm.cc', 1231 'arm/interface-descriptors-arm.cc',
1233 'arm/interface-descriptors-arm.h', 1232 'arm/interface-descriptors-arm.h',
1234 'arm/macro-assembler-arm.cc', 1233 'arm/macro-assembler-arm.cc',
1235 'arm/macro-assembler-arm.h', 1234 'arm/macro-assembler-arm.h',
1236 'arm/simulator-arm.cc', 1235 'arm/simulator-arm.cc',
1237 'arm/simulator-arm.h', 1236 'arm/simulator-arm.h',
1237 'builtins/arm/builtins-arm.cc',
1238 'compiler/arm/code-generator-arm.cc', 1238 'compiler/arm/code-generator-arm.cc',
1239 'compiler/arm/instruction-codes-arm.h', 1239 'compiler/arm/instruction-codes-arm.h',
1240 'compiler/arm/instruction-scheduler-arm.cc', 1240 'compiler/arm/instruction-scheduler-arm.cc',
1241 'compiler/arm/instruction-selector-arm.cc', 1241 'compiler/arm/instruction-selector-arm.cc',
1242 'crankshaft/arm/lithium-arm.cc', 1242 'crankshaft/arm/lithium-arm.cc',
1243 'crankshaft/arm/lithium-arm.h', 1243 'crankshaft/arm/lithium-arm.h',
1244 'crankshaft/arm/lithium-codegen-arm.cc', 1244 'crankshaft/arm/lithium-codegen-arm.cc',
1245 'crankshaft/arm/lithium-codegen-arm.h', 1245 'crankshaft/arm/lithium-codegen-arm.h',
1246 'crankshaft/arm/lithium-gap-resolver-arm.cc', 1246 'crankshaft/arm/lithium-gap-resolver-arm.cc',
1247 'crankshaft/arm/lithium-gap-resolver-arm.h', 1247 'crankshaft/arm/lithium-gap-resolver-arm.h',
1248 'debug/arm/debug-arm.cc', 1248 'debug/arm/debug-arm.cc',
1249 'full-codegen/arm/full-codegen-arm.cc', 1249 'full-codegen/arm/full-codegen-arm.cc',
1250 'ic/arm/access-compiler-arm.cc', 1250 'ic/arm/access-compiler-arm.cc',
1251 'ic/arm/handler-compiler-arm.cc', 1251 'ic/arm/handler-compiler-arm.cc',
1252 'ic/arm/ic-arm.cc', 1252 'ic/arm/ic-arm.cc',
1253 'ic/arm/ic-compiler-arm.cc', 1253 'ic/arm/ic-compiler-arm.cc',
1254 'ic/arm/stub-cache-arm.cc', 1254 'ic/arm/stub-cache-arm.cc',
1255 'regexp/arm/regexp-macro-assembler-arm.cc', 1255 'regexp/arm/regexp-macro-assembler-arm.cc',
1256 'regexp/arm/regexp-macro-assembler-arm.h', 1256 'regexp/arm/regexp-macro-assembler-arm.h',
1257 ], 1257 ],
1258 }], 1258 }],
1259 ['v8_target_arch=="arm64"', { 1259 ['v8_target_arch=="arm64"', {
1260 'sources': [ ### gcmole(arch:arm64) ### 1260 'sources': [ ### gcmole(arch:arm64) ###
1261 'arm64/assembler-arm64.cc', 1261 'arm64/assembler-arm64.cc',
1262 'arm64/assembler-arm64.h', 1262 'arm64/assembler-arm64.h',
1263 'arm64/assembler-arm64-inl.h', 1263 'arm64/assembler-arm64-inl.h',
1264 'arm64/builtins-arm64.cc',
1265 'arm64/codegen-arm64.cc', 1264 'arm64/codegen-arm64.cc',
1266 'arm64/codegen-arm64.h', 1265 'arm64/codegen-arm64.h',
1267 'arm64/code-stubs-arm64.cc', 1266 'arm64/code-stubs-arm64.cc',
1268 'arm64/code-stubs-arm64.h', 1267 'arm64/code-stubs-arm64.h',
1269 'arm64/constants-arm64.h', 1268 'arm64/constants-arm64.h',
1270 'arm64/cpu-arm64.cc', 1269 'arm64/cpu-arm64.cc',
1271 'arm64/decoder-arm64.cc', 1270 'arm64/decoder-arm64.cc',
1272 'arm64/decoder-arm64.h', 1271 'arm64/decoder-arm64.h',
1273 'arm64/decoder-arm64-inl.h', 1272 'arm64/decoder-arm64-inl.h',
1274 'arm64/deoptimizer-arm64.cc', 1273 'arm64/deoptimizer-arm64.cc',
1275 'arm64/disasm-arm64.cc', 1274 'arm64/disasm-arm64.cc',
1276 'arm64/disasm-arm64.h', 1275 'arm64/disasm-arm64.h',
1277 'arm64/frames-arm64.cc', 1276 'arm64/frames-arm64.cc',
1278 'arm64/frames-arm64.h', 1277 'arm64/frames-arm64.h',
1279 'arm64/instructions-arm64.cc', 1278 'arm64/instructions-arm64.cc',
1280 'arm64/instructions-arm64.h', 1279 'arm64/instructions-arm64.h',
1281 'arm64/instrument-arm64.cc', 1280 'arm64/instrument-arm64.cc',
1282 'arm64/instrument-arm64.h', 1281 'arm64/instrument-arm64.h',
1283 'arm64/interface-descriptors-arm64.cc', 1282 'arm64/interface-descriptors-arm64.cc',
1284 'arm64/interface-descriptors-arm64.h', 1283 'arm64/interface-descriptors-arm64.h',
1285 'arm64/macro-assembler-arm64.cc', 1284 'arm64/macro-assembler-arm64.cc',
1286 'arm64/macro-assembler-arm64.h', 1285 'arm64/macro-assembler-arm64.h',
1287 'arm64/macro-assembler-arm64-inl.h', 1286 'arm64/macro-assembler-arm64-inl.h',
1288 'arm64/simulator-arm64.cc', 1287 'arm64/simulator-arm64.cc',
1289 'arm64/simulator-arm64.h', 1288 'arm64/simulator-arm64.h',
1290 'arm64/utils-arm64.cc', 1289 'arm64/utils-arm64.cc',
1291 'arm64/utils-arm64.h', 1290 'arm64/utils-arm64.h',
1291 'builtins/arm64/builtins-arm64.cc',
1292 'compiler/arm64/code-generator-arm64.cc', 1292 'compiler/arm64/code-generator-arm64.cc',
1293 'compiler/arm64/instruction-codes-arm64.h', 1293 'compiler/arm64/instruction-codes-arm64.h',
1294 'compiler/arm64/instruction-scheduler-arm64.cc', 1294 'compiler/arm64/instruction-scheduler-arm64.cc',
1295 'compiler/arm64/instruction-selector-arm64.cc', 1295 'compiler/arm64/instruction-selector-arm64.cc',
1296 'crankshaft/arm64/delayed-masm-arm64.cc', 1296 'crankshaft/arm64/delayed-masm-arm64.cc',
1297 'crankshaft/arm64/delayed-masm-arm64.h', 1297 'crankshaft/arm64/delayed-masm-arm64.h',
1298 'crankshaft/arm64/delayed-masm-arm64-inl.h', 1298 'crankshaft/arm64/delayed-masm-arm64-inl.h',
1299 'crankshaft/arm64/lithium-arm64.cc', 1299 'crankshaft/arm64/lithium-arm64.cc',
1300 'crankshaft/arm64/lithium-arm64.h', 1300 'crankshaft/arm64/lithium-arm64.h',
1301 'crankshaft/arm64/lithium-codegen-arm64.cc', 1301 'crankshaft/arm64/lithium-codegen-arm64.cc',
1302 'crankshaft/arm64/lithium-codegen-arm64.h', 1302 'crankshaft/arm64/lithium-codegen-arm64.h',
1303 'crankshaft/arm64/lithium-gap-resolver-arm64.cc', 1303 'crankshaft/arm64/lithium-gap-resolver-arm64.cc',
1304 'crankshaft/arm64/lithium-gap-resolver-arm64.h', 1304 'crankshaft/arm64/lithium-gap-resolver-arm64.h',
1305 'debug/arm64/debug-arm64.cc', 1305 'debug/arm64/debug-arm64.cc',
1306 'full-codegen/arm64/full-codegen-arm64.cc', 1306 'full-codegen/arm64/full-codegen-arm64.cc',
1307 'ic/arm64/access-compiler-arm64.cc', 1307 'ic/arm64/access-compiler-arm64.cc',
1308 'ic/arm64/handler-compiler-arm64.cc', 1308 'ic/arm64/handler-compiler-arm64.cc',
1309 'ic/arm64/ic-arm64.cc', 1309 'ic/arm64/ic-arm64.cc',
1310 'ic/arm64/ic-compiler-arm64.cc', 1310 'ic/arm64/ic-compiler-arm64.cc',
1311 'ic/arm64/stub-cache-arm64.cc', 1311 'ic/arm64/stub-cache-arm64.cc',
1312 'regexp/arm64/regexp-macro-assembler-arm64.cc', 1312 'regexp/arm64/regexp-macro-assembler-arm64.cc',
1313 'regexp/arm64/regexp-macro-assembler-arm64.h', 1313 'regexp/arm64/regexp-macro-assembler-arm64.h',
1314 ], 1314 ],
1315 }], 1315 }],
1316 ['v8_target_arch=="ia32"', { 1316 ['v8_target_arch=="ia32"', {
1317 'sources': [ ### gcmole(arch:ia32) ### 1317 'sources': [ ### gcmole(arch:ia32) ###
1318 'ia32/assembler-ia32-inl.h', 1318 'ia32/assembler-ia32-inl.h',
1319 'ia32/assembler-ia32.cc', 1319 'ia32/assembler-ia32.cc',
1320 'ia32/assembler-ia32.h', 1320 'ia32/assembler-ia32.h',
1321 'ia32/builtins-ia32.cc',
1322 'ia32/code-stubs-ia32.cc', 1321 'ia32/code-stubs-ia32.cc',
1323 'ia32/code-stubs-ia32.h', 1322 'ia32/code-stubs-ia32.h',
1324 'ia32/codegen-ia32.cc', 1323 'ia32/codegen-ia32.cc',
1325 'ia32/codegen-ia32.h', 1324 'ia32/codegen-ia32.h',
1326 'ia32/cpu-ia32.cc', 1325 'ia32/cpu-ia32.cc',
1327 'ia32/deoptimizer-ia32.cc', 1326 'ia32/deoptimizer-ia32.cc',
1328 'ia32/disasm-ia32.cc', 1327 'ia32/disasm-ia32.cc',
1329 'ia32/frames-ia32.cc', 1328 'ia32/frames-ia32.cc',
1330 'ia32/frames-ia32.h', 1329 'ia32/frames-ia32.h',
1331 'ia32/interface-descriptors-ia32.cc', 1330 'ia32/interface-descriptors-ia32.cc',
1332 'ia32/macro-assembler-ia32.cc', 1331 'ia32/macro-assembler-ia32.cc',
1333 'ia32/macro-assembler-ia32.h', 1332 'ia32/macro-assembler-ia32.h',
1333 'builtins/ia32/builtins-ia32.cc',
1334 'compiler/ia32/code-generator-ia32.cc', 1334 'compiler/ia32/code-generator-ia32.cc',
1335 'compiler/ia32/instruction-codes-ia32.h', 1335 'compiler/ia32/instruction-codes-ia32.h',
1336 'compiler/ia32/instruction-scheduler-ia32.cc', 1336 'compiler/ia32/instruction-scheduler-ia32.cc',
1337 'compiler/ia32/instruction-selector-ia32.cc', 1337 'compiler/ia32/instruction-selector-ia32.cc',
1338 'crankshaft/ia32/lithium-codegen-ia32.cc', 1338 'crankshaft/ia32/lithium-codegen-ia32.cc',
1339 'crankshaft/ia32/lithium-codegen-ia32.h', 1339 'crankshaft/ia32/lithium-codegen-ia32.h',
1340 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', 1340 'crankshaft/ia32/lithium-gap-resolver-ia32.cc',
1341 'crankshaft/ia32/lithium-gap-resolver-ia32.h', 1341 'crankshaft/ia32/lithium-gap-resolver-ia32.h',
1342 'crankshaft/ia32/lithium-ia32.cc', 1342 'crankshaft/ia32/lithium-ia32.cc',
1343 'crankshaft/ia32/lithium-ia32.h', 1343 'crankshaft/ia32/lithium-ia32.h',
1344 'debug/ia32/debug-ia32.cc', 1344 'debug/ia32/debug-ia32.cc',
1345 'full-codegen/ia32/full-codegen-ia32.cc', 1345 'full-codegen/ia32/full-codegen-ia32.cc',
1346 'ic/ia32/access-compiler-ia32.cc', 1346 'ic/ia32/access-compiler-ia32.cc',
1347 'ic/ia32/handler-compiler-ia32.cc', 1347 'ic/ia32/handler-compiler-ia32.cc',
1348 'ic/ia32/ic-ia32.cc', 1348 'ic/ia32/ic-ia32.cc',
1349 'ic/ia32/ic-compiler-ia32.cc', 1349 'ic/ia32/ic-compiler-ia32.cc',
1350 'ic/ia32/stub-cache-ia32.cc', 1350 'ic/ia32/stub-cache-ia32.cc',
1351 'regexp/ia32/regexp-macro-assembler-ia32.cc', 1351 'regexp/ia32/regexp-macro-assembler-ia32.cc',
1352 'regexp/ia32/regexp-macro-assembler-ia32.h', 1352 'regexp/ia32/regexp-macro-assembler-ia32.h',
1353 ], 1353 ],
1354 }], 1354 }],
1355 ['v8_target_arch=="x87"', { 1355 ['v8_target_arch=="x87"', {
1356 'sources': [ ### gcmole(arch:x87) ### 1356 'sources': [ ### gcmole(arch:x87) ###
1357 'x87/assembler-x87-inl.h', 1357 'x87/assembler-x87-inl.h',
1358 'x87/assembler-x87.cc', 1358 'x87/assembler-x87.cc',
1359 'x87/assembler-x87.h', 1359 'x87/assembler-x87.h',
1360 'x87/builtins-x87.cc',
1361 'x87/code-stubs-x87.cc', 1360 'x87/code-stubs-x87.cc',
1362 'x87/code-stubs-x87.h', 1361 'x87/code-stubs-x87.h',
1363 'x87/codegen-x87.cc', 1362 'x87/codegen-x87.cc',
1364 'x87/codegen-x87.h', 1363 'x87/codegen-x87.h',
1365 'x87/cpu-x87.cc', 1364 'x87/cpu-x87.cc',
1366 'x87/deoptimizer-x87.cc', 1365 'x87/deoptimizer-x87.cc',
1367 'x87/disasm-x87.cc', 1366 'x87/disasm-x87.cc',
1368 'x87/frames-x87.cc', 1367 'x87/frames-x87.cc',
1369 'x87/frames-x87.h', 1368 'x87/frames-x87.h',
1370 'x87/interface-descriptors-x87.cc', 1369 'x87/interface-descriptors-x87.cc',
1371 'x87/macro-assembler-x87.cc', 1370 'x87/macro-assembler-x87.cc',
1372 'x87/macro-assembler-x87.h', 1371 'x87/macro-assembler-x87.h',
1372 'builtins/x87/builtins-x87.cc',
1373 'compiler/x87/code-generator-x87.cc', 1373 'compiler/x87/code-generator-x87.cc',
1374 'compiler/x87/instruction-codes-x87.h', 1374 'compiler/x87/instruction-codes-x87.h',
1375 'compiler/x87/instruction-scheduler-x87.cc', 1375 'compiler/x87/instruction-scheduler-x87.cc',
1376 'compiler/x87/instruction-selector-x87.cc', 1376 'compiler/x87/instruction-selector-x87.cc',
1377 'crankshaft/x87/lithium-codegen-x87.cc', 1377 'crankshaft/x87/lithium-codegen-x87.cc',
1378 'crankshaft/x87/lithium-codegen-x87.h', 1378 'crankshaft/x87/lithium-codegen-x87.h',
1379 'crankshaft/x87/lithium-gap-resolver-x87.cc', 1379 'crankshaft/x87/lithium-gap-resolver-x87.cc',
1380 'crankshaft/x87/lithium-gap-resolver-x87.h', 1380 'crankshaft/x87/lithium-gap-resolver-x87.h',
1381 'crankshaft/x87/lithium-x87.cc', 1381 'crankshaft/x87/lithium-x87.cc',
1382 'crankshaft/x87/lithium-x87.h', 1382 'crankshaft/x87/lithium-x87.h',
1383 'debug/x87/debug-x87.cc', 1383 'debug/x87/debug-x87.cc',
1384 'full-codegen/x87/full-codegen-x87.cc', 1384 'full-codegen/x87/full-codegen-x87.cc',
1385 'ic/x87/access-compiler-x87.cc', 1385 'ic/x87/access-compiler-x87.cc',
1386 'ic/x87/handler-compiler-x87.cc', 1386 'ic/x87/handler-compiler-x87.cc',
1387 'ic/x87/ic-x87.cc', 1387 'ic/x87/ic-x87.cc',
1388 'ic/x87/ic-compiler-x87.cc', 1388 'ic/x87/ic-compiler-x87.cc',
1389 'ic/x87/stub-cache-x87.cc', 1389 'ic/x87/stub-cache-x87.cc',
1390 'regexp/x87/regexp-macro-assembler-x87.cc', 1390 'regexp/x87/regexp-macro-assembler-x87.cc',
1391 'regexp/x87/regexp-macro-assembler-x87.h', 1391 'regexp/x87/regexp-macro-assembler-x87.h',
1392 ], 1392 ],
1393 }], 1393 }],
1394 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 1394 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
1395 'sources': [ ### gcmole(arch:mipsel) ### 1395 'sources': [ ### gcmole(arch:mipsel) ###
1396 'mips/assembler-mips.cc', 1396 'mips/assembler-mips.cc',
1397 'mips/assembler-mips.h', 1397 'mips/assembler-mips.h',
1398 'mips/assembler-mips-inl.h', 1398 'mips/assembler-mips-inl.h',
1399 'mips/builtins-mips.cc',
1400 'mips/codegen-mips.cc', 1399 'mips/codegen-mips.cc',
1401 'mips/codegen-mips.h', 1400 'mips/codegen-mips.h',
1402 'mips/code-stubs-mips.cc', 1401 'mips/code-stubs-mips.cc',
1403 'mips/code-stubs-mips.h', 1402 'mips/code-stubs-mips.h',
1404 'mips/constants-mips.cc', 1403 'mips/constants-mips.cc',
1405 'mips/constants-mips.h', 1404 'mips/constants-mips.h',
1406 'mips/cpu-mips.cc', 1405 'mips/cpu-mips.cc',
1407 'mips/deoptimizer-mips.cc', 1406 'mips/deoptimizer-mips.cc',
1408 'mips/disasm-mips.cc', 1407 'mips/disasm-mips.cc',
1409 'mips/frames-mips.cc', 1408 'mips/frames-mips.cc',
1410 'mips/frames-mips.h', 1409 'mips/frames-mips.h',
1411 'mips/interface-descriptors-mips.cc', 1410 'mips/interface-descriptors-mips.cc',
1412 'mips/macro-assembler-mips.cc', 1411 'mips/macro-assembler-mips.cc',
1413 'mips/macro-assembler-mips.h', 1412 'mips/macro-assembler-mips.h',
1414 'mips/simulator-mips.cc', 1413 'mips/simulator-mips.cc',
1415 'mips/simulator-mips.h', 1414 'mips/simulator-mips.h',
1415 'builtins/mips/builtins-mips.cc',
1416 'compiler/mips/code-generator-mips.cc', 1416 'compiler/mips/code-generator-mips.cc',
1417 'compiler/mips/instruction-codes-mips.h', 1417 'compiler/mips/instruction-codes-mips.h',
1418 'compiler/mips/instruction-scheduler-mips.cc', 1418 'compiler/mips/instruction-scheduler-mips.cc',
1419 'compiler/mips/instruction-selector-mips.cc', 1419 'compiler/mips/instruction-selector-mips.cc',
1420 'crankshaft/mips/lithium-codegen-mips.cc', 1420 'crankshaft/mips/lithium-codegen-mips.cc',
1421 'crankshaft/mips/lithium-codegen-mips.h', 1421 'crankshaft/mips/lithium-codegen-mips.h',
1422 'crankshaft/mips/lithium-gap-resolver-mips.cc', 1422 'crankshaft/mips/lithium-gap-resolver-mips.cc',
1423 'crankshaft/mips/lithium-gap-resolver-mips.h', 1423 'crankshaft/mips/lithium-gap-resolver-mips.h',
1424 'crankshaft/mips/lithium-mips.cc', 1424 'crankshaft/mips/lithium-mips.cc',
1425 'crankshaft/mips/lithium-mips.h', 1425 'crankshaft/mips/lithium-mips.h',
1426 'full-codegen/mips/full-codegen-mips.cc', 1426 'full-codegen/mips/full-codegen-mips.cc',
1427 'debug/mips/debug-mips.cc', 1427 'debug/mips/debug-mips.cc',
1428 'ic/mips/access-compiler-mips.cc', 1428 'ic/mips/access-compiler-mips.cc',
1429 'ic/mips/handler-compiler-mips.cc', 1429 'ic/mips/handler-compiler-mips.cc',
1430 'ic/mips/ic-mips.cc', 1430 'ic/mips/ic-mips.cc',
1431 'ic/mips/ic-compiler-mips.cc', 1431 'ic/mips/ic-compiler-mips.cc',
1432 'ic/mips/stub-cache-mips.cc', 1432 'ic/mips/stub-cache-mips.cc',
1433 'regexp/mips/regexp-macro-assembler-mips.cc', 1433 'regexp/mips/regexp-macro-assembler-mips.cc',
1434 'regexp/mips/regexp-macro-assembler-mips.h', 1434 'regexp/mips/regexp-macro-assembler-mips.h',
1435 ], 1435 ],
1436 }], 1436 }],
1437 ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', { 1437 ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
1438 'sources': [ ### gcmole(arch:mips64el) ### 1438 'sources': [ ### gcmole(arch:mips64el) ###
1439 'mips64/assembler-mips64.cc', 1439 'mips64/assembler-mips64.cc',
1440 'mips64/assembler-mips64.h', 1440 'mips64/assembler-mips64.h',
1441 'mips64/assembler-mips64-inl.h', 1441 'mips64/assembler-mips64-inl.h',
1442 'mips64/builtins-mips64.cc',
1443 'mips64/codegen-mips64.cc', 1442 'mips64/codegen-mips64.cc',
1444 'mips64/codegen-mips64.h', 1443 'mips64/codegen-mips64.h',
1445 'mips64/code-stubs-mips64.cc', 1444 'mips64/code-stubs-mips64.cc',
1446 'mips64/code-stubs-mips64.h', 1445 'mips64/code-stubs-mips64.h',
1447 'mips64/constants-mips64.cc', 1446 'mips64/constants-mips64.cc',
1448 'mips64/constants-mips64.h', 1447 'mips64/constants-mips64.h',
1449 'mips64/cpu-mips64.cc', 1448 'mips64/cpu-mips64.cc',
1450 'mips64/deoptimizer-mips64.cc', 1449 'mips64/deoptimizer-mips64.cc',
1451 'mips64/disasm-mips64.cc', 1450 'mips64/disasm-mips64.cc',
1452 'mips64/frames-mips64.cc', 1451 'mips64/frames-mips64.cc',
1453 'mips64/frames-mips64.h', 1452 'mips64/frames-mips64.h',
1454 'mips64/interface-descriptors-mips64.cc', 1453 'mips64/interface-descriptors-mips64.cc',
1455 'mips64/macro-assembler-mips64.cc', 1454 'mips64/macro-assembler-mips64.cc',
1456 'mips64/macro-assembler-mips64.h', 1455 'mips64/macro-assembler-mips64.h',
1457 'mips64/simulator-mips64.cc', 1456 'mips64/simulator-mips64.cc',
1458 'mips64/simulator-mips64.h', 1457 'mips64/simulator-mips64.h',
1458 'builtins/mips64/builtins-mips64.cc',
1459 'compiler/mips64/code-generator-mips64.cc', 1459 'compiler/mips64/code-generator-mips64.cc',
1460 'compiler/mips64/instruction-codes-mips64.h', 1460 'compiler/mips64/instruction-codes-mips64.h',
1461 'compiler/mips64/instruction-scheduler-mips64.cc', 1461 'compiler/mips64/instruction-scheduler-mips64.cc',
1462 'compiler/mips64/instruction-selector-mips64.cc', 1462 'compiler/mips64/instruction-selector-mips64.cc',
1463 'crankshaft/mips64/lithium-codegen-mips64.cc', 1463 'crankshaft/mips64/lithium-codegen-mips64.cc',
1464 'crankshaft/mips64/lithium-codegen-mips64.h', 1464 'crankshaft/mips64/lithium-codegen-mips64.h',
1465 'crankshaft/mips64/lithium-gap-resolver-mips64.cc', 1465 'crankshaft/mips64/lithium-gap-resolver-mips64.cc',
1466 'crankshaft/mips64/lithium-gap-resolver-mips64.h', 1466 'crankshaft/mips64/lithium-gap-resolver-mips64.h',
1467 'crankshaft/mips64/lithium-mips64.cc', 1467 'crankshaft/mips64/lithium-mips64.cc',
1468 'crankshaft/mips64/lithium-mips64.h', 1468 'crankshaft/mips64/lithium-mips64.h',
1469 'debug/mips64/debug-mips64.cc', 1469 'debug/mips64/debug-mips64.cc',
1470 'full-codegen/mips64/full-codegen-mips64.cc', 1470 'full-codegen/mips64/full-codegen-mips64.cc',
1471 'ic/mips64/access-compiler-mips64.cc', 1471 'ic/mips64/access-compiler-mips64.cc',
1472 'ic/mips64/handler-compiler-mips64.cc', 1472 'ic/mips64/handler-compiler-mips64.cc',
1473 'ic/mips64/ic-mips64.cc', 1473 'ic/mips64/ic-mips64.cc',
1474 'ic/mips64/ic-compiler-mips64.cc', 1474 'ic/mips64/ic-compiler-mips64.cc',
1475 'ic/mips64/stub-cache-mips64.cc', 1475 'ic/mips64/stub-cache-mips64.cc',
1476 'regexp/mips64/regexp-macro-assembler-mips64.cc', 1476 'regexp/mips64/regexp-macro-assembler-mips64.cc',
1477 'regexp/mips64/regexp-macro-assembler-mips64.h', 1477 'regexp/mips64/regexp-macro-assembler-mips64.h',
1478 ], 1478 ],
1479 }], 1479 }],
1480 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1480 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
1481 'sources': [ ### gcmole(arch:x64) ### 1481 'sources': [ ### gcmole(arch:x64) ###
1482 'builtins/x64/builtins-x64.cc',
1482 'crankshaft/x64/lithium-codegen-x64.cc', 1483 'crankshaft/x64/lithium-codegen-x64.cc',
1483 'crankshaft/x64/lithium-codegen-x64.h', 1484 'crankshaft/x64/lithium-codegen-x64.h',
1484 'crankshaft/x64/lithium-gap-resolver-x64.cc', 1485 'crankshaft/x64/lithium-gap-resolver-x64.cc',
1485 'crankshaft/x64/lithium-gap-resolver-x64.h', 1486 'crankshaft/x64/lithium-gap-resolver-x64.h',
1486 'crankshaft/x64/lithium-x64.cc', 1487 'crankshaft/x64/lithium-x64.cc',
1487 'crankshaft/x64/lithium-x64.h', 1488 'crankshaft/x64/lithium-x64.h',
1488 'x64/assembler-x64-inl.h', 1489 'x64/assembler-x64-inl.h',
1489 'x64/assembler-x64.cc', 1490 'x64/assembler-x64.cc',
1490 'x64/assembler-x64.h', 1491 'x64/assembler-x64.h',
1491 'x64/builtins-x64.cc',
1492 'x64/code-stubs-x64.cc', 1492 'x64/code-stubs-x64.cc',
1493 'x64/code-stubs-x64.h', 1493 'x64/code-stubs-x64.h',
1494 'x64/codegen-x64.cc', 1494 'x64/codegen-x64.cc',
1495 'x64/codegen-x64.h', 1495 'x64/codegen-x64.h',
1496 'x64/cpu-x64.cc', 1496 'x64/cpu-x64.cc',
1497 'x64/deoptimizer-x64.cc', 1497 'x64/deoptimizer-x64.cc',
1498 'x64/disasm-x64.cc', 1498 'x64/disasm-x64.cc',
1499 'x64/frames-x64.cc', 1499 'x64/frames-x64.cc',
1500 'x64/frames-x64.h', 1500 'x64/frames-x64.h',
1501 'x64/interface-descriptors-x64.cc', 1501 'x64/interface-descriptors-x64.cc',
(...skipping 13 matching lines...) Expand all
1515 ['v8_target_arch=="x64"', { 1515 ['v8_target_arch=="x64"', {
1516 'sources': [ 1516 'sources': [
1517 'compiler/x64/code-generator-x64.cc', 1517 'compiler/x64/code-generator-x64.cc',
1518 'compiler/x64/instruction-codes-x64.h', 1518 'compiler/x64/instruction-codes-x64.h',
1519 'compiler/x64/instruction-scheduler-x64.cc', 1519 'compiler/x64/instruction-scheduler-x64.cc',
1520 'compiler/x64/instruction-selector-x64.cc', 1520 'compiler/x64/instruction-selector-x64.cc',
1521 ], 1521 ],
1522 }], 1522 }],
1523 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1523 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1524 'sources': [ ### gcmole(arch:ppc) ### 1524 'sources': [ ### gcmole(arch:ppc) ###
1525 'builtins/ppc/builtins-ppc.cc',
1525 'compiler/ppc/code-generator-ppc.cc', 1526 'compiler/ppc/code-generator-ppc.cc',
1526 'compiler/ppc/instruction-codes-ppc.h', 1527 'compiler/ppc/instruction-codes-ppc.h',
1527 'compiler/ppc/instruction-scheduler-ppc.cc', 1528 'compiler/ppc/instruction-scheduler-ppc.cc',
1528 'compiler/ppc/instruction-selector-ppc.cc', 1529 'compiler/ppc/instruction-selector-ppc.cc',
1529 'crankshaft/ppc/lithium-ppc.cc', 1530 'crankshaft/ppc/lithium-ppc.cc',
1530 'crankshaft/ppc/lithium-ppc.h', 1531 'crankshaft/ppc/lithium-ppc.h',
1531 'crankshaft/ppc/lithium-codegen-ppc.cc', 1532 'crankshaft/ppc/lithium-codegen-ppc.cc',
1532 'crankshaft/ppc/lithium-codegen-ppc.h', 1533 'crankshaft/ppc/lithium-codegen-ppc.h',
1533 'crankshaft/ppc/lithium-gap-resolver-ppc.cc', 1534 'crankshaft/ppc/lithium-gap-resolver-ppc.cc',
1534 'crankshaft/ppc/lithium-gap-resolver-ppc.h', 1535 'crankshaft/ppc/lithium-gap-resolver-ppc.h',
1535 'debug/ppc/debug-ppc.cc', 1536 'debug/ppc/debug-ppc.cc',
1536 'full-codegen/ppc/full-codegen-ppc.cc', 1537 'full-codegen/ppc/full-codegen-ppc.cc',
1537 'ic/ppc/access-compiler-ppc.cc', 1538 'ic/ppc/access-compiler-ppc.cc',
1538 'ic/ppc/handler-compiler-ppc.cc', 1539 'ic/ppc/handler-compiler-ppc.cc',
1539 'ic/ppc/ic-ppc.cc', 1540 'ic/ppc/ic-ppc.cc',
1540 'ic/ppc/ic-compiler-ppc.cc', 1541 'ic/ppc/ic-compiler-ppc.cc',
1541 'ic/ppc/stub-cache-ppc.cc', 1542 'ic/ppc/stub-cache-ppc.cc',
1542 'ppc/assembler-ppc-inl.h', 1543 'ppc/assembler-ppc-inl.h',
1543 'ppc/assembler-ppc.cc', 1544 'ppc/assembler-ppc.cc',
1544 'ppc/assembler-ppc.h', 1545 'ppc/assembler-ppc.h',
1545 'ppc/builtins-ppc.cc',
1546 'ppc/code-stubs-ppc.cc', 1546 'ppc/code-stubs-ppc.cc',
1547 'ppc/code-stubs-ppc.h', 1547 'ppc/code-stubs-ppc.h',
1548 'ppc/codegen-ppc.cc', 1548 'ppc/codegen-ppc.cc',
1549 'ppc/codegen-ppc.h', 1549 'ppc/codegen-ppc.h',
1550 'ppc/constants-ppc.h', 1550 'ppc/constants-ppc.h',
1551 'ppc/constants-ppc.cc', 1551 'ppc/constants-ppc.cc',
1552 'ppc/cpu-ppc.cc', 1552 'ppc/cpu-ppc.cc',
1553 'ppc/deoptimizer-ppc.cc', 1553 'ppc/deoptimizer-ppc.cc',
1554 'ppc/disasm-ppc.cc', 1554 'ppc/disasm-ppc.cc',
1555 'ppc/frames-ppc.cc', 1555 'ppc/frames-ppc.cc',
1556 'ppc/frames-ppc.h', 1556 'ppc/frames-ppc.h',
1557 'ppc/interface-descriptors-ppc.cc', 1557 'ppc/interface-descriptors-ppc.cc',
1558 'ppc/macro-assembler-ppc.cc', 1558 'ppc/macro-assembler-ppc.cc',
1559 'ppc/macro-assembler-ppc.h', 1559 'ppc/macro-assembler-ppc.h',
1560 'ppc/simulator-ppc.cc', 1560 'ppc/simulator-ppc.cc',
1561 'ppc/simulator-ppc.h', 1561 'ppc/simulator-ppc.h',
1562 'regexp/ppc/regexp-macro-assembler-ppc.cc', 1562 'regexp/ppc/regexp-macro-assembler-ppc.cc',
1563 'regexp/ppc/regexp-macro-assembler-ppc.h', 1563 'regexp/ppc/regexp-macro-assembler-ppc.h',
1564 ], 1564 ],
1565 }], 1565 }],
1566 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', { 1566 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', {
1567 'sources': [ ### gcmole(arch:s390) ### 1567 'sources': [ ### gcmole(arch:s390) ###
1568 'builtins/s390/builtins-s390.cc',
1568 'compiler/s390/code-generator-s390.cc', 1569 'compiler/s390/code-generator-s390.cc',
1569 'compiler/s390/instruction-codes-s390.h', 1570 'compiler/s390/instruction-codes-s390.h',
1570 'compiler/s390/instruction-scheduler-s390.cc', 1571 'compiler/s390/instruction-scheduler-s390.cc',
1571 'compiler/s390/instruction-selector-s390.cc', 1572 'compiler/s390/instruction-selector-s390.cc',
1572 'crankshaft/s390/lithium-codegen-s390.cc', 1573 'crankshaft/s390/lithium-codegen-s390.cc',
1573 'crankshaft/s390/lithium-codegen-s390.h', 1574 'crankshaft/s390/lithium-codegen-s390.h',
1574 'crankshaft/s390/lithium-gap-resolver-s390.cc', 1575 'crankshaft/s390/lithium-gap-resolver-s390.cc',
1575 'crankshaft/s390/lithium-gap-resolver-s390.h', 1576 'crankshaft/s390/lithium-gap-resolver-s390.h',
1576 'crankshaft/s390/lithium-s390.cc', 1577 'crankshaft/s390/lithium-s390.cc',
1577 'crankshaft/s390/lithium-s390.h', 1578 'crankshaft/s390/lithium-s390.h',
1578 'debug/s390/debug-s390.cc', 1579 'debug/s390/debug-s390.cc',
1579 'full-codegen/s390/full-codegen-s390.cc', 1580 'full-codegen/s390/full-codegen-s390.cc',
1580 'ic/s390/access-compiler-s390.cc', 1581 'ic/s390/access-compiler-s390.cc',
1581 'ic/s390/handler-compiler-s390.cc', 1582 'ic/s390/handler-compiler-s390.cc',
1582 'ic/s390/ic-compiler-s390.cc', 1583 'ic/s390/ic-compiler-s390.cc',
1583 'ic/s390/ic-s390.cc', 1584 'ic/s390/ic-s390.cc',
1584 'ic/s390/stub-cache-s390.cc', 1585 'ic/s390/stub-cache-s390.cc',
1585 'regexp/s390/regexp-macro-assembler-s390.cc', 1586 'regexp/s390/regexp-macro-assembler-s390.cc',
1586 'regexp/s390/regexp-macro-assembler-s390.h', 1587 'regexp/s390/regexp-macro-assembler-s390.h',
1587 's390/assembler-s390.cc', 1588 's390/assembler-s390.cc',
1588 's390/assembler-s390.h', 1589 's390/assembler-s390.h',
1589 's390/assembler-s390-inl.h', 1590 's390/assembler-s390-inl.h',
1590 's390/builtins-s390.cc',
1591 's390/codegen-s390.cc', 1591 's390/codegen-s390.cc',
1592 's390/codegen-s390.h', 1592 's390/codegen-s390.h',
1593 's390/code-stubs-s390.cc', 1593 's390/code-stubs-s390.cc',
1594 's390/code-stubs-s390.h', 1594 's390/code-stubs-s390.h',
1595 's390/constants-s390.cc', 1595 's390/constants-s390.cc',
1596 's390/constants-s390.h', 1596 's390/constants-s390.h',
1597 's390/cpu-s390.cc', 1597 's390/cpu-s390.cc',
1598 's390/deoptimizer-s390.cc', 1598 's390/deoptimizer-s390.cc',
1599 's390/disasm-s390.cc', 1599 's390/disasm-s390.cc',
1600 's390/frames-s390.cc', 1600 's390/frames-s390.cc',
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 }], 2298 }],
2299 ['want_separate_host_toolset==1', { 2299 ['want_separate_host_toolset==1', {
2300 'toolsets': ['host'], 2300 'toolsets': ['host'],
2301 }, { 2301 }, {
2302 'toolsets': ['target'], 2302 'toolsets': ['target'],
2303 }], 2303 }],
2304 ], 2304 ],
2305 }, 2305 },
2306 ], 2306 ],
2307 } 2307 }
OLDNEW
« no previous file with comments | « src/s390/builtins-s390.cc ('k') | src/x64/builtins-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698