platform/upstream/llvm.git
2015-07-13 Jonathan PeytonFix some bugs in OMPT support
2015-07-13 Nico Weberclang-cl: For files setting output names, mention which...
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 HeffernanUpdate documentation for unroll pragmas on loops with...
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 Andrey Churbanovfixed typo in debug assertion reported by John Mellor...
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 Birunthan Mohanathasclang-format: Print token type name instead of number...
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 Ulrich WeigandSupport alternate attribute spelling __enable_if__
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 Pavel LabathAvoid dependency on uuid.h in MacOSXDYLD
2015-07-13 Ulrich WeigandUpdate comment
2015-07-13 Pawel Bylica[llvm-stress] Remove unneeded llvm:: prefix. NFC.
2015-07-13 Tamas BerghammerRemove hack about the size of long doubles from DataExt...
2015-07-13 Pavel LabathIntroduce a MainLoop class and switch llgs to use it
2015-07-13 Tamas BerghammerSkip oatdata and oatexec symbols in system@framework...
2015-07-13 Sagar Thakur[LLDB][MIPS] Add mips cores in cores_match () in ArchSpec
2015-07-13 Daniel Sanders[mips] Explained the 'w' modifier in the Inline Assembl...
2015-07-13 Simon Atanasyan[Mips] Support MIPS big-endian 32/64-bits targets
2015-07-13 Justin Bognerprofile: Autoconf build system support for r241824
2015-07-13 Rafael EspindolaSet the linkage before setting the visibility.
2015-07-13 Jingyue Wu[LSR] don't attempt to promote ephemeral values to...
2015-07-13 David MajnemerIntrin.h: Don't invade the program's namespace
2015-07-13 David MajnemerIntrin.h: Clean up our atomic intrinsics
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-13 Nico WeberMake COFF linker work when it's built by clang again.
2015-07-13 NAKAMURA TakumiFix clang/unittests/ASTMatchers/Dynamic/Makefile. clang...
2015-07-13 Nico WeberFix lld tests with LLVM_ENABLE_THREADS disabled.
2015-07-13 Peter Collingbournesanitizer_common: Only use _ReadWriteBarrier when targe...
2015-07-13 Peter Collingbournesanitizer_common: Fix implementation of bit count opera...
2015-07-12 Richard SmithMinor simplification, no functionality change.
2015-07-12 Richard Smith[modules] Improve performance when there is a local...
2015-07-12 Davide Italiano[Sema] If lvalue to rvalue reference cast is valid...
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 Logan ChienRemove include directive for the unused libunwind_ext.h.
2015-07-12 NAKAMURA TakumiTweak libclang's users, c-arcmt-test, c-index-test...
2015-07-12 NAKAMURA TakumiReformat Makefile.
2015-07-12 Simon PilgrimTrim trailing whitespaces. NFC.
2015-07-12 Simon Pilgrim[X86][SSE] Vectorized v4i32 non-uniform shifts.
2015-07-12 Nico Weberelf: Make error output from AtomSection<ELFT>::write...
2015-07-12 David Majnemer[LICM] Don't try to sink values out of loops without...
2015-07-12 Birunthan Mohanathasclang-format: Add Mozilla brace breaking style
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 Daniel Jasperclang-format: Extend vim integration so that a line...
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 Eric Fiselier[libcxx] LWG2420 bits for bind<void> - Patch from K...
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 Jason MolendaAdd a another packet to the gdb-remote protocol,
2015-07-10 Justin BognerSema: Allow null names to be passed in to isAcceptableT...
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 Richard Smith[modules] When checking the include guard for a header...
2015-07-10 Reid KlecknerDisable C++ EH by default for clang-cl and MSVC environ...
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
next