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

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

Issue 264067: Initial port of top-level code generator to ARM. For the constant... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 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 | « src/ia32/fast-codegen-ia32.cc ('k') | tools/visual_studio/v8_base_arm.vcproj » ('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 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 '../../src/debug-agent.cc', 249 '../../src/debug-agent.cc',
250 '../../src/debug-agent.h', 250 '../../src/debug-agent.h',
251 '../../src/disasm.h', 251 '../../src/disasm.h',
252 '../../src/disassembler.cc', 252 '../../src/disassembler.cc',
253 '../../src/disassembler.h', 253 '../../src/disassembler.h',
254 '../../src/dtoa-config.c', 254 '../../src/dtoa-config.c',
255 '../../src/execution.cc', 255 '../../src/execution.cc',
256 '../../src/execution.h', 256 '../../src/execution.h',
257 '../../src/factory.cc', 257 '../../src/factory.cc',
258 '../../src/factory.h', 258 '../../src/factory.h',
259 '../../src/fast-codegen.cc',
260 '../../src/fast-codegen.h',
259 '../../src/flag-definitions.h', 261 '../../src/flag-definitions.h',
260 '../../src/flags.cc', 262 '../../src/flags.cc',
261 '../../src/flags.h', 263 '../../src/flags.h',
264 '../../src/frame-element.cc',
265 '../../src/frame-element.h',
262 '../../src/frames-inl.h', 266 '../../src/frames-inl.h',
263 '../../src/frames.cc', 267 '../../src/frames.cc',
264 '../../src/frames.h', 268 '../../src/frames.h',
265 '../../src/frame-element.cc',
266 '../../src/frame-element.h',
267 '../../src/func-name-inferrer.cc', 269 '../../src/func-name-inferrer.cc',
268 '../../src/func-name-inferrer.h', 270 '../../src/func-name-inferrer.h',
269 '../../src/global-handles.cc', 271 '../../src/global-handles.cc',
270 '../../src/global-handles.h', 272 '../../src/global-handles.h',
271 '../../src/globals.h', 273 '../../src/globals.h',
272 '../../src/handles-inl.h', 274 '../../src/handles-inl.h',
273 '../../src/handles.cc', 275 '../../src/handles.cc',
274 '../../src/handles.h', 276 '../../src/handles.h',
275 '../../src/hashmap.cc', 277 '../../src/hashmap.cc',
276 '../../src/hashmap.h', 278 '../../src/hashmap.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 '../../src/arm/assembler-arm-inl.h', 389 '../../src/arm/assembler-arm-inl.h',
388 '../../src/arm/assembler-arm.cc', 390 '../../src/arm/assembler-arm.cc',
389 '../../src/arm/assembler-arm.h', 391 '../../src/arm/assembler-arm.h',
390 '../../src/arm/builtins-arm.cc', 392 '../../src/arm/builtins-arm.cc',
391 '../../src/arm/codegen-arm.cc', 393 '../../src/arm/codegen-arm.cc',
392 '../../src/arm/codegen-arm.h', 394 '../../src/arm/codegen-arm.h',
393 '../../src/arm/constants-arm.h', 395 '../../src/arm/constants-arm.h',
394 '../../src/arm/cpu-arm.cc', 396 '../../src/arm/cpu-arm.cc',
395 '../../src/arm/debug-arm.cc', 397 '../../src/arm/debug-arm.cc',
396 '../../src/arm/disasm-arm.cc', 398 '../../src/arm/disasm-arm.cc',
399 '../../src/arm/fast-codegen-arm.cc',
397 '../../src/arm/frames-arm.cc', 400 '../../src/arm/frames-arm.cc',
398 '../../src/arm/frames-arm.h', 401 '../../src/arm/frames-arm.h',
399 '../../src/arm/ic-arm.cc', 402 '../../src/arm/ic-arm.cc',
400 '../../src/arm/jump-target-arm.cc', 403 '../../src/arm/jump-target-arm.cc',
401 '../../src/arm/macro-assembler-arm.cc', 404 '../../src/arm/macro-assembler-arm.cc',
402 '../../src/arm/macro-assembler-arm.h', 405 '../../src/arm/macro-assembler-arm.h',
403 '../../src/arm/regexp-macro-assembler-arm.cc', 406 '../../src/arm/regexp-macro-assembler-arm.cc',
404 '../../src/arm/regexp-macro-assembler-arm.h', 407 '../../src/arm/regexp-macro-assembler-arm.h',
405 '../../src/arm/register-allocator-arm.cc', 408 '../../src/arm/register-allocator-arm.cc',
406 '../../src/arm/simulator-arm.cc', 409 '../../src/arm/simulator-arm.cc',
407 '../../src/arm/stub-cache-arm.cc', 410 '../../src/arm/stub-cache-arm.cc',
408 '../../src/arm/virtual-frame-arm.cc', 411 '../../src/arm/virtual-frame-arm.cc',
409 '../../src/arm/virtual-frame-arm.h', 412 '../../src/arm/virtual-frame-arm.h',
410 ], 413 ],
411 }], 414 }],
412 ['target_arch=="ia32"', { 415 ['target_arch=="ia32"', {
413 'include_dirs+': [ 416 'include_dirs+': [
414 '../../src/ia32', 417 '../../src/ia32',
415 ], 418 ],
416 'sources': [ 419 'sources': [
417 '../../src/fast-codegen.cc',
418 '../../src/fast-codegen.h',
419 '../../src/ia32/assembler-ia32-inl.h', 420 '../../src/ia32/assembler-ia32-inl.h',
420 '../../src/ia32/assembler-ia32.cc', 421 '../../src/ia32/assembler-ia32.cc',
421 '../../src/ia32/assembler-ia32.h', 422 '../../src/ia32/assembler-ia32.h',
422 '../../src/ia32/builtins-ia32.cc', 423 '../../src/ia32/builtins-ia32.cc',
423 '../../src/ia32/codegen-ia32.cc', 424 '../../src/ia32/codegen-ia32.cc',
424 '../../src/ia32/codegen-ia32.h', 425 '../../src/ia32/codegen-ia32.h',
425 '../../src/ia32/cpu-ia32.cc', 426 '../../src/ia32/cpu-ia32.cc',
426 '../../src/ia32/debug-ia32.cc', 427 '../../src/ia32/debug-ia32.cc',
427 '../../src/ia32/disasm-ia32.cc', 428 '../../src/ia32/disasm-ia32.cc',
428 '../../src/ia32/fast-codegen-ia32.cc', 429 '../../src/ia32/fast-codegen-ia32.cc',
429 '../../src/ia32/frames-ia32.cc', 430 '../../src/ia32/frames-ia32.cc',
430 '../../src/ia32/frames-ia32.h', 431 '../../src/ia32/frames-ia32.h',
431 '../../src/ia32/ic-ia32.cc', 432 '../../src/ia32/ic-ia32.cc',
432 '../../src/ia32/jump-target-ia32.cc', 433 '../../src/ia32/jump-target-ia32.cc',
433 '../../src/ia32/macro-assembler-ia32.cc', 434 '../../src/ia32/macro-assembler-ia32.cc',
434 '../../src/ia32/macro-assembler-ia32.h', 435 '../../src/ia32/macro-assembler-ia32.h',
435 '../../src/ia32/regexp-macro-assembler-ia32.cc', 436 '../../src/ia32/regexp-macro-assembler-ia32.cc',
436 '../../src/ia32/regexp-macro-assembler-ia32.h', 437 '../../src/ia32/regexp-macro-assembler-ia32.h',
437 '../../src/ia32/register-allocator-ia32.cc', 438 '../../src/ia32/register-allocator-ia32.cc',
438 '../../src/ia32/stub-cache-ia32.cc', 439 '../../src/ia32/stub-cache-ia32.cc',
439 '../../src/ia32/virtual-frame-ia32.cc', 440 '../../src/ia32/virtual-frame-ia32.cc',
440 '../../src/ia32/virtual-frame-ia32.h', 441 '../../src/ia32/virtual-frame-ia32.h',
441 ], 442 ],
442 }], 443 }],
443 ['target_arch=="x64"', { 444 ['target_arch=="x64"', {
444 'include_dirs+': [ 445 'include_dirs+': [
445 '../../src/x64', 446 '../../src/x64',
446 ], 447 ],
447 'sources': [ 448 'sources': [
448 '../../src/fast-codegen.cc',
449 '../../src/fast-codegen.h',
450 '../../src/x64/assembler-x64-inl.h', 449 '../../src/x64/assembler-x64-inl.h',
451 '../../src/x64/assembler-x64.cc', 450 '../../src/x64/assembler-x64.cc',
452 '../../src/x64/assembler-x64.h', 451 '../../src/x64/assembler-x64.h',
453 '../../src/x64/builtins-x64.cc', 452 '../../src/x64/builtins-x64.cc',
454 '../../src/x64/codegen-x64.cc', 453 '../../src/x64/codegen-x64.cc',
455 '../../src/x64/codegen-x64.h', 454 '../../src/x64/codegen-x64.h',
456 '../../src/x64/cpu-x64.cc', 455 '../../src/x64/cpu-x64.cc',
457 '../../src/x64/debug-x64.cc', 456 '../../src/x64/debug-x64.cc',
458 '../../src/x64/disasm-x64.cc', 457 '../../src/x64/disasm-x64.cc',
459 '../../src/x64/fast-codegen-x64.cc', 458 '../../src/x64/fast-codegen-x64.cc',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 ], 570 ],
572 'conditions': [ 571 'conditions': [
573 [ 'OS=="win"', { 572 [ 'OS=="win"', {
574 # This could be gotten by not setting chromium_code, if that's OK. 573 # This could be gotten by not setting chromium_code, if that's OK.
575 'defines': ['_CRT_SECURE_NO_WARNINGS'], 574 'defines': ['_CRT_SECURE_NO_WARNINGS'],
576 }], 575 }],
577 ], 576 ],
578 }, 577 },
579 ], 578 ],
580 } 579 }
OLDNEW
« no previous file with comments | « src/ia32/fast-codegen-ia32.cc ('k') | tools/visual_studio/v8_base_arm.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698