platform/upstream/llvm.git
2022-04-18 Simon Pilgrim[InstCombine] Add additional test coverage for D123374
2022-04-18 Piotr Kubaj[PowerPC] Fix sanitizers build on FreeBSD
2022-04-18 Momchil Velikov[AArch64] Async unwind - Adjust unwind info in AArch64L...
2022-04-18 Dmitry Makogon[Test] Add more tests showing duplicate PHIs generated...
2022-04-18 Siva Chandra... [libc][docs] Remove the description of a "www" directory.
2022-04-18 Siva Chandra... [libc] Add a doc describing the current status of libc...
2022-04-18 Qiu Chaofan[PowerPC] Mark side effects of Power9 darn instruction
2022-04-18 Groverkss[MLIR][Presburger] Make IntegerRelation::mergeLocalIds...
2022-04-18 luxufan[RISCV] Pass -mno-relax to assembler when -fno-integrat...
2022-04-18 jacquesguan[mlir][Vector] Fold transpose splat to splat with trans...
2022-04-18 Richard SmithSpecify -fno-builtin when testing to make sure that...
2022-04-18 chenglin.biRevert "[Arch64][SelectionDAG] Add target-specific...
2022-04-18 Richard SmithFix wrong signature for std::move and std::swap in...
2022-04-17 Chris Lattner[LogicalResult.h] Move ParseResult to the bottom of...
2022-04-17 Chris Lattner[Support] Move ParseResult from OpDefinition.h to Logic...
2022-04-17 Richard SmithTreat `std::move`, `forward`, etc. as builtins.
2022-04-17 Lang Hames[ORC] Report paths in errors when creating StaticLibrar...
2022-04-17 Lang Hames[llvm-jitlink] Add paths to file-not-found errors.
2022-04-17 Lang Hames[llvm-jitlink] Don't show FailedToMaterialize errors...
2022-04-17 Mehdi AminiRevert "[MLIR] Provide a way to print ops in custom...
2022-04-17 Johannes Doerfert[Attributor] CGSCC pass should not recompute results...
2022-04-17 Daniil Kovalev[NVPTX] Use opaque pointers in param space vectorizatio...
2022-04-17 Lang Hames[JITLink] Suppress "symbols not found" errors for testcase.
2022-04-17 Andrew Savonichev[NVPTX] Disable parens for identifiers starting with '$'
2022-04-17 Uday Bondhugula[MLIR] Provide a way to print ops in custom form on...
2022-04-17 Christudasan... [AMDGPU][SIFrameLowering] Refactor custom SGPR spills...
2022-04-17 Bill Wendling[randstruct] Enforce using a designated init for a...
2022-04-17 hsmahesha[AMDGPU] Pre-checkin updated lit tests for D123525.
2022-04-17 Jacques Pienaar[mlir][docs] Add missing directory separator
2022-04-17 Lang Hames[JITLink] Error instead of asserting on unrecognized...
2022-04-17 Saleem AbdulrasoolWindows: correct iteration of additional search paths
2022-04-16 Jonathan Wakely[libcxx] [test] Use LIBCPP_ASSERT for libc++-specific...
2022-04-16 Peter Klausler[flang] Add & use a better visit() (take 2)
2022-04-16 Craig Topper[X86] Move some hasOneUse checks after checking what...
2022-04-16 Lang Hames[ORC] Make IRSpeculationLayer::BaseLayer an IRLayer.
2022-04-16 Andrew Litteken[IROutliner] Ensure that phi values that are passed...
2022-04-16 eop Chen[LSR] Update outdated comment
2022-04-16 Valentin Clement[mlir][CSE] Add ability to remove commutative operations
2022-04-16 Nico Weber[gn build] (manually) port f2526c1a5c6f
2022-04-16 Aaron BallmanRevert "[randstruct] Enforce using a designated init...
2022-04-16 Aaron BallmanRevert "[randstruct] Force errors for all platforms"
2022-04-16 Nathan James[clang-tidy] Add a Standalone diagnostics mode to clang...
2022-04-16 Vitaly BukaRevert "Treat `std::move`, `forward`, and `move_if_noex...
2022-04-16 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-04-16 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in OpFor...
2022-04-16 River Riddle[mlir] Add asserts when changing various MLIRContext...
2022-04-16 chenglin.bi[Arch64][SelectionDAG] Add target-specific implementati...
2022-04-16 Fangrui Song[msan][test] Remove legacy PM style opt -foo tests
2022-04-16 Peter Klausler[flang][runtime] Don't emit empty lines for bad writes
2022-04-16 Jun ZhangAdd some helpers to better check Scope's kind. NFC
2022-04-16 Peter Klausler[flang] Accept %KIND type parameter inquiries on %RE...
2022-04-16 Peter Klausler[flang] Allow POINTER attribute statement on procedure...
2022-04-16 Fangrui Song[test] Test -Werror=foo -Wfoo & -Werror -Wno-error...
2022-04-16 Peter Klausler[flang] Upgrade short actual character arguments to...
2022-04-16 Fangrui Song[asan][test] Remove legacy PM style opt -foo tests
2022-04-16 Weining Lu[LoongArch] Fix typo that SP should be R3 but not R2
2022-04-16 Peter Klausler[flang][runtime] Fix ENDFILE for formatted stream output
2022-04-16 Shilei Tian[Clang][OpenMP] Use bitfields for flags in `OMPAtomicDi...
2022-04-16 Joseph Huber[OpenMP] Fix linting diagnostics in the linker wrapper
2022-04-16 Chris BienemanBlind stab in the dark to fix a bot failure
2022-04-16 Mogball[NFC] fix cmake build
2022-04-16 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-04-16 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-04-16 Craig Topper[IR] Allow constant folding (insertelement <vscale...
2022-04-16 Mogball[mlir] Refactor LICM into a utility
2022-04-16 Joseph Huber[OpenMP] Use new offloading binary when embedding offlo...
2022-04-16 Joseph Huber[OpenMP] Don't manually strip sections in the linker...
2022-04-16 Matt Arsenaultllvm-reduce: Clone some of the easy function properties
2022-04-16 Matt ArsenaultMIR: Serialize a few bool function fields
2022-04-16 Craig Topper[X86] Move hasOneUse check after opcode check. NFC
2022-04-16 Stella StamenovaRevert "[mlir] Refactor LICM into a utility"
2022-04-16 Craig Topper[DAGCombiner] Move call to hasOneUse after opcode check...
2022-04-15 Chris BienemanAdd DXIL Bitcode Writer and DXIL testing
2022-04-15 Craig Topper[DAGCombiner] Move or/xor/and opcode check in ReduceLoa...
2022-04-15 Johannes Doerfert[Attributor][FIX] Use AttributorConfig in the unit...
2022-04-15 Richard SmithExtend support for std::move etc to also cover std...
2022-04-15 Peter Klausler[flang] Handle parameter-dependent types in PDT initial...
2022-04-15 Johannes Doerfert[Attributor][NFCI] Introduce AttributorConfig to bundle...
2022-04-15 Bill Wendling[randstruct] Force errors for all platforms
2022-04-15 Mogball[mlir] Refactor LICM into a utility
2022-04-15 Richard SmithUpdate test to handle opaque pointers flag flip.
2022-04-15 Pavel Kosov[llvm-objdump] Implemented PrintBranchImmAsAddress...
2022-04-15 Vitaly Buka[msan] Set poison_in_dtor=1 by default
2022-04-15 Peter Klausler[flang] Finer control over error recovery with GetExpr()
2022-04-15 Richard SmithTreat `std::move`, `forward`, and `move_if_noexcept...
2022-04-15 Florian Hahn[VPlan] Handle equal address and store ops in onlyFirst...
2022-04-15 Chih-Ping Chen[DebugInfo] Add a TargetFuncName field in DISubprogram for
2022-04-15 Johannes DoerfertRevert "[Attributor] CGSCC pass should not recompute...
2022-04-15 Lang Hames[JITLink] Add missing moves from 43acef48d38e.
2022-04-15 River Riddle[mlir][NFC] Cleanup the TestClone pass
2022-04-15 River Riddle[mlir] Remove the use of FilterTypes for template metap...
2022-04-15 Johannes Doerfert[Attributor][NFC] Introduce a flag to distinguish the...
2022-04-15 Johannes Doerfert[Attributor] CGSCC pass should not recompute results...
2022-04-15 Johannes Doerfert[Attributor][NFC] Code cleanup to minimize follow up...
2022-04-15 Johannes Doerfert[Attributor][NFC] Rename AAPotentialValues to AAPotenti...
2022-04-15 Lang Hames[JITLink] Refactor and expand DWARF pointer encoding...
2022-04-15 Arthur Eubanks[test][LoopDeletion] Precommit test
2022-04-15 Arjun P[MLIR][Presburger] addSymbolicCut: fix the integral...
2022-04-15 Bill Wendling[randstruct] Enforce using a designated init for a...
2022-04-15 LLVM GN Syncbot[gn build] Port 721651be246e
next