platform/upstream/llvm.git
2022-11-01 Matt ArsenaultAtomicExpand: Don't create unused instructions for...
2022-11-01 Matt ArsenaultHexagon: Register null TargetStreamer
2022-11-01 Matt ArsenaultHexagon: Add missing C++ mode comment
2022-11-01 Matt ArsenaultNVPTX: Register null target streamer
2022-11-01 Matt ArsenaultX86: Implement null target streamer
2022-11-01 Matt ArsenaultAArch64: Register null MCTargetStreamer
2022-11-01 Florian MayerRevert "[InstCombine] fold mul with decremented "shl...
2022-10-31 Florian Mayer[NFC] use has_value instead of hasValue
2022-10-31 LLVM GN Syncbot[gn build] Port 627465cf9fa7
2022-10-31 Nikolas Klauser[libc++][PMR] Deprecate the implementation in std:...
2022-10-31 Nikolas Klauser[libc++][PMR] Move the pmr::memory_resource destructor...
2022-10-31 Nikolas Klauser[libc++][PMR] Mark completed papers and issues as such
2022-10-31 Nikolas Klauser[libc++][PMR] Add attributes
2022-10-31 Nikolas Klauser[libc++] Move preferred_name declarations into the...
2022-10-31 Ilia Diachkov[SPIRV] support the enqueue_kernel builtin function
2022-10-31 Anlun Xu[Bazel] Add llvm:Support to Bazel deps of SPIRVCommonCo...
2022-10-31 Usman Nadeem[JumpThreading] Put a limit on the PHI nodes when dupli...
2022-10-31 Craig Topper[RISCV] Fix crash a vector add has a 4x sext and zext...
2022-10-31 Evgeny Shulgin[libc++] Add test for checking progress on P0533R9
2022-10-31 LLVM GN Syncbot[gn build] Port 84ea6b6f78df
2022-10-31 LLVM GN Syncbot[gn build] Port 0d01300aacf6
2022-10-31 Jonas Devlieghere[lldb] Emit diagnostic events in the diagnostic dump
2022-10-31 Jonas Devlieghere[lldb] Add a "diagnostics dump" command
2022-10-31 Jonas Devlieghere[lldb] Add diagnostics
2022-10-31 Sanjay Patel[InstCombine] adjust branch on logical-and fold
2022-10-31 Sanjay Patel[InstCombine] add test for branch on logical-and; NFC
2022-10-31 Krzysztof Parzyszek[Hexagon] Add LLVM codegen testcases for V6_[add|sub...
2022-10-31 Tue Ly[libc][math] Add place-holder implementation for pow...
2022-10-31 Tue Ly[libc][math] Add place-holder implementation for asin...
2022-10-31 Peter Klausler[flang] Rework line of code to dodge clang 16 warning
2022-10-31 Jakub Kuderski[mlir][arith][spirv] Hard fail in `-convert-arith-to...
2022-10-31 Dan Gohman[wasm-ld] Allow importing/exporting the output module...
2022-10-31 chenglin.bi[InstCombine] Precommit test for D136582; NFC
2022-10-31 Krzysztof Parzyszek[Hexagon] Add builtins and intrinsics for V6_v[add...
2022-10-31 Philip Reames[InstCombine] Allow simplify demanded transformations...
2022-10-31 Paul Robinson[lit] Fix typo in REQUIRES clause
2022-10-31 Patrick Walton[AliasAnalysis] Introduce getModRefInfoMask() as a...
2022-10-31 Paul Robinson[lit] Remove undefined keyword from a Driver test
2022-10-31 Sanjay Patel[InstCombine] canonicalize branch with logical-and...
2022-10-31 Sanjay Patel[InstCombine] add tests for branch on logical and/or...
2022-10-31 Philip Reames[test] Add coverage for sign bits and known non-zero...
2022-10-31 Peter Klausler[flang] Fix pointer definition semantic checking via...
2022-10-31 Jeff Niu[mlir][scf] Add scf-to-cf lowering for `scf.index_switch`
2022-10-31 Philip Reames[test] Refresh an autogened test to pickup naming change
2022-10-31 Matheus IzvekovRevert "[clang] ASTImporter: Fix importing of va_list...
2022-10-31 Peter Klausler[flang] Be more precise about CHARACTER known length...
2022-10-31 Philip ReamesAddress post commit style comment from 087bb0f
2022-10-31 Paul Robinson[lit] Remove undefined keyword from an MCJIT test
2022-10-31 Paul RobinsonRevert "[lit] Define keyword used by MCJIT test"
2022-10-31 Fangrui Song[utils] Remove ancient scripts using llvm-config -...
2022-10-31 Craig Topper[X86][Driver] Remove stale FIXME. NFC
2022-10-31 Peter Klausler[flang] Always diagnose incompatible function results...
2022-10-31 Dhruva Chakrabarti[OpenMP] [OMPT] [2/8] Implemented a connector for commu...
2022-10-31 Craig Topper[X86] Enable EVEX GFNI instructions without avx512bw.
2022-10-31 Katherine Rasmussen[flang] Add atomic_and to list of intrinsics
2022-10-31 Matheus Izvekov[clang] Instantiate alias templates with sugar
2022-10-31 Matheus Izvekov[clang] Instantiate NTTPs and template default argument...
2022-10-31 Matheus Izvekov[clang] ASTImporter: Fix importing of va_list types...
2022-10-31 Matheus Izvekov[clang] Fix handling of unexpanded packs in template...
2022-10-31 Matheus Izvekov[clang] Improve error recovery for pack expansion of...
2022-10-31 Alex Brachet[libc] Implement getopt
2022-10-31 Alexey Bataev[SLP]Fix a crash in the analysis of the compatible...
2022-10-31 Sameer Sahasrabuddhe[AAPointerInfo] check for Unknown offsets in callee
2022-10-31 LLVM GN Syncbot[gn build] Port aee2a35ac4ab
2022-10-31 Mengxuan Cai[LoopFuse] Ensure loops are in loop simplified form...
2022-10-31 Freddy Ye[X86] Add AVX-NE-CONVERT instructions.
2022-10-31 Lang Hames[JITLink][AArch46] Update aarch64 pointer jump stub...
2022-10-31 Valentin Clement[flang] Fix code generation for polymorphic deallocation
2022-10-31 Serge Pavlov[Support] Do not run test on AIX
2022-10-31 bixia1[mlir][sparse] Implement the rewrite for sparse_tensor...
2022-10-31 Jan Sjodin[OpenMP] [OMPIRBuilder] Create a new datatype to hold...
2022-10-31 Lechen Yu[libomptarget] Fix a race condition in checkDeviceAndCtors
2022-10-31 Jean Perier[flang][NFC] move constant lowering into its own unit
2022-10-31 Michael Buch[lldb][Test] Fix TestFrameFormatNameWithArgs.test on...
2022-10-31 rkayaith[mlir][doc] Update op optional-group asm format doc
2022-10-31 Haojian Wu[include-cleaner] Add a data-structure to capture IWYU...
2022-10-31 Michał GórnyRevert "[llvm] [cmake] Set EXCLUDE_FROM_ALL on gtest...
2022-10-31 David Spickett[LLDB][AArch64] Add SME2 to disassembler test
2022-10-31 Brendon Cahoon[BasicBlockUtils] Add a new way for CreateControlFlowHub()
2022-10-31 Michał Górny[llvm] [cmake] Set EXCLUDE_FROM_ALL on gtest and Testin...
2022-10-31 Nikita Popov[ObjCARC] Regenerate test checks (NFC)
2022-10-31 Valentin Clement[flang][NFC] Deallocation of polymorphoc entities are...
2022-10-31 Haojian Wu[clangd] Run semantic highligting in clangd check.
2022-10-31 David Sherwood[AArch64][SVE2] Add the SVE2.1 shift-and-narrow instruc...
2022-10-31 Brendon CahoonNFC: restructure code for CreateControlFlowHub()
2022-10-31 Chuanqi Xu[NFC] Use isa<...> to replace isa<>||isa<> in clang...
2022-10-31 Sanjay Patel[InstCombine] fold mul with decremented "shl -1" factor
2022-10-31 Sanjay Patel[InstCombine] add tests for mul with shl; NFC
2022-10-31 David Green[AArch64] Include SME2 in +all
2022-10-31 Simon Pilgrim[X86] combineConcatVectorOps - fold concat(GF2P8AFFINEQ...
2022-10-31 Michael Buch[lldb][CPlusPlus] Implement CPlusPlusLanguage::GetFunct...
2022-10-31 Michael Buch[lldb][CPlusPlus] Introduce CPlusPlusLanguage::MethodNa...
2022-10-31 Michael Buch[lldb][FormatEntity][NFC] Move function argument parsin...
2022-10-31 Simon PilgrimAdd explicit cast to fix MSVC error: "'return': cannot...
2022-10-31 Tom Eccles[flang] Add -ffp-contract option processing
2022-10-31 Sander de Smalen[AArch64][SME] Make all SME intrinsics use 32bit immedi...
2022-10-31 Benjamin Kramer[clang][Interp] Reorder field destruction to avoid...
2022-10-31 Hassnaa Hamdi[AArch64-SVE]: Force generating code compatible to...
2022-10-31 chenglin.bi[AArch64] Adjust operand sequence for Add+Sub to combin...
2022-10-31 Kiran Chandramohan[MLIR][OpenMP] Allow the single operation to have a...
next