[WebAssembly] Implement fma.
[oota-llvm.git] / lib /
2015-12-10 Dan Gohman[WebAssembly] Implement fma.
2015-12-10 Tom StellardAMDGPU/SI: Fix warning introduced by r255204
2015-12-10 Tom StellardAMDGPU/SI: Emit constant arrays in the .text section
2015-12-10 Tom StellardAMDGPU/SI: Add support for sgpr and vgpr inline assembl...
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 Matthias BraunRegisterPressure: Factor out liveness dead-def detectio...
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 GohmanPeepholeOptimizer: Ignore dead implicit defs
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 Quentin Colombet[X86] Enable shrink-wrapping by default, but keep it...
2015-12-09 Sanjay Pateluse range-based for loops; NFCI
2015-12-09 Rafael EspindolaSynchronize the logic for deciding to link a gv.
2015-12-09 Justin BognerIR: Make ConstantDataArray::getFP actually return a...
2015-12-09 Reid Kleckner[Float2Int] Don't operate on vector instructions
2015-12-09 Rafael EspindolaDon't assign a temporary string to a StringRef.
2015-12-09 Sanjoy DasUse WeakVH to keep track of calls with operand bundles...
2015-12-09 Sanjoy DasDelete trailing whitespace; NFC
2015-12-09 Teresa Johnson[ThinLTO] FunctionImport pass can take a const index...
2015-12-09 Sanjay Patel[InstCombine] fold bitcasts around an extractelement...
2015-12-09 Michael ZolotukhinRevert "Revert r253253 and r253126: "Don't recompute...
2015-12-09 Rong Xu[PGO] Resubmit "MST based PGO instrumentation infrastru...
2015-12-09 Mehdi AminiRevert "[InstCombine] fold bitcasts around an extractel...
2015-12-09 Dan Gohman[WebAssembly] Reintroduce ARGUMENT moving logic
2015-12-09 Sanjay Patel[InstCombine] fold bitcasts around an extractelement
2015-12-09 Silviu BarangaRe-commit r255115, with the PredicatedScalarEvolution...
2015-12-09 Tim NorthoverARM: don't use a deleted node as the BaseReg in complex...
2015-12-09 JF BastienWebAssembly: add missing failure to the list.
2015-12-09 Silviu BarangaRevert r255115 until we figure out how to fix the bot...
2015-12-09 Silviu Baranga[LV][LAA] Add a layer over SCEV to apply run-time check...
2015-12-09 Robert LougherFix cycle in selection DAG introduced by extractelement...
2015-12-09 Oliver Stannard[AArch64] Fix FP16 vector instructions that should...
2015-12-09 Daniel Sanders[mips][ias] Range check uimm10 operands
2015-12-09 JF BastienWebAssembly: add known failures
2015-12-09 Vasileios Kalintiris[mips] Use multiclass patterns for f32/f64 comparisons...
2015-12-09 Zlatko BuljanRevert r254897 "[mips][microMIPS] Implement LH, LHE...
2015-12-09 JF BastienEarlyCSE: fix typo from rL255054.
2015-12-09 Mehdi AminiRevert "Implement a new pass - LiveDebugValues - to...
2015-12-09 Mehdi AminiThe current importing scheme is processing one function...
2015-12-09 Vikram TVImplement a new pass - LiveDebugValues - to compute...
2015-12-09 Vikram TVTest commit access - Fix few missing '.' in comments...
2015-12-09 Ahmed Bougacha[AArch64][ARM] Don't base interleaved op legality on...
2015-12-09 Sanjoy DasDon't drop attributes when inlining through "deopt...
2015-12-09 Vyacheslav KlochkovX86-FMA3: Defined the ExeDomain property for Scalar...
2015-12-08 Rafael EspindolaReturn a std::unique_ptr from CloneModule. NFC.
2015-12-08 Sanjoy Das[IndVars] Use any_of and foreach instead of explicit...
2015-12-08 Sanjoy Das[OperandBundles] Have PruneEH work correct with operand...
2015-12-08 Pirama Arumuga NainarDefine selection for v4f16, v8f16 scalar_to_vector
2015-12-08 Mehdi AminiFix/Improve Debug print in FunctionImport pass
2015-12-08 Reid Kleckner[CGP] Reimplement r255055 a different way
2015-12-08 Sanjoy Das[SCEV] Use for-each; NFC
2015-12-08 Mehdi AminiRemove caching in FunctionImport: a Module can't be...
2015-12-08 Reid KlecknerRevert "[CGP] Check that we have an insert point before...
2015-12-08 Sanjoy Das[OperandBundles] Fix a transform in simplifycfg
2015-12-08 Simon Pilgrim[X86][AVX] Fold loads + splats into broadcast instructions
2015-12-08 Reid Kleckner[CGP] Check that we have an insert point before moving...
2015-12-08 Philip Reames[EarlyCSE] Value forwarding for unordered atomics
2015-12-08 Artyom SkrobovFix ARMv4T (Thumb1) epilogue generation
2015-12-08 Tim NorthoverX86: produce more friendly errors during MachO relocati...
2015-12-08 Renato Golin[ARM] Allowing SP/PC for AND/BIC mod_imm_not
2015-12-08 Ron Lieberman[Hexagon] Add NewValueJump support for C4_cmpneq, C4_cm...
2015-12-08 Rafael EspindolaMove all private members together. NFC.
2015-12-08 Daniel Sanders[mips][ias] Range check uimm8 operands
2015-12-08 Daniel Sanders[mips][ias] Range check uimm6 operands and fix a bug...
2015-12-08 Oliver Stannard[AArch64] Add ARMv8.2-A FP16 vector instructions
2015-12-08 Sanjoy Das[SCEV] Move some struct declarations inside functions...
2015-12-08 Sanjoy Das[SCEV] Fix indentation; NFC
2015-12-08 Sanjoy Das[OperandBundles] Remove unncessary constructor
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-08 Justin BognerIR: Allow vectors of halfs to be ConstantDataVectors
2015-12-08 Justin BognerAsmPrinter: Use emitGlobalConstantFP to emit elements...
2015-12-08 Manman Ren[CXX TLS calling convention] Add support for AArch64.
2015-12-08 Sanjoy Das[IndVars] Have getInsertPointForUses preserve LCSSA
2015-12-08 Sanjoy Das[SCEVExpander] Have hoistIVInc preserve LCSSA
2015-12-08 Sanjoy DasAdd Instruction::getFunction; NFC
2015-12-07 Sanjay Patelfix return values to match bool return type; NFC
2015-12-07 Rafael EspindolaFactor two calls to a common location.
2015-12-07 Philip ReamesRemove debug output that snuck into 254957
2015-12-07 Philip ReamesReapply 254950 w/fix
2015-12-07 Philip ReamesRevert 254950
2015-12-07 Rafael EspindolaSimplify the error handling a bit. NFC.
2015-12-07 Philip Reames[EarlyCSE] Simplify and invert ParseMemoryInst [NFCI]
2015-12-07 Easwaran RamanUse updated threshold for indirect call bonus
2015-12-07 Kit Barton[PPC64] Convert bool literals to i32
2015-12-07 Sanjay Pateldon't repeat function names in comments; NFC
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-07 Teresa Johnson[ThinLTO] Support for specifying function index from...
2015-12-07 Sanjay Patelremove redundant check: optForSize() includes a check...
2015-12-07 Rafael EspindolaLink declaration lazily.
2015-12-07 Elena DemikhovskyVX-512: Fixed a bug in FP logic operation lowering
2015-12-07 Artyom Skrobov[ARM] Generate ABI_optimization_goals build attribute...
next