platform/upstream/llvm.git
2017-04-26 Ravitheja AddepallyInitial implementation of SB APIs for Tracing support.
2017-04-26 Michal Gorny[test] Build sanitizer/xray tests only if COMPILER_RT_B...
2017-04-26 Ayman Musa[X86][SSE2] Fix asm string for movq (Move Quadword...
2017-04-26 Craig Topper[InstCombine] Add test cases for opportunities to impro...
2017-04-26 Leslie Zhai[analyzer] Teach the MallocChecker about Glib API for...
2017-04-26 Michael LiaoRemove tailing whitespaces.
2017-04-26 Bruno Cardoso... [Modules][ObjC] Check definition from canonical decl...
2017-04-26 Daniel BerlinInstructionSimplify: Use braced initializer list for...
2017-04-26 Daniel BerlinInstructionSimplify: Have SimplifyFPBinOp pass FastMath...
2017-04-26 Daniel BerlinInstructionSimplify: End our long national nightmare...
2017-04-26 Dean Michael... [XRay][tools] Remove wayward semicolon (NFC)
2017-04-26 Vedant Kumar[ubsan] Skip alignment checks on allocas with known...
2017-04-26 Dean Michael... [XRay][tools] Fixup definition for stat division.
2017-04-26 Davide Italiano[AMDGPU] Garbage collect dead code. NFCI.
2017-04-26 Evgeniy Stepanov[asan] Unconditionally enable GC of globals on COFF.
2017-04-26 Ahmed Bougacha[Support] Avoid UB in sys::fs::perms::operator~. NFC.
2017-04-26 Vadzim Dambrouski[MSP430] Fix PR32769: Select8 and Select16 need to...
2017-04-26 Vedant Kumar[gcov] Sort file info before printing it
2017-04-26 Sam Cleggrevert debugging
2017-04-26 Sam Clegg[WebAssembly] Allow for signed relocation addends
2017-04-25 Dylan McKay[AVR] Do not kill the dest register for a pseudo instru...
2017-04-25 Matt ArsenaultAMDGPU: Shift down reserved SP register like scratch...
2017-04-25 Sanjay Patel[DAG] fix formatting of isConstantSplat(); NFC
2017-04-25 Jakub Kuderski[clang-tidy] run-clang-tidy.py: check if clang-apply...
2017-04-25 Krzysztof Parzyszek[Hexagon] Handle -O4 when checking optimization level
2017-04-25 Matt ArsenaultAMDGPU: Clean up VOP3NoMods pattern
2017-04-25 Sanjay Patel[x86] add more tests for potential change in bool math...
2017-04-25 Krzysztof Parzyszek[Hexagon] Set -ffp-contract=fast at -O3 unless explicit...
2017-04-25 Konstantin... AMDGPU: Fix ValueKind code object metadata for images
2017-04-25 Sanjay Patel[x86] regenerate checks; NFC
2017-04-25 Zachary Turner[llvm-pdbdump] Allow sorting / filtering by immediate...
2017-04-25 Zachary Turner[llvm-pdbdump] Dump File / Line Info to YAML.
2017-04-25 Zachary Turner[StringExtras] Add a fromHex to complement toHex.
2017-04-25 Rui UeyamaAttempt to fix a Windows bot.
2017-04-25 Matthias BraunSimplifyLibCalls: Fix crash on memset(notmalloc())
2017-04-25 Adrian PrantlFix an assertion when skipping stack values in DWARF2...
2017-04-25 Frederich Munch[builtins] Implement emulated TLS on Windows.
2017-04-25 Jonathan PeytonFix Hwloc API Incompatibility
2017-04-25 Carlo BertolliMinor fix for distribute_parallel_for_num_threads_codeg...
2017-04-25 Petr Hosek[llvm-objdump] Don't attempt to print lines beyond...
2017-04-25 Krzysztof Parzyszek[Hexagon] Only increment debug counters if debug option...
2017-04-25 Gil Rapaport[LV] Make LIT test insensitive to basic block numbering
2017-04-25 Davide Italiano[PGO/tests] Update comment to reflect reality.
2017-04-25 Stanislav MekhanoshinSkip bitcasts while looking for GEP in LoadStoreVectorizer
2017-04-25 Simon Pilgrim[X86][AVX2] Add shuffle test for PR27320 showing curren...
2017-04-25 Craig Topper[InstCombine] Remove redundant code from SimplifyUsingD...
2017-04-25 Carlo BertolliRecommit of
2017-04-25 Davide Italiano[PGO] Update test now that we don't call IndirectCallPr...
2017-04-25 Craig Topper[APInt] Use isSubsetOf, intersects, and bit counting...
2017-04-25 Craig Topper[InstCombine] Fix CHECK-LABEL in two tests.
2017-04-25 Rui UeyamaMake it explicit that -export-dynamic overrides -dynami...
2017-04-25 Alex Shlyapnikov[lsan] When necessary, define LSan suppression for...
2017-04-25 Simon Pilgrim[X86][SSE] Add tests for PR14657 showing current codegen.
2017-04-25 Adrian PrantlPrint complete DIExpressions in the assembler output...
2017-04-25 Rui UeyamaAdd a test for ICF and REL relocations.
2017-04-25 Sam Clegg[WebAssembly] Fix relocation count in wasm binaries...
2017-04-25 Sam Clegg[WebAssembly] Read global index in init expression...
2017-04-25 Craig Topper[InstSimplify] Handle (~A & ~B) | (~A ^ B) -> ~A ^ B
2017-04-25 Alex Lorenz[libclang] Check for a record declaration before a...
2017-04-25 Davide Italiano[PM] Run IndirectCallPromotion only when PGO is enabled.
2017-04-25 Craig Topper[InstCombine] Remove superfluous curly braces around...
2017-04-25 Craig Topper[ValueTracking] Use APInt::operator|=(uint64_t) instead...
2017-04-25 Craig Topper[ValueTracking] Use APInt instead of auto. NFC
2017-04-25 Craig Topper[ValueTracking] Use BitWidth local variable instead...
2017-04-25 Simon Pilgrim[SelectionDAG] Added getBuildVector(ArrayRef<SDUse...
2017-04-25 George Rokos[OpenMP] Optimized default kernel launch parameters...
2017-04-25 Simon Pilgrim[DAGCombiner] Refactor to make it easy to add support...
2017-04-25 Rui Ueyama[ELF] Improve error message for incompatible section...
2017-04-25 George Rokos[OpenMP] Add missing parenthesis which triggers a compi...
2017-04-25 Andrew NgResubmit r301309: [DebugInfo][X86] Fix handling of...
2017-04-25 Craig Topper[InstCombine] Add missing commute handling to (A |...
2017-04-25 Alex Lorenz[index] Index type source info for class specializations
2017-04-25 Simon Pilgrim[SelectionDAG] Use getBuildVector helper where possible...
2017-04-25 Dylan McKay[AVR] Support the LDWRdPtr instruction with the same...
2017-04-25 Andrew NgRevert "[DebugInfo][X86] Fix handling of DBG_VALUE...
2017-04-25 Daniel SandersBring back the ability opt out of padding zero-byte...
2017-04-25 Alex Lorenz[index] Record the 'SpecializationOf' relation for...
2017-04-25 Andrew Ng[DebugInfo][X86] Fix handling of DBG_VALUE's in post...
2017-04-25 Simon Pilgrim[SelectionDAG] Pull out repeated getValueType calls...
2017-04-25 Nitesh Jain[Compiler-rt][MIPS] Fix assert introduce with commit...
2017-04-25 Pavel LabathRemove the home-grown android toolchain file and all...
2017-04-25 Simon Pilgrim[DAGCombiner] Add vector support for (srl (trunc (srl...
2017-04-25 Andrew Ng[SimplifyLibCalls] Fix infinite loop with fast-math...
2017-04-25 Simon Pilgrim[SelectionDAG] Recognise splat vector isKnownToBeAPower...
2017-04-25 Ismail DonmezFix fuzzer.c test on platforms where CLANG_DEFAULT_CXX_...
2017-04-25 Michael Kruse[DeLICM] Use Known information when comparing Existing...
2017-04-25 Simon Pilgrim[DAGCombiner] Use SDValue::getConstantOperandVal helper...
2017-04-25 Siddharth Bhat[PPCGCodeGeneration] Update PPCG Code Generation for...
2017-04-25 Sanjoy Das[IVUsers] Don't bail out of normalizing non-affine...
2017-04-25 Craig Topper[InstCombine] Add test cases for missing commute handli...
2017-04-25 Craig Topper[InstCombine] Add test cases showing failures to handle...
2017-04-25 Nitesh Jain[LLDB][MIPS] Fix typo in TestStepOverWatchpoint.py.
2017-04-25 Craig Topper[InstCombine] Use commutable matchers to reduce some...
2017-04-25 Gil Rapaport[LV] Remove redundant basic block split
2017-04-25 Serge GueltonUpdate doc of the variadic version of getOrInsertFunction
2017-04-25 Xinliang David Li[CodeExtractor]: Fixup use refs of the old phi.
2017-04-25 Rui UeyamaDefine __tls_get_addr as a hidden symbol even for ARM...
2017-04-25 Akira Hatanaka[ObjCARC] Do not sink an objc_retain past a clang.arc...
2017-04-25 Davide Italiano[SimplifyLibCalls] Remove a cl::opt that's been `true...
2017-04-25 Rui UeyamaAdd comments about Widnows .reloc section.
next