summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Added test for inline assembly roundtrip.Wouter van Oortmerssen2018-10-231-0/+43
* [WebAssembly] Implement vector sext_inreg and tests with comparisonsThomas Lively2018-10-202-20/+875
* [WebAssembly] Custom lower i64x2 constant shifts to avoid wrapThomas Lively2018-10-201-3/+26
* [WebAssembly] Handle undefined lane indices in SIMD patternsThomas Lively2018-10-191-0/+266
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-162-242/+3
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-162-3/+242
* [WebAssembly] SIMD min and maxThomas Lively2018-10-133-12/+204
* [WebAssembly] Saturating float to int intrinsicsThomas Lively2018-10-112-0/+136
* [WebAssembly] Fix fneg loweringThomas Lively2018-10-101-2/+4
* [WebAssembly] Handle V128 register class in explicit locals passThomas Lively2018-10-091-0/+4
* [WebAssembly] Saturating arithmetic intrinsicsThomas Lively2018-10-052-4/+108
* [WebAssembly] Ignore DBG_VALUE in WebAssemblyCFGStackify pass when looking fo...Yury Delendik2018-10-041-0/+48
* [WebAssembly] Bitselect intrinsic and instructionThomas Lively2018-10-032-7/+171
* [WebAssembly] any_true and all_true intrinsics and instructionsThomas Lively2018-10-031-0/+109
* [WebAssembly] Stop generating helper functions in WebAssemblyLowerEmscriptenE...Sam Clegg2018-10-022-27/+6
* [WebAssembly] Restore slashes in SIMD conversion namesThomas Lively2018-10-021-20/+20
* [WebAssembly] SIMD conversionsThomas Lively2018-09-261-0/+100
* [WebAssembly] SIMD sqrtThomas Lively2018-09-251-0/+24
* [WebAssembly][NFC] Fix hardcoded stack indices in testsThomas Lively2018-09-241-4/+4
* [WebAssembly][NFC] Rename simd-conversions test to simd-bitcastsThomas Lively2018-09-211-0/+0
* [WebAssembly][NFC] Add missing tests for indirect callsThomas Lively2018-09-201-0/+33
* [WebAssembly] Add V128 value type to binary formatThomas Lively2018-09-201-2/+23
* [WebAssembly] v4f32.abs and v2f64.absThomas Lively2018-09-181-0/+25
* [WebAssembly][NFC] Generalize operand numbers in SIMD testsThomas Lively2018-09-154-522/+522
* [WebAssembly] SIMD shiftsThomas Lively2018-09-151-0/+265
* [WebAssembly] SIMD negThomas Lively2018-09-141-0/+69
* [WebAssembly][NFC] Move SIMD encoding tests to dedicated fileThomas Lively2018-09-145-1109/+983
* [WebAssembly][NFC] Fix unconventional test namesThomas Lively2018-09-145-0/+0
* [WebAssembly] Fix signature of `main` in FixFunctionBitcastsSam Clegg2018-09-132-0/+16
* [WebAssembly] Make tied inline asm operands work againHeejin Ahn2018-09-121-0/+9
* [WebAssembly] SIMD comparisonsThomas Lively2018-09-121-0/+644
* [WebAssembly] v8x16.shuffleThomas Lively2018-09-071-0/+96
* [WebAssembly][NFC] Add colon to label in testThomas Lively2018-09-041-1/+1
* [WebAssembly][NFC] Fix formatting and testsThomas Lively2018-09-041-6/+8
* [WebAssembly] Fix operand rewriting in inline asm lowering.Dan Gohman2018-09-041-1/+1
* [WebAssembly] Vector conversionsThomas Lively2018-08-301-0/+324
* [WebAssembly] SIMD loads and storesThomas Lively2018-08-301-0/+1312
* [WebAssembly] Be a little more conservative in WebAssemblyFixFunctionBitcastsSam Clegg2018-08-302-15/+68
* [WebAssembly][NFC] Fix up SIMD bitwise testsThomas Lively2018-08-281-12/+15
* [WebAssembly] v128.notThomas Lively2018-08-281-0/+49
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-2783-110/+306
* [WebAssembly] Prioritize splats over v128.constsThomas Lively2018-08-231-0/+35
* [WebAssembly] SIMD Bitwise binary arithmeticThomas Lively2018-08-231-0/+132
* [WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.mulThomas Lively2018-08-222-4/+136
* [WebAssembly] Don't write SP back when prolog is generated only for EHHeejin Ahn2018-08-221-0/+29
* [WebAssembly] Restore __stack_pointer after catch instructionsHeejin Ahn2018-08-211-0/+5
* [WebAssembly] v128.constThomas Lively2018-08-211-0/+72
* [WebAssembly] Don't make wasm cleanuppads into funclet entriesHeejin Ahn2018-08-211-2/+1
* [WebAssembly] Add isEHScopeReturn instruction propertyHeejin Ahn2018-08-211-0/+64
* [WebAssembly] Revert type of wake count in atomic.wake to i32Heejin Ahn2018-08-201-25/+25
OpenPOWER on IntegriCloud