aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-18Include SmallVector.h header in lib/Target/WebAssembly/InstPrinter/WebAssembl...Eric Liu1-0/+1
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman1-0/+2
2016-01-20[WebAssembly] Minor code cleanups. NFC.Dan Gohman1-1/+1
2016-01-12[WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman1-0/+3
2015-12-25Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper1-1/+0
2015-12-08[WebAssembly] Trim some unneeded #includes.Dan Gohman1-1/+0
2015-12-06[WebAssembly] Factor out a TypeToString function, since we need it in multipl...Dan Gohman1-0/+7
2015-11-25[WebAssembly] Add 'final' to some classes. NFC.Dan Gohman1-1/+1
2015-08-24WebAssembly: Implement callJF Bastien1-0/+3
2015-08-24Revert two bad commits.JF Bastien1-3/+0
2015-08-24callJF Bastien1-0/+3
2015-07-22WebAssembly: basic bitcode → assembly CodeGen testJF Bastien1-0/+4
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+38