platform/upstream/llvm.git
2016-07-14 Lang Hames[Object] Revert r275316, Archive::child_iterator change...
2016-07-14 David Majnemer[ConstantFolding] Fold masked loads
2016-07-14 Richard Smithwww/cxx_status: give more precise links to initializati...
2016-07-14 Richard SmithP0305R0: Semantic analysis and code generation for...
2016-07-13 Justin LebarForce a semicolon at the end of the LLVM_ENABLE_BITMASK...
2016-07-13 Mehdi AminiAdd EnableIPRA to TargetOptions, and move the cl::opt...
2016-07-13 Mehdi Amini[IPRA] Set callee saved registers to none for local...
2016-07-13 Sanjoy Das[JumpThreading] Delete commented out debug code; NFC
2016-07-13 David Majnemer[ConstantFolding] Extend FoldReinterpretLoadFromConstPt...
2016-07-13 David MajnemerMove a transform from InstCombine to InstSimplify.
2016-07-13 Michael KupersteinFix copy/paste bug in r275340.
2016-07-13 Matthias BraunMIRParser: Move SlotMapping and SourceMgr refs to PFS...
2016-07-13 Michael Kuperstein[DAG] Correctly chain masked loads
2016-07-13 Davide Italiano[SCCP] Have the logic for replacing insts with constant...
2016-07-13 Vedant Kumar[Coverage] Return an ArrayRef to avoid copies (NFC)
2016-07-13 Vedant Kumar[Coverage] Mark a few methods const (NFC)
2016-07-13 Greg ClaytonAdded test for setting breakpoints by basename and...
2016-07-13 Adam Nemet[LAA] Don't hold on to DominatorTree in the analysis...
2016-07-13 Adam Nemet[LAA] Don't hold on to TargetLibraryInfo in the analysi...
2016-07-13 Quentin Colombet[MIR] Fix one GlobalISel test case that I missed in...
2016-07-13 Justin Lebar[MI] Clean up some loops over MachineInstr::memoperands...
2016-07-13 Justin Lebar[MI] Fix MachineInstr::isInvariantLoad.
2016-07-13 Aaron BallmanAdd XRay flags to Clang. We implement two flags to...
2016-07-13 Matthias BraunMIRParser: Move MachineFunction reference into PFS...
2016-07-13 Matthias BraunMIRYamlMapping: Update stale comment
2016-07-13 Nico WeberAdd a triple to fix test on bots after 275320.
2016-07-13 Adam Nemet[LAA] Don't hold on to DataLayout in the analysis result
2016-07-13 Adam Nemet[LAA] Don't hold on to LoopInfo in the analysis result
2016-07-13 Argyrios Kyrtzidis[test] Add 'env' to fix test failures in windows bots.
2016-07-13 Kelvin Li[OpenMP] remove duplicate code in ActOnOpenMPRegionStart
2016-07-13 Adam Nemet[LAA] Don't hold on to AliasAnalysis in the analysis...
2016-07-13 Vedant Kumar[llvm-cov] Use a thread pool to speed up report generat...
2016-07-13 Nico WeberFix a TODO in X86CallFrameOptimization to not rely...
2016-07-13 Teresa JohnsonMark the textual headers in the module map for ProfileData
2016-07-13 Yaxun Liu[OpenCL] Fixes failures in test/Driver/opencl.cl.
2016-07-13 Alina SbirleaExtended LoadStoreVectorizer to vectorize subchains.
2016-07-13 Lang Hames[Object] Change Archive::child_iterator for better...
2016-07-13 Kelvin Li[OpenMP] add more tests for 'distribute parallel for...
2016-07-13 Quentin Colombet[MIR] Print on the given output instead of stderr.
2016-07-13 Argyrios Kyrtzidis[PCH/preamble] Make sure that if the preamble/PCH was...
2016-07-13 Teresa JohnsonDefine a module map entry for ProfileData.
2016-07-13 Tobias GrosserPPCGCodegen: Support compilation without GPU support
2016-07-13 Matt ArsenaultAMDGPU: Remove last AMDIL intrinsics
2016-07-13 Davide Italiano[SCCP] Factor out common code.
2016-07-13 Davide Italiano[SCCP] Use early return. NFCI.
2016-07-13 Kelvin Li[OpenMP] add more tests for 'distribute simd' pragma
2016-07-13 Rui UeyamaUpdate the readme text.
2016-07-13 Andrew KaylorReverting r275284 due to platform-specific test failures
2016-07-13 Yaron KerenImplement FunctionDecl::getDefinition() to be consisten...
2016-07-13 Sanjay Pateladd more tests for zexty xor sandwiches
2016-07-13 Rui UeyamaAdd GotEntrySize/GotPltEntrySize to ELF target.
2016-07-13 Simon Pilgrim[X86][SSE] Regenerate truncated shift test
2016-07-13 Simon PilgrimRegenerate test
2016-07-13 Rui UeyamaRename VAStart -> ImageBase. NFC.
2016-07-13 Sanjay Pateladd test for zexty xor sandwich
2016-07-13 Justin LebarFix header comment in unittests/CodeGen/DIEHashTest...
2016-07-13 Petr Hosek[ELF] Rename the test to reflect the option name
2016-07-13 Krzysztof ParzyszekMove mempcpy_call.ll to X86 subdirectory
2016-07-13 Justin LebarFix warning in ObjectTransformLayerTest.
2016-07-13 Justin Lebar[ADT] Add LLVM_MARK_AS_BITMASK_ENUM, used to enable...
2016-07-13 Justin LebarFix warnings in FunctionTest.cpp.
2016-07-13 Artem Dergachev[analyzer] Implement a methond to discover origin regio...
2016-07-13 Sanjay Patel[InstCombine] extend vector select matching for non...
2016-07-13 Marek OlsakAMDGPU/SI: Emit the number of SGPR and VGPR spills
2016-07-13 Stephane SezerFix a check in the objc trampoline handler
2016-07-13 Greg ClaytonRemove comment that isn't needed anymore.
2016-07-13 Andrew KaylorFix for Bug 26903, adds support to inline __builtin_mempcpy
2016-07-13 David BlaikiePR28516: Fix LangRef description of call and invoke...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for OpenM...
2016-07-13 Greg ClaytonCentralize the way symbol and functions are looked...
2016-07-13 Marshall ClowConstuct a sentry object in istream::readsome, and...
2016-07-13 Haojian Wu[include-fixer] Implement adding missing namespace...
2016-07-13 Matthias BraunPatchableFunction: Skip pseudos that do not create...
2016-07-13 Teresa Johnson[ThinLTO/gold] Enable symbol resolution in distributed...
2016-07-13 Sanjay Patel[x86][SSE/AVX] optimize pcmp results better (PR28484)
2016-07-13 Tobias GrosserAdd accelerator code generation pass skeleton
2016-07-13 Tobias GrosserAdd ppcg-0.04 to lib/External
2016-07-13 David Majnemer[ConstantFolding] Use sdiv_ov
2016-07-13 Simon Pilgrim[X86][AVX512] Add support for VPERMILPD/VPERMILPS varia...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for claus...
2016-07-13 Simon Pilgrim[X86][AVX] Add support for target shuffle combining...
2016-07-13 George Rimar[ELF] - Add predefined sections to output sections...
2016-07-13 Tom StellardAMDGPU/SI: Add support for R_AMDGPU_GOTPCREL
2016-07-13 Pierre Gousseau[PCH] Add a fno-pch-timestamp option to cc1 to disable...
2016-07-13 Nirav DaveRename llc's -fpreserve-as-comments flag -preserve...
2016-07-13 Nirav Dave[MC] Fix lexing ordering in assembly label parsing...
2016-07-13 Renato Golin[RT-ARM] Syntax unified for aeabi_mem* functions
2016-07-13 Haojian Wu[clang-tidy] Fix misc-definitions-in-headers misplaced...
2016-07-13 Simon Pilgrim[X86][SSE] Check for lane crossing shuffles before...
2016-07-13 Pierre Gousseau[PCH] Fix timestamp check on windows hosts.
2016-07-13 Pavel LabathAdd "support" for DW_CFA_GNU_args_size to the unwinder
2016-07-13 Alexey Bader[OpenCL] Fix code generation of kernel pipe parameters.
2016-07-13 George RimarReverted r275257 "[ELF] - Implement extern "c++" versio...
2016-07-13 George Rimar[ELF] - Implement extern "c++" version script tag
2016-07-13 Etienne Bergeronfix missing whitespace in sphinx doc
2016-07-13 Etienne Bergeronfix incorrect xref in sphinx doc
2016-07-13 Etienne Bergeronfix missing newline in sphinx doc
2016-07-13 Matt ArsenaultAMDGPU: Fold out no-op kill intrinsics
2016-07-13 Matt ArsenaultAMDGPU: WQM cleanups
2016-07-13 David Majnemer[ConstantFolding] Don't treat negative GEP offsets...
next