summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Fix allocsize attribute in sjlj loweringKeno Fischer2019-08-031-2/+17
* [WebAssembly] Assembler/InstPrinter: support call_indirect type index.Wouter van Oortmerssen2019-08-011-1/+1
* [WebAssembly] Do not emit tail calls with return type mismatchThomas Lively2019-07-301-2/+87
* [WebAssembly] Compute and export TLS block alignmentGuanzhong Chen2019-07-191-0/+10
* [WebAssembly] Fix __builtin_wasm_tls_base intrinsicGuanzhong Chen2019-07-181-0/+11
* [WebAssembly] Implement __builtin_wasm_tls_base intrinsicGuanzhong Chen2019-07-181-0/+10
* [WebAssembly] Compile all TLS on Emscripten as local-execGuanzhong Chen2019-07-162-0/+86
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-162-26/+91
* [WebAssembly] Add missing utility methods for exnref typeHeejin Ahn2019-07-152-0/+70
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-6/+6
* [WebAssembly] Simplify regcopy.mirHeejin Ahn2019-07-151-28/+5
* [WebAssembly] Print error message for llvm.clear_cache intrinsicHeejin Ahn2019-07-111-0/+13
* [WebAssembly] Make sret parameter work with AddMissingPrototypesHeejin Ahn2019-07-091-0/+11
* [WebAssembly] Fix a typo in a test file nameHeejin Ahn2019-07-091-0/+0
* [WebAssembly] Enable IndirectBrExpandPassDerek Schuff2019-07-031-0/+68
* [WebAssembly][NFC] simplify SjLj inline assembly testGuanzhong Chen2019-07-031-10/+4
* [WebAssembly] Prevent inline assembly from being mangled by SjLjGuanzhong Chen2019-07-031-0/+21
* [SelectionDAG] Do minnum->minimum at legalization time instead of building timeBenjamin Kramer2019-07-012-0/+40
* [WebAssembly] Omit wrap on i64x2.{shl,shr*} ISel when possibleThomas Lively2019-06-261-9/+48
* [WebAssembly] Implement tail calls and unify tablegen call classesThomas Lively2019-06-262-14/+153
* [WebAssembly] Optimize ISel for SIMD Boolean reductionsThomas Lively2019-06-191-0/+295
* [WebAssembly] Limit PIC support to the Emscripten targetDan Gohman2019-06-053-3/+3
* [WebAssembly] Fix ISel crash on sext_inreg/extract type mismatchThomas Lively2019-06-041-0/+59
* [WebAssembly] Remove fptosi(undef) and fptoui(undef) from reduced test case.Simon Pilgrim2019-06-031-4/+4
* [WebAssembly] Support for atomic fencesHeejin Ahn2019-05-281-0/+47
* [WebAssembly] Expand more SIMD float opsThomas Lively2019-05-242-4/+193
* [WebAssembly] Implement ReplaceNodeResults to fix a SIMD crashThomas Lively2019-05-231-0/+24
* [WebAssembly] Add multivalue and tail-call target featuresThomas Lively2019-05-232-0/+49
* [WebAssembly] Implement __builtin_return_address for emscriptenThomas Lively2019-05-232-0/+35
* [WebAssembly] Add the signature for the new llround builtin functionDan Gohman2019-05-211-0/+31
* [WebAssembly] Don't assume that zext/sext result is i32/i64 in fast isel (PR4...Nikita Popov2019-05-131-0/+42
* [WebAssembly] Don't assume that strongly defined symbols are DSO-localSam Clegg2019-05-101-1/+1
* [WebAssembly] Support f16 libcallsDan Gohman2019-04-301-8/+51
* [WebAssembly] Define the signature for __stack_chk_failDan Gohman2019-04-291-0/+30
* [DAG] Refactor DAGCombiner::ReassociateOpsBjorn Pettersson2019-04-291-14/+14
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-0/+26
* [WebAssembly] Emit br_table for most switch instructionsHeejin Ahn2019-04-231-40/+29
* [WebAssembly] Make LBB markers not affected by test orderHeejin Ahn2019-04-234-82/+82
* [WebAssembly] FastISel: Don't fallback to SelectionDAG after BuildMI in selec...Sam Clegg2019-04-191-0/+15
* [WebAssembly] Add mutable-globals to bleeding-edge CPUThomas Lively2019-04-121-1/+4
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-042-7/+7
* [WebAssembly] Fix unwind destination mismatches in CFG stackifyHeejin Ahn2019-03-301-1/+249
* [WebAssembly] Run ExplicitLocals pass after CFGStackifyHeejin Ahn2019-03-301-1/+0
* [WebAssembly] Optimize the number of routing blocks in FixIrreducibleCFGHeejin Ahn2019-03-302-1/+91
* [WebAssembly] Add mutable globals featureThomas Lively2019-03-291-0/+16
* [WebAssembly] Handle END_LOOP in unreachable BB in CFGStackifyHeejin Ahn2019-03-291-0/+27
* [WebAssembly] Merge used feature sets, update atomics linkage policyThomas Lively2019-03-292-19/+70
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-263-123/+364
* [WebAssembly] Don't analyze branches after CFGStackifyHeejin Ahn2019-03-261-0/+1
* [WebAssembly] Add CFGStacikfied field to WebAssemblyFunctionInfoHeejin Ahn2019-03-261-1/+2
OpenPOWER on IntegriCloud