summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-242-2/+2
* [WebAssembly] Implement SIMD {i8x16,i16x8}.avgr_u instructionsThomas Lively2019-12-171-1/+7
* [WebAssembly] Convert MC tests to from bitcode to asmSam Clegg2019-12-174-258/+278
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+26
* [WebAssebmly][MC] Support .import_name/.import_field asm directivesSam Clegg2019-12-062-31/+33
* DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma...David Blaikie2019-11-081-20/+14
* DebugInfo: Use separate macinfo contributions for each CUDavid Blaikie2019-11-081-11/+11
* [WebAssembly] Add experimental SIMD dot product instructionThomas Lively2019-11-011-0/+3
* [WebAssembly] SIMD integer min and max instructionsThomas Lively2019-10-311-0/+36
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-1810-25/+38
* [WebAssembly] Allow multivalue types in block signature operandsThomas Lively2019-10-151-0/+12
* [WebAssembly] v8x16.swizzle and rewrite BUILD_VECTOR loweringThomas Lively2019-10-091-0/+3
* [WebAssembly] v128.andnotThomas Lively2019-09-271-0/+3
* [WebAssembly] SIMD Load and extend operationsThomas Lively2019-09-271-0/+18
* [MC][WebAssembly] Error on data symbols in the text section.Sam Clegg2019-09-251-0/+13
* [WebAssembly] vNxM.load_splat instructionsThomas Lively2019-09-231-0/+12
* [WebAssembly] Narrowing and widening SIMD opsThomas Lively2019-09-131-0/+36
* [WebAssembly] Add SIMD QFMA/QFMSThomas Lively2019-08-311-0/+12
* [WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman2019-08-291-2/+2
* [WebAssembly] Add atomic.fence instructionHeejin Ahn2019-08-281-0/+3
* [WebAssembly][MC] Simplify WasmObjectWriter::recordRelocation. NFC.Sam Clegg2019-08-201-0/+32
* [WebAssembly][MC] Allow empty assembly functionsSam Clegg2019-08-191-0/+8
* [WebAssembly] Assembler/InstPrinter: support call_indirect type index.Wouter van Oortmerssen2019-08-013-4/+72
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-152-4/+4
* [WebAssembly] Assembler: support special floats: infinity / nanWouter van Oortmerssen2019-07-151-0/+4
* [WebAssembly] Assembler: recognize .init_array as data section.Wouter van Oortmerssen2019-07-151-3/+12
* [WebAssembly] Assembler: support negative float constants.Wouter van Oortmerssen2019-07-111-0/+2
* [WebAssembly] tablegen: distinguish float/int immediate operands.Wouter van Oortmerssen2019-07-081-0/+4
* [WebAssembly] Assembler: support .int16/32/64 directives.Wouter van Oortmerssen2019-06-281-1/+7
* [WebAssembly] Allow @object in .type directives.Wouter van Oortmerssen2019-06-281-0/+1
* [WebAssembly] Assembler: Allow offsets and p2align in symbol load.Wouter van Oortmerssen2019-06-281-0/+4
* [WebAssembly] Added visibility and ident directives to WasmAsmParser.Wouter van Oortmerssen2019-06-281-32/+35
* [WebAssembly] Enable an atomic.notify MC testHeejin Ahn2019-06-271-3/+2
* [WebAssembly] AsmParser: better atomic inst detectionWouter van Oortmerssen2019-06-271-2/+6
* [WebAssembly] Fix p2align in assembler.Wouter van Oortmerssen2019-06-274-54/+56
* [WebAssembly] Implement tail calls and unify tablegen call classesThomas Lively2019-06-261-0/+22
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-019-9/+9
* [WebAssembly] Fix test after r359602Dan Gohman2019-04-301-1/+1
* [WebAssembly] Add DataCount section to object filesThomas Lively2019-04-1213-33/+47
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-041-2/+91
* [WebAssembly] Merge used feature sets, update atomics linkage policyThomas Lively2019-03-2910-51/+0
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-0/+99
* [WebAssembly] Target features sectionThomas Lively2019-03-2010-0/+51
* [WebAssembly] Remove trailing whitespaces in tests (NFC)Heejin Ahn2019-03-0611-37/+37
* [WebAssembly] Disable MachineBlockPlacement passHeejin Ahn2019-03-051-2/+2
* [WebAssembly] Add support for data sections in the assembler.Wouter van Oortmerssen2019-03-042-2/+108
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-2811-35/+10
* [WebAssembly] Remove unneeded MCSymbolRefExpr variantsSam Clegg2019-02-223-11/+11
* [WebAssembly] MC: Handle aliases of aliasesSam Clegg2019-02-221-0/+9
* [WebAssembly] Fix load/store name detection for atomic instructionsHeejin Ahn2019-02-201-0/+149
OpenPOWER on IntegriCloud