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

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

Issue 1692803002: Remove Emscripten support (Closed) Base URL: https://chromium.googlesource.com/a/native_client/pnacl-llvm.git@master
Patch Set: 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 | « include/llvm/ADT/Triple.h ('k') | 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 void initializeSandboxIndirectCallsPass(PassRegistry&); 344 void initializeSandboxIndirectCallsPass(PassRegistry&);
345 void initializeSandboxMemoryAccessesPass(PassRegistry&); 345 void initializeSandboxMemoryAccessesPass(PassRegistry&);
346 void initializeSimplifyAllocasPass(PassRegistry&); 346 void initializeSimplifyAllocasPass(PassRegistry&);
347 void initializeSimplifyStructRegSignaturesPass(PassRegistry&); 347 void initializeSimplifyStructRegSignaturesPass(PassRegistry&);
348 void initializeStripAttributesPass(PassRegistry&); 348 void initializeStripAttributesPass(PassRegistry&);
349 void initializeStripMetadataPass(PassRegistry&); 349 void initializeStripMetadataPass(PassRegistry&);
350 void initializeStripModuleFlagsPass(PassRegistry&); 350 void initializeStripModuleFlagsPass(PassRegistry&);
351 void initializeStripDanglingDISubprogramsPass(PassRegistry&); 351 void initializeStripDanglingDISubprogramsPass(PassRegistry&);
352 void initializeStripTlsPass(PassRegistry&); 352 void initializeStripTlsPass(PassRegistry&);
353 void initializeSubstituteUndefsPass(PassRegistry&); 353 void initializeSubstituteUndefsPass(PassRegistry&);
354 // Emscripten passes:
355 void initializeExpandI64Pass(PassRegistry&);
356 void initializeExpandInsertExtractElementPass(PassRegistry&);
357 void initializeLowerEmAsyncifyPass(PassRegistry&);
358 void initializeLowerEmExceptionsPass(PassRegistry&);
359 void initializeLowerEmSetjmpPass(PassRegistry&);
360 void initializeNoExitRuntimePass(PassRegistry&);
361 // Emscripten passes end.
362 // @LOCALMOD-END 354 // @LOCALMOD-END
363 } 355 }
364 356
365 #endif 357 #endif
OLDNEW
« no previous file with comments | « include/llvm/ADT/Triple.h ('k') | include/llvm/Transforms/NaCl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698