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

Side by Side Diff: src/mips64/simulator-mips64.cc

Issue 1299563003: Remove grab-bag includes of v8.h from architecture ports. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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/mips64/macro-assembler-mips64.cc ('k') | src/ppc/assembler-ppc.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 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <limits.h> 5 #include <limits.h>
6 #include <stdarg.h> 6 #include <stdarg.h>
7 #include <stdlib.h> 7 #include <stdlib.h>
8 #include <cmath> 8 #include <cmath>
9 9
10 #include "src/v8.h"
11
12 #if V8_TARGET_ARCH_MIPS64 10 #if V8_TARGET_ARCH_MIPS64
13 11
14 #include "src/assembler.h" 12 #include "src/assembler.h"
15 #include "src/base/bits.h" 13 #include "src/base/bits.h"
16 #include "src/codegen.h" 14 #include "src/codegen.h"
17 #include "src/disasm.h" 15 #include "src/disasm.h"
18 #include "src/mips64/constants-mips64.h" 16 #include "src/mips64/constants-mips64.h"
19 #include "src/mips64/simulator-mips64.h" 17 #include "src/mips64/simulator-mips64.h"
20 #include "src/ostreams.h" 18 #include "src/ostreams.h"
21 19
(...skipping 4759 matching lines...) Expand 10 before | Expand all | Expand 10 after
4781 } 4779 }
4782 4780
4783 4781
4784 #undef UNSUPPORTED 4782 #undef UNSUPPORTED
4785 } // namespace internal 4783 } // namespace internal
4786 } // namespace v8 4784 } // namespace v8
4787 4785
4788 #endif // USE_SIMULATOR 4786 #endif // USE_SIMULATOR
4789 4787
4790 #endif // V8_TARGET_ARCH_MIPS64 4788 #endif // V8_TARGET_ARCH_MIPS64
OLDNEW
« no previous file with comments | « src/mips64/macro-assembler-mips64.cc ('k') | src/ppc/assembler-ppc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698