summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/global.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-281-6/+4
* [WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg2019-02-231-1/+1
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-3/+6
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-2/+1
* [WebAssembly] Default to static reloc modelSam Clegg2018-11-161-1/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-1/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-1/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-1/+1
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* [WebAssembly] Don't try to emit size information for unsized typesDan Gohman2017-12-071-0/+7
* [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman2017-02-281-15/+39
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-1/+1
* [WebAssembly] Optimize memcpy/memmove/memcpy calls.Dan Gohman2016-01-261-2/+2
* [MC] Use .p2align instead of .alignDan Gohman2016-01-261-15/+15
* [SelectionDAG] Use the correct return type for memcpy, memmove, and memset.Dan Gohman2016-01-251-1/+1
* [WebAssembly] MCFixupKindInfo's TargetSize is in bits rather than bytes.Dan Gohman2016-01-131-0/+14
* [WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman2016-01-111-1/+1
* WebAssembly: use .skip instead of .zero directiveJF Bastien2016-01-071-5/+5
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-4/+4
* [WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmInfo to MCAsmInfoELF.Dan Gohman2015-12-171-0/+10
* [WebAssembly] Implement instruction selection for constant offsets in addresses.Dan Gohman2015-12-151-2/+2
* WebAssembly: test global array indexingJF Bastien2015-12-151-0/+9
* [WebAssembly] Implement direct calls to external symbols.Dan Gohman2015-12-051-2/+1
* [WebAssembly] Support constant offsets on loads and storesDerek Schuff2015-12-051-1/+1
* [WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman2015-11-251-2/+2
* [WebAssembly] Codegen support for ISD::ExternalSymbolDan Gohman2015-11-251-0/+12
* [WebAssembly] Suffix output operands with '='.Dan Gohman2015-11-231-2/+2
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-1/+3
* [WebAssembly] Fix printing of global operandsDerek Schuff2015-11-171-0/+7
* [WebAssembly] Switch to a more traditional assembly syntaxDan Gohman2015-10-061-26/+127
* [WebAssembly] Update target datalayout strings.Dan Gohman2015-09-091-1/+1
* WebAssembly: handle private/internal globals.JF Bastien2015-08-261-0/+37
OpenPOWER on IntegriCloud