oota-llvm.git
2015-07-14 Reid KlecknerUpdate enforceKnownAlignment after the isWeakForLinker...
2015-07-13 Alex LorenzMIR Serialization: Serialize the sub register indices.
2015-07-13 Rafael EspindolaAdd missing file.
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 Rafael EspindolaUse std::make_tuple to reduce code duplication.
2015-07-13 Pete CooperRemove unnecessary lines from the test in r242068.
2015-07-13 Nico WeberReduce memory usage of ComputeEditDistance() by (almost...
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 Chris BienemanRevert "[CMake] Cleanup tools/CMakeLists.txt to take...
2015-07-13 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-13 Keno Fischer[CMake] Add missing DebugInfo libraries to llvm-shlib
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 Pawel Bylica[llvm-stress] Remove unneeded llvm:: prefix. NFC.
2015-07-13 Daniel Sanders[mips] Explained the 'w' modifier in the Inline Assembl...
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 Yaron KerenFix PR24099 reported by Tomas Brukner.
2015-07-12 Renato Golin[ARM] Add support for nest attribute using r12
2015-07-12 Simon Pilgrim[X86][SSE] Tidied up vector extend/truncation tests...
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 Renato GolinRevert "[ExecutionEngine] Use std::function rather...
2015-07-11 Hal FinkelRevert "Revert r236894 "[BasicAA] Fix zext & sext handl...
2015-07-11 Hal FinkelMove getStrideFromPointer and friends from LoopVectoriz...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-11 Yaron KerenFix include guard typo introduced in r239315.
2015-07-11 Owen AndersonDefine a new intrinsic @llvm.canonicalize.
2015-07-11 Chandler Carruth[PM/AA] Completely remove the AliasAnalysis::copyValue...
2015-07-11 Lang Hames[ExecutionEngine] Add a static cast to the unittest...
2015-07-11 Lang Hames[ExecutionEngine] Remove cruft and fix a couple of...
2015-07-11 Tyler NowickiRenamed some uses of unroll to interleave in the vector...
2015-07-10 Duncan P. N... MC: Shrink MCDwarfLoc/MCLineEntry
2015-07-10 Adrian PrantlClean up the comments in DIBuilder.h to adhere to the...
2015-07-10 Adrian PrantlRevert "Clean up the comments in DIBuilder.h to adhere...
2015-07-10 Adrian PrantlCleanup a couple of comments in DIBuilder.cpp
2015-07-10 Adrian PrantlClean up the comments in DIBuilder.h to adhere to the...
2015-07-10 Lang Hames[ExecutionEngine] Use std::function rather than a funct...
2015-07-10 Duncan P. N... MC: Only allow changing feature bits in MCSubtargetInfo
2015-07-10 Matt ArsenaultAMDGPU: Fix chains for memory ops dependent on argument...
2015-07-10 Alex LorenzMIR Serialization: Serialize the virtual register operands.
2015-07-10 David Majnemer[IR] Switch static const to an enum to silence MSVC...
2015-07-10 Duncan P. N... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 Duncan P. N... MC: Remove MCSubtargetInfo::InitCPUSched()
2015-07-10 Bjorn Steinbrink[InstCombine] Actually combine AA metadata when replaci...
2015-07-10 Matt ArsenaultAMDGPU: Use requested chain when lowering arguments
2015-07-10 Matthias BraunARM: Use SpecificBumpPtrAllocator to fix leak introduce...
2015-07-10 Reid Kleckner[SEH] Push reloads of the SEH code past phi nodes
2015-07-10 Duncan P. N... Add <type_traits> for is_pod, fixing r241947
2015-07-10 Matt ArsenaultDAGCombiner: Assume invariant load cannot alias a store
2015-07-10 Duncan P. N... MC: Remove the copy of MCSchedModel in MCSubtargetInfo
2015-07-10 Quentin Colombet[ShrinkWrap][PEI] Do not insert epilogue for unreachabl...
2015-07-10 David Majnemer[MC] Switch static const to an enum to silence MSVC...
2015-07-10 Evgeniy StepanovFix AArch64 prologue for empty frame with dynamic allocas.
2015-07-10 Jingyue Wu[TTI] BasicTTIImpl assumes no vector registers
2015-07-10 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-10 Michael J.... [Object][ELF] Handle the dynamic string table in files...
2015-07-10 Jan Wen VoungFix enum BitcodeError to not define a zero-valued error...
2015-07-10 Adam Nemet[LoopDist/LoopVer] Move LoopVersioning to a new module...
2015-07-10 Adam Nemet[LoopDist] Move loop-versioning helper functions to...
2015-07-10 Matthias BraunARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor...
2015-07-10 Fiona GlaserComputeKnownBits: be a bit smarter about ADDs
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
2015-07-10 JF BastienWebAssembly: basic instructions todo, and basic registe...
2015-07-10 Alex LorenzMIR Serialization: Initial serialization of stack objects.
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
2015-07-10 Eli BenderskyActually support volatile memcpys in NVPTX lowering
2015-07-10 Nemanja IvanovicNFC. Added a blank line for consistency.
2015-07-10 Benjamin Kramer[InstSimplify] Fold away ord/uno fcmps when nnan is...
next