[WebAssembly] Convert a regular for loop to a range-based for loop.
[oota-llvm.git] / lib / Target / WebAssembly /
2015-12-21 Dan Gohman[WebAssembly] Convert a regular for loop to a range...
2015-12-21 Dan Gohman[WebAssembly] Clean up comments and fix a missing ...
2015-12-21 Dan Gohman[WebAssembly] Remove an unneeded empty destructor.
2015-12-21 Dan Gohman[WebAssembly] Enclose the operand variables for load...
2015-12-21 Dan Gohman[WebAssembly] Mark the ARGUMENT pseudo-instructions...
2015-12-21 Dan Gohman[WebAssembly] Add some comments and make some minor...
2015-12-17 Eric ChristopherRemove unused class variables.
2015-12-17 Dan Gohman[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmI...
2015-12-17 Diego NovilloFix unused variable warning in release builds. NFC.
2015-12-17 Dan Gohman[WebAssembly] Convert WebAssemblyTargetObjectFile to...
2015-12-17 Dan Gohman[WebAssembly] Experimental ELF writer support
2015-12-17 JF BastienWebAssembly: update expected torture test failures
2015-12-16 Dan Gohman[WebAssembly] Fix legalization of shift operators on...
2015-12-16 Derek Schuff[WebAssembly] Implement eliminateCallFramePseudo
2015-12-16 Derek SchuffRemove now-unused include
2015-12-16 Derek SchuffIterate over phys regs instead
2015-12-16 Derek Schuff[WebAssembly] Print an extra local decl when the user...
2015-12-16 Dan Gohman[WebAssembly] Fix the CFG Stackifier to handle unoptimi...
2015-12-16 Dan Gohman[WebAssembly] Use the new offset syntax for memory...
2015-12-16 Dan Gohman[WebAssembly] Support more kinds of inline asm operands
2015-12-15 Dan Gohman[WebAssembly] Implement instruction selection for const...
2015-12-15 JF BastienWebAssembly: update expected torture test failures
2015-12-15 Dan Gohman[WebAssembly] Use an immediate OperandType for offset...
2015-12-15 Dan Gohman[WebAssembly] Remove .import printing.
2015-12-14 Dan Gohman[WebAssembly] Add type prefixes to call instructions
2015-12-14 Dan Gohman[WebAssembly] Implement a new algorithm for placing...
2015-12-14 Dan Gohman[WebAssembly] Avoid adding redundant EXPR_STACK uses.
2015-12-14 Dan Gohman[WebAssembly] Add an assert to sanity-check dead flags.
2015-12-12 Derek Schuff[WebAssembly] Update test expectations
2015-12-11 Derek Schuff[WebAssembly] Implement prolog/epilog insertion and...
2015-12-11 Derek Schuff[WebAssembly] Fix ADJCALLSTACKDOWN/UP use/defs
2015-12-10 Dan Gohman[WebAssembly] Make WebAssemblyStoreResults only return...
2015-12-10 Dan Gohman[WebAssembly] Fix WebAssemblyPeephole to set Changed...
2015-12-10 Dan Gohman[WebAssembly] Declare that WebAssemblyPeephole does...
2015-12-10 Dan Gohman[WebAssembly] Remove an unneeded getAnalysisUsage override.
2015-12-10 Dan Gohman[WebAssembly] Implement mixed-type ISD::FCOPYSIGN.
2015-12-10 Dan Gohman[WebAssembly] Implement fma.
2015-12-10 Dan Gohman[WebAssembly] Fix legalization of f32->f64 EXTLOAD.
2015-12-10 Derek Schuff[WebAssembly] Update known test failures
2015-12-10 Dan Gohman[WebAssembly] Also legalize sign_extend_inreg of i32...
2015-12-10 Derek Schuff[WebAssembly] Update test failure expectations
2015-12-10 Dan Gohman[WebAssembly] Fix legalization of shift operators with...
2015-12-10 Dan Gohman[WebAssembly] Fix copy+pastos.
2015-12-10 Dan Gohman[WebAssembly] Implement anyext.
2015-12-09 Dan Gohman[WebAssembly] Reintroduce ARGUMENT moving logic
2015-12-09 JF BastienWebAssembly: add missing failure to the list.
2015-12-09 JF BastienWebAssembly: add known failures
2015-12-08 Dan Gohman[WebAssembly] Fix a typo in a comment.
2015-12-08 Dan Gohman[WebAssembly] Remove an unneeded static_cast.
2015-12-08 Dan Gohman[WebAssembly] Fix an emacs syntax highlighting comment.
2015-12-08 Dan Gohman[WebAssembly] Convert a file-level comment to doxygen...
2015-12-08 Dan Gohman[WebAssembly] Assert MRI.isSSA() in passes that depend...
2015-12-08 Dan Gohman[WebAssembly] Trim some unneeded #includes.
2015-12-08 Dan Gohman[WebAssembly] Remove the override of haveFastSqrt.
2015-12-06 Dan Gohman[WebAssembly] Factor out a TypeToString function, since...
2015-12-06 Dan Gohman[WebAssembly] Make tableswitch's 'default' operand...
2015-12-06 Dan Gohman[WebAssembly] Enable folding of offsets into global...
2015-12-06 Dan Gohman[WebAssembly] Add some more ideas to README.txt.
2015-12-05 Dan Gohman[WebAssembly] Don't perform the returned-argument optim...
2015-12-05 Dan Gohman[WebAssembly] Replace the fake JUMP_TABLE instruction...
2015-12-05 Dan Gohman[WebAssembly] Implement direct calls to external symbols.
2015-12-05 Dan Gohman[WebAssembly] Support inline asm constraints of type...
2015-12-05 Dan Gohman[WebAssembly] Update a stale comment. NFC.
2015-12-05 JF BastienWebAssembly: improve readme, add placeholder for tests.
2015-12-05 Dan Gohman[WebAssembly] Move useAA() out of line to make it more...
2015-12-05 Dan Gohman[WebAssembly] Call TargetPassConfig base class function...
2015-12-05 Dan Gohman[WebAssembly] Expand frem as a floating point library...
2015-12-05 Dan Gohman[WebAssembly] Implement ReverseBranchCondition, and...
2015-12-05 Dan Gohman[WebAssembly] Fix scheduling dependencies in register...
2015-12-05 Derek Schuff[WebAssembly] Support constant offsets on loads and...
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] Give names to the callseq begin and end...
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-03 Dan Gohman[WebAssembly] Fix dominance check for PHIs in the Store...
2015-12-03 Derek Schuff[WebAssembly] Add a test for wasm-store-results pass
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...
next