platform/upstream/llvm.git
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...
2020-07-22 Fangrui Song[ADT] Delete unused llvm::pointer_union_detail::Assigna...
2020-07-22 Mircea TrofinRename InlineFeatureAnalysis to FunctionPropertiesAnalysis
2020-07-22 Adrian PrantlThread ExecutionContextScope through GetByteSize where...
2020-07-22 Arthur Eubanks[NFC][NewPM] Add clarification on analysis manager...
2020-07-22 Simon PilgrimProfileSummaryInfo.h - remove unnecessary ProfileSummar...
2020-07-22 Anton Afanasyev[SLP][Test] Precommit tests for D83779. NFC.
2020-07-22 Joel E. DennyRevert "[OpenMP] Implement TR8 `present` map type modif...
2020-07-22 Hans WennborgRevert abd45154b "[Coverage] Add comment to skipped...
2020-07-22 Sebastian NeubauerFix target specific InstCombine
2020-07-22 SharmaRithik[CodeMoverUtils] Add more data dependency related test...
2020-07-22 Benson Li[lldb] add printing of stdout compile errors to lldbsuite
2020-07-22 Georgii Rymar[llvm-readobj] - Don't get the name of the symbol table...
2020-07-22 Florian Hahn[SCEVExpander] Fix indentation/formatting (NFC).
2020-07-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected decoding of 16-bit literals
2020-07-22 David Carlier[compiler-rt] fix build on Illumos
2020-07-22 Joel E. Denny[OpenMP] Implement TR8 `present` map type modifier...
2020-07-22 Joel E. Denny[OpenMP] Implement TR8 `present` map type modifier...
2020-07-22 Stefan Pintilie[PowerPC] Add linker opt for PC Relative GOT indirect...
2020-07-22 jasonliu[XCOFF] Enable symbol alias for AIX
2020-07-22 Sebastian Neubauer[InstCombine] Move target-specific inst combining
2020-07-22 Simon PilgrimDebugSubsectionVisitor.h - remove unnecessary includes...
2020-07-22 Simon PilgrimSelectionDAGBuilder.cpp - remove duplicate includes...
2020-07-22 Simon PilgrimMappedBlockStream.h - remove unnecessary MSFLayout...
2020-07-22 Alexey Bataev[SLP]Add an extra test for vectorization of non-pow...
2020-07-22 Roman Lebedev[NFC][Reduce] Add a test showing that we fail to to...
2020-07-22 Roman Lebedev[NFC][Reduce] Rewrite remove-funcs.ll to use FileCheck...
2020-07-22 David Green[ARM] Extra MVE select(binop) patterns
2020-07-22 Aleksandr Platonov[clangd] Fixes in lit tests
2020-07-22 David Green[ARM] Add patterns for select(p, BinOp(x, y), z) -...
2020-07-22 OCHyams[DebugInfo] Drop location ranges for variables which...
2020-07-22 Georgii Rymar[llvm-readelf] - Introduce describe() helper functions.
2020-07-22 Sebastian Neubauer[AMDGPU] Don't combine memory intrs to v3i16
2020-07-22 Florian Hahn[lAA] Return SmallVectorImpl& instead of SmallVector...
2020-07-22 Georgii Rymar[llvm-readelf/readobj] - Fix the behavior when a sectio...
2020-07-22 Chen Zheng[PowerPC] fixupIsDeadOrKill start and end in different...
2020-07-22 Joachim Protze[OpenMP][NFC] pass on env variables to libomptarget...
2020-07-22 Ilya Golovenko[clangd] Fix conversion from Windows UNC paths to file...
2020-07-22 Georgii Rymar[llvm-readobj/readelf] - Don't fail dumping when unable...
next