[X86][SSE] Added i686/SSE2 vector shift tests.
[oota-llvm.git] / lib /
2015-07-15 Igor BregerAVX : Fix ISA disabling in case AVX512VL , some instruc...
2015-07-15 Rafael EspindolaInitial support for writing thin archives.
2015-07-15 Pete CooperUse enum instead of unsigned. NFC.
2015-07-15 Pete CooperUse cast<> instead of dyn_cast to remove llvm_unreachab...
2015-07-15 Pete CooperUse another foreach loop. NFC
2015-07-15 Pete CooperUse getAnyExtOrTrunc helper instead of manually doing...
2015-07-15 Pete CooperUse getZExtOrTrunc helper instead of manually doing...
2015-07-15 Michael Zolotukhin[LoopUnrolling] Handle cast instructions.
2015-07-15 Pete CooperChange conditional to assert. NFC.
2015-07-15 Pete CooperUse getStoreSize() instead of getStoreSizeInBits()...
2015-07-14 Rafael EspindolaUse a range loop.
2015-07-14 Pete CooperUse more foreach loops in SelectionDAG. NFC
2015-07-14 Wei MiCreate a wrapper pass for BlockFrequencyInfo.
2015-07-14 JF BastienWebAssembly: fix build breakage.
2015-07-14 Hal Finkel[PowerPC] Support symbolic targets in patchpoints
2015-07-14 David Majnemer[InstCombine] Generalize sub of selects optimization...
2015-07-14 Adam Nemet[LAA] Introduce RuntimePointerChecking::PointerInfo...
2015-07-14 Adam Nemet[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
2015-07-14 Hal Finkel[PowerPC] Use the ABI indirect-call protocol for patchp...
2015-07-14 Rafael EspindolaAdd support for reading members out of thin archives.
2015-07-14 Pete CooperAdd allnodes() iterator range to SelectionDAG. NFC.
2015-07-14 Pete CooperConstify parameters in SelectionDAG methods. NFC
2015-07-14 Pete CooperRemove unnecessary .getNode() in SelectionDAG. NFC.
2015-07-14 Pete CooperUse more foreach loops in SelectionDAG. NFC
2015-07-14 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-14 Alex LorenzMIR Printer: move the function 'printReg'. NFC.
2015-07-14 Tim NorthoverGVN: use a static array instead of regenerating it...
2015-07-14 JF BastienWebAssembly: add basic int/fp instruction codegen.
2015-07-14 Krzysztof ParzyszekFix NDEBUG build warning
2015-07-14 Tim NorthoverGVN: tolerate an instruction being replaced without...
2015-07-14 Krzysztof ParzyszekFix Windows build: replace __func__ with LLVM_FUNCTION_NAME
2015-07-14 Bruno Cardoso Lopes[MMX] Use the appropriate instructions for GR64 <-...
2015-07-14 Hal Finkel[PowerPC] Fix the PPCInstrInfo::getInstrLatency impleme...
2015-07-14 Krzysztof Parzyszek[Hexagon] Generate instructions for operations on predi...
2015-07-14 Keno Fischer[CodeGen] Force emission of personality directive if...
2015-07-14 Matt ArsenaultAMDGPU: Avoid using 64-bit shift for i64 (shl x, 32)
2015-07-14 Matt ArsenaultAMDGPU/SI: Fix read2 merging into a super register.
2015-07-14 Matthias BraunMachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-07-14 Matthias BraunRAGreedy: Keep track of allocated PhysRegs internally
2015-07-14 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-14 Tim NorthoverAArch64: add rev64 alias for 64-bit rev instruction.
2015-07-14 Krzysztof Parzyszek[Hexagon] Generate "extract" instructions more aggressively
2015-07-14 Hans WennborgARMAsmParser: Take MCInst param by const-ref
2015-07-14 Alexandros LamprineasCaused regressions: compile Release+Asserts failed...
2015-07-14 Tom StellardAMDGPU/SI: Add support for shrinking v_cndmask_b32_e32...
2015-07-14 Aaron BallmanSilencing two MSVC warnings; 'argument' : truncation...
2015-07-14 Alexandros Lamprineas-Added API for retrieving the default FPU of a CPU...
2015-07-14 Daniel Sanders[mips] Fix li/la differences between IAS and GAS.
2015-07-14 Chandler Carruth[PM/AA] Reformat GlobalsModRef so that subsequent patch...
2015-07-14 David Majnemer[SROA] Don't de-atomic volatile loads and stores
2015-07-14 Yaron KerenGenerate correct asm info for mingw and cygwin ARM...
2015-07-14 NAKAMURA TakumiPrune trailing whitespaces and CRs.
2015-07-14 Matthias BraunRevert "LegalizeDAG: Fix and improve FCOPYSIGN/FABS...
2015-07-14 Matthias BraunLegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
2015-07-14 Andrew WilkinsAdd capability to get and set the personalitty function...
2015-07-14 Rafael EspindolaAdd a herper function. NFC.
2015-07-14 Alex LorenzMIR Serialization: Serialize the variable sized stack...
2015-07-14 Reid KlecknerUpdate enforceKnownAlignment after the isWeakForLinker...
2015-07-13 Alex LorenzMIR Serialization: Serialize the sub register indices.
2015-07-13 Rafael EspindolaFix reading archive members with / in the name.
2015-07-13 Bill Schmidt[PPC64LE] More improvements to VSX swap optimization
2015-07-13 Pete CooperLoop idiom recognizer was replacing too many uses of...
2015-07-13 Reid Kleckner[WinEH] Emit the LSDA even if no lpads remain but outli...
2015-07-13 Benjamin Kramer[Hexagon] Move BitTracker into the llvm namespace and...
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
2015-07-13 Matt ArsenaultAMDGPU: Minor cleanups to always inline pass
2015-07-13 David Majnemer[MC] Correctly escape .safeseh's symbol
2015-07-13 Mark HeffernanEnable partial and runtime loop unrolling for NVPTX.
2015-07-13 Mark HeffernanEnable runtime unrolling with unroll pragma metadata
2015-07-13 Adrian PrantlService the doxygen comments in DwarfUnit and DwarfDebug.
2015-07-13 Alex LorenzMIR Serialization: Serialize the fixed stack objects.
2015-07-13 Reid Kleckner[WinEH] Strip the \01 character from the __CxxFrameHand...
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-07-13 Benjamin KramerAvoid using Loop::getSubLoopsVector.
2015-07-13 James Y KnightFix handling of the 'n' asm constraint with invalid...
2015-07-13 Tom StellardAMDGPU/SI: Select mad patterns to v_mac_f32
2015-07-13 Logan ChienARM: Fix cttz expansion on vector types.
2015-07-13 Scott Douglass[ARM] Handle commutativity when converting to tADDhirr...
2015-07-13 Scott Douglass[ARM] Add Thumb2 ADD with SP narrowing from 3 operand...
2015-07-13 Scott Douglass[ARM] Small refactor of tryConvertingToTwoOperandForm...
2015-07-13 Silviu BarangaCleanup after r241809 - remove uncessary call to std...
2015-07-13 Rafael EspindolaRemove unused variable.
2015-07-13 Rafael EspindolaAliases don't have available_externally linkage.
2015-07-13 Rafael EspindolaDon't change the visibility when converting a definitio...
2015-07-13 Aaron BallmanRemoving several -Wunused-but-set-variable warnings...
2015-07-13 Rafael EspindolaPrint the visibility of available_externally functions.
2015-07-13 Manuel KlimekRevert r241981 "Revert "Revert r236894 "[BasicAA] Fix...
2015-07-13 Elena DemikhovskyAVX-512: Added all AVX-512 forms of Vector Convert...
2015-07-13 Jingyue Wu[LSR] don't attempt to promote ephemeral values to...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-12 Renato Golin[ARM] Add support for nest attribute using r12
2015-07-12 Simon Pilgrim[X86][SSE] (V)PMINSB is commutable.
2015-07-12 Simon PilgrimTrim trailing whitespaces. NFC.
2015-07-12 Simon Pilgrim[X86][SSE] Vectorized v4i32 non-uniform shifts.
2015-07-12 David Majnemer[LICM] Don't try to sink values out of loops without...
2015-07-12 Hal Finkel[PowerPC] Make use of the TargetRecip system
2015-07-12 Hal Finkel[PowerPC] Support the nest parameter attribute
2015-07-11 Hal FinkelRevert "Revert r236894 "[BasicAA] Fix zext & sext handl...
next