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

Side by Side Diff: llvm/lib/Target/Mips/MipsNaClRewritePass.h

Issue 8273005: [MIPS] Initial support for MIPS architecture. (Closed)
Patch Set: Created 9 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
« no previous file with comments | « llvm/lib/Target/Mips/MipsNaClHeaders.cpp ('k') | llvm/lib/Target/Mips/MipsNaClRewritePass.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 //===-- MipsNaClRewritePass.h - NaCl Sandboxing Pass ------- --*- C++ -*-===/ /
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 //===----------------------------------------------------------------------===//
6
7 #ifndef TARGET_MIPSNACLREWRITEPASS_H
8 #define TARGET_MIPSNACLREWRITEPASS_H
9
10 #include "llvm/Target/TargetRegisterInfo.h"
11 #include "llvm/CodeGen/MachineInstr.h"
12 #include "llvm/Support/CommandLine.h"
13
14 namespace llvm {
15 extern cl::opt<bool> FlagSfiZeroMask;
16 extern cl::opt<bool> FlagSfiData;
17 extern cl::opt<bool> FlagSfiLoad;
18 extern cl::opt<bool> FlagSfiStore;
19 extern cl::opt<bool> FlagSfiStack;
20 extern cl::opt<bool> FlagSfiBranch;
21 }
22
23 #endif
OLDNEW
« no previous file with comments | « llvm/lib/Target/Mips/MipsNaClHeaders.cpp ('k') | llvm/lib/Target/Mips/MipsNaClRewritePass.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698