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

Side by Side Diff: include/llvm/InitializePasses.h

Issue 14607004: Insert denominator zero checks for NaCl (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Add more complex control flow test. Created 7 years, 7 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 | « no previous file | include/llvm/Transforms/NaCl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===- llvm/InitializePasses.h -------- Initialize All Passes ---*- C++ -*-===// 1 //===- llvm/InitializePasses.h -------- Initialize All Passes ---*- C++ -*-===//
2 // 2 //
3 // The LLVM Compiler Infrastructure 3 // The LLVM Compiler Infrastructure
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 // This file contains the declarations for the pass initialization routines 10 // This file contains the declarations for the pass initialization routines
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 // @LOCALMOD-BEGIN 279 // @LOCALMOD-BEGIN
280 void initializeExpandByValPass(PassRegistry&); 280 void initializeExpandByValPass(PassRegistry&);
281 void initializeExpandConstantExprPass(PassRegistry&); 281 void initializeExpandConstantExprPass(PassRegistry&);
282 void initializeExpandCtorsPass(PassRegistry&); 282 void initializeExpandCtorsPass(PassRegistry&);
283 void initializeExpandGetElementPtrPass(PassRegistry&); 283 void initializeExpandGetElementPtrPass(PassRegistry&);
284 void initializeExpandTlsConstantExprPass(PassRegistry&); 284 void initializeExpandTlsConstantExprPass(PassRegistry&);
285 void initializeExpandTlsPass(PassRegistry&); 285 void initializeExpandTlsPass(PassRegistry&);
286 void initializeExpandVarArgsPass(PassRegistry&); 286 void initializeExpandVarArgsPass(PassRegistry&);
287 void initializeFlattenGlobalsPass(PassRegistry&); 287 void initializeFlattenGlobalsPass(PassRegistry&);
288 void initializeGlobalCleanupPass(PassRegistry&); 288 void initializeGlobalCleanupPass(PassRegistry&);
289 void initializeInsertDivideCheckPass(PassRegistry&);
289 void initializeNaClCcRewritePass(PassRegistry&); 290 void initializeNaClCcRewritePass(PassRegistry&);
290 void initializePNaClABIVerifyModulePass(PassRegistry&); 291 void initializePNaClABIVerifyModulePass(PassRegistry&);
291 void initializePNaClABIVerifyFunctionsPass(PassRegistry&); 292 void initializePNaClABIVerifyFunctionsPass(PassRegistry&);
292 void initializeResolveAliasesPass(PassRegistry&); 293 void initializeResolveAliasesPass(PassRegistry&);
293 void initializeStripMetadataPass(PassRegistry&); 294 void initializeStripMetadataPass(PassRegistry&);
294 // @LOCALMOD-END 295 // @LOCALMOD-END
295 } 296 }
296 297
297 #endif 298 #endif
OLDNEW
« no previous file with comments | « no previous file | include/llvm/Transforms/NaCl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698