[PowerPC] Enable interleaved-access vectorization
[oota-llvm.git] / lib / Target / WebAssembly /
2015-08-31 JF BastienWebAssembly: generate load/store
2015-08-26 JF BastienWebAssembly: NFC comment update
2015-08-26 JF BastienWebAssembly: handle private/internal globals.
2015-08-26 JF BastienWebAssembly: add small FIXME for AsmPrinter.
2015-08-25 JF BastienWebAssembly: assert that there aren't any constant...
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 Dan Gohman[WebAssembly] DYNAMIC_STACKALLOC returns a pointer.
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] Make the assembly printer indent instruct...
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] Tell TargetTransformInfo about popcnt...
2015-08-24 Dan Gohman[WebAssembly] Use the checked form of MachineFunction...
2015-08-24 Dan Gohman[WebAssembly] Implement the is_zero_undef forms of...
2015-08-20 Dan Gohman[WebAssembly] Mark more operators as Expand.
2015-08-19 Dan Gohman[WebAssembly] Use the default alignment for SIMD types.
2015-08-15 JF Bastien[WebAssembly] Add Relooper
2015-08-12 JF BastienWebAssembly: floating-point comparisons
2015-08-11 JF BastienWebAssembly: implement comparison.
2015-08-11 JF BastienWebAssembly: implement WebAssemblyTargetLowering::getTa...
2015-08-11 Rafael EspindolaUse llvm::make_unique to fix the MSVC build.
2015-08-11 JF BastienWebAssembly: NFC fix release build break, unused variable.
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-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-28 JF BastienWebAssembly: MCAsmInfo only has one syntax variant...
2015-07-27 JF BastienWebAssembly: add a generic CPU
2015-07-27 JF BastienWebAssembly: more MCAsmInfo nits.
2015-07-27 JF BastienWebAssembly: minor MCAsmInfo fixes
2015-07-22 JF BastienWebAssembly: basic bitcode → assembly CodeGen test
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-16 Mehdi AminiRemove DataLayout from TargetLoweringObjectFile, redire...
2015-07-14 JF BastienWebAssembly: fix build breakage.
2015-07-14 JF BastienWebAssembly: add basic int/fp instruction codegen.
2015-07-10 JF BastienWebAssembly: basic instructions todo, and basic registe...
2015-07-09 JF BastienUnbreak WebAssembly build
2015-07-07 Dan Gohman[WebAssembly] Set the scheduling preference.
2015-07-06 JF BastienWebAssembly: add some TODO
2015-07-02 Dan Gohman[WebAssembly] Set the HasFloatingPointExceptions flag...
2015-07-01 JF BastienWebAssembly: start instructions
2015-07-01 Dan Gohman[WebAssembly] Define separate Target instances for...
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend