Merging r259342 (with s/p2align 4/align 16) because r258750 is not in 3.8.
[oota-llvm.git] / lib / Target / WebAssembly /
2016-01-13 Derek Schuff[WebAssemly] Invalidate liveness in CFG stackifier
2016-01-12 Derek Schuff[WebAssembly] Fix disassembler shared-libs build
2016-01-12 Dan Gohman[WebAsssembly] Register the MC register info.
2016-01-12 Dan Gohman[WebAssembly] Add a EM_WEBASSEMBLY value, and several...
2016-01-12 Dan Gohman[WebAssembly] Introduce a WebAssemblyTargetStreamer...
2016-01-12 Dan Gohman[WebAssembly] Make CFG stackification independent of...
2016-01-12 Dan Gohman[WebAssembly] Implement a prototype instruction encoder...
2016-01-12 Dan Gohman[WebAssembly] Register the MC subtarget info.
2016-01-12 Dan Gohman[WebAssembly] Define OperandTypes for decoding immediat...
2016-01-12 Dan Gohman[WebAssembly] Use TSFlags instead of keeping a list...
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2016-01-11 Dan Gohman[WebAssembly] Reorganize address offset folding.
2016-01-08 Dan Gohman[WebAssembly] Minor code cleanups. NFC.
2016-01-08 Dan Gohman[WebAssembly] Minor code cleanups. NFC.
2016-01-08 Dan Gohman[WebAssembly] Remove an unused def : Pat.
2016-01-08 Dan Gohman[WebAssembly] Remove unused arguments, unused functions...
2016-01-07 JF BastienWebAssembly: use .skip instead of .zero directive
2016-01-07 JF BastienWebAssembly: update expected failures, more assert...
2016-01-07 JF BastienWebAssembly: update expected failures, assert got resol...
2016-01-07 Derek Schuff[WebAssembly] Support combining GEP and FrameIndex...
2016-01-07 Dan Gohman[WebAssembly] Use the default private label prefixes.
2016-01-07 Dan Gohman[WebAssembly] Add -m:e to the target triple.
2016-01-06 Dan Gohman[WebAssembly] Don't use range-based loop for a list...
2016-01-06 JF BastienWebAssembly: add missing expected failures exposed...
2016-01-06 JF BastienWebAssembly: add new expected failures exposed by r256890
2015-12-25 Craig TopperRemove extra forward declarations and scrub includes...
2015-12-25 Dan Gohman[WebAssembly] Fix handling of COPY instructions in...
2015-12-23 Dan Gohman[WebAssembly] Add a TODO comment for a possible future...
2015-12-22 Dan Gohman[WebAssembly] Trim unneeded #includes. NFC.
2015-12-22 Dan Gohman[WebAssembly] Minor code simplification. NFC.
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...
next