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

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

Issue 14617017: Adding a pass - RewritePNaClLibraryCalls, that replaces known library calls with stable bitcode int… (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Addressed latest review comments 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
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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 initializeInsertDivideCheckPass(PassRegistry&);
290 void initializeNaClCcRewritePass(PassRegistry&); 290 void initializeNaClCcRewritePass(PassRegistry&);
291 void initializePNaClABIVerifyModulePass(PassRegistry&); 291 void initializePNaClABIVerifyModulePass(PassRegistry&);
292 void initializePNaClABIVerifyFunctionsPass(PassRegistry&); 292 void initializePNaClABIVerifyFunctionsPass(PassRegistry&);
293 void initializeResolveAliasesPass(PassRegistry&); 293 void initializeResolveAliasesPass(PassRegistry&);
294 void initializeRewritePNaClLibraryCallsPass(PassRegistry&);
294 void initializeStripMetadataPass(PassRegistry&); 295 void initializeStripMetadataPass(PassRegistry&);
295 // @LOCALMOD-END 296 // @LOCALMOD-END
296 } 297 }
297 298
298 #endif 299 #endif
OLDNEW
« no previous file with comments | « no previous file | include/llvm/Transforms/NaCl.h » ('j') | test/Transforms/NaCl/rewrite-setjmp-store-error.ll » ('J')

Powered by Google App Engine
This is Rietveld 408576698