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

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

Issue 12481021: PNaCl: Add ExpandVarArgs pass for expanding out variable-args function calls (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Review Created 7 years, 9 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') | lib/Transforms/NaCl/ExpandVarArgs.cpp » ('J')
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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 void initializeUnreachableMachineBlockElimPass(PassRegistry&); 263 void initializeUnreachableMachineBlockElimPass(PassRegistry&);
264 void initializeVerifierPass(PassRegistry&); 264 void initializeVerifierPass(PassRegistry&);
265 void initializeVirtRegMapPass(PassRegistry&); 265 void initializeVirtRegMapPass(PassRegistry&);
266 void initializeVirtRegRewriterPass(PassRegistry&); 266 void initializeVirtRegRewriterPass(PassRegistry&);
267 void initializeInstSimplifierPass(PassRegistry&); 267 void initializeInstSimplifierPass(PassRegistry&);
268 void initializeUnpackMachineBundlesPass(PassRegistry&); 268 void initializeUnpackMachineBundlesPass(PassRegistry&);
269 void initializeFinalizeMachineBundlesPass(PassRegistry&); 269 void initializeFinalizeMachineBundlesPass(PassRegistry&);
270 void initializeLoopVectorizePass(PassRegistry&); 270 void initializeLoopVectorizePass(PassRegistry&);
271 void initializeBBVectorizePass(PassRegistry&); 271 void initializeBBVectorizePass(PassRegistry&);
272 void initializeMachineFunctionPrinterPassPass(PassRegistry&); 272 void initializeMachineFunctionPrinterPassPass(PassRegistry&);
273 void initializeExpandConstantExprPass(PassRegistry&); // @LOCALMOD 273 void initializeExpandConstantExprPass(PassRegistry&); // @LOCALMOD
eliben 2013/03/21 18:36:40 Just a thought: as this list keeps growing, perhap
274 void initializeExpandCtorsPass(PassRegistry&); // @LOCALMOD 274 void initializeExpandCtorsPass(PassRegistry&); // @LOCALMOD
275 void initializeExpandTlsPass(PassRegistry&); // @LOCALMOD 275 void initializeExpandTlsPass(PassRegistry&); // @LOCALMOD
276 void initializeExpandTlsConstantExprPass(PassRegistry&); // @LOCALMOD 276 void initializeExpandTlsConstantExprPass(PassRegistry&); // @LOCALMOD
277 void initializeExpandVarArgsPass(PassRegistry&); // @LOCALMOD
277 void initializeNaClCcRewritePass(PassRegistry&); // @LOCALMOD 278 void initializeNaClCcRewritePass(PassRegistry&); // @LOCALMOD
278 } 279 }
279 280
280 #endif 281 #endif
OLDNEW
« no previous file with comments | « no previous file | include/llvm/Transforms/NaCl.h » ('j') | lib/Transforms/NaCl/ExpandVarArgs.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698