[WebAssembly] Convert a regular for loop to a range-based for loop.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrFloat.td
2015-12-10 Dan Gohman[WebAssembly] Implement mixed-type ISD::FCOPYSIGN.
2015-11-29 Dan Gohman[WebAssembly] Set several MCInstrDesc flags.
2015-11-25 Dan Gohman[WebAssembly] Fold setne and seteq comparisons into...
2015-11-25 Dan Gohman[WebAssembly] Use a physical register to describe ARGUM...
2015-11-18 Dan Gohman[WebAssembly] Add some spaces to the assembly output...
2015-11-15 Dan Gohman[WebAssembly] Use tabs instead of spaces in assembly...
2015-11-10 Dan Gohman[WebAssembly] Support for floating point min and max.
2015-11-05 Dan Gohman[WebAssembly] Add AsmString strings for most instructions.
2015-11-03 Derek SchuffAlign whitespace
2015-11-03 Derek Schuff[WebAssembly] Support wasm select operator
2015-10-09 Dan Gohman[WebAssembly] Rename floating-point operators to match...
2015-09-26 Dan Gohman[WebAssembly] Rename several functions and types accord...
2015-08-24 Dan Gohman[WebAssembly] Implement floating point rounding operators.
2015-08-12 JF BastienWebAssembly: floating-point comparisons
2015-08-11 JF BastienWebAssembly: implement comparison.
2015-08-11 JF BastienWebAssembly: add basic floating-point tests
2015-07-14 JF BastienWebAssembly: add basic int/fp instruction codegen.
2015-07-10 JF BastienWebAssembly: basic instructions todo, and basic registe...