[WebAssembly] Add -m:e to the target triple.
[oota-llvm.git] / test / CodeGen / WebAssembly / global.ll
2016-01-07 Dan Gohman[WebAssembly] Add -m:e to the target triple.
2015-12-17 Dan Gohman[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmI...
2015-12-15 Dan Gohman[WebAssembly] Implement instruction selection for const...
2015-12-15 JF BastienWebAssembly: test global array indexing
2015-12-05 Dan Gohman[WebAssembly] Implement direct calls to external symbols.
2015-12-05 Derek Schuff[WebAssembly] Support constant offsets on loads and...
2015-11-25 Dan Gohman[WebAssembly] Support for register stackifying with...
2015-11-25 Dan Gohman[WebAssembly] Codegen support for ISD::ExternalSymbol
2015-11-23 Dan Gohman[WebAssembly] Suffix output operands with '='.
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
2015-11-17 Derek Schuff[WebAssembly] Fix printing of global operands
2015-10-06 Dan Gohman[WebAssembly] Switch to a more traditional assembly...
2015-09-09 Dan Gohman[WebAssembly] Update target datalayout strings.
2015-08-26 JF BastienWebAssembly: handle private/internal globals.