summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Don't emit .import_global for the wasm target.Dan Gohman2017-12-051-1/+2
* [WebAssembly] Revise the strategy for inline asm.Dan Gohman2017-11-081-6/+5
* [WebAssembly] Fix types for address taken functionsSam Clegg2017-07-051-5/+2
* [WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg2017-06-161-7/+0
* [WebAssembly] Fix symbol type for addresses of external functionsSam Clegg2017-06-131-2/+8
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-1/+2
* Revert r301231: Accidentally committed stale filesKrzysztof Parzyszek2017-04-241-2/+1
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-1/+2
* [WebAssembly] Initial linking metadata supportDan Gohman2017-03-301-0/+2
* [WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman2017-02-241-0/+6
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-71/+28
* [WebAssembly] Emit .import_global assembler directivesDerek Schuff2016-12-011-0/+5
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-7/+6
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-2/+2
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-061-34/+5
* [WebAssembly] Delete an unused function. NFC.Dan Gohman2016-10-031-5/+0
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [WebAssembly] Initial SIMD128 support.Derek Schuff2016-08-021-2/+11
* [WebAssembly] Support CFI for WebAssembly targetDerek Schuff2016-08-011-1/+10
* [WebAssembly] Emit type signatures for declared functionsDerek Schuff2016-06-031-10/+37
* Revert "[WebAssembly] Emit type signatures for declared functions"Derek Schuff2016-06-021-31/+10
* [WebAssembly] Emit type signatures for declared functionsDerek Schuff2016-06-021-10/+31
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-0/+24
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-11/+1
* [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
OpenPOWER on IntegriCloud