summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Support WebAssemblyFunctionInfo serializationHeejin Ahn2019-03-261-0/+11
* [WebAssembly] Fix a bug when mixing TRY/LOOP markersHeejin Ahn2019-03-261-0/+32
* [WebAssembly] Fix bugs in BLOCK/TRY placementHeejin Ahn2019-03-261-3/+52
* [SelectionDAG] Add scalarization of ABS node (PR41149)Simon Pilgrim2019-03-211-0/+27
* [WebAssembly] Target features sectionThomas Lively2019-03-201-0/+67
* [WebAssembly] Improve readability of irreducibility testsHeejin Ahn2019-03-192-53/+51
* [WebAssembly] Add immarg attribute to intrinsicsHeejin Ahn2019-03-191-1/+1
* [WebAssembly] Lower SIMD nnan setcc nodesThomas Lively2019-03-191-0/+632
* [WebAssembly] Make rethrow take an except_ref type argumentHeejin Ahn2019-03-163-63/+23
* [WebAssembly] Irreducible control flow rewriteHeejin Ahn2019-03-163-103/+102
* [WebAssembly] Remove icmp undef in stackify testSimon Pilgrim2019-03-151-3/+3
* [WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELsHeejin Ahn2019-03-131-0/+46
* [WebAssembly] Use named operands to identify loads and storesThomas Lively2019-03-091-0/+65
* [WebAssembly] Disable MachineBlockPlacement passHeejin Ahn2019-03-055-430/+71
* [WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfoHeejin Ahn2019-03-031-2/+2
* [WebAssembly] Expand operations not supported by SIMDThomas Lively2019-03-021-0/+450
* [WebAssembly] Fix crash when @llvm.global_dtors is externalThomas Lively2019-03-011-0/+9
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-285-12/+10
* [WebAssembly] Fix ScopeTops info in CFGStackify for EH padsHeejin Ahn2019-02-271-1/+38
* [WebAssembly] Remove unnecessary instructions after TRY marker placementHeejin Ahn2019-02-272-144/+113
* [WebAssembly] Properly align fp128 arguments in outgoing varargs argumentsDan Gohman2019-02-261-0/+26
* [WebAssembly] Fix a bug deleting instruction in a ranged for loopHeejin Ahn2019-02-261-0/+20
* [WebAssembly] Improve readability of EH testsHeejin Ahn2019-02-263-143/+306
* [WebAssembly] Fix select of and (PR40805)Nikita Popov2019-02-232-10/+27
* [WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg2019-02-2336-331/+331
* [WebAssembly] Default to something reasonable in WebAssemblyAddMissingPrototypesSam Clegg2019-02-211-0/+3
* [WebAssembly] Don't error on conflicting uses of prototype-less functionsSam Clegg2019-02-201-0/+22
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-192-6/+9
* [WebAssembly] memory.fillThomas Lively2019-02-131-0/+45
* [WebAssembly] Bulk memory intrinsics and builtinsThomas Lively2019-02-132-22/+46
* [WebAssembly] Lower memmove to memory.copyThomas Lively2019-02-051-0/+47
* [WebAssembly] memory.copyThomas Lively2019-02-051-2/+49
* [WebAssembly] Add codegen support for the import_field attributeDan Gohman2019-02-011-1/+2
* [WebAssembly] Fix a regression selecting negative build_vector lanesThomas Lively2019-01-311-2/+2
* [WebAssembly] Add bulk memory target featureThomas Lively2019-01-311-0/+7
* [LegalizeVectorTypes] Allow illegal indices when splitting extract_vector_eltThomas Lively2019-01-311-0/+22
* [WebAssembly] Restore stack pointer right after catch instructionHeejin Ahn2019-01-301-1/+1
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-305-545/+163
* [WebAssembly] Optimize BUILD_VECTOR lowering for sizeThomas Lively2019-01-301-0/+127
* [WebAssembly] Lower SCALAR_TO_VECTOR to splatsThomas Lively2019-01-291-0/+43
* [WebAssembly] Re-enable main-function signature rewritingDan Gohman2019-01-297-20/+35
* [WebAssembly] Handle more types of uses in WebAssemblyAddMissingPrototypesSam Clegg2019-01-291-4/+25
* [WebAssembly] Expand BUILD_PAIR nodesThomas Lively2019-01-281-0/+33
* [WebAssembly] Add languages from debug info to producers sectionThomas Lively2019-01-181-0/+13
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-171-0/+13
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-13/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-0/+13
* [WebAssembly] Expand SIMD shifts while V8's implementation disagreesThomas Lively2019-01-151-6/+30
* [WebAssembly][FastISel] Do not assume naive CmpInst loweringThomas Lively2019-01-144-46/+145
* [WebAssembly] Remove tests for old intrinsics.Dan Gohman2019-01-141-40/+0
OpenPOWER on IntegriCloud