[WebAssembly] Clean up comments and fix a missing #include dependency.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyISelLowering.h
2015-12-15 Dan Gohman[WebAssembly] Implement instruction selection for const...
2015-12-11 Derek Schuff[WebAssembly] Implement prolog/epilog insertion and...
2015-12-04 Dan Gohman[WebAssembly] Initial varargs support.
2015-11-25 Dan Gohman[WebAssembly] Support for register stackifying with...
2015-11-19 Dan Gohman[WebAssembly] Implement isCheapToSpeculateCtlz and...
2015-11-13 Dan Gohman[WebAssembly] Inline asm support.
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass
2015-08-24 JF BastienWebAssembly: Implement call
2015-08-24 JF BastienRevert two bad commits.
2015-08-24 JF Bastiencall
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-11 JF BastienWebAssembly: implement WebAssemblyTargetLowering::getTa...
2015-08-03 JF BastienWebAssembly: implement getScalarShiftAmountTy so we...
2015-07-31 JF BastienWebAssembly: print basic integer assembly.
2015-07-22 JF BastienWebAssembly: basic bitcode → assembly CodeGen test
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend