summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
AgeCommit message (Expand)Author
2018-10-03[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-08-13Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-08-10[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-08-07[WebAssembly] Update SIMD binary arithmeticDerek Schuff
2018-07-27Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-07-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-05[WebAssembly] Allow for the creation of user-defined custom sectionsSam Clegg
2018-02-12[WebAssembly] Fix casting MCSymbol to MCSymbolWasm on ELFJacob Gravelle
2018-02-09[WebAssembly] Add mechanisms for specifying an explicit import module name.Dan Gohman
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-15Fix WebAssembly backend for some LLVM API changesDavid Blaikie
2017-12-07[WebAssembly] Don't try to emit size information for unsized typesDan Gohman
2017-12-06[WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman
2017-12-06[WebAssembly] Only emit stack pointer delcaration in BinFormatWasm assemblyDerek Schuff
2017-12-05[WebAssembly] Implement WASM_STACK_POINTER.Dan Gohman
2017-12-05[WebAssembly] Don't emit .import_global for the wasm target.Dan Gohman
2017-11-08[WebAssembly] Revise the strategy for inline asm.Dan Gohman
2017-07-05[WebAssembly] Fix types for address taken functionsSam Clegg
2017-06-16[WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg
2017-06-13[WebAssembly] Fix symbol type for addresses of external functionsSam Clegg
2017-04-24Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek
2017-04-24Revert r301231: Accidentally committed stale filesKrzysztof Parzyszek
2017-04-24Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek
2017-03-30[WebAssembly] Initial linking metadata supportDan Gohman
2017-02-24[WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman
2016-12-01[WebAssembly] Emit .import_global assembler directivesDerek Schuff
2016-10-24[WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-10-06[WebAssemby] Implement block signatures.Dan Gohman
2016-10-03[WebAssembly] Delete an unused function. NFC.Dan Gohman
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-02[WebAssembly] Initial SIMD128 support.Derek Schuff
2016-08-01[WebAssembly] Support CFI for WebAssembly targetDerek Schuff
2016-06-03[WebAssembly] Emit type signatures for declared functionsDerek Schuff
2016-06-02Revert "[WebAssembly] Emit type signatures for declared functions"Derek Schuff
2016-06-02[WebAssembly] Emit type signatures for declared functionsDerek Schuff
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-01-25[WebAssembly] Minor code formatting cleanups. NFC.Dan Gohman
2016-01-12[WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman
2016-01-12[WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman
2016-01-11[WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman
2016-01-08[WebAssembly] Minor code cleanups. NFC.Dan Gohman
2015-12-22[WebAssembly] Trim unneeded #includes. NFC.Dan Gohman