platform/upstream/llvm.git
2020-07-11 clementval[openmp] Remove unused variable in DirectiveEmitter
2020-07-11 Johannes Doerfert[OpenMP] Silence unused symbol warning with proper...
2020-07-11 Yaxun (Sam... Fix regression due to test hip-version.hip
2020-07-11 Valentin Clement[flang][openmp] Check clauses allowed semantic with...
2020-07-11 Yash Jain[MLIR] Parallelize affine.for op to 1-D affine.parallel op
2020-07-11 Michael LiaoFix `-Wunused-variable` warnings. NFC.
2020-07-11 Michael Liao[fix-irreducible] Skip unreachable predecessors.
2020-07-11 sstefan1[Attributor][NFC] Add more debug output for deleted...
2020-07-11 Christudasan... [AMDGPU] Move LowerSwitch pass to CodeGenPrepare.
2020-07-11 Alexey Lapshin[TRE] allow TRE for non-capturing calls.
2020-07-11 Roman LebedevRevert "Reland "[InstCombine] Lower infinite combine...
2020-07-11 Nico Weber[gn build] (manually) merge 943660fd15f193
2020-07-11 Nathan JamesReland Fix gn build after 943660f
2020-07-11 Nathan JamesRevert "Fix gn builds after 943660fd1"
2020-07-11 Nathan JamesFix gn builds after 943660fd1
2020-07-11 Nathan James[clang-tidy] Reworked enum options handling(again)
2020-07-11 Johannes Doerfert[OpenMP][FIX] remove unused variable and long if-else...
2020-07-11 Mehdi AminiRemove unused variable `KMPC_KERNEL_PARALLEL_WORK_FN_PT...
2020-07-11 Johannes Doerfert[OpenMP] Replace function pointer uses in GPU state...
2020-07-11 Johannes Doerfert[OpenMP] Compute a proper module slice for the CGSCCC...
2020-07-11 Johannes Doerfert[OpenMP] Identify GPU kernels (aka. OpenMP target regions)
2020-07-11 Johannes Doerfert[OpenMP][NFC] Add convenient helper and early exit...
2020-07-11 Johannes Doerfert[OpenMP][NFC] Fix some typos
2020-07-11 Johannes Doerfert[OpenMP][NFC] Remove unused (always fixed) arguments
2020-07-11 Eric ChristopherFix signed vs unsigned comparison warnings a different...
2020-07-11 Johannes Doerfert[OpenMP][CUDA] Fix std::complex in GPU regions
2020-07-11 Jonas Devlieghere[lldb/Test] Fix missing yaml2obj in Xcode standalone...
2020-07-11 Yaxun (Sam... [HIP] Fix rocm detection
2020-07-11 Wang, Pengfei[X86][MMX] Optimize MMX shift intrinsics.
2020-07-11 Jinsong Ji[PowerPC][MachinePipeliner] Enable pipeliner if hasInst...
2020-07-11 Ben Shi[RISCV][test] Add a test for (mul (add x, c1), c2)...
2020-07-11 Vy NguyenSummary: [clang] Provide a way for WhileStmt to report...
2020-07-11 Thomas Lively[WebAssembly] Prefer v128.const for constant splats
2020-07-11 Valentin Clement[openmp] Fix warning in generated OMP.cpp
2020-07-11 Mauricio SifontesCreate TestReducer pass
2020-07-11 Akira HatanakaFix build error
2020-07-11 sstefan1 Reland "[OpenMPOpt] ICV Tracking"
2020-07-11 Akira Hatanaka[CodeGen] Store the return value of the target function...
2020-07-11 Sanjay Patel[InstSimplify] add tests for maxnum (PR46627); NFC
2020-07-11 Adrian PrantlFix nesting of #ifdef
2020-07-11 Valentin Clement[openmp] Remove OMPConstants.cpp and replace it by...
2020-07-11 Johannes Doerfert[OpenMP][NFC] Remove unused and untested code from...
2020-07-11 Zequan Wu[COFF] Add cg_profile directive and .llvm.call-graph...
2020-07-11 Walter ErquinigoRevert "[lldb-vscode] Fix TestVSCode_module"
2020-07-10 Teresa Johnson[BPI] Compile time improvement when erasing blocks...
2020-07-10 Johannes Doerfert[OpenMP] Use __OPENMP_NVPTX__ instead of _OPENMP in...
2020-07-10 Walter Erquinigo[lldb-vscode] Fix TestVSCode_module
2020-07-10 Yifan Shen[lldb-vscode] Add Compile Unit List to Modules View
2020-07-10 Yifan Shen[lldb-vscode] Add Support for Module Event
2020-07-10 Gui Andrade[Sanitizers] Change protoent test to check for IPv6...
2020-07-10 Alexandre GaneaRevert "Re-land [CodeView] Add full repro to LF_BUILDIN...
2020-07-10 cgyurgyik[libc] [Obvious] Remove unneeded header in strchr.
2020-07-10 David BlaikieRemove unnecessary/erroneous "static" from function...
2020-07-10 Alexandre Ganea[PDB] Attempt fix for debug-info-codeview-buildinfo...
2020-07-10 JF Bastien[docs] LLVM Security Group and Process
2020-07-10 Eric ChristopherTemporarily revert "[NFC] Separate bitcode reading...
2020-07-10 Matt ArsenaultAMDGPU: Remove .value_type from kernel metadata
2020-07-10 Craig Topper[X86] Add isel patterns for matching broadcast vpternlo...
2020-07-10 Thomas Raoux[mlir][linalg] Improve aliasing approximation for hoist...
2020-07-10 Michael Kruse[Polly] Fix prevectorization of fused loops.
2020-07-10 Michael Kruse[Polly] Fix -polly-opt-isl -analyze
2020-07-10 Tom Stellard[clang-shlib] Don't link with static clang libraries
2020-07-10 Joel E. Denny[FileCheck] Fix up -dump-input* docs
2020-07-10 Nicolas Vasilache[mlir][Vector] Add folding for vector.transfer ops
2020-07-10 Artem Dergachev[analyzer] Silence a warning.
2020-07-10 aartbik[mlir] [VectorOps] Merge OUTER/AXPY vector.contract...
2020-07-10 Aaron BallmanChange behavior with zero-sized static array extents
2020-07-10 Arthur EubanksReland [NFC] Derive from PassInfoMixin for no-op/printi...
2020-07-10 Jonas Devlieghere[ldb/Reproducers] Add YamlRecorder and MultiProvider
2020-07-10 David Goldman[AST][ObjC] Fix crash when printing invalid objc categories
2020-07-10 aartbik[mlir] [VectorOps] Allow AXPY to be expressed as specia...
2020-07-10 Matt ArsenaultAArch64: Fix unused variables
2020-07-10 Konrad Kleine[lldb] on s390x fix override issue
2020-07-10 Erik Pilkington[Sema] Emit a -Wformat warning for printf("%s", (void*)p)
2020-07-10 Nikita Popov[PredicateInfo] Add test for multiple branches on same...
2020-07-10 Sidharth Baveja[NFC] Separate Peeling Properties into its own struct...
2020-07-10 cgyurgyik[libc] Add strchr implementation. Fixes bug in memchr.
2020-07-10 Lei Huang[PowerPC] Enable default support of quad precision...
2020-07-10 Davide ItalianoRevert "[NFC] Derive from PassInfoMixin for no-op/print...
2020-07-10 Jim InghamThis is a refinement on 96601ec28b7efe5abf3479a1aa91bce...
2020-07-10 Anastasia Stulova[OpenCL] Fixed typo for ctor stub name in UsersManual
2020-07-10 Alexandre GaneaRe-land [CodeView] Add full repro to LF_BUILDINFO record
2020-07-10 Craig Topper[IR] Disable select ? C : undef -> C fold in ConstantFo...
2020-07-10 Luke Geeson[ARM] Add Cortex-A78 and Cortex-X1 Support for Clang...
2020-07-10 Benjamin Kramer[CGProfile] Fix layering, IPO depends in Instrumentation.
2020-07-10 Sergej JaskiewiczRevert "[compiler-rt] [test] Use the parent process...
2020-07-10 Daniel GrumbergRemove clang options that were added back when merging...
2020-07-10 Saleem Abdulrasoolrepair standalone clang builds
2020-07-10 Eduardo CaldasUse FileRange::text instead of Lexer::getSpelling
2020-07-10 Eduardo CaldasAdd kinded UDL for raw literal operator and numeric...
2020-07-10 Eduardo CaldasFix crash on `user defined literals`
2020-07-10 Kang Zhang [NFC][PowerPC] Add a new MIR file to test mi-peephole...
2020-07-10 Zequan Wu[Lexer] Fix missing coverage line after #endif
2020-07-10 Zequan Wu[LPM] Port CGProfilePass from NPM to LPM
2020-07-10 Roman LebedevRevert "[OpenMPOpt] ICV Tracking"
2020-07-10 Daniel GrumbergDelete CC1Options.td, since it should have happened...
2020-07-10 Florian Hahn[ARM] Pass -verify-machineinstr to test and XFAIL until...
2020-07-10 Johannes Doerfert[Attributor][NFC] Update tests after recent changes
2020-07-10 Florian Hahn[DomTreeUpdater] Use const auto * when iterating over...
2020-07-10 Florian Hahn[ARM] Add test with tcreturn and debug value.
next