summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Implement support for custom NaN bit patterns.Dan Gohman2016-02-161-9/+27
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-0/+10
* [WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman2016-01-121-6/+5
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-3/+51
* [WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.Dan Gohman2016-01-121-10/+22
* [WebAssembly] Add some comments and make some minor source cleanups.Dan Gohman2015-12-211-3/+4
* [WebAssembly] Factor out a TypeToString function, since we need it in multipl...Dan Gohman2015-12-061-16/+16
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-7/+16
* [WebAssembly] Suffix output operands with '='.Dan Gohman2015-11-231-0/+3
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-4/+21
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-24/+11
* [WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman2015-11-131-6/+17
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-12/+34
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-34/+12
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-12/+34
* [WebAssembly] Add WebAssemblyMCInstLower.cpp.Dan Gohman2015-11-051-4/+24
* WebAssembly: Implement callJF Bastien2015-08-241-0/+13
* Revert two bad commits.JF Bastien2015-08-241-13/+0
* callJF Bastien2015-08-241-0/+13
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-221-2/+5
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+43
OpenPOWER on IntegriCloud