[WebAssembly] Remove an unneeded static_cast.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyISelLowering.cpp
2015-12-08 Dan Gohman[WebAssembly] Remove an unneeded static_cast.
2015-12-06 Dan Gohman[WebAssembly] Enable folding of offsets into global...
2015-12-05 Dan Gohman[WebAssembly] Support inline asm constraints of type...
2015-12-05 Dan Gohman[WebAssembly] Expand frem as a floating point library...
2015-12-04 Dan Gohman[WebAssembly] Initial varargs support.
2015-12-04 Dan Gohman[WebAssembly] Add several more calling conventions...
2015-12-04 Dan Gohman[WebAssembly] clang-format CallingConvSupported. NFC.
2015-12-04 Dan Gohman[WebAssembly] Factor out the list of supported calling...
2015-12-04 Dan Gohman[WebAssembly] Check for more unsupported ABI flags.
2015-12-04 Dan Gohman[WebAssembly] Use SelectionDAG::getUNDEF. NFC.
2015-12-02 Dan Gohman[WebAssembly] Assert that byval and nest are not used...
2015-11-29 Dan Gohman[WebAssembly] Minor clang-format and selected clang...
2015-11-25 Dan Gohman[WebAssembly] Fix inline asm support for i64 operands.
2015-11-25 Dan Gohman[WebAssembly] Use a physical register to describe ARGUM...
2015-11-25 Dan Gohman[WebAssembly] Clean up several FIXME comments.
2015-11-25 Dan Gohman[WebAssembly] Codegen support for ISD::ExternalSymbol
2015-11-25 Dan Gohman[WebAssembly] Add 'final' to some classes. NFC.
2015-11-25 Dan Gohman[WebAssembly] Whitespace consistency. NFC.
2015-11-20 Dan Gohman[WebAssembly] Rename SWITCH to TABLESWITCH to match...
2015-11-19 Dan Gohman[WebAssembly] Implement isCheapToSpeculateCtlz and...
2015-11-16 Derek Schuff[WebAssembly] Fix function return type printing
2015-11-14 Dan Gohman[WebAssembly] Minor code simplification. NFC.
2015-11-14 Dan Gohman[WebAssembly] Support signext, zeroext, and several...
2015-11-13 Dan Gohman[WebAssembly] Inline asm support.
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-10-06 Dan Gohman[WebAssembly] Switch to a more traditional assembly...
2015-10-02 Dan Gohman[WebAssembly] Support calls marked as "tail", fastcc...
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-09 Dan Gohman[WebAssembly] Implement calls with void return types.
2015-09-09 Dan Gohman[WebAssembly] Fix lowering of calls with more than...
2015-08-31 JF BastienWebAssembly: generate load/store
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] Skeleton FastISel support
2015-08-24 Dan Gohman[WebAssembly] Implement floating point rounding operators.
2015-08-20 Dan Gohman[WebAssembly] Mark more operators as Expand.
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-10 JF BastienWebAssembly: print immediates
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-22 JF BastienWebAssembly: basic bitcode → assembly CodeGen test
2015-07-07 Dan Gohman[WebAssembly] Set the scheduling preference.
2015-07-02 Dan Gohman[WebAssembly] Set the HasFloatingPointExceptions flag...
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend