platform/upstream/llvm.git
2016-07-14 Roman Gareev[NFC] Add full title/author information to "Apply the...
2016-07-14 Simon Pilgrim[X86][AVX2] VBROADCASTSSrr/VBROADCASTSSYrr require...
2016-07-14 Tobias GrosserGPGPU: compute new schedule from polly scop
2016-07-14 Tobias GrosserGPGPU: create default initialized PPCG scop and gpu...
2016-07-14 Benjamin Kramer[clang-rename] add documentation
2016-07-14 Benjamin Kramer[clang-rename] exit code-related bugfix and code cleanup
2016-07-14 Haojian Wu[include-fixer] Correct an incorrecst judgement about...
2016-07-14 Eugene Leviant[ELF] r275383 reverted due to buildbot failure
2016-07-14 Asaf Badouh[X86][AVX512F] minor fix of the parameter names
2016-07-14 Eugene Leviant[ELF] Allow overriding reserved symbols in linker scripts
2016-07-14 Sjoerd MeijerThis implements a more optimal algorithm for selecting...
2016-07-14 Ilia KFix -break-enable/-break-disable commands (MI)
2016-07-14 David Majnemer[InstCombine] Masked loads with undef masks can fold...
2016-07-14 David MajnemerSimplify llvm.masked.load w/ undef masks
2016-07-14 Craig Topper[AVX512] Implement EXTLOAD lowering with patterns to...
2016-07-14 Dean Michael... Use hasFlag instead of hasArg
2016-07-14 Eli Friedman[X86] Fix stupid typo in isel lowering.
2016-07-14 Matt ArsenaultAMDGPU/R600: Delete/rename intrinsics no longer used...
2016-07-14 Rui UeyamaSet sh_addralign to 1 instead of 0.
2016-07-14 Rui UeyamaAttempt to unbreak msan bot.
2016-07-14 Matt ArsenaultAMDGPU/R600: Remove intrinsics with no tests and no...
2016-07-14 Matt ArsenaultAMDGPU: Remove unused intrinsics
2016-07-14 Matt ArsenaultAMDGPU: Fix test not actually testing anything
2016-07-14 Matt ArsenaultAMDGPU: Remove dead code
2016-07-14 Dean Michael... Add C++ dependencies to xray runtime
2016-07-14 Dean Michael... XRay: Add entry and exit sleds
2016-07-14 Davide Italiano[SCCP] Pass a Value * instead of templating this functi...
2016-07-14 Kelvin Li[OpenMP] Sema and parsing for 'target parallel for...
2016-07-14 Chris Lattnerclarify a bit.
2016-07-14 Davide Italiano[IPSCCP] Constant fold struct argument/instructions...
2016-07-14 Lang Hames[lld] Update LLD for Archive::child_iterator change...
2016-07-14 Lang Hames[Object] Re-apply r275316 now that I have the correspon...
2016-07-14 Nico WeberTeach fast isel about thiscall (and callee-pop) calls.
2016-07-14 Mehdi Amini[Scalarizer] PR28108: Skip over nullptr rather than...
2016-07-14 Mehdi AminiAdd missing test for r275347 "[IPRA] Set callee saved...
2016-07-14 Davide Italiano[SCCP] Generalize tryToReplaceInstWithConstant to work...
2016-07-14 Adrian PrantlAdd a comment mirroring the one in LLVM's Dwarf.h
2016-07-14 Matthias BraunMIRParser: Fix MIRParser not reporting nullptr on error.
2016-07-14 Adrian PrantlSynchronize LLVM and clang's ObjCDeclSpec::ObjCProperty...
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.
next