aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-30[WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle1-0/+3
2018-01-26[NFC] fix trivial typos in comments and documentsHiroshi Inoue1-1/+1
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-2/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2016-04-26[WebAssembly] Account for implicit operands when computing operand indices.Dan Gohman1-1/+1
2016-03-11[WebAssembly] Add `final` keywords to a few more subclasses, for consistency.Dan Gohman1-1/+1
2016-03-09[WebAssembly] Update comments about irreducible control flow.Dan Gohman1-0/+4
2016-03-09[WebAssembly] Implement irreducible control flow.Dan Gohman1-0/+292