summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Fix stack pointer store check in RegStackifyHeejin Ahn2019-01-101-1/+1
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-1011-58/+42
* Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"Thomas Lively2019-01-1011-42/+58
* [WebAssembly] Add simd128-unimplemented subtarget featureThomas Lively2019-01-1011-58/+42
* Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"Thomas Lively2019-01-1011-42/+58
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-0911-58/+42
* [WebAssembly] Standardize order of SIMD bitselect argumentsThomas Lively2019-01-091-18/+18
* Fix typo in commentNico Weber2019-01-092-4/+4
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-0842-700/+700
* [WebAssembly] Optimize Irreducible Control FlowHeejin Ahn2019-01-034-2/+337
* [WebAssembly][NFC] Elaborate on simd-noopt test commentThomas Lively2019-01-021-8/+8
* [WebAssembly] Fix invalid machine instrs in -O0, verify in testsThomas Lively2018-12-2113-30/+50
* [WebAssembly] Emit a splat for v128 IMPLICIT_DEFThomas Lively2018-12-201-2/+2
* [WebAssembly] Gate unimplemented SIMD ops on flagThomas Lively2018-12-202-12/+19
* [WebAssembly] Fix assembler parsing of br_table.Wouter van Oortmerssen2018-12-171-2/+1
* [WebAssembly] Add '.eventtype' directive supportHeejin Ahn2018-12-111-1/+1
* [WebAssembly] WebAssemblyLowerEmscriptenEHSjLj: use getter/setter for accessi...Sam Clegg2018-11-202-8/+10
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-1964-1723/+1070
* [WebAssembly] Add null streamer supportHeejin Ahn2018-11-181-0/+19
* [WebAssembly] Cleanup unused declares in test code. NFC.Sam Clegg2018-11-162-4/+8
* [WebAssembly] Default to static reloc modelSam Clegg2018-11-162-5/+5
* [WebAssembly] Split BBs after throw instructionsHeejin Ahn2018-11-162-5/+34
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-1/+4
* [WebAssembly] Fix broken assumption that all bitcasts are to functions typesSam Clegg2018-11-131-5/+29
* [WebAssembly] Mark immediates.ll as XFAILed on MIPS hostsSimon Atanasyan2018-11-131-0/+5
* [WebAssembly] Added WasmAsmParser.Wouter van Oortmerssen2018-11-121-0/+1
* [WebAssembly] Disable custom NaN payload testsThomas Lively2018-11-091-15/+19
* [WebAssembly] Lower select for vectorsThomas Lively2018-11-092-90/+463
* [WebAssembly] Fix LowerEmscriptenEHSjLj when there's only longjmpHeejin Ahn2018-11-081-0/+24
* [WebAssembly] Add V128 to WebAssemblyInstrInfo::copyPhysRegThomas Lively2018-11-081-0/+80
* Revert "[WebAssembly] Fixup `main` signature by default"Sam Clegg2018-11-066-7/+7
* [WebAssembly] Fix bugs in rethrow depth counting and InstPrinterHeejin Ahn2018-11-021-0/+1
* [WebAssembly] Added a .globaltype directive to .s output.Wouter van Oortmerssen2018-11-021-0/+2
* [WebAssembly] General vector shift loweringThomas Lively2018-11-021-0/+241
* [WebAssembly] Expand inserts and extracts with variable indicesThomas Lively2018-11-021-0/+340
* [WebAssembly] Fixup `main` signature by defaultSam Clegg2018-11-016-7/+7
* [WebAssembly] Lower vselectThomas Lively2018-11-011-0/+90
* [WebAssembly] Process p2align operands for SIMD loads and storesThomas Lively2018-10-312-96/+630
* [WebAssembly] Handle vector IMPLICIT_DEFs.Thomas Lively2018-10-311-34/+117
* [WebAssembly] Lower away condition truncations for scalar selectsThomas Lively2018-10-291-1/+41
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-252-3/+242
* [WebAssembly] Support EH instructions in InstPrinterHeejin Ahn2018-10-251-0/+94
* Address commentsHeejin Ahn2018-10-251-18/+0
* [WebAssembly] Error out when block/loop markers mismatchHeejin Ahn2018-10-251-0/+18
* [WebAssembly] Use target-independent saturating addThomas Lively2018-10-251-16/+8
* [WebAssembly] Set LoadExt and TruncStore actions for SIMD typesThomas Lively2018-10-251-0/+60
* [WebAssembly] Fix immediate of rethrow when throwing to callerHeejin Ahn2018-10-241-1/+1
* [WebAssembly] Retain shuffle types during custom loweringThomas Lively2018-10-241-0/+17
* [SelectionDAG] DAG combiner for fminnan and fmaxnanThomas Lively2018-10-241-4/+60
* [WebAssembly] Fix assembly printing of br_tableHeejin Ahn2018-10-231-0/+32
OpenPOWER on IntegriCloud