[PM/AA] Move the LibCall AA creation routine declaration to that
[oota-llvm.git] / lib / Target / WebAssembly /
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