[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrInfo.cpp
2015-11-29 Dan Gohman[WebAssembly] Minor clang-format and selected clang...
2015-11-23 Dan Gohman[WebAssembly] Don't use set_local instructions explicitly.
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
2015-11-16 Derek Schuff[WebAssembly] Reverse the order of operands for br_if
2015-11-13 Dan Gohman[WebAssembly] Rename BR_IF_ to BR_IF
2015-10-20 JF BastienWebAssembly: fix syntax for br_if.
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass
2015-09-09 Dan Gohman[WebAssembly] Implement WebAssemblyInstrInfo::copyPhysReg
2015-07-22 JF BastienWebAssembly: basic bitcode → assembly CodeGen test
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend