platform/upstream/llvm.git
2021-10-26 Pavel LabathModernize and simplify HostInfo::GetOSKernelDescription
2021-10-26 Nikita Popov[SCEV] Use reverse() (NFC)
2021-10-26 Kirill Bobyrev[clangd] IncludeCleaner: Don't consider the definition...
2021-10-26 Valentin Clement[fir] Add substring to fir.slice operation
2021-10-26 Pavel Labath[lldb] Remove ConstString from Platform plugin names
2021-10-26 Pavel Labath[lldb/DWARF] Move a declaration closer to its use
2021-10-26 Mehdi AminiMake Python MLIR Operation not iterable
2021-10-26 Muhammad Omair... [LLDB] Fix LLDB buildbots break due to --image-base
2021-10-26 wlei[llvm-profgen] Allow unsymbolized profile as perf input
2021-10-26 Max Kazantsev[NFC] Remove obsolete simplifyOnceImpl function
2021-10-26 David Blaikiellvm pretty printers: Fix StringRef and workaround...
2021-10-26 Max Kazantsev[NFC] [LoopPeel] Update IDoms of non-loop blocks domina...
2021-10-26 Carlos Galvez[clang-tidy] Suppress readability-static-access-through...
2021-10-26 Phoebe Wang[X86] Move splat addends from the gather/scatter index...
2021-10-26 Jacques Pienaar[mlir-c] Avoid compiler warning
2021-10-26 Jyun-Yan You[TableGen] Fix codgen of InstrMapping with multiple...
2021-10-26 Jonas Devlieghere[lldb] Skip tests for target var without a proc on...
2021-10-26 Jake Egan[AIX][ZOS] Disable tests due to lack of Objective-C...
2021-10-26 Shoaib Meenai[clangd] Attempt to fix buildbots
2021-10-26 Vy Nguyen[lld-macho] Make test produce the dead.o and live.o...
2021-10-26 Vy Nguyen[lld-macho] Fix incremental build (again) from D112485
2021-10-26 Jez Ng[lld-macho] Fix incremental builds
2021-10-25 Fangrui Song[ELF] Simplify sortSection. NFC
2021-10-25 Dave Lee[lldb] Configure CMake policy CMP0116 for standalone...
2021-10-25 Sam McCall[clangd] Flush stderr after signal handlers run, so...
2021-10-25 Jez Ng[lld-macho][nfc] Test that we don't emit undef symbol...
2021-10-25 Duncan P. N... Bitcode: Use Expected<T>::takeError() and moveInto...
2021-10-25 LLVM GN Syncbot[gn build] Port 045695f85cb8
2021-10-25 Emma Blink[clangd] Print current request context along with the...
2021-10-25 Fangrui Song[ELF] Change SharedFile::soName from std::string to...
2021-10-25 Matthias KrammWhen generating C++ code, use C++ string escaping.
2021-10-25 Haowei Wu[clang][Fuchsia] Add additional unit test for availabil...
2021-10-25 Zarko Todorovski[PPC][LLVM] Inclusive terms: remove references to sanit...
2021-10-25 Alina Sbirlea[bazel build] (manually) port da47ec3ca076
2021-10-25 Fangrui Song[ELF] Remove irrelevant group signature hack working...
2021-10-25 Michael Jones[libc] fix strtol returning the wrong length
2021-10-25 Georgios Rokos[libomptarget][NFC] Add comment explaining why we pass...
2021-10-25 Nico Weber[gn build] (manually) port da47ec3ca076
2021-10-25 Julian Lettner[Sanitizer] Strip PAC from PC in StackTrace::GetNextIns...
2021-10-25 Robert Suderman[mlir][tosa] Correct tosa.avg_pool2d for specification...
2021-10-25 Nathan Ridge[clangd] Respect diagnostic suppression during preamble...
2021-10-25 Fangrui Song[ELF] Remove irrelevant SHT_INIT_ARRAY/SHT_FINI_ARRAY...
2021-10-25 Shilei Tian[OpenMP][Offloading] Only get trip count if team construct
2021-10-25 Arthur Eubanks[test] Make test added in D112473 check the IR
2021-10-25 Craig Topper[LegalizeTypes][TargetLowering] Merge getShiftAmountTyF...
2021-10-25 Fangrui Song[ELF] Update comments/diagnostics for -defsym and ...
2021-10-25 Duncan P. N... Basic: Stop using expectedToOptional() in FileManagerTe...
2021-10-25 Nikita Popov[SCEV] Move SCEVLostPoisonFlags() check into SCEVExpander
2021-10-25 Arthur Eubanks[AlwaysInliner] Invalidate analyses when we delete...
2021-10-25 Arthur Eubanks[gn build] Add missing CodeGenTests dependency
2021-10-25 Joe Loser[libc][NFC] Remove extra space in libc/CMakeLists.txt
2021-10-25 Joe Loser[libc][NFC] Remove extra slash in path in libc/CMakeLis...
2021-10-25 Arthur Eubanks[docs][NewPM] Add example C++ code on how to actually...
2021-10-25 Zarko Todorovski[LLVM] Inclusive terms: remove/replace references to...
2021-10-25 Nikita Popov[BasicAA] Add test for benign range overflow (NFC)
2021-10-25 Jakub Kuderski[DomTree][NFC] Clean up nits in DomTree code
2021-10-25 Fangrui Song[ELF][X86] Support R_X86_64_PLTOFF64
2021-10-25 Fangrui Song[ELF] Support 128-bit bitmask in oneof(RelExpr)
2021-10-25 Kirill Bobyrev[clangd] IncludeCleaner: Complicated rules for enum...
2021-10-25 Fangrui Song[ELF] Update comments/diagnostics for some long options...
2021-10-25 MaheshRavishankar[mlir][Linalg] Allow comprehensive bufferization to...
2021-10-25 Sanjay Patel[x86] add tests for vector -1 constant materialization...
2021-10-25 Fangrui Song[ELF] Delete unneeded hack for discarding empty name...
2021-10-25 Greg ClaytonAdd modules stats into the "statistics dump" command.
2021-10-25 Stefan Gränitz[JITLink] Fix warning 'shift count exceeds width' in...
2021-10-25 Boian Petkantchin[MLIR][Math] Add erf to math dialect
2021-10-25 Wei Wang[openmp] Emit deferred diag only when device compilatio...
2021-10-25 AndreyChurbanov[OpenMP] libomp: disable definitions of 5.1 atomics...
2021-10-25 Michał Górny[lldb] [DynamicRegisterInfo] Remove AddRegister() and...
2021-10-25 Michał Górny[lldb] [gdb-remote] Remove HardcodeARMRegisters() hack
2021-10-25 Dmitry Vyukovtsan: add DynamicMutexSet helper
2021-10-25 Dmitry Vyukovmsan: disble CHECK test on powerpc64
2021-10-25 Aart Bik[mlir][sparse] lower trivial tensor.cast on identical...
2021-10-25 David BlaikieAdd release notes for the LLDB impact from the array...
2021-10-25 David BlaikieRemove referenced to deleted parallel-libs project
2021-10-25 Jeremy Morse[DebugInfo][InstrRef][NFC] Switch to using DenseMaps...
2021-10-25 Mike Rice[OPENMP51]Initial parsing/sema for append_args clause...
2021-10-25 Valentin Clement[fir][NFC] Format and make FIROps.td homogenous
2021-10-25 Valentin Clement[fir][NFC] Move MLIR includes to FIRDialect.td
2021-10-25 Wouter van... [WebAssembly] support Memory64 in target_features section
2021-10-25 Jeremy Morse[DebugInfo][InstrRef] Recover stack-slot tracking perfo...
2021-10-25 Craig Topper[RISCV] Remove always_inline and nodebug attributes...
2021-10-25 Philip Reames[indvars] Fix pr52276 (missing one use check)
2021-10-25 Vladimir Inđić[OpenMP][OMPT] thread_num determination during executio...
2021-10-25 Vladimir Inđić[OpenMP][OMPT][clang] task frame support fixed in __kmp...
2021-10-25 Joachim Protze[OpenMP][Tests] Test omp_get_wtime for invariants
2021-10-25 Joachim Protze[OpenMP][Tests][NFC] Actually check for test outcome
2021-10-25 Joachim Protze[OpenMP][Tests][NFC] Mark tests trying to link COI...
2021-10-25 Joachim Protze[OpenMP][Tests][NFC] Replace atomic increment by reduction
2021-10-25 Joachim Protze[OpenMP][Tools][NFC] Fix C99-style declaration of itera...
2021-10-25 Joachim Protze[OpenMP][Tools][NFC] Pass intel license ENV to lit
2021-10-25 Raphael Isemann[lldb] Modernize and expand TestCppBitfields
2021-10-25 Kazu Hirata[clang] Use llvm::{count,count_if,find_if,all_of,none_o...
2021-10-25 Craig Topper[RISCV] Reduce the number of RISCV vector builtins...
2021-10-25 Nikita Popov[BasicAA] Add test for incorrect non-negative logic...
2021-10-25 MaheshRavishankarRevert "[mlir][Linalg] Allow comprehensive bufferizatio...
2021-10-25 Craig Topper[RISCV] Add vcsr CSR name for V extension.
2021-10-25 Danila Malyutin[CodeGen] Fix dependence breaking for tied operands
2021-10-25 MaheshRavishankar[mlir][Linalg] Allow comprehensive bufferization to...
2021-10-25 Jeremy Morse[DebugInfo] Follow up to ee3eee71e, x86 tests need...
next