platform/upstream/llvm.git
2021-11-09 Matt ArsenaultAMDGPU: Account for implicit argument alignment for...
2021-11-09 Joseph Huber[OpenMP] Remove doing assumption propagation in the...
2021-11-09 Joseph Huber[OpenMP] Use AAAssumptionInfo to get assumptions in...
2021-11-09 Joseph Huber[Attributor] Introduce AAAssumptionInfo to propagate...
2021-11-09 Kostya Serebryany[sancov] add tracing for loads and store
2021-11-09 Saleem Abdulrasoolheaders: optionalise some generated resource headers
2021-11-09 Arthur EubanksRevert "[DebugInfo] Enforce implicit constraints on...
2021-11-09 James Y KnightFix test after aee49255074fd4ef38d97e6e70cbfbf2f9fd0fa7.
2021-11-09 Itay Bookstein[clang] Run LLVM Verifier in modes without CodeGen too
2021-11-09 Itay Bookstein[CodeGen] Diagnose and reject non-function ifunc resolvers
2021-11-09 Itay Bookstein[clang][test][NFC] Move attr-ifunc.c test from Sema...
2021-11-09 Itay Bookstein[clang][test][NFC] clang-format attr-ifunc.c test
2021-11-09 serge-sans... Revert "Misleading unicode identifier detection pass"
2021-11-09 Alexander Shaposhnikov[CodeGen][Outliner] Clean up dead code
2021-11-09 Aaron PuchertComment AST: Add support for variable templates
2021-11-09 Aaron PuchertComment AST: Declare function pointer variables as...
2021-11-09 Aaron PuchertComment AST: Factor out function type extraction in...
2021-11-09 David BlaikieDebugInfoDWARF: Refactor/simplify a couple of minor...
2021-11-09 Haojian Wu[clang] Don't crash on an incomplete-type base specifie...
2021-11-09 Nikita Popov[InstCombine] Add tests for and/or of range checks...
2021-11-09 David Tenty[libcxx][CI][AIX] Switch to LLVM_ENABLE_RUNTIMES
2021-11-09 C. Rayroud[clang-format] Refactor SpaceBeforeParens to add options
2021-11-09 Björn Schäpers[clang-format] Address fixme
2021-11-09 serge-sans... Misleading unicode identifier detection pass
2021-11-09 Ellis Hoag[DebugInfo] Fix broken MachO test
2021-11-09 Luís Ferreira[Tools] Add a fuzzing tool to help fuzzing D demangler
2021-11-09 Ilya Yanok[RegAllocFast] Fix nondeterminism in debuginfo generation
2021-11-09 Gulfem Savrun... [compiler-rt] Fix diagnostic in InstrProfError
2021-11-09 David Green[AArch64] Extend and regenerate fcvt_combine.ll. NFC
2021-11-09 Matt ArsenaultAMDGPU: Regenerate test checks
2021-11-09 Andrzej Warzynski[flang][CodeGen] Transform `fir.{store|load}` to `llvm...
2021-11-09 Nikita Popov[InstCombine] Combine code for and/or of icmps (NFC)
2021-11-09 LLVM GN Syncbot[gn build] Port 737c4a2673da
2021-11-09 Atmn Patel[clang][openmp][NFC] Remove arch-specific CGOpenMPRunti...
2021-11-09 Mogball[mlir][ods] Cleanup of handling Op vs OpAdaptor
2021-11-09 Nikita Popov[InstCombine] Refactor and/or of icmp with constant...
2021-11-09 Yonghong SongBPF: change btf_type_tag BTF output format
2021-11-09 Stanislav Mekhanoshin[InstCombine] Fuse checks for LHS (~(A | B) & C) |...
2021-11-09 Jorge Gorbe... Revert "[clang-tidy] Fix lint warning in ClangTidyDiagn...
2021-11-09 Sanjay Patel[InstCombine] fix code comment to match code; NFC
2021-11-09 Mark de Wever[libc++] Adds missing forward_list merge tests.
2021-11-09 Yuanfang Chen[Sema] Mark virtual method declaration in union as...
2021-11-09 Ellis Hoag[DebugInfo] Only create concrete DIEs of concrete functions
2021-11-09 Pavel Labath[lldb] XFAIL TestPlatformKill on windows
2021-11-09 Adrian PrantlUse yaml2obj instead of relying on invoking the Darwin...
2021-11-09 Dwight Guth[llvm-reduce] Fix invalid reduction in basic-blocks...
2021-11-09 LLVM GN Syncbot[gn build] Port 533862933398
2021-11-09 Arthur Eubanks[NFC] Rename GVN -> GVNPass and SROA -> SROAPass
2021-11-09 Kazu Hirata[ProfileData] Fix a warning
2021-11-09 Douglas YungRevert "Reapply db28934 "[IndVars] Pass TTI to replaceC...
2021-11-09 Simon PilgrimRevert rG299aa4dfa1d8c120648b1404b481d858b76c8173 ...
2021-11-09 Arthur Eubanks[gn build] Port 299aa4dfa1d8
2021-11-09 Arthur Eubanks[gn build] Port 22a1aa5a43cb
2021-11-09 Scott Linder[DebugInfo] Enforce implicit constraints on `distinct...
2021-11-09 Louis Dionne[libc++] Simplify selftest to avoid passing arguments...
2021-11-09 Chih-Ping Chen[CodeView] Properly handle a DISubprogram in getScopeIndex.
2021-11-09 Louis Dionne[libc++] Enable -Wformat-nonliteral when building libc++
2021-11-09 Adrian PrantlAdd a requires line to test.
2021-11-09 Dwight Guth[llvm-reduce] Add flag to start at finer granularity
2021-11-09 Mehdi AminiRevert "[mlir] Add nano precision clock to execution...
2021-11-09 Michael Jones[libc] refactor atof string parsing
2021-11-09 Fangrui Song[llvm-objdump] -p: Dump PE header for PE/COFF
2021-11-09 Gulfem Savrun... [compiler-rt] Add more diagnostic to InstrProfError
2021-11-09 Mark de Wever[libc++] Fix lifetime issues of temporaries.
2021-11-09 Mark de Wever[libc++] Mark a failing test.
2021-11-09 Mark de Wever[libc++][cmake] Improves benchmark build.
2021-11-09 Benjamin Kramer[ARM] Fix unused variable warning in Release builds
2021-11-09 Fangrui Song[ELF] Improve sh_info=0 and sh_info>=num_sections diagn...
2021-11-09 Emil Kieri[flang] Fix error in characteristics check at procedure...
2021-11-09 Sanjay Patel[InstCombine] fold sub-of-umax to 0-usubsat
2021-11-09 Sanjay Patel[InstCombine] fix typo in test; NFC
2021-11-09 Adrian PrantlSupport looking up absolute symbols
2021-11-09 Aaron PuchertComment parsing: Complete list of Doxygen commands
2021-11-09 Konstantin... [libc++] P0433R2: test that deduction guides are proper...
2021-11-09 Jacques Pienaar[mlir] Flip math dialect to _Both prefixed form (NFC)
2021-11-09 Ard Biesheuvel[ARM] reject -mtp=cp15 if target subarch does not suppo...
2021-11-09 Luís Ferreira[Demangle] Add minimal support for D programming language
2021-11-09 Ard Biesheuvel[ARM] implement support for TLS register based stack...
2021-11-09 Jonathan Peyton[OpenMP][libomp][CMake] use uppercase_CMAKE_BUILD_TYPE
2021-11-09 Vy NguyenReland "[lld-macho] Fix assertion failure in registerCo...
2021-11-09 Andy Yankovsky[lldb-vscode] Add presentation hints for scopes
2021-11-09 zijunzhaoRevert "add tsan shared lib"
2021-11-09 Sanjay Patel[InstCombine] allow commute in sub-of-umax fold
2021-11-09 Sanjay Patel[InstCombine] add/move tests for sub-of-umax; NFC
2021-11-09 Martin Storsjö[libcxx] Add a dependency on unwind in cxx_static,...
2021-11-09 Nathan Sidwell[clang] [docs] Fix markup
2021-11-09 Vy NguyenRevert "[lld-macho] Fix assertion failure in registerCo...
2021-11-09 Nathan Sidwell[clang] GCC directive extension extension: Hash NNN...
2021-11-09 Simon Pilgrim[X86] combineMulToPMADDWD - handle any pow2 vector...
2021-11-09 Kazu Hirata[llvm] Use MachineBasicBlock::{successors,predecessors...
2021-11-09 Vy Nguyen[lld-macho] Fix assertion failure in registerCompactUnwind
2021-11-09 Matt Morehouse[HWASan] Ensure RNG is initialized in GenerateRandomTag
2021-11-09 serge-sans... Misleading unicode identifier detection pass
2021-11-09 Sergei LarinUpdate MaxMinLatency even if dependencies have been...
2021-11-09 Kerry McLaughlin[LoopVectorize] Extract the last lane from a uniform...
2021-11-09 Valentin Clement[fir] Add fir.convert op conversion from FIR to LLVM IR
2021-11-09 Pavel Labath[lldb] Fix cross-platform kills
2021-11-09 Kristóf Umann[analyzer][docs] Fix the incorrect structure of the...
2021-11-09 Valentin ClementRevert "[fir] Add fir.convert op conversion from FIR...
2021-11-09 Valentin Clement[fir] Add fir.convert op conversion from FIR to LLVM IR
next