aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-25[WebAssembly] Update for Target API (TargetRegistry::RegisterMCAsmBackend) ch...David Blaikie1-1/+2
2016-06-30Delete MCCodeGenInfo.Rafael Espindola1-9/+3
2016-02-17[WebAssembly] Disable register stackification and coloring when not optimizingDerek Schuff1-0/+17
2016-01-20[WebAssembly] Minor code cleanups. NFC.Dan Gohman1-1/+1
2016-01-19[WebAssembly] Remove an unused data member. NFC.Dan Gohman1-2/+2
2016-01-12[WebAsssembly] Register the MC register info.Dan Gohman1-0/+9
2016-01-12[WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman1-10/+19
2016-01-12[WebAssembly] Register the MC subtarget info.Dan Gohman1-0/+8
2016-01-08[WebAssembly] Minor code cleanups. NFC.Dan Gohman1-3/+3
2016-01-08[WebAssembly] Remove unused arguments, unused functions. NFC.Dan Gohman1-18/+29
2015-12-17[WebAssembly] Experimental ELF writer supportDan Gohman1-0/+17
2015-11-29[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman1-2/+2
2015-11-23[WebAssembly] Remove incomplete MCCodeEmitter bits.Dan Gohman1-3/+0
2015-11-23[WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman1-0/+3
2015-11-05[WebAssembly] Add WebAssemblyMCInstLower.cpp.Dan Gohman1-0/+9
2015-07-28WebAssembly: MCAsmInfo only has one syntax variant for now.JF Bastien1-5/+3
2015-07-22WebAssembly: basic bitcode → assembly CodeGen testJF Bastien1-0/+3
2015-07-10WebAssembly: basic instructions todo, and basic register info.JF Bastien1-0/+3
2015-07-01[WebAssembly] Define separate Target instances for 32-bit and 64-bit.Dan Gohman1-1/+1
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+56