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

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

Issue 143003013: Initial patch for a64. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 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/mjsunit/mjsunit.status ('k') | tools/run-tests.py » ('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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 '../../src/arm/lithium-gap-resolver-arm.cc', 525 '../../src/arm/lithium-gap-resolver-arm.cc',
526 '../../src/arm/lithium-gap-resolver-arm.h', 526 '../../src/arm/lithium-gap-resolver-arm.h',
527 '../../src/arm/macro-assembler-arm.cc', 527 '../../src/arm/macro-assembler-arm.cc',
528 '../../src/arm/macro-assembler-arm.h', 528 '../../src/arm/macro-assembler-arm.h',
529 '../../src/arm/regexp-macro-assembler-arm.cc', 529 '../../src/arm/regexp-macro-assembler-arm.cc',
530 '../../src/arm/regexp-macro-assembler-arm.h', 530 '../../src/arm/regexp-macro-assembler-arm.h',
531 '../../src/arm/simulator-arm.cc', 531 '../../src/arm/simulator-arm.cc',
532 '../../src/arm/stub-cache-arm.cc', 532 '../../src/arm/stub-cache-arm.cc',
533 ], 533 ],
534 }], 534 }],
535 ['v8_target_arch=="a64"', {
536 'sources': [ ### gcmole(arch:a64) ###
537 '../../src/a64/assembler-a64.cc',
538 '../../src/a64/assembler-a64.h',
539 '../../src/a64/assembler-a64-inl.h',
540 '../../src/a64/builtins-a64.cc',
541 '../../src/a64/codegen-a64.cc',
542 '../../src/a64/codegen-a64.h',
543 '../../src/a64/code-stubs-a64.cc',
544 '../../src/a64/code-stubs-a64.h',
545 '../../src/a64/constants-a64.h',
546 '../../src/a64/cpu-a64.cc',
547 '../../src/a64/cpu-a64.h',
548 '../../src/a64/debug-a64.cc',
549 '../../src/a64/debugger-a64.cc',
550 '../../src/a64/debugger-a64.h',
551 '../../src/a64/decoder-a64.cc',
552 '../../src/a64/decoder-a64.h',
553 '../../src/a64/deoptimizer-a64.cc',
554 '../../src/a64/disasm-a64.cc',
555 '../../src/a64/disasm-a64.h',
556 '../../src/a64/frames-a64.cc',
557 '../../src/a64/frames-a64.h',
558 '../../src/a64/full-codegen-a64.cc',
559 '../../src/a64/ic-a64.cc',
560 '../../src/a64/instructions-a64.cc',
561 '../../src/a64/instructions-a64.h',
562 '../../src/a64/instrument-a64.cc',
563 '../../src/a64/instrument-a64.h',
564 '../../src/a64/lithium-a64.cc',
565 '../../src/a64/lithium-a64.h',
566 '../../src/a64/lithium-codegen-a64.cc',
567 '../../src/a64/lithium-codegen-a64.h',
568 '../../src/a64/lithium-gap-resolver-a64.cc',
569 '../../src/a64/lithium-gap-resolver-a64.h',
570 '../../src/a64/macro-assembler-a64.cc',
571 '../../src/a64/macro-assembler-a64.h',
572 '../../src/a64/macro-assembler-a64-inl.h',
573 '../../src/a64/regexp-macro-assembler-a64.cc',
574 '../../src/a64/regexp-macro-assembler-a64.h',
575 '../../src/a64/simulator-a64.cc',
576 '../../src/a64/simulator-a64.h',
577 '../../src/a64/stub-cache-a64.cc',
578 '../../src/a64/utils-a64.cc',
579 '../../src/a64/utils-a64.h',
580 ],
581 }],
535 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', { 582 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', {
536 'sources': [ ### gcmole(arch:ia32) ### 583 'sources': [ ### gcmole(arch:ia32) ###
537 '../../src/ia32/assembler-ia32-inl.h', 584 '../../src/ia32/assembler-ia32-inl.h',
538 '../../src/ia32/assembler-ia32.cc', 585 '../../src/ia32/assembler-ia32.cc',
539 '../../src/ia32/assembler-ia32.h', 586 '../../src/ia32/assembler-ia32.h',
540 '../../src/ia32/builtins-ia32.cc', 587 '../../src/ia32/builtins-ia32.cc',
541 '../../src/ia32/code-stubs-ia32.cc', 588 '../../src/ia32/code-stubs-ia32.cc',
542 '../../src/ia32/code-stubs-ia32.h', 589 '../../src/ia32/code-stubs-ia32.h',
543 '../../src/ia32/codegen-ia32.cc', 590 '../../src/ia32/codegen-ia32.cc',
544 '../../src/ia32/codegen-ia32.h', 591 '../../src/ia32/codegen-ia32.h',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 }], 974 }],
928 ['v8_compress_startup_data=="bz2"', { 975 ['v8_compress_startup_data=="bz2"', {
929 'libraries': [ 976 'libraries': [
930 '-lbz2', 977 '-lbz2',
931 ] 978 ]
932 }], 979 }],
933 ], 980 ],
934 }, 981 },
935 ], 982 ],
936 } 983 }
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698