summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-1/+11
* [WebAssembly] Make returns variadicThomas Lively2019-10-091-31/+3
* [webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-121-1/+1
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [WebAssembly] Support for atomic fencesHeejin Ahn2019-05-281-0/+4
* [WebAssembly] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [WebAssembly] Move InstPrinter files to MCTargetDesc. NFCDavid L. Jones2019-05-131-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-2/+1
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-10/+3
* [WebAssembly] Merge used feature sets, update atomics linkage policyThomas Lively2019-03-291-32/+27
* [WebAssembly][NFC] Fix formatting error from rL356610Thomas Lively2019-03-201-2/+3
* [WebAssembly] Target features sectionThomas Lively2019-03-201-0/+58
* [WebAssembly] Remove unneeded MCSymbolRefExpr variantsSam Clegg2019-02-221-9/+0
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-0/+1
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-15/+15
* [WebAssembly] Add codegen support for the import_field attributeDan Gohman2019-02-011-1/+8
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-301-0/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add languages from debug info to producers sectionThomas Lively2019-01-181-13/+38
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-171-0/+30
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-30/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-0/+30
* [WebAssembly] TargetStreamer cleanup (NFC)Heejin Ahn2018-12-111-0/+3
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-4/+5
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-3/+4
* [WebAssembly] Added a .globaltype directive to .s output.Wouter van Oortmerssen2018-11-021-0/+9
* [WebAssembly][NFC] Unify ARGUMENT classesThomas Lively2018-10-131-8/+8
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-17/+25
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-2/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-8/+28
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-28/+8
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-8/+28
* [WebAssembly] Update SIMD binary arithmeticDerek Schuff2018-08-071-2/+6
* 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
OpenPOWER on IntegriCloud