aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar1-1/+1
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith1-2/+2
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer1-2/+2
2016-01-28[WebAssembly] Enhanced register stackificationDan Gohman1-0/+3
2016-01-19[WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman1-0/+3
2015-11-29[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman1-2/+1
2015-09-16[WebAssembly] Check in an initial CFG Stackifier passDan Gohman1-0/+12
2015-09-09[WebAssembly] Implement WebAssemblyInstrInfo::copyPhysRegDan Gohman1-0/+4
2015-07-22WebAssembly: basic bitcode → assembly CodeGen testJF Bastien1-1/+4
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+37