summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/global.ll
AgeCommit message (Expand)Author
2017-02-28[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-01-26[WebAssembly] Optimize memcpy/memmove/memcpy calls.Dan Gohman
2016-01-26[MC] Use .p2align instead of .alignDan Gohman
2016-01-25[SelectionDAG] Use the correct return type for memcpy, memmove, and memset.Dan Gohman
2016-01-13[WebAssembly] MCFixupKindInfo's TargetSize is in bits rather than bytes.Dan Gohman
2016-01-11[WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman
2016-01-07WebAssembly: use .skip instead of .zero directiveJF Bastien
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman
2015-12-17[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmInfo to MCAsmInfoELF.Dan Gohman
2015-12-15[WebAssembly] Implement instruction selection for constant offsets in addresses.Dan Gohman
2015-12-15WebAssembly: test global array indexingJF Bastien
2015-12-05[WebAssembly] Implement direct calls to external symbols.Dan Gohman
2015-12-05[WebAssembly] Support constant offsets on loads and storesDerek Schuff
2015-11-25[WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman
2015-11-25[WebAssembly] Codegen support for ISD::ExternalSymbolDan Gohman
2015-11-23[WebAssembly] Suffix output operands with '='.Dan Gohman
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman
2015-11-17[WebAssembly] Fix printing of global operandsDerek Schuff
2015-10-06[WebAssembly] Switch to a more traditional assembly syntaxDan Gohman
2015-09-09[WebAssembly] Update target datalayout strings.Dan Gohman
2015-08-26WebAssembly: handle private/internal globals.JF Bastien