platform/upstream/llvm.git
2021-09-05 Michael Kruse[OpenMP][OpenMPIRBuilder] Implement loop unrolling.
2021-09-04 Arthur Eubanks[test] Fixup tests with -analyze in llvm/test/Transforms
2021-09-04 Min-Yih Hsu[M68k][test] Migrate the remaining fixup and relaxation...
2021-09-04 Arthur Eubanks[test] Cleanup tests with -enable-new-pm in llvm/test...
2021-09-04 Arthur Eubanks[test] Cleanup legacy PM tests in llvm/test/Analyis...
2021-09-04 Arthur Eubanks[test] Cleanup legacy PM tests in llvm/test/DebugInfo
2021-09-04 Anton Afanasyev[SLP][Test] Add tests for PR47624 and PR49933
2021-09-04 Jez Ng[lld-macho] Initialize LTO backend with diagnostic...
2021-09-04 Nikita Popov[verify-uselistorder] Support -force-opaque-pointers
2021-09-04 Brad Smith[CMake] Re-enable use --gc-sections on OpenBSD
2021-09-04 Dávid Bolvanský[NFC] Added testcases for new binop with select transfo...
2021-09-04 Fangrui Song[AsmPrinter] Remove unneeded MCSubtargetInfo temporary...
2021-09-04 Dávid Bolvanský[InstCombine] rotate(X,Z) eq/ne rotate(Y,Z) ---> X...
2021-09-04 Bjorn Pettersson[SimpleLoopUnswitch] Inform pass manager when child...
2021-09-04 Shivam Gupta[LLDB][Docs] Indicate `PS1` variable by $
2021-09-04 Kazu Hirata[Driver] Drop unnecessary const from return types ...
2021-09-04 Shivam Gupta[NFC] Run clang-format on llvm/lib/Trget/AVR/
2021-09-04 Simon PilgrimFix Wdocumentation unknown parameter warning. NFCI.
2021-09-04 Simon Pilgrim[X86][SLM] WriteVecIMul instructions only take 1uop...
2021-09-04 Simon PilgrimRevert rG994da657076900f5ad7fe593c3b5e5f89ab3d53d ...
2021-09-04 Dávid Bolvanský[NFC] Added tests for PR51565
2021-09-04 Simon Pilgrim[X86][SLM] WriteVecIMul instructions only take 1uop
2021-09-04 Simon Pilgrim[X86][SLM] RMW instructions don't require an extra uop
2021-09-04 Simon Pilgrim[X86][SLM] Fix MUL uops, latency and throughput
2021-09-04 Eugene Zhulenev[mlir] Async: check awaited operand error state after...
2021-09-04 David Carlier[Sanitizers] netbsd build fix due to wordexp interception.
2021-09-04 Mark de Wever[libc++][doc] Update format status.
2021-09-04 Simon Pilgrim[X86][Atom] MUL/DIV instructions require both ports...
2021-09-04 Simon Pilgrim[X86][Atom] Add missing UOps override to AtomWriteResPa...
2021-09-04 David Carlier[Sanitizers][PGO] missing return statement
2021-09-04 Mark de Wever[libc++][format] Add a CMake Unicode option.
2021-09-04 LLVM GN Syncbot[gn build] Port d7444d9f41e3
2021-09-04 Mark de Wever[libc++][format] Implement formatters.
2021-09-04 Nikita Popov[WebAssembly] Support opaque pointers in AddMissingProt...
2021-09-04 Dávid Bolvanský[NFC] Added testcase for PR39116
2021-09-04 Dávid Bolvanský[NFC] Added testcase for PR48641
2021-09-04 Kazuaki Ishizaki[compiler-rt] NFC: Fix trivial typo
2021-09-04 Balazs Benics[clang][AST] Add support for SubstTemplateTypeParmPackT...
2021-09-04 Balazs Benics[analyzer] SValBuilder should have an easy access to...
2021-09-04 Balazs Benics[analyzer] Ignore single element arrays in getStaticSiz...
2021-09-04 Kazuaki Ishizaki[clang] NFC: Fix trivial typo in comments and document
2021-09-04 Loren Maggiore[mlir] create gpu memset op
2021-09-04 Kazu Hirata[ForceFunctionAttrs] Add const (NFC)
2021-09-04 Brad SmithFix for commit d8cd7806310c51af912a647a6ca46de62ff13214.
2021-09-04 Brad Smith[clang] OpenBSD does not support C11 atomics or threads.
2021-09-04 Kevin AtheyRevert "[AArch64] Implement target hook function to...
2021-09-04 William S.... [MLIR] Primitive linkage lowering of FuncOp
2021-09-03 Brad SmithSupport linking against OpenMP runtime on OpenBSD.
2021-09-03 Ben Shi[AArch64] Implement target hook function to decide...
2021-09-03 Lang Hames[ORC] Silence a buggy GCC unused argument warning.
2021-09-03 Richard SmithDebugInfo: additional fix missed in bc066e2.
2021-09-03 Med Ismail... [lldb/Plugins] Move member template specialization...
2021-09-03 Brad SmithOpenBSD also needs execinfo
2021-09-03 Mehdi AminiMake LLVM Linkage a first class attribute instead of...
2021-09-03 Frederic Cambus[clang] Allow the OpenBSD driver to link the libclang_r...
2021-09-03 David BlaikieDebugInfo: Fix a few bot failures for type dumping...
2021-09-03 Michael Kruse[flang] Use CMake to determine endianness.
2021-09-03 Michael Jones[libc] fix strtointeger hex prefix parsing
2021-09-03 Aart Bik[mlir][sparse] add convenience method for sparse tensor...
2021-09-03 Jinsong Ji[NFC][OpenMP] Use clang_cc1 to driver tests
2021-09-03 Jonas Devlieghere[lldb] Adjust parse_frames for unnamed images
2021-09-03 Louis Dionne[libc++] Add an assertion in the subrange constructors...
2021-09-03 Louis DionneRevert "[Coroutines] [Clang] Look up coroutine componen...
2021-09-03 David BlaikieDebugInfo: Correct/improve type formatting (pointers...
2021-09-03 Rong Xu[SampleFDO] Fix -Wnon-virtual-dtor
2021-09-03 Amy Kwan[libc++][NFC] Mark values in gdb pretty print compariso...
2021-09-03 Sanjay Patel[InstCombine] fold (rotate X) eq/ne (0/-1)
2021-09-03 Sanjay Patel[InstCombine] reduce code duplication; NFC
2021-09-03 Sanjay Patel[InstCombine] add tests for icmp of rotate (PR51566...
2021-09-03 David Spickett[compiler-rt][Profile] Wait for child threads in set...
2021-09-03 Matheus Izvekov[clang] fix error recovery ICE on copy elision when...
2021-09-03 Stanislav Mekhanoshin[AMDGPU] Small cleanup in optimizeCompareInstr. NFC.
2021-09-03 Louis Dionne[libc++] Remove _LIBCPP_HAS_NO_LONG_LONG in favour...
2021-09-03 Louis Dionne[libc++abi] Remove workarounds for missing -Wno-excepti...
2021-09-03 David Green[ARM] Add patterns for store(fptosisat(..))
2021-09-03 Nico Weber[gn build] Reformat all files
2021-09-03 Jinsong Ji[NFC][DWARF] Add triple to new TAG test file
2021-09-03 Alexandre Rames[modules] Use `HashBuilder` and `MD5` for the module...
2021-09-03 Peter Klausler[flang] Move runtime API headers to flang/include/flang...
2021-09-03 Jinsong Ji[NFC][CSSPGO] Add end of file newline to test input
2021-09-03 LLVM GN Syncbot[gn build] Port b9e57e030560
2021-09-03 Med Ismail... [lldb/Plugins] Introduce Scripted Interface Factory
2021-09-03 Jessica PaquetteRevert "[analyzer][NFCI] Allow clients of NoStateChange...
2021-09-03 Louis Dionne[libc++][NFC] Remove uses of 'using namespace std;...
2021-09-03 David Green[ARM] Add VFP lowering for fptosi.sat
2021-09-03 Jessica PaquetteAdd missing `REQUIRES: asserts` to combine-icmp-to...
2021-09-03 Nico Weber[lld/mac] Don't assert during thunk insertion if there...
2021-09-03 Craig Topper[RISCV] Change how we encode AVL operands in vector...
2021-09-03 Alexander Belyaev[mlir][linalg] Extend tiled_loop to SCF conversion...
2021-09-03 Chris Bieneman[CMake] Add targets for generating coverage reports
2021-09-03 David Goldman[clangd] Use the active file's language for hover code...
2021-09-03 Aart Bik[mlir][sparse] refine heuristic for iteration graph...
2021-09-03 Marius Brehler[mlir] Update EmitC documentation
2021-09-03 V DonaldsonRemove blank from NaN string representation
2021-09-03 Ben Shi[CUDA][NFC] Fix wrong assert information
2021-09-03 Michał Górny[lldb] [test] Mark the remaining vfork-follow-child...
2021-09-03 Michał Górny[lldb] [test] Mark vfork-follow-child-* tests unsupport...
2021-09-03 Nico WeberRevert "[NFC] Recommit "Regenerate SVE ACLE intrinsics...
2021-09-03 Kim-Anh Tran[lldb] Support .debug_rnglists.dwo sections in dwp...
2021-09-03 Nico WeberRevert "[gn build] (manually) port 6fe2beba7d2a (Except...
next