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

Side by Side Diff: src/IceDefs.h

Issue 1651163002: Subzero. Enables moar complex relocation offsets. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: make format Created 4 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
« no previous file with comments | « src/IceAssemblerX86BaseImpl.h ('k') | src/IceELFObjectWriter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===- subzero/src/IceDefs.h - Common Subzero declarations ------*- C++ -*-===// 1 //===- subzero/src/IceDefs.h - Common Subzero declarations ------*- C++ -*-===//
2 // 2 //
3 // The Subzero Code Generator 3 // The Subzero Code Generator
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 /// 9 ///
10 /// \file 10 /// \file
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 RPE_BasicBlockReordering, 302 RPE_BasicBlockReordering,
303 RPE_ConstantBlinding, 303 RPE_ConstantBlinding,
304 RPE_FunctionReordering, 304 RPE_FunctionReordering,
305 RPE_GlobalVariableReordering, 305 RPE_GlobalVariableReordering,
306 RPE_NopInsertion, 306 RPE_NopInsertion,
307 RPE_PooledConstantReordering, 307 RPE_PooledConstantReordering,
308 RPE_RegAllocRandomization, 308 RPE_RegAllocRandomization,
309 RPE_num 309 RPE_num
310 }; 310 };
311 311
312 using RelocOffsetArray = llvm::SmallVector<class RelocOffset *, 4>;
313
312 } // end of namespace Ice 314 } // end of namespace Ice
313 315
314 #endif // SUBZERO_SRC_ICEDEFS_H 316 #endif // SUBZERO_SRC_ICEDEFS_H
OLDNEW
« no previous file with comments | « src/IceAssemblerX86BaseImpl.h ('k') | src/IceELFObjectWriter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698