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

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

Issue 6263005: Change the algorithm and generated code for parallel moves on IA32. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge/build/ia32
Patch Set: Rebased to HEAD. Created 9 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
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 '../../src/arm/constants-arm.cc', 574 '../../src/arm/constants-arm.cc',
575 '../../src/arm/cpu-arm.cc', 575 '../../src/arm/cpu-arm.cc',
576 '../../src/arm/debug-arm.cc', 576 '../../src/arm/debug-arm.cc',
577 '../../src/arm/deoptimizer-arm.cc', 577 '../../src/arm/deoptimizer-arm.cc',
578 '../../src/arm/disasm-arm.cc', 578 '../../src/arm/disasm-arm.cc',
579 '../../src/arm/frames-arm.cc', 579 '../../src/arm/frames-arm.cc',
580 '../../src/arm/frames-arm.h', 580 '../../src/arm/frames-arm.h',
581 '../../src/arm/full-codegen-arm.cc', 581 '../../src/arm/full-codegen-arm.cc',
582 '../../src/arm/ic-arm.cc', 582 '../../src/arm/ic-arm.cc',
583 '../../src/arm/jump-target-arm.cc', 583 '../../src/arm/jump-target-arm.cc',
584 '../../src/arm/lithium-arm.cc',
585 '../../src/arm/lithium-arm.h',
584 '../../src/arm/lithium-codegen-arm.cc', 586 '../../src/arm/lithium-codegen-arm.cc',
585 '../../src/arm/lithium-codegen-arm.h', 587 '../../src/arm/lithium-codegen-arm.h',
586 '../../src/arm/lithium-arm.cc', 588 '../../src/arm/lithium-move-assembler-arm.cc',
587 '../../src/arm/lithium-arm.h', 589 '../../src/arm/lithium-move-assembler-arm.h',
588 '../../src/arm/macro-assembler-arm.cc', 590 '../../src/arm/macro-assembler-arm.cc',
589 '../../src/arm/macro-assembler-arm.h', 591 '../../src/arm/macro-assembler-arm.h',
590 '../../src/arm/regexp-macro-assembler-arm.cc', 592 '../../src/arm/regexp-macro-assembler-arm.cc',
591 '../../src/arm/regexp-macro-assembler-arm.h', 593 '../../src/arm/regexp-macro-assembler-arm.h',
592 '../../src/arm/register-allocator-arm.cc', 594 '../../src/arm/register-allocator-arm.cc',
593 '../../src/arm/simulator-arm.cc', 595 '../../src/arm/simulator-arm.cc',
594 '../../src/arm/stub-cache-arm.cc', 596 '../../src/arm/stub-cache-arm.cc',
595 '../../src/arm/virtual-frame-arm-inl.h', 597 '../../src/arm/virtual-frame-arm-inl.h',
596 '../../src/arm/virtual-frame-arm.cc', 598 '../../src/arm/virtual-frame-arm.cc',
597 '../../src/arm/virtual-frame-arm.h', 599 '../../src/arm/virtual-frame-arm.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 '../../src/ia32/disasm-ia32.cc', 631 '../../src/ia32/disasm-ia32.cc',
630 '../../src/ia32/frames-ia32.cc', 632 '../../src/ia32/frames-ia32.cc',
631 '../../src/ia32/frames-ia32.h', 633 '../../src/ia32/frames-ia32.h',
632 '../../src/ia32/full-codegen-ia32.cc', 634 '../../src/ia32/full-codegen-ia32.cc',
633 '../../src/ia32/ic-ia32.cc', 635 '../../src/ia32/ic-ia32.cc',
634 '../../src/ia32/jump-target-ia32.cc', 636 '../../src/ia32/jump-target-ia32.cc',
635 '../../src/ia32/lithium-codegen-ia32.cc', 637 '../../src/ia32/lithium-codegen-ia32.cc',
636 '../../src/ia32/lithium-codegen-ia32.h', 638 '../../src/ia32/lithium-codegen-ia32.h',
637 '../../src/ia32/lithium-ia32.cc', 639 '../../src/ia32/lithium-ia32.cc',
638 '../../src/ia32/lithium-ia32.h', 640 '../../src/ia32/lithium-ia32.h',
641 '../../src/ia32/lithium-move-assembler-ia32.cc',
642 '../../src/ia32/lithium-move-assembler-ia32.h',
639 '../../src/ia32/macro-assembler-ia32.cc', 643 '../../src/ia32/macro-assembler-ia32.cc',
640 '../../src/ia32/macro-assembler-ia32.h', 644 '../../src/ia32/macro-assembler-ia32.h',
641 '../../src/ia32/regexp-macro-assembler-ia32.cc', 645 '../../src/ia32/regexp-macro-assembler-ia32.cc',
642 '../../src/ia32/regexp-macro-assembler-ia32.h', 646 '../../src/ia32/regexp-macro-assembler-ia32.h',
643 '../../src/ia32/register-allocator-ia32.cc', 647 '../../src/ia32/register-allocator-ia32.cc',
644 '../../src/ia32/stub-cache-ia32.cc', 648 '../../src/ia32/stub-cache-ia32.cc',
645 '../../src/ia32/virtual-frame-ia32.cc', 649 '../../src/ia32/virtual-frame-ia32.cc',
646 '../../src/ia32/virtual-frame-ia32.h', 650 '../../src/ia32/virtual-frame-ia32.h',
647 ], 651 ],
648 }], 652 }],
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'target_name': 'v8_shell', 846 'target_name': 'v8_shell',
843 'type': 'none', 847 'type': 'none',
844 'dependencies': [ 848 'dependencies': [
845 'v8' 849 'v8'
846 ], 850 ],
847 }, 851 },
848 ], 852 ],
849 }], 853 }],
850 ], 854 ],
851 } 855 }
OLDNEW
« src/ia32/lithium-gap-resolver-ia32.cc ('K') | « src/lithium-allocator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698