aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-30[WebAssembly] Optimize the number of routing blocks in FixIrreducibleCFGHeejin Ahn1-17/+62
2019-03-27[WebAssembly] Add some whitespace to WebAssemblyFixIrreducibleControlFlowAlon Zakai1-0/+2
2019-03-19[WebAssembly] Small improvements in FixIrreducibleControlFlow (NFC)Heejin Ahn1-24/+16
2019-03-16[WebAssembly] Irreducible control flow rewriteHeejin Ahn1-245/+280
2019-03-05[WebAssembly] Simplify iterator navigations (NFC)Heejin Ahn1-2/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-04[WebAssembly] Split the checking from the sorting logic.Richard Trieu1-2/+13
2019-01-03[WebAssembly] Optimize Irreducible Control FlowHeejin Ahn1-157/+276
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-6/+7
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
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