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

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

Issue 6311010: ARM: Port new version of ParallelMove's GapResolver to ARM. Add MemOperand s... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 10 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/arm/lithium-gap-resolver-arm.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 '../../src/arm/disasm-arm.cc', 591 '../../src/arm/disasm-arm.cc',
592 '../../src/arm/frames-arm.cc', 592 '../../src/arm/frames-arm.cc',
593 '../../src/arm/frames-arm.h', 593 '../../src/arm/frames-arm.h',
594 '../../src/arm/full-codegen-arm.cc', 594 '../../src/arm/full-codegen-arm.cc',
595 '../../src/arm/ic-arm.cc', 595 '../../src/arm/ic-arm.cc',
596 '../../src/arm/jump-target-arm.cc', 596 '../../src/arm/jump-target-arm.cc',
597 '../../src/arm/lithium-arm.cc', 597 '../../src/arm/lithium-arm.cc',
598 '../../src/arm/lithium-arm.h', 598 '../../src/arm/lithium-arm.h',
599 '../../src/arm/lithium-codegen-arm.cc', 599 '../../src/arm/lithium-codegen-arm.cc',
600 '../../src/arm/lithium-codegen-arm.h', 600 '../../src/arm/lithium-codegen-arm.h',
601 '../../src/arm/lithium-gap-resolver-arm.cc',
602 '../../src/arm/lithium-gap-resolver-arm.h',
601 '../../src/arm/macro-assembler-arm.cc', 603 '../../src/arm/macro-assembler-arm.cc',
602 '../../src/arm/macro-assembler-arm.h', 604 '../../src/arm/macro-assembler-arm.h',
603 '../../src/arm/regexp-macro-assembler-arm.cc', 605 '../../src/arm/regexp-macro-assembler-arm.cc',
604 '../../src/arm/regexp-macro-assembler-arm.h', 606 '../../src/arm/regexp-macro-assembler-arm.h',
605 '../../src/arm/register-allocator-arm.cc', 607 '../../src/arm/register-allocator-arm.cc',
606 '../../src/arm/simulator-arm.cc', 608 '../../src/arm/simulator-arm.cc',
607 '../../src/arm/stub-cache-arm.cc', 609 '../../src/arm/stub-cache-arm.cc',
608 '../../src/arm/virtual-frame-arm-inl.h', 610 '../../src/arm/virtual-frame-arm-inl.h',
609 '../../src/arm/virtual-frame-arm.cc', 611 '../../src/arm/virtual-frame-arm.cc',
610 '../../src/arm/virtual-frame-arm.h', 612 '../../src/arm/virtual-frame-arm.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 'target_name': 'v8_shell', 860 'target_name': 'v8_shell',
859 'type': 'none', 861 'type': 'none',
860 'dependencies': [ 862 'dependencies': [
861 'v8' 863 'v8'
862 ], 864 ],
863 }, 865 },
864 ], 866 ],
865 }], 867 }],
866 ], 868 ],
867 } 869 }
OLDNEW
« no previous file with comments | « src/arm/lithium-gap-resolver-arm.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698