[WebAssembly] Assert that byval and nest are not used for return types.
[oota-llvm.git] / lib / Target / WebAssembly /
2015-12-02 Dan Gohman[WebAssembly] Assert that byval and nest are not used...
2015-12-02 Dan Gohman[WebAssembly] Fix comments to say "LIFO" instead of...
2015-11-30 Dan Gohman[WebAssembly] Fix a few minor compiler warnings. NFC.
2015-11-29 Dan Gohman[WebAssembly] Delete an obsolete TODO comment.
2015-11-29 Dan Gohman[WebAssembly] Set several MCInstrDesc flags.
2015-11-29 Dan Gohman[WebAssembly] Delete unused functions. NFC.
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] Fold setne and seteq comparisons into...
2015-11-25 Dan Gohman[WebAssembly] Add some comments. NFC.
2015-11-25 Dan Gohman[WebAssembly] Fix WebAssembly register numbering for...
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] Support for register stackifying with...
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-23 Dan Gohman[WebAssembly] Don't print the types of memory_size...
2015-11-23 Dan Gohman[WebAssembly] Don't special-case call operand order.
2015-11-23 Dan Gohman[WebAssembly] Suffix output operands with '='.
2015-11-23 Dan Gohman[WebAssembly] Model the return value of store instructi...
2015-11-23 Dan Gohman[WebAssembly] Don't use set_local instructions explicitly.
2015-11-23 Dan Gohman[WebAssembly] Always print loop end labels
2015-11-23 Dan Gohman[WebAssembly] Remove incomplete MCCodeEmitter bits.
2015-11-23 Dan Gohman[WebAssembly] Emit .param, .result, and .local through MC.
2015-11-23 Dan Gohman[WebAssembly] Use dominator information to improve...
2015-11-20 Dan Gohman[WebAssembly] Remove the AsmPrinter code for printing...
2015-11-20 Dan Gohman[WebAssembly] Add a few open tasks to the target README...
2015-11-20 Dan Gohman[WebAssembly] Rename SWITCH to TABLESWITCH to match...
2015-11-20 Dan Gohman[WebAssembly] Remove done items from the README.txt.
2015-11-20 Dan Gohman[WebAssembly] Add asserts that the expression stack...
2015-11-20 Dan Gohman[WebAssemby] Enforce FIFO ordering for instructions...
2015-11-20 Eric ChristopherSplit the argument unscheduling loop in the WebAssembly...
2015-11-19 Eric ChristopherFix a [-Werror,-Wcovered-switch-default] warning by...
2015-11-19 Dan Gohman[WebAssembly] Implement isCheapToSpeculateCtlz and...
2015-11-18 Dan Gohman[WebAssembly] Add more whitespace characters to prettif...
2015-11-18 Dan Gohman[WebAssembly] Add some spaces to the assembly output...
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
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-16 Dan Gohman[WebAssembly] Prototype passes for register coloring...
2015-11-15 Dan Gohman[WebAssembly] Use tabs instead of spaces in assembly...
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] Rename the Const instructions to be upper...
2015-11-13 Dan Gohman[WebAssembly] Rename memory intrinsics to be upper...
2015-11-13 Dan Gohman[WebAssembly] Inline asm support.
2015-11-13 Dan Gohman[WebAssembly] Un-mangle the conversion instruction...
2015-11-13 Dan Gohman[WebAssembly] Rename BR_IF_ to BR_IF
2015-11-13 Dan Gohman[WebAssembly] Remove unneeded TODO items. NFC.
2015-11-13 Dan Gohman[WebAssembly] Tidy up and update a TODO item. NFC.
2015-11-13 Dan Gohman[WebAssembly] Introduce a new pseudo-operand for unused...
2015-11-12 David BlaikieRoll an expression into an assert to fix -Wunused-varia...
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] Remove special cases for things that...
2015-11-10 Dan Gohman[WebAssembly] Support for floating point min and max.
2015-11-10 Derek Schuff[WebAssembly] Support 'unreachable' expression
2015-11-07 Nico WeberTry to fix build more -- like r252392 but for WebAssembly.
2015-11-06 Dan Gohman[WebAssembly] Make expression-stack pushing explicit
2015-11-05 Dan Gohman[WebAssembly] Fix copypasta.
2015-11-05 Dan Gohman[WebAssembly] Rename Immediate instructions to Const.
2015-11-05 Dan Gohman[WebAssembly] Add AsmString strings for most instructions.
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-11-05 Dan Gohman[WebAssembly] Add WebAssemblyMCInstLower.cpp.
2015-11-05 Derek Schuff[WebAssembly] Rename ior operator to or to match the...
2015-11-03 Derek SchuffAlign whitespace
2015-11-03 Derek Schuff[WebAssembly] Support wasm select operator
2015-11-02 Derek Schuff[WebAssembly] Make WebAssemblyCodeGen depend on WebAsse...
2015-10-30 JF Bastien[WebAssembly] Fix import statement
2015-10-29 JF Bastien[WebAssembly] Update opcode name format for conversions
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: relooper analysis pass
2015-10-16 JF BastienWebAssembly: update syntax
2015-10-13 Dan Gohman[WebAssembly] Remove a TODO comment which is no longer...
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] 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-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-23 Dan Gohman[WebAssembly] Fix hasAddr64 being used before being...
2015-09-23 Alexander KornienkoFix CodeGen/WebAssembly/global.ll test under ASAN.
2015-09-16 Hans WennborgTry to fix WebAssembly build after r247864
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] Implement calls with void return types.
next