This exposes WebAssembly passes for use on the command line (as
arguments to -print-before and the like).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 16599 Build 16599: arc lint + arc unit
Paths
| Differential D45103
[WebAssembly] Register wasm passes with the PassRegistry ClosedPublic Authored by jgravelle-google on Mar 30 2018, 12:22 PM.
Details Summary This exposes WebAssembly passes for use on the command line (as
Diff Detail
Event TimelineHerald added subscribers: aheejin, sbc100, jfb, MatzeB. · View Herald TranscriptMar 30 2018, 12:22 PM This revision is now accepted and ready to land.Mar 30 2018, 1:32 PM Closed by commit rL328901: [WebAssembly] Register wasm passes with the PassRegistry (authored by jgravelle). · Explain WhyMar 30 2018, 1:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 140468 lib/Target/WebAssembly/WebAssembly.h
lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp
lib/Target/WebAssembly/WebAssemblyPeephole.cpp
lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
|