summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-36/+31
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-1/+20
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-2/+2
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-061-2/+19
* [WebAssembly] Remove the output operand from stores.Dan Gohman2016-10-061-3/+6
* [WebAssembly] Add binary-encoding opcode values to instruction descriptions.Dan Gohman2016-10-051-0/+4
* [WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.Dan Gohman2016-10-031-2/+2
* [WebAssembly] Support CFI for WebAssembly targetDerek Schuff2016-08-011-1/+3
* [WebAssembly] Implement support for custom NaN bit patterns.Dan Gohman2016-02-161-2/+4
* [WebAssembly] Fix uses of FrameIndex as store valuesDerek Schuff2016-01-301-0/+2
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-1/+46
* [WebAssembly] Remove an unused data member. NFC.Dan Gohman2016-01-191-2/+1
* [WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman2016-01-121-5/+12
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-0/+3
* [WebAssembly] Define OperandTypes for decoding immediate values.Dan Gohman2016-01-121-11/+21
* [WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.Dan Gohman2016-01-121-0/+11
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-081-6/+0
* [WebAssembly] Remove unused arguments, unused functions. NFC.Dan Gohman2016-01-081-4/+1
* [WebAssembly] Experimental ELF writer supportDan Gohman2015-12-171-0/+3
* [WebAssembly] Trim some unneeded #includes.Dan Gohman2015-12-081-1/+0
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-1/+6
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-221-0/+5
* WebAssembly: basic instructions todo, and basic register info.JF Bastien2015-07-101-0/+3
* [WebAssembly] Define separate Target instances for 32-bit and 64-bit.Dan Gohman2015-07-011-1/+2
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+52
OpenPOWER on IntegriCloud