platform/upstream/llvm.git
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
2022-04-15 Thomas Raoux[mlir][vector] Fix bug in extractFromBroadcast folding
2022-04-15 Alexandre Ganea[Support][cmake] Fix snmalloc integration. NFC.
2022-04-15 Xiang Li[HLSL][clang][Driver] Support target profile command...
2022-04-15 Arjun P[MLIR][Presburger][Simplex] moveRowUnknownToColumn...
2022-04-15 William S.... [MLIR][ClonePass] Attempt fix for anonymous pass name
2022-04-15 Eli FriedmanFix size of flexible array initializers, and re-enable...
2022-04-15 Zequan Wu[LLDB][NativePDB] Followup c50817d1bea4ac51ed7761540146...
2022-04-15 rdzhabarov[mlir] Fix BUILD issues and dependencies.
2022-04-15 Zequan Wu[LLDB][NativePDB] Don't create inlined function paramet...
2022-04-15 Johannes Doerfert[DWARF][FIX] Handle the use of multiple registers grace...
2022-04-15 Johannes Doerfert[AMDGPU][FIX] Proper load-store-vectorizer result with...
2022-04-15 William S.... [NFC] Update comments
2022-04-15 Aaron BallmanFix an edge case in determining is a function has a...
2022-04-15 Zequan Wu[LLDB][NativePDB] Fix subfield_register_simple_type...
2022-04-15 Mogball[mlir] Update LICM to support Graph Regions
2022-04-15 Fangrui Song[PGO] Remove legacy PM passes
2022-04-15 William S.... [MLIR] Fix operation clone
2022-04-15 Peter Klausler[flang] Fix Symbol::Rank for ProcEntityDetails
2022-04-15 jfurtek[mlir][ods][NFC] Move enum attribute definitions from...
2022-04-15 Alex Zinenko[mlir] Support opaque types in LLVM IR -> MLIR translation
2022-04-15 Aaron BallmanProperly identify builtins in a diagnostic note
2022-04-15 Shilei TianClean up `OMPAtomicDirective::Create`
2022-04-15 Fraser Cormack[VP] Rename ISD::VP_FPROUND and ISD::VP_FPEXT
2022-04-15 Daniil Kovalev[NFC][UpdateTestChecks] Fix whitespace in common.py...
2022-04-15 Corentin Jabot[clang] Implement Change scope of lambda trailing-retur...
2022-04-15 Roman Lebedev[NFC][Costmodel][LV][X86] Refresh one or two interleave...
2022-04-15 Jan Svoboda[clang][deps] NFC: Update documentation
2022-04-15 Jan Svoboda[clang][deps] NFC: Inline function with single caller
2022-04-15 Jun Zhang[Clang][Sema] Fix invalid redefinition error in if...
2022-04-15 Dmitri GribenkoAdjust Bazel BUILD files for 6d45558c1
2022-04-15 Amir Ayupov[BOLT] Check if LLVM_REVISION is defined
2022-04-15 Aaron BallmanFix failing test case found by bots:
2022-04-15 Jan Svoboda[clang][lex] NFC: Use FileEntryRef in PreprocessorLexer...
2022-04-15 Jan Svoboda[clang] NFCI: Use FileEntryRef in FileManagerTest
2022-04-15 Jan Svoboda[clang] NFCI: Use DirectoryEntryRef in collectIncludePCH
2022-04-15 Jan Svoboda[clang][CodeGen] NFCI: Use FileEntryRef
2022-04-15 Jan Svoboda[clang][parse] NFCI: Use FileEntryRef in Parser::ParseM...
2022-04-15 Aaron Ballman[C89/C2x] Diagnose calls to a function without a protot...
2022-04-15 Lei Zhang[mlir][vector] Reorder elementwise(transpose)
2022-04-15 Momchil Velikov[AArch64] Async unwind - Fix MTE codegen emitting frame...
2022-04-15 Roman LebedevRequire asserts in newly added test
2022-04-15 Roman Lebedev[UpdateTestChecks] Prevent rapid onset insanity when...
2022-04-15 LLVM GN Syncbot[gn build] Port 1d83750f631d
2022-04-15 Nikolas Klauser[libc++] Implement ranges::copy{, _n, _if, _backward}
2022-04-15 zhongyunde[AArch64][SelectionDAG] Refactor to support more scalab...
2022-04-15 Nico Weber[gn build] (manually) port 6d45558c1a05d (MipsGenPostLe...
2022-04-15 Clement Courbet[ExpandMemCmp] Properly expand `bcmp` to an equality...
2022-04-15 Clement Courbet[NFC] Add test in preparation for D123849.
2022-04-15 Brad Smith[WebAssembly] Remove TODO comment for IAS, NFC
2022-04-15 Daniil Kovalev[UpdateTestChecks] Add NVPTX support in update_llc_test...
2022-04-15 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-04-15 Mehdi AminiApply clang-tidy fixes for modernize-use-default-member...
2022-04-15 Brad Smith[Driver] Move Lanai IAS enabling to Generic_GCC::IsInte...
next