summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Minor code formatting cleanups. NFC.Dan Gohman2016-01-251-2/+1
* [WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman2016-01-121-20/+24
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-4/+0
* [WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman2016-01-111-0/+9
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-081-3/+3
* [WebAssembly] Trim unneeded #includes. NFC.Dan Gohman2015-12-221-1/+0
* Remove now-unused includeDerek Schuff2015-12-161-1/+0
* Iterate over phys regs insteadDerek Schuff2015-12-161-4/+9
* [WebAssembly] Print an extra local decl when the user stack pointer is usedDerek Schuff2015-12-161-0/+6
* [WebAssembly] Use the new offset syntax for memory operands in inline asm.Dan Gohman2015-12-161-1/+3
* [WebAssembly] Support more kinds of inline asm operandsDan Gohman2015-12-161-4/+24
* [WebAssembly] Remove .import printing.Dan Gohman2015-12-151-58/+0
* [WebAssembly] Remove an unneeded getAnalysisUsage override.Dan Gohman2015-12-101-4/+0
* [WebAssembly] Factor out a TypeToString function, since we need it in multipl...Dan Gohman2015-12-061-15/+1
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-6/+3
* [WebAssembly] Whitespace consistency. NFC.Dan Gohman2015-11-251-1/+0
* [WebAssembly] Always print loop end labelsDan Gohman2015-11-231-0/+4
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-23/+26
* [WebAssembly] Remove the AsmPrinter code for printing physical registers.Dan Gohman2015-11-201-3/+2
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-25/+20
* [WebAssembly] Fix function return type printingDerek Schuff2015-11-161-22/+32
* [WebAssembly] Inline asm support.Dan Gohman2015-11-131-0/+41
* [WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman2015-11-131-1/+3
* Roll an expression into an assert to fix -Wunused-variable in a -Asserts buildDavid Blaikie2015-11-121-2/+1
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-145/+36
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-36/+145
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-145/+36
* [WebAssembly] Support non-legal argument and return types.Dan Gohman2015-11-111-62/+88
* [WebAssembly] Remove special cases for things that are no longer special. NFC.Dan Gohman2015-11-101-16/+0
* [WebAssembly] Make expression-stack pushing explicitDan Gohman2015-11-061-7/+19
* [WebAssembly] Rename Immediate instructions to Const.Dan Gohman2015-11-051-4/+4
* [WebAssembly] Fix import statementJF Bastien2015-10-301-9/+10
* [WebAssembly] Update opcode name format for conversionsJF Bastien2015-10-291-2/+10
* WebAssembly: fix more syntaxJF Bastien2015-10-221-1/+1
* WebAssembly: support importsJF Bastien2015-10-211-1/+23
* WebAssembly: fix call/return syntax.JF Bastien2015-10-201-1/+6
* WebAssembly: don't omit dead vregs from localsJF Bastien2015-10-171-2/+4
* WebAssembly: update syntaxJF Bastien2015-10-161-31/+59
* [WebAssembly] Switch to a more traditional assembly syntaxDan Gohman2015-10-061-132/+100
* [WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman2015-10-031-1/+1
* [WebAssembly] Fix hasAddr64 being used before being initializer.Dan Gohman2015-09-231-20/+36
* Fix CodeGen/WebAssembly/global.ll test under ASAN.Alexander Kornienko2015-09-231-1/+1
* [WebAssembly] Check in an initial CFG Stackifier passDan Gohman2015-09-161-0/+8
* [WebAssembly] Tidy up some unneeded newline characters.Dan Gohman2015-09-091-10/+9
* [WebAssembly] Implement WebAssemblyInstrInfo::copyPhysRegDan Gohman2015-09-091-22/+26
* WebAssembly: generate load/storeJF Bastien2015-08-311-21/+30
* WebAssembly: NFC comment updateJF Bastien2015-08-261-1/+1
* WebAssembly: handle private/internal globals.JF Bastien2015-08-261-22/+96
* WebAssembly: assert that there aren't any constant poolsJF Bastien2015-08-251-0/+7
* WebAssembly: emit `(func (param t) (result t))` s-expressionsJF Bastien2015-08-251-0/+61
OpenPOWER on IntegriCloud