summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add bulk memory target featureThomas Lively2019-01-313-16/+30
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-4/+5
* [WebAssembly] Restore stack pointer right after catch instructionHeejin Ahn2019-01-305-98/+37
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-3016-513/+351
* [WebAssembly] Optimize BUILD_VECTOR lowering for sizeThomas Lively2019-01-303-112/+111
* [WebAssembly] Lower SCALAR_TO_VECTOR to splatsThomas Lively2019-01-291-0/+13
* [WebAssembly] Re-enable main-function signature rewritingDan Gohman2019-01-291-12/+24
* [WebAssembly] Handle more types of uses in WebAssemblyAddMissingPrototypesSam Clegg2019-01-291-37/+10
* [WebAssembly] Expand BUILD_PAIR nodesThomas Lively2019-01-281-0/+3
* [WebAssembly][NFC] Group SIMD-related ISel configurationThomas Lively2019-01-261-59/+45
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1993-372/+279
* [WebAssembly] Add languages from debug info to producers sectionThomas Lively2019-01-183-14/+40
* [WebAssembly] Fixed objdump not parsing function headers.Wouter van Oortmerssen2019-01-173-10/+50
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-171-0/+30
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-30/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-0/+30
* [WebAssembly] Remove expected failure from known_gcc_test_failures.txt. NFC.Sam Clegg2019-01-161-1/+0
* [WebAssembly] Fix updating/moving DBG_VALUEs in RegStackifyYury Delendik2019-01-154-52/+99
* [WebAssembly] Expand SIMD shifts while V8's implementation disagreesThomas Lively2019-01-151-1/+31
* [WebAssembly][FastISel] Do not assume naive CmpInst loweringThomas Lively2019-01-141-7/+5
* [WebAssembly] Remove old intrinsicsDan Gohman2019-01-141-29/+0
* [WebAssembly] Fix stack pointer store check in RegStackifyHeejin Ahn2019-01-101-13/+5
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-109-35/+62
* Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"Thomas Lively2019-01-107-42/+20
* [WebAssembly] Add simd128-unimplemented subtarget featureThomas Lively2019-01-107-20/+42
* Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"Thomas Lively2019-01-107-42/+20
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-097-20/+42
* [WebAssembly] Print a debug message at the start of each passHeejin Ahn2019-01-0910-3/+28
* [WebAssembly] Standardize order of SIMD bitselect argumentsThomas Lively2019-01-091-1/+1
* [WebAssembly] Rename StoreResults to MemIntrinsicResultsHeejin Ahn2019-01-085-38/+46
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-0814-169/+169
* [WebAssembly] Move CFG-changing passes before RegStackifyHeejin Ahn2019-01-081-8/+6
* [WebAssembly] Use 'I' multiclass template for br_table (NFC)Heejin Ahn2019-01-081-22/+12
* [WebAssembly] Split the checking from the sorting logic.Richard Trieu2019-01-041-2/+13
* [WebAssembly] Optimize Irreducible Control FlowHeejin Ahn2019-01-031-157/+276
* [WebAssembly] Fixed disassembler not knowing about new brlist operandWouter van Oortmerssen2019-01-033-1/+21
* [WebAssembly] Made InstPrinter more robustWouter van Oortmerssen2019-01-033-59/+68
* [WebAssembly] made assembler parse block_typeWouter van Oortmerssen2019-01-024-21/+56
* [WebAssembly] Fix comments in ExplicitLocals (NFC)Heejin Ahn2018-12-291-3/+4
* [WebAssembly] Added basic support for if/else/end_if in MC layer.Wouter van Oortmerssen2018-12-262-5/+12
* [WebAssembly] Make assembler check for proper nesting of control flow.Wouter van Oortmerssen2018-12-261-5/+107
* [WebAssembly] Delete an unnecessary line in RegStackifyHeejin Ahn2018-12-261-1/+0
* [WebAssembly] Fix typos in comments in RegStackify (NFC)Heejin Ahn2018-12-261-2/+2
* [WebAssembly] Always use the version of computeKnownBits that returns a value...Simon Pilgrim2018-12-211-4/+2
* [WebAssembly] Fix invalid machine instrs in -O0, verify in testsThomas Lively2018-12-211-2/+5
* [WebAssembly] Emit a splat for v128 IMPLICIT_DEFThomas Lively2018-12-201-6/+10
* [WebAssembly] Gate unimplemented SIMD ops on flagThomas Lively2018-12-205-4/+20
* [WebAssembly] Fix assembler parsing of br_table.Wouter van Oortmerssen2018-12-176-60/+75
* [WebAssembly] Add '.eventtype' directive supportHeejin Ahn2018-12-113-33/+70
* [WebAssembly] TargetStreamer cleanup (NFC)Heejin Ahn2018-12-113-42/+32
OpenPOWER on IntegriCloud