summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* WebAssembly: Implement callJF Bastien2015-08-241-0/+6
* Revert two bad commits.JF Bastien2015-08-241-1/+0
* Missing print.JF Bastien2015-08-241-0/+1
* [WebAssembly] Make the assembly printer indent instructions.Dan Gohman2015-08-241-0/+2
* [WebAssembly] CodeGen support for __builtin_wasm_page_size()Dan Gohman2015-08-241-1/+1
* [WebAssembly] Use the checked form of MachineFunction::getSubtarget. NFC.Dan Gohman2015-08-241-2/+1
* WebAssembly: NFC fix release build break, unused variable.JF Bastien2015-08-111-0/+1
* WebAssembly: simply assert on SNaN and NaNs with payloadsJF Bastien2015-08-111-4/+5
* WebAssembly: print immediatesJF Bastien2015-08-101-19/+27
* WebAssembly: textual emission uses expected opcode namesJF Bastien2015-08-071-12/+13
* WebAssembly: handle more than int32 argument/returnJF Bastien2015-08-011-1/+14
* WebAssembly: print basic integer assembly.JF Bastien2015-07-311-5/+39
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-221-0/+91
OpenPOWER on IntegriCloud