platform/upstream/llvm.git
2019-01-09 Jonas Toth[clang-tidy] another take at fixing doc
2019-01-09 Zachary TurnerChange lldb-test to use ParseAllDebugSymbols.
2019-01-09 Jonas Toth[clang-tidy] tryfix documentation build
2019-01-09 Florian Hahn[AArch64] Add test for constant shrinking with multiple...
2019-01-09 Jonas Toth[clang-tidy] fix-up failing tests
2019-01-09 Jonas Toth[clang-tidy] Adding a new modernize use nodiscard checker
2019-01-09 Gheorghe-Teodor... [OpenMP] Avoid remainder operations for loop index...
2019-01-09 Gheorghe-Teodor... [OpenMP] Add flag for preventing the extension to 64...
2019-01-09 Alexey Bataev[OPENMP][DOCS]Release notes/OpenMP support updates...
2019-01-09 Aaron BallmanRemoving an include that was not necessary; NFC.
2019-01-09 Easwaran RamanRefactor synthetic profile count computation. NFC.
2019-01-09 Shoaib Meenai[CodeGen] Clarify comment about COFF common symbol...
2019-01-09 Francis Visoiu... [CodeGen] Ignore return sext/zext attributes of unused...
2019-01-09 Louis Dionne[libcxx] Add a script to run CI on older MacOS versions
2019-01-09 Easwaran Raman[Inliner] Assert that the computed inline threshold...
2019-01-09 Nico Weberlld-link: Add help strings for /manifest, /nodefaultlib...
2019-01-09 David Callahanrefactor BlockFrequencyInfo::view to take a title...
2019-01-09 Aaron BallmanFix visualization of intrusive reference counted object...
2019-01-09 Gheorghe-Teodor... [OpenMP][libomptarget] Use shared memory variable for...
2019-01-09 Thomas Lively[WebAssembly] Standardize order of SIMD bitselect arguments
2019-01-09 Sanjay Patel[x86] use 'nounwind' to remove test noise; NFC
2019-01-09 David Carlier[asan] Disable TSD dtor leak unit tests on FreeBSD...
2019-01-09 Pavel LabathELF: create "container" sections from PT_LOAD segments
2019-01-09 Bruno Ricci[AST] Move back BasePathSize to the bit-fields of CastExpr
2019-01-09 Louis Dionne[libcxx] Add a script to run CI on MacOS
2019-01-09 Eric FiselierMark two UDL tests as being unsupported with Clang 7
2019-01-09 Stefan Granitz[CMake] In standalone builds, LLVM_BINARY_DIR should...
2019-01-09 Stefan Granitz[CMake] Fix standalone builds: workaround the cxx targe...
2019-01-09 Louis Dionne[libcxx] Remove outdated XFAILs for aligned deallocation
2019-01-09 Hubert Tong[unittests][Support] AIX: Skip sticky bit file tests
2019-01-09 Alexey BataevIncorrect implicit data-sharing for nested tasks
2019-01-09 Aleksandar... [mips][micrompis] Emit 16bit NOPs by default
2019-01-09 Bruno Ricci[AST] Store the results in OverloadExpr in a trailing...
2019-01-09 Alexey Bataev[DEBUGINFO][NVPTX]Make tests more strict, NFC.
2019-01-09 Valery PykhtinRevert "[AMDGPU] Fix DPP combiner"
2019-01-09 Kristof BeylsInitial AArch64 SLH implementation.
2019-01-09 George Rimar[LLD][ELF] - Fix BB after r350726.
2019-01-09 Alexander KornienkoRemove dependency-related arguments in clang-check.
2019-01-09 George Rimar[llvm-objdump] - Print symbol addressed when dumping...
2019-01-09 Nico WeberFix typo in comment
2019-01-09 Nico WeberFix typo in comment
2019-01-09 Louis Dionne[pstl] A fix of __pstl namespace usage for include...
2019-01-09 Simon Pilgrim[X86][SSE] Cleanup shuffle combining test check prefixes
2019-01-09 Valery Pykhtin[AMDGPU] Fix DPP combiner
2019-01-09 Haojian Wu[clangd] Add a test for SignatureHelp on dynamic index.
2019-01-09 Florian HahnRevert r350647: "[NewPM] Port tsan"
2019-01-09 Florian HahnRevert r350648: "Fix clang for r350647: Missed a functi...
2019-01-09 Michal Gorny[test] Detect glibc-2.27+ and XFAIL appropriate tests
2019-01-09 Simon Pilgrim[X86] Enable combining shuffles to PACKSS/PACKUS for...
2019-01-09 Ilya BiryukovFix clang-tidy test after r350714. NFC
2019-01-09 Ilya Biryukov[Driver] Fix libcxx detection on Darwin with clang...
2019-01-09 Andrey ChurbanovDoc: fixed description of a parameter of the __kmpc_tas...
2019-01-09 Anton Korobeynikov[MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) ...
2019-01-09 Nico Weber[gn build] Run `git ls-files '*.gn' '*.gni' | xargs...
2019-01-09 Anton Korobeynikov[MSP430] Fix crash while lowering llvm.stacksave/stackr...
2019-01-09 Nico Weber[gn build] Merge r350669
2019-01-09 Nico Weber[gn build] Add a TODO.txt file
2019-01-09 Simon Pilgrim[X86] Add extra test coverage for combining shuffles...
2019-01-09 Daniel Cederman[Sparc] Add Sparc V8 support
2019-01-09 Anastasia StulovaUse DeclSpec for quals in DeclaratorChunk::FunctionType...
2019-01-09 Diogo N. Sampaio[AArch64] Move feature predctrl to predres
2019-01-09 Simon Pilgrim[X86] Fix gcc7 -Wunused-but-set-variable warning. NFCI.
2019-01-09 Alexander KornienkoMake the write_cmake_config.py script python3-compatible
2019-01-09 David Stenberg[DebugInfo] Omit location list entries with empty ranges
2019-01-09 Matt ArsenaultGlobalISel: Implement fewerElements for implicit_def
2019-01-09 Craig Topper[X86] Make the pointer arguments to avx512 gather/scatt...
2019-01-09 Matt ArsenaultGlobalISel: Implement widenScalar for implicit_def
2019-01-09 Max Kazantsev[IPT] Drop cache less eagerly in GVN and LoopSafetyInfo
2019-01-09 Zi Xuan WuRevert "[PowerPC] Fix assert from machine verify pass...
2019-01-09 Eric FiselierMark two more tests as FLAKY
2019-01-09 Hiroshi Inoue[NFC] fix trivial typos in comments
2019-01-09 Peter Collingbournegn build: Copy file permissions from input file in...
2019-01-09 Craig Topper[X86] Correct the MaskVT for avx512 gather/scatter...
2019-01-09 Peter Collingbournegn build: Fix a Python2ism in write_vcsrevision.py.
2019-01-09 Zi Xuan Wu[PowerPC] Fix assert from machine verify pass that...
2019-01-09 Stanislav MekhanoshinRemove check for single use in ShrinkDemandedConstant
2019-01-09 Peter Collingbournehwasan: Ignore loads and stores of size 0.
2019-01-09 Jonas Devlieghere[CMakeLists] Sort tools/CMakeLists.txt
2019-01-09 Ryan Prichard[ARM][AArch64] Increase TLS alignment to reserve space...
2019-01-08 Alex Lorenz[libclang] Fix the mismatched delete operator for ExprE...
2019-01-08 Jonas DevlieghereChange std::sort to llvm::sort to detect non-determinism.
2019-01-08 Matt ArsenaultRegisterCoalescer: Assume CR_Replace for SubRangeJoin
2019-01-08 Stephen Kelly[ASTDump] NFC: Move dumpDeclRef to NodeDumper
2019-01-08 Matt ArsenaultRegisterCoalescer: Defer clearing implicit_def lanes
2019-01-08 Raphael IsemannFix unused private field warning.
2019-01-08 Sanjay Patel[InstCombine] remove stale comments; NFC
2019-01-08 Rong Xu[llvm-profdata] add value-cutoff functionality in show...
2019-01-08 Sanjay Patel[InstCombine] canonicalize another raw IR rotate patter...
2019-01-08 Rong Xu[PGO] Use SourceFileName rather module name in PGOFuncName
2019-01-08 Rong Xu[PGO] Revert r350579 to fix commit message.
2019-01-08 Heejin Ahn[WebAssembly] Rename StoreResults to MemIntrinsicResults
2019-01-08 Dan Albert[Driver] Default to -fno-addrsig on Android.
2019-01-08 Rong Xu[PGO] Revert r350442 to fix commit message.
2019-01-08 Alex Lorenz[libclang] Recommit r336590 with a fix for the memory...
2019-01-08 Stephen KellyImplement the TreeStructure interface through the TextN...
2019-01-08 Dan AlbertAndroid is not GNU, so don't claim that it is.
2019-01-08 Evandro Menezes[AArch64] Adjust the cost model for Exynos
2019-01-08 Evandro Menezes[llvm-mca] Update the Exynos test cases (NFC)
2019-01-08 Evandro Menezes[llvm-mca] Improve debugging (NFC)
2019-01-08 Stephen Kelly[Query] NFC: Port QueryParser to StringRef
next