platform/upstream/llvm.git
2021-04-24 Florian Hahn[NewGVN] Use performSymbolicEvaluation instead of creat...
2021-04-24 Dávid Bolvanský[InstCombine] Fixed UB in foldCtpop
2021-04-24 David Green[AArch64] Enable UseAA globally in the AArch64 backend
2021-04-24 Dávid Bolvanský[Tests] Rename variable to fix broken buildbots
2021-04-24 David TolnayFix null ptr crash dumping TemplateTemplateParmDecl
2021-04-24 Dávid Bolvanský[InstCombine] ctpop(rot(X)) -> ctpop(X)
2021-04-24 Dávid Bolvanský[InstCombine] ctpop(X) + ctpop(Y) => ctpop(X | Y) if...
2021-04-24 Christopher... [libcxx][iterator] adds `std::input_or_output_iterator...
2021-04-24 Mark de Wever[libc++][doc] Adds a Format library status page.
2021-04-24 Nikita Popov[InstCombine] Add tests for comparison of integer parts...
2021-04-24 Nico Weber[lld/mac] Don't assert when using -exported_symbol...
2021-04-24 Shu Tian[libc++] Remove if-else to make branch predictor happy
2021-04-24 David Green[ARM] Format ARMISD node definitions. NFC
2021-04-24 Dávid Bolvanský[Clang] Added heading to doc for malloc attribute
2021-04-24 Dávid Bolvanský[Clang] Added doc for malloc attribute
2021-04-24 Nico Weber[lld/mac] simplify export-options.s test a bit
2021-04-24 Nico Weber[lld/mac] add test coverage for -sectcreate and -order_...
2021-04-24 dfukalov[GVN] Clobber partially aliased loads.
2021-04-24 Dávid Bolvanský[InstCombine] Added testcases from PR48999, NFC
2021-04-24 Michael Kruse[Polly][ManualOpt] Match interpretation of unroll metad...
2021-04-24 Michał Górny[lldb] [Process/Linux] Report fork/vfork stop reason
2021-04-24 Michał Górny[lldb] [llgs] Support owning and detaching extra processes
2021-04-24 Michał Górny[lldb] [gdb-remote server] Introduce new stop reasons...
2021-04-24 Michał Górny[lldb] [Process] Introduce protocol extension support API
2021-04-24 Fangrui Song[Polly] Fix stage 2 clang -Wdeprecated-copy after D79714
2021-04-24 Butygin[mlir] Canonicalize AllocOp's with only store and deall...
2021-04-24 natashaknk[mlir][tosa] Add tosa.gather lowering to linalg.indexed...
2021-04-24 Christopher... [libcxx][iterator] adds `std::weakly_incrementable...
2021-04-24 Fangrui Song[ELF] Simplify a condition in addGotEntry. NFC
2021-04-24 Lang HamesRevert "[ORC-RT] Initial ORC Runtime directories and...
2021-04-24 Lang Hames[ORC-RT] Initial ORC Runtime directories and build...
2021-04-24 Jon Chesterfield[libomptarget] Enable AMDGPU devicertl
2021-04-24 Christopher... [libcxx] disables ranges for clang-cl
2021-04-24 RamNalamothu[NFC] Delete the redundant member 'shouldEmitMoves...
2021-04-23 Craig Topper[RISCV] Removed getLMULForFixedLengthVector.
2021-04-23 Michael Kitzan[MachineCSE] Prevent CSE of non-local convergent instrs
2021-04-23 Jon Chesterfield[clang][amdgpu] Use implicit code object version
2021-04-23 Mitch PhillipsRevert "[Scudo] Use GWP-ASan's aligned allocations...
2021-04-23 Teresa JohnsonRequire asserts for test that uses debug flag
2021-04-23 Arthur O'DwyerImplement N3644 "Null Forward Pointers" in _LIBCPP_DEBU...
2021-04-23 Craig Topper[RISCV] Move getLMULForFixedLengthVector out of RISCVSu...
2021-04-23 Craig Topper[RISCV] Only expose one interface for getContainerForFi...
2021-04-23 Jez Ng[lld-macho] Fix use-after-free in loadDylib()
2021-04-23 Jez Ng[lld-macho]][nfc] Fix some typos + rephrase a comment
2021-04-23 Dávid Bolvanský[utils] Disable -Wdeprecated-copy for googlemock/gtest
2021-04-23 wlei[CSSPGO] Fix missing debug info of dangling pseudo...
2021-04-23 Aaron PuchertThread safety analysis: Simplify intersectAndWarn ...
2021-04-23 Stephen KellyEnable AST introspection on non-X86
2021-04-23 Thomas Lively[WebAssembly] Finalize wasm_simd128.h intrinsics
2021-04-23 Nikita Popov[SCEV] Add loop guard tests for ugt/uge predicates...
2021-04-23 Nemanja Ivanovic[PowerPC] Provide XL-compatible builtins in altivec.h
2021-04-23 Rob Suderman[mlir][tosa] Add tosa.resize lowering to linalg generic
2021-04-23 zoecarver[libcxx][nfc] Add license to `pointer_comparison_test_h...
2021-04-23 Christian Kandeler[clangd] Allow AST request without range
2021-04-23 Dávid Bolvanský[InstCombine] X - usub.sat(X, Y) => umin(X, Y)
2021-04-23 Pooja Yadav[Docs] Updated LLVM_TARGETS_TO_BUILD section in Getting...
2021-04-23 Alexander Belyaev[mlir] Add block arguments for input/output operands...
2021-04-23 Nico Weber[lld/mac] Support more flags for --reproduce
2021-04-23 Peter Collingbournescudo: Work around gcc 8 conversion warning.
2021-04-23 Hongtao Yu[CSSPGO] Fix incorrect prorating indirect call distrib...
2021-04-23 Mitch Phillips[hwasan] Remove untagging of kernel-consumed memory
2021-04-23 Fangrui Song[OpenMP] Fix -Wdeprecated-copy
2021-04-23 Mitch PhillipsRevert "[X86][AMX] Try to hoist AMX shapes' def"
2021-04-23 Sanjay Patel[InstCombine] fold 'not' of ctpop in parity pattern
2021-04-23 Sanjay Patel[InstCombine] add test for ctpop; NFC
2021-04-23 Mitch Phillips[Scudo] Use GWP-ASan's aligned allocations and fixup...
2021-04-23 Chris Hamilton[PR49761] Fix variadic arg handling in matcher
2021-04-23 Teresa JohnsonMark type test intrinsics as speculatable to fix inline...
2021-04-23 Snehasish Kumar[NFC] Use hasSection instead of getSection().empty()
2021-04-23 Stephen Kelly[AST] Update tests to query for introspection support
2021-04-23 Louis Dionne[libc++] Rewrite the tuple constructors to be strictly...
2021-04-23 Jeremy MorseDrop a REQUIRES: lldb on a dexter regression test
2021-04-23 Craig Topper[RISCV] Remove GetVRegNoV0 from the output register...
2021-04-23 Craig Topper[RISCV] Have assembler check that the temp register...
2021-04-23 Peter Collingbournescudo: Store header on deallocation before retagging...
2021-04-23 Florian Hahn[VPlan] Add GraphTraits impl to traverse through VPRegi...
2021-04-23 Johannes Doerfert[OpenMP] Avoid reading uninitialized parallel level...
2021-04-23 Johannes Doerfert[Clang] Allow the combination of loader_uninitialized...
2021-04-23 Dávid Bolvanský[libcxx] Fixed build break on buildbots with -Werror
2021-04-23 Sebastian Neubauer[AMDGPU] Save WWM registers in functions
2021-04-23 Paul C. Anagnostopoulos[TableGen] [docs] Improve BNF for the 'multiclass'...
2021-04-23 Nemanja Ivanovic[PowerPC] Add vec_ctsl and vec_ctul to altivec.h
2021-04-23 Dave Lee[cmake] Configure policy CMP0116
2021-04-23 Simon Pilgrim[CostModel][X86] Improve v2f32 fadd reduction cost
2021-04-23 Nico Weberfix comment typo to cycle bots
2021-04-23 Gabor Marton[Analyzer][StdLibraryFunctionsChecker] Describe arg...
2021-04-23 Stephen Kelly[AST] Sort introspection results without instantiating...
2021-04-23 Andrzej Warzynski[flang] Switch from %f18 to %flang_fc1 in a test
2021-04-23 Sander de Smalen[TTI] NFC: Change getIntImmCost[Inst|Intrin] to return...
2021-04-23 Sander de Smalen[TTI] NFC: Change getScalingFactorCost to return Instru...
2021-04-23 Sander de Smalen[TTI] NFC: Change getMemcpyCost to return InstructionCost
2021-04-23 Sander de Smalen[TTI] NFC: Change getGEPCost to return InstructionCost
2021-04-23 Sander de Smalen[TTI] NFC: Change getAddressComputationCost to return...
2021-04-23 dfukalov[TTI] NFC: Use InstructionCost to store ScalarizationCo...
2021-04-23 Daniil Fukalov[TTI] Fix ScalarizationCost initialization.
2021-04-23 Joe Ellis[AArch64][SVE] Fix bug in lowering of fixed-length...
2021-04-23 Jay Foad[AMDGPU] Fix typo in implicit operand lists
2021-04-23 Sebastian NeubauerRevert "[AMDGPU] Save WWM registers in functions"
2021-04-23 Piotr Sobczak[AMDGPU][NFC] Update auto-gen test
2021-04-23 Krzysztof Parzyszek[Hexagon] Remove redundant HVX intrinsic selection...
next