[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / WebAssembly /
2015-11-17 Derek Schuff[WebAssembly] Fix printing of global operands
2015-11-16 Derek Schuff[WebAssembly] Fix function return type printing
2015-11-16 Derek Schuff[WebAssembly] Reverse the order of operands for br_if
2015-11-14 Dan Gohman[WebAssembly] Make indentation consistent with the...
2015-11-14 Dan Gohman[WebAssembly] Support signext, zeroext, and several...
2015-11-14 Dan Gohman[WebAssembly] Change int_wasm_memory_size from IntrNoMe...
2015-11-13 Dan Gohman[WebAssembly] Inline asm support.
2015-11-13 Dan Gohman[WebAssembly] Introduce a new pseudo-operand for unused...
2015-11-12 Dan Gohman[WebAssembly] Reapply r252858, with svn add for the...
2015-11-12 Hans WennborgRevert r252858: "[WebAssembly] Switch to MC for instruc...
2015-11-12 Dan Gohman[WebAssembly] Switch to MC for instruction printing.
2015-11-11 Dan Gohman[WebAssembly] Support non-legal argument and return...
2015-11-10 Dan Gohman[WebAssembly] Support for floating point min and max.
2015-11-10 Derek Schuff[WebAssembly] Support 'unreachable' expression
2015-11-06 Dan Gohman[WebAssembly] Use more explicit types in testcases.
2015-11-06 Dan Gohman[WebAssembly] Add more explicit pushes to the tests.
2015-11-06 Dan Gohman[WebAssembly] Make expression-stack pushing explicit
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-11-05 Derek Schuff[WebAssembly] Rename ior operator to or to match the...
2015-11-03 Derek SchuffAddress nit
2015-11-03 Derek Schuff[WebAssembly] Support wasm select operator
2015-10-30 JF Bastien[WebAssembly] Fix import statement
2015-10-29 JF Bastien[WebAssembly] Update opcode name format for conversions
2015-10-28 JF BastienWebAssembly: disable some loop-idiom recognition
2015-10-22 JF BastienWebAssembly: fix more syntax
2015-10-21 JF BastienWebAssembly: support imports
2015-10-20 JF BastienWebAssembly: fix call/return syntax.
2015-10-20 JF BastienWebAssembly: fix syntax for br_if.
2015-10-17 JF BastienWebAssembly: don't omit dead vregs from locals
2015-10-17 JF BastienWebAssembly: fix the syntax for comparisons
2015-10-16 JF BastienWebAssembly: fix load/store syntax
2015-10-16 JF BastienWebAssembly: update syntax
2015-10-09 Dan Gohman[WebAssembly] Rename floating-point operators to match...
2015-10-06 Dan Gohman[WebAssembly] Switch to a more traditional assembly...
2015-10-03 Dan Gohman[WebAssembly] Implement the remaining conversion operat...
2015-10-03 Dan Gohman[WebAssembly] Rename setlocal to set_local to match...
2015-10-02 Dan Gohman[WebAssembly] Update this test for the new loop scheme.
2015-10-02 Dan Gohman[WebAssembly] Fix CFG stackification of nested loops.
2015-10-02 Dan Gohman[WebAssembly] Support calls marked as "tail", fastcc...
2015-10-02 Dan Gohman[WebAssembly] Add a resize_memory intrinsic.
2015-10-02 Dan Gohman[WebAssembly] Add a memory_size intrinsic.
2015-09-29 Dan Gohman[WebAssembly] Rename test files to match platform namin...
2015-09-28 Dan Gohman[WebAssembly] Support for direct call and call_indirect.
2015-09-26 Dan Gohman[WebAssembly] Rename several functions and types accord...
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass
2015-09-15 Dan Gohman[WebAssembly] Implement int64-to-int32 conversion.
2015-09-09 Dan Gohman[WebAssembly] Update target datalayout strings.
2015-09-09 Dan Gohman[WebAssembly] Implement calls with void return types.
2015-09-09 Dan Gohman[WebAssembly] Fix lowering of calls with more than...
2015-09-09 Dan Gohman[WebAssembly] Implement WebAssemblyInstrInfo::copyPhysReg
2015-09-08 JF BastienWebAssembly: NFC rename shr/sar
2015-09-08 Dan Gohman[WebAssembly] Temporarily disable this test, as it...
2015-09-08 Dan Gohman[WebAssembly] Enable SSA lowering and other pre-regallo...
2015-08-31 JF BastienWebAssembly: generate load/store
2015-08-26 JF BastienWebAssembly: handle private/internal globals.
2015-08-25 JF BastienWebAssembly: emit `(func (param t) (result t))` s-expre...
2015-08-25 JF BastienWebAssembly: comment out .globl when printing textual...
2015-08-24 JF BastienWebAssembly: Implement call
2015-08-24 JF BastienRevert two bad commits.
2015-08-24 JF BastienMissing print.
2015-08-24 JF Bastiencall
2015-08-24 Dan Gohman[WebAssembly] CodeGen support for __builtin_wasm_page_s...
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-24 Dan Gohman[WebAssembly] Implement floating point rounding operators.
2015-08-24 Dan Gohman[WebAssembly] Implement the is_zero_undef forms of...
2015-08-19 Dan Gohman[WebAssembly] Use the default alignment for SIMD types.
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-08-11 JF BastienWebAssembly: simply assert on SNaN and NaNs with payloads
2015-08-10 JF BastienWebAssembly: print immediates
2015-08-07 JF BastienWebAssembly: textual emission uses expected opcode...
2015-08-03 JF BastienWebAssembly: implement getScalarShiftAmountTy so we...
2015-08-01 JF BastienWebAssembly: handle more than int32 argument/return
2015-07-31 JF BastienWebAssembly: handle `ret void`.
2015-07-31 JF BastienWebAssembly: handle unused function arguments.
2015-07-31 JF BastienWebAssembly: print basic integer assembly.
2015-07-27 JF BastienWebAssembly: add a generic CPU
2015-07-23 JF BastienWebAssembly: test that valid -mcpu flags are accepted.
2015-07-22 JF BastienWebAssembly: basic bitcode → assembly CodeGen test
2015-07-06 Dan Gohman[WebAssembly] Create a CodeGen unittest directory.