summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] CFG stackify support for exception handlingHeejin Ahn2018-08-162-0/+326
* [SelectionDAG] Improve the legalisation lowering of UMULO.Eli Friedman2018-08-161-0/+94
* [WebAssembly] SIMD replace_laneDerek Schuff2018-08-151-0/+68
* [WebAssembly] SIMD SplatsDerek Schuff2018-08-151-0/+79
* [WebAssembly] Delete a specific push number from test expectationsHeejin Ahn2018-08-141-1/+1
* [WebAssembly] SIMD encoding testsHeejin Ahn2018-08-142-79/+79
* [WebAssembly] SIMD extract_laneHeejin Ahn2018-08-141-0/+142
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-1381-303/+107
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-1081-107/+303
* [WebAssembly] Gate i64x2 and f64x2 on -wasm-enable-unimplementedHeejin Ahn2018-08-091-2/+11
* [WebAssembly] Update SIMD binary arithmeticDerek Schuff2018-08-071-4/+93
* [WebAssembly] CFG sort support for exception handlingHeejin Ahn2018-08-071-0/+263
* [WebAssembly] Enable atomic expansion for unsupported atomicrmwsHeejin Ahn2018-08-071-0/+240
* [WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson2018-08-034-46/+46
* [WebAssembly] Support for atomic.wait / atomic.wake instructionsHeejin Ahn2018-08-021-0/+266
* [WebAssembly] Ensure bitcasts that would result in invalid wasm are removed b...Sam Clegg2018-08-024-36/+68
* [WebAssembly] Support for a ternary atomic RMW instructionHeejin Ahn2018-08-013-0/+745
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-2779-299/+103
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-2779-103/+299
* [WebAssembly] Add tests for weaker memory consistency orderingsHeejin Ahn2018-07-241-0/+141
* [WebAssembly] Add missing -mattr=+exception-handling guardsHeejin Ahn2018-07-181-1/+2
* [WebAssembly] Update WebAssemblyLowerEmscriptenEHSjLj to handle separate comp...Sam Clegg2018-07-172-34/+34
* Add -allow-deprecated-dag-overlap to one of the experimental webassembly targ...Eric Christopher2018-07-121-1/+1
* [WebAssembly] Add pass to infer prototypes for prototype-less functionsSam Clegg2018-07-111-0/+20
* [WebAssembly] Add missing a few {{$}}s to a testHeejin Ahn2018-07-101-5/+5
* [WebAssembly] Support for binary atomic RMW instructionsHeejin Ahn2018-07-092-0/+1274
* [WebAssembly] Improve readability of load/stores and tests. NFC.Heejin Ahn2018-07-094-348/+659
* Partially revert r336268 in address-offsets.llKrasimir Georgiev2018-07-051-40/+40
* NFC - Various typo fixes in testsGabor Buella2018-07-041-40/+40
* [WebAssembly] Support for atomic storesHeejin Ahn2018-07-024-1/+408
* [WebAssembly] Fix fast-isel optimization of branch conditions.Dan Gohman2018-07-021-0/+48
* [WebAssembly] Convert remaining tests from elf to wasm output formatSam Clegg2018-07-023-11/+12
* [WebAssembly] Update comments for non-splat pow2 vector test caseHeejin Ahn2018-06-291-1/+3
* [WebAssembly] Try fixing test/CodeGen/WebAssembly/vector_sdiv.llFangrui Song2018-06-271-3/+3
* [WebAssembly] Fix lowering of varargs functions with non-legal fixed arguments.Dan Gohman2018-06-261-0/+21
* [WebAssembly] Add WebAssemblyLateEHPrepare passHeejin Ahn2018-06-251-5/+74
* [WebAssembly] Fix liveness tracking info after drop insertionHeejin Ahn2018-06-191-0/+23
* [WebAssembly] Update to the new names for the memory intrinsics.Dan Gohman2018-05-311-0/+21
* [WebAssembly] Fix the signatures for the __mulo* libcalls.Dan Gohman2018-05-311-0/+19
* [WebAssembly] Support instruction selection for catching exceptionsHeejin Ahn2018-05-311-8/+75
* [WebAssembly] Add Wasm exception handling prepare passHeejin Ahn2018-05-311-0/+317
* [WebAssembly] Fix fast-isel lowering illegal argument and return types.Dan Gohman2018-05-222-0/+45
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-1084-87/+87
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-092-2/+2
* [DAGCombiner] Fix a case of 1 in non-splat vector pow2 divisorHeejin Ahn2018-04-271-0/+22
* [WebAssembly] Teach fast-isel to gracefully recover from illegal return types.Dan Gohman2018-04-171-0/+16
* [WebAssembly] Allow for the creation of user-defined custom sectionsSam Clegg2018-04-051-0/+20
* [WebAssembly] Strip threadlocal attribute from globals in single thread modeDerek Schuff2018-03-201-0/+17
* [WebAssembly] Add mechanisms for specifying an explicit import module name.Dan Gohman2018-02-091-0/+19
* [WebAssembly] Fix test expectations after r324274Derek Schuff2018-02-062-80/+33
OpenPOWER on IntegriCloud