platform/upstream/llvm.git
2020-07-23 Georgii Rymar[llvm-readelf] - Simplify the implementation of getSect...
2020-07-23 Balázs Kéri[Analyzer][StreamChecker] Use BugType::SuppressOnSink...
2020-07-23 Sourabh Singh... [DebugInfo] Attempt to fix regression test failure...
2020-07-23 Jakub Lichman[mlir] Loop bounds inference in linalg.generic op impro...
2020-07-23 Sourabh Singh... Re-apply:" Emit DW_OP_implicit_value for Floating point...
2020-07-23 Roman Lebedev[Reduce] Rewrite runDeltaPass() workloop: do reduce...
2020-07-23 Eric ChristopherTemporarily Revert "Reland [lldb] Unify type name match...
2020-07-23 Rainer Orth[compiler-rt][sanitizers] Fix Solaris madvise declaration
2020-07-23 aartbik[mlir] [VectorOps] Improve scatter/gather CPU performance
2020-07-23 Serge Pavlov[Windows] Fix limit on command line size
2020-07-23 Hiroshi YamauchiReland D84057 [PGO][PGSO] Remove a temporary flag used...
2020-07-23 Sourabh Singh... Revert "[DebugInfo] Emit DW_OP_implicit_value for Float...
2020-07-23 Shilei TianRevert "[OpenMP] Wait for kernel prior to memory deallo...
2020-07-23 Shilei Tian[OpenMP] Wait for kernel prior to memory deallocation
2020-07-23 Xing GUO[DWARFYAML] Refactor range list table to hold more...
2020-07-23 Sourabh Singh... [DebugInfo] Emit DW_OP_implicit_value for Floating...
2020-07-23 Fangrui Song[PGO] Don't call calloc(0, sizeof(ValueProfNode *))
2020-07-23 Sourabh Singh... [flang][OpenMP] Added support for lowering OpenMP tasky...
2020-07-23 Valentin Clement[flang][openacc] Skeleton for OpenACC construct lowering
2020-07-23 Valentin Clement[flang][openmp] Required clauses are allowed
2020-07-23 Hamilton Tobon... [OpenMPOpt] Regression test for hiding latency of H2D...
2020-07-23 peter klausler[flang] Add runtime I/O APIs for COMPLEX formatted...
2020-07-23 Logan SmithReapply "Try enabling -Wsuggest-override again, using...
2020-07-23 Craig Topper[X86] Remove the DeprecatedMPX feature flag.
2020-07-23 Amy Huang[Symbolize][PDB] Switch llvm-symbolizer to use PDB_Read...
2020-07-23 Jonas Devlieghere[lldb] Fix LLDB_DEFAULT_TEST_ARCH for standalone builds
2020-07-22 Craig Topper[X86] Rework the "sahf" feature flag to only apply...
2020-07-22 Matt Morehouse[DFSan] Handle fast16labels for all API functions.
2020-07-22 LLVM GN Syncbot[gn build] Port 13ad00be98e
2020-07-22 Lang Hames[ORC] Add a TargetProcessControl-based dynamic library...
2020-07-22 LLVM GN Syncbot[gn build] Port 27650ec5541
2020-07-22 Fangrui SongRevert D81682 "[PGO] Extend the value profile buckets...
2020-07-22 Amy Kwan[PowerPC][Power10] Fix vins*vlx instructions to have...
2020-07-22 Craig Topper[X86] Remove a couple temporary std::string for CPU...
2020-07-22 Rahul Joshi[NFC] Simplify `splitLiteralAndReplacement` function
2020-07-22 Rahul Joshi[LLVM] Update formatv() documentation to clarify no...
2020-07-22 cgyurgyik[libc] Implements strnlen.
2020-07-22 Christopher... [SVE] Remove calls to VectorType::getNumElements from...
2020-07-22 Logan SmithRevert "Try enabling -Wsuggest-override again, using...
2020-07-22 Rong Xu[PGO] Supporting code for always instrumenting entry...
2020-07-22 Douglas Yung[clang][test] Fix test for external assemblers
2020-07-22 Diego Caballero[mlir][VectorOps] Expose SuperVectorizer as a utility
2020-07-22 Fangrui SongRevert D84057 "[PGO][PGSO] Remove a temporary flag...
2020-07-22 Christopher... [MVT] Fix getTypeForEVT for v64f16 and v128f16
2020-07-22 Logan SmithTry enabling -Wsuggest-override again, using add_compil...
2020-07-22 David BlaikieDebugInfo: Use debug_line.dwo for debug_macro.dwo
2020-07-22 Jonas Devlieghere[lldb] Eliminate unneeded value parameters in Utility...
2020-07-22 Michael Kruse[Polly] Run polly-update-format. NFC.
2020-07-22 Richard SmithFor PR46800, implement the GCC __builtin_complex builtin.
2020-07-22 Nico Weber[gn build] Remove something I missed in 1afd889d0
2020-07-22 Fangrui SongTemporarily revert D83903 "[PGO] Enable the extended...
2020-07-22 David Blaikielldb fix for b198de67e0bab462217db50814b1434796fa7caf...
2020-07-22 Nikita Popov[SCCP] Add additional multi-edge + phi tests (NFC)
2020-07-22 Nikita Popov[SCCP] Regenerate test checks (NFC)
2020-07-22 Louis Dionne[libc++] Make sure we only consider _GNUC_VER_NEW when...
2020-07-22 Mircea Trofin[llvm][NFC] const-ed MachineBlockFrequencyInfo::isIrrLo...
2020-07-22 Andrew Grieveasan_device_setup's wrapper scripts not handling args...
2020-07-22 David BlaikieMerge some of the PCH object support with modular codegen
2020-07-22 David Green[ARM] Fix missing MVE_VMUL_qr predicate
2020-07-22 Thomas Raoux[mlir][linalg] Add vectorization transform for CopyOp
2020-07-22 Louis Dionne[libc++] Workaround broken support for C++17 in GCC 5
2020-07-22 Pete Steinfeld[flang] Fix an assert when RESHAPE() is called on empty...
2020-07-22 Andrew Litteken[CGP] Add Pass Dependencies
2020-07-22 Louis Dionne[libc++] Add static_assert to make sure rate limiter...
2020-07-22 Louis Dionne[libc++] Build the dylib with C++17 to allow aligned...
2020-07-22 LLVM GN Syncbot[gn build] Port 418121c30a8
2020-07-22 Jonas Devlieghere[lldb] Use std::make_unique<DynamicRegisterInfo> (NFC)
2020-07-22 Nikita Popov[SCCP] Add multi-edge switch + phi test case (NFC)
2020-07-22 Amy Kwan[PowerPC][Power10] Fix the Test LSB by Byte (xvtlsbb...
2020-07-22 Simon PilgrimDwarfCompileUnit.cpp - remove duplicate includes that...
2020-07-22 Simon PilgrimCodeViewDebug.cpp - remove duplicate includes that...
2020-07-22 Louis Dionne[CMake] Bump CMake minimum version to 3.13.4
2020-07-22 Hans WennborgRevert "Enable -Wsuggest-override in the LLVM build...
2020-07-22 Mircea Trofin[llvm][NFC] Remove definition from build system of...
2020-07-22 Matt ArsenaultAArch64: Use Register
2020-07-22 Matt ArsenaultGlobalISel: Don't use virtual for distinguishing arg...
2020-07-22 Nico Weber[gn build] (manually) port 746b5fad5b
2020-07-22 Joel E. Denny[OpenMP] Implement TR8 `present` map type modifier...
2020-07-22 Adrian PrantlFix Windows build
2020-07-22 Matt ArsenaultAMDGPU: Don't assert on f16 inv2pi immediates pre-gfx8
2020-07-22 Logan Smith[clangd] Disable -Wsuggest-override for unittests/
2020-07-22 Benjamin Kramer[mlir][Vector] Vectorize integer matmuls
2020-07-22 Alex Richardson[libcxx] Fix default argument for merge_archives.py...
2020-07-22 Matt ArsenaultGlobalISel: Restructure argument lowering loop in handl...
2020-07-22 Matt ArsenaultAMDGPU: Add IntrWillReturn to llvm.amdgcn.atomic.csub
2020-07-22 Gui Andrade[Sanitizers] Add interceptor for xdrrec_create
2020-07-22 Fangrui Song[profile][test] Add -fuse-ld=bfd to make instrprof...
2020-07-22 Matt ArsenaultAMDGPU/GlobalISel: Fix translation of indirect calls
2020-07-22 Thomas Lively[WebAssembly] Autogenerate checks in simd-offset.ll
2020-07-22 Tarindu JayatilakaReapply "Rename InlineFeatureAnalysis to FunctionProper...
2020-07-22 Logan SmithOnly enable -Wsuggest-override if it doesn't suggest...
2020-07-22 LLVM GN Syncbot[gn build] Port a5e0194709c
2020-07-22 LLVM GN Syncbot[gn build] Port 2a6c871596c
2020-07-22 Jonas Devlieghere[lldb] Cleanup CommandObject registration (NFC)
2020-07-22 Fangrui Song[gn build] Handle X86InstCombineIntrinsic.cpp in 2a6c87...
2020-07-22 Gui Andrade[MSAN] Instrument libatomic load/store calls
2020-07-22 Mircea TrofinRevert "Rename InlineFeatureAnalysis to FunctionPropert...
2020-07-22 Fangrui Song[gn build] Port 2a6c871596ce & 44a6bda19b40
2020-07-22 David Green[ARM] Add predicated add reduction patterns
2020-07-22 Cullen Rhodes[Sema][AArch64] Add semantics for arm_sve_vector_bits...
next