summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Fix resume-only case in Emscripten EHHeejin Ahn2020-01-292-25/+17
* [WebAssembly] Fix landingpad-only case in Emscripten EHHeejin Ahn2020-01-061-0/+25
* [TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...Simon Pilgrim2020-01-042-66/+68
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-242-3/+3
* [WebAssembly] Add avgr_u intrinsics and require nuw in patternsThomas Lively2019-12-182-0/+44
* [WebAssembly] Implement SIMD {i8x16,i16x8}.avgr_u instructionsThomas Lively2019-12-171-0/+26
* [WebAssembly] Replace SIMD int min/max builtins with patternsThomas Lively2019-12-162-120/+132
* [MC] Delete unused MCAsmInfoELF::UsesNonexecutableStackSection after EM_WEBAS...Fangrui Song2019-12-151-9/+0
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+17
* [WebAssembly] Fix miscompile of select with andThomas Lively2019-11-151-15/+60
* [WebAssembly] Add experimental SIMD dot product instructionThomas Lively2019-11-011-0/+10
* Reland "[WebAssembly] Expand setcc of v2i64"Thomas Lively2019-11-011-0/+150
* [WebAssembly] SIMD integer min and max instructionsThomas Lively2019-10-311-0/+120
* Reland "[WebAssembly] Handle multiple loads of splatted loads"Thomas Lively2019-10-311-0/+21
* Revert "[WebAssembly] Handle multiple loads of splatted loads"Vlad Tsyrklevich2019-10-311-21/+0
* Revert "[WebAssembly] Expand setcc of v2i64"Vlad Tsyrklevich2019-10-311-150/+0
* [WebAssembly] Handle multiple loads of splatted loadsThomas Lively2019-10-311-0/+21
* [WebAssembly] Expand setcc of v2i64Thomas Lively2019-10-311-0/+150
* [SDAG] fold insert_vector_elt with undef indexSanjay Patel2019-10-271-24/+24
* [SDAG] fold extract_vector_elt with undef indexSanjay Patel2019-10-251-16/+16
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-182-1/+19
* [WebAssembly] Allow multivalue types in block signature operandsThomas Lively2019-10-151-5/+19
* [WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively2019-10-151-0/+80
* [WebAssembly] Make returns variadicThomas Lively2019-10-098-31/+32
* [WebAssembly] Add builtin and intrinsic for v8x16.swizzleThomas Lively2019-10-091-0/+10
* [WebAssembly] v8x16.swizzle and rewrite BUILD_VECTOR loweringThomas Lively2019-10-091-22/+165
* [WebAssembly] Fix a bug in 'try' placementHeejin Ahn2019-10-081-0/+27
* [WebAssembly] Add REQUIRES: asserts to cfg-stackify-eh.llHeejin Ahn2019-10-081-0/+1
* [WebAssembly] Fix unwind mismatch stat computationHeejin Ahn2019-10-071-0/+4
* [WebAssembly] Add memory intrinsics handling to mayThrow()Heejin Ahn2019-10-071-0/+46
* [WebAssembly] Error when using wasm64 for ISelThomas Lively2019-10-021-4/+5
* [WebAssembly] Make sure EH pads are preferred in sortingHeejin Ahn2019-10-011-0/+43
* [WebAssembly] Unstackify regs after fixing unwinding mismatchesHeejin Ahn2019-10-011-2/+12
* [WebAssembly] v128.andnotThomas Lively2019-09-271-0/+63
* [WebAssembly] SIMD Load and extend operationsThomas Lively2019-09-272-57/+958
* [WebAssembly] vNxM.load_splat instructionsThomas Lively2019-09-231-0/+706
* [WebAssembly] Restore defaults for stores per memopThomas Lively2019-09-181-20/+20
* [WebAssembly] Narrowing and widening SIMD opsThomas Lively2019-09-131-0/+128
* [WebAssembly] Compare functions by names in Emscripten SjljHeejin Ahn2019-09-031-0/+43
* [WebAssembly] Add SIMD QFMA/QFMSThomas Lively2019-08-311-1/+49
* [CodeGen] Fix lowering for returning the result of an extractvalueDan Gohman2019-08-301-0/+200
* [WebAssembly] Add atomic.fence instructionHeejin Ahn2019-08-282-15/+76
* [WebAssembly] Fix SSA rebuilding in SjLj transformationHeejin Ahn2019-08-261-0/+20
* [WebAssembly] Combine emscripten SjLj testsHeejin Ahn2019-08-263-29/+15
* [WebAssembly] Handle aliases in WebAssemblyFixFunctionBitcastsSam Clegg2019-08-211-1/+18
* Revert r368276 "[TargetLowering] SimplifyDemandedBits - call SimplifyMultiple...Hans Wennborg2019-08-132-68/+66
* Fix __clang_call_termiante's argument for foreign exceptionsHeejin Ahn2019-08-111-1/+2
* [TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...Simon Pilgrim2019-08-082-66/+68
* [WebAssembly] Fix conflict between ret legalization and sjljKeno Fischer2019-08-054-8/+35
* Regenerate test for an upcoming patch.Simon Pilgrim2019-08-041-32/+49
OpenPOWER on IntegriCloud