summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-24/+8
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-8/+24
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-26/+0
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Allow for the creation of user-defined custom sectionsSam Clegg2018-04-051-1/+22
* [WebAssembly] Fix casting MCSymbol to MCSymbolWasm on ELFJacob Gravelle2018-02-121-3/+5
* [WebAssembly] Add mechanisms for specifying an explicit import module name.Dan Gohman2018-02-091-2/+8
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-1/+1
* Fix WebAssembly backend for some LLVM API changesDavid Blaikie2017-12-151-1/+1
* [WebAssembly] Don't try to emit size information for unsized typesDan Gohman2017-12-071-5/+7
* [WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman2017-12-061-6/+0
* [WebAssembly] Only emit stack pointer delcaration in BinFormatWasm assemblyDerek Schuff2017-12-061-2/+4
* [WebAssembly] Implement WASM_STACK_POINTER.Dan Gohman2017-12-051-0/+4
* [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
OpenPOWER on IntegriCloud