platform/upstream/llvm.git
2021-12-24 Chuanqi Xu[C++20] [Coroutines] Allow promise_type to not define...
2021-12-24 Jim Lin[RISCV] Use DAG variable directly instead of DCI.DAG
2021-12-24 David BlaikieRevert "[DWARF] Fix PR51087 Extraneous enum record...
2021-12-24 Chuanqi Xu[C++20] Conform coroutine's comments in clang (NFC...
2021-12-24 Fangrui Song[ELF] Simplify and optimize ObjFile<ELFT>::parseLazy
2021-12-24 Shilei Tian[NFC] Remove tailing whitespaces in llvm/include/llvm...
2021-12-24 Craig Topper[RISCV] Don't allow vector types to be used with inline...
2021-12-24 Fangrui Song[ELF] scanVersionScript: remove unused variable
2021-12-24 Mogball[mlir] Add getNumThreads to MLIRContext
2021-12-24 Fangrui Song[ELF] Simplify SymbolTable::insert. NFC
2021-12-24 Stella Laurenzo[mlir] Use thread-pool's notion of thread count instead...
2021-12-24 Nico Weber[gn build] "port" 71b3bfde9cd2
2021-12-24 Fangrui Song[ELF] SymbolTable: change some vector<Symbol *> to...
2021-12-24 Kirill Stoimenov[ASan] Moved optimized callbacks into a separate library.
2021-12-24 Mehdi AminiRevert "[mlir][tosa] Split tosa-to-linalg named ops...
2021-12-23 Jason MolendaLoad binary by UUID from qProcessInfo packet fields
2021-12-23 Siva Chandra... [libc][obvious] Fix style of MPFRWrapper.
2021-12-23 Krzysztof Parzyszek[Hexagon] Revamp HVX flag verification in driver
2021-12-23 Fangrui Song[ELF] Remove stale comment which was duplicated in...
2021-12-23 Nico Weber[gn build] (manually) port 7cd7b4d2f807 (sanitizer_symb...
2021-12-23 Kristina BessonovaRevert "[DwarfDebug] Support emitting function-local...
2021-12-23 Vitaly Buka[sanitizer] Add common "demangle" flag
2021-12-23 Florian Hahn[Verifier] Iteratively traverse all indirect users.
2021-12-23 Nico Weber[gn build] (manually) port f103ee2e9e3fc (sanitizer_sym...
2021-12-23 Victor Perez[RISCV][VP] Lower mask vector VP AND/OR/XOR to RVV...
2021-12-23 Rob Suderman[mlir][tosa] Split tosa-to-linalg named ops out of...
2021-12-23 Michael Kruse[Polly][SchedOpt] Account for prevectorization of multi...
2021-12-23 Arthur O'Dwyer[libc++] [ranges] Whitespace and namespace-style adjust...
2021-12-23 Arthur O'Dwyer[libc++] [test] Eliminate `== true` and `== false`...
2021-12-23 Arthur O'Dwyer[libc++] [ranges] Fix bugs in ranges::empty().
2021-12-23 Arthur O'Dwyer[libc++] [test] Flatten the directory structure a bit...
2021-12-23 Mogball[mlir] Remove spurious debug guard
2021-12-23 Nathan Chancellor[clang][driver] Warn when '-mno-outline-atomics' is...
2021-12-23 Fangrui Song[ELF][PPC32] Support .got2 in an output section description
2021-12-23 Vitaly Buka[sanitizer] Move internal_symbolizer "inline" option
2021-12-23 Fangrui Song[Driver][test] Remove unneeded -no-canonical-prefixes...
2021-12-23 Vitaly Buka[NFC][sanitizer] Increase kArgVMax to 16
2021-12-23 Vitaly Buka[sanitizer] Check kArgVMax in SymbolizerProcess::GetArgV
2021-12-23 Michael Jones[libc][NFC] fix variable name
2021-12-23 Krzysztof Parzyszek[Hexagon] Driver/preprocessor options for Hexagon v69
2021-12-23 Jakub Kuderski[Bazel] Add target for llvm-tli-checker
2021-12-23 Fangrui Song[ELF] --gc-sections: combine two iterations over inputS...
2021-12-23 Kirill StoimenovRevert "[ASan] Moved optimized callbacks into a separat...
2021-12-23 Brendon Cahoon[AMDGPU] Don't remove VGPR to AGPR dead spills from...
2021-12-23 Krzysztof Parzyszek[Hexagon] Add Hexagon v69 builtins to clang
2021-12-23 Krzysztof Parzyszek[Hexagon] Introduce Hexagon v69 ISA
2021-12-23 Kirill Stoimenov[ASan] Moved optimized callbacks into a separate library.
2021-12-23 Mark de Wever[libc++][format][NFC] Remove some unneeded headers.
2021-12-23 Craig Topper[RISCV] Use positive 0.0 for the neutral element in...
2021-12-23 Mark de Wever[libc++][format] Improve ABI stability.
2021-12-23 Craig Topper[RISCV] Support strict FP conversion operations.
2021-12-23 Alexandros... [AArch64] Add a tablegen pattern for SQXTN2.
2021-12-23 Petar AvramovicAMDGPU/GlobalISel: Fix attempt to select non-legal...
2021-12-23 Anastasia Stulova[SPIR-V] Add a toolchain for SPIR-V in clang
2021-12-23 Simon Pilgrim[X86][SSE] Add ISD::ROTR support
2021-12-23 Mehrnoosh Heidarpour[InstSimplify] Fold logic AND to zero
2021-12-23 Craig Topper[RISCV] Disable interleaving scalar loops in the loop...
2021-12-23 Simon Pilgrim[X86] isVectorShiftByScalarCheap - vXi8 select(shift...
2021-12-23 Nikita Popov[OpenMP] Remove no-op cast (NFC)
2021-12-23 Nikita Popov[CodeGen] Use CreateConstInBoundsGEP() in one more...
2021-12-23 Nikita Popov[CGBuilder] Add CreateGEP() overload that accepts an...
2021-12-23 Petar Avramovic[GlobalISel] Rework more/fewer elements for vectors
2021-12-23 Petar AvramovicGlobalISel: Regen vector mir tests, add tests for vecto...
2021-12-23 Simon Moll[VE] Add manuals to CompilerWriterInfo
2021-12-23 Chuanqi Xu[C++20] [Modules] Mark imported module as imported...
2021-12-23 Simon Moll[VE] Add VE support to update_llc_test_checks
2021-12-23 Chuanqi XuRevert "[C++20] [Coroutines] Mark imported module as...
2021-12-23 Chuanqi Xu[C++20] [Coroutines] Mark imported module as imported...
2021-12-23 Nikolas Klauser[libc++] Remove unused headers from <filesystem>
2021-12-23 Nikita Popov[CodeGen] Use correct element type for store to sret
2021-12-23 Nikolas Klauser[libc++] IWYU in <filesystem> tests
2021-12-23 Nikolas KlauserRevert "[libc++] Remove unused headers from <filesystem>"
2021-12-23 Jay Foad[AMDGPU] Remove a TODO that was done by D98081
2021-12-23 Nikita Popov[CodeGen] Avoid pointer element type access when creati...
2021-12-23 Fangrui Song[ELF] LTO: skip expensive usedStartStop initialization...
2021-12-23 Fangrui Song[ELF] sortSections: delete unneeded outSecOff assignment
2021-12-23 Muhammad Omair... Revert "Revert "[DwarfDebug] Support emitting function...
2021-12-23 Fangrui Song[ELF] Optimize copyLocalSymbols. NFC
2021-12-23 Nikita Popov[DSE] Add test for matrix store (NFC)
2021-12-23 Nikita Popov[DSE] Regenerate test checks (NFC)
2021-12-23 Nikita Popov[IR] Use default attributes for trampoline intrinsics
2021-12-23 Nikita Popov[IR] Add memory attributes for init.trampoline
2021-12-23 Nikita Popov[OpenMP] Fix incorrect type when casting from uintptr
2021-12-23 Nikita Popov[JSONNodeDumper] Do not print mangled names for local...
2021-12-23 Fangrui SongRevert "[ELF] Make Partition/InStruct members unique_pt...
2021-12-23 Andrew Browne[DFSan] Make dfsan_read_origin_of_first_taint public.
2021-12-23 Marek Kurdej[clang-format] Fix wrong indentation after trailing...
2021-12-23 Fangrui Song[ELF] Use SmallVector for some global variables (*Files...
2021-12-23 Azat Khuzhin[Sanitizer] Fix setbuffer() interceptor (it accept...
2021-12-23 Fangrui Song[ELF] Change nonnull pointer parameters to references
2021-12-23 Tue Ly[libc] Add performance tests for hypotf and hypot.
2021-12-23 Fangrui Song[ELF] Make Partition members unique_ptr and remove...
2021-12-23 Vitaly Buka[sanitizer] Support symbolize_inline_frames by addr2line
2021-12-23 Vitaly Buka[NFC][sanitizer] Format the test
2021-12-23 Vitaly Buka[NFC][sanitizer] Format a part of the file
2021-12-23 Shivam Gupta[DAGCombiner] Avoid combining adjacent stores at -O0...
2021-12-23 Fangrui Song[ELF] Make InStruct members unique_ptr and remove assoc...
2021-12-23 Fangrui Song[ELF] Change nonnull pointer parameters to references...
2021-12-23 Fangrui Song[ELF] Change some non-null pointer parameters to refere...
2021-12-23 Phoebe WangRevert "[X86][MS-InlineAsm] Use exact conditions to...
next