2022-11-24 |
chenglin.bi | [InstSimplify] Add precommit test for D138542; NFC |
commit | commitdiff | tree | snapshot |
2022-11-24 |
Kazu Hirata | [ADT] Deprecate Optional::getPointer |
commit | commitdiff | tree | snapshot |
2022-11-24 |
Kazu Hirata | [ADT] Deprecate llvm::NoneType |
commit | commitdiff | tree | snapshot |
2022-11-24 |
bixia1 | [mlir][sparse] Add expand_symmetry attribute to the... |
commit | commitdiff | tree | snapshot |
2022-11-24 |
Ben Dunbobbin | [windows-itanium] Propagate DLL storage class to Initia... |
commit | commitdiff | tree | snapshot |
2022-11-24 |
Jakub Kuderski | [mlir][spirv] Define `OpSMulExtended` and `OpUMulExtend... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Jakub Kuderski | [mlir][vector] Simplify fold pattern for ExtractOp... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Kazu Hirata | [lldb] Fix a warning |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Nikolas Klauser | [libc++][clang-tidy] Enable readability-simplify-boolea... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Kazu Hirata | [ADT] Remove Optional::{has_value,value}, etc (NFC) |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Kazu Hirata | Use std::nullopt_t instead of NoneType (NFC) |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Florian Hahn | [BasicAA] Add tests with __memcpy_chk. |
commit | commitdiff | tree | snapshot |
2022-11-23 |
WuXinlong | Add MC support of RISCV Zcd Extension |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Krzysztof Parzyszek | [Hexagon] Fix deinterleaving after vmpyh |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Krzysztof Parzyszek | [Hexagon] Fix order of operands in V6_vmpyhus |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Fangrui Song | [ASTReader] Fix zlib header detection 0x78 after D137885 |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Benjamin Kramer | [PowerPC][NFC] Merge LLVM_DEBUG statements to avoid... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Benjamin Kramer | Unbreak lldb build broken by d941fceca8e9 |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Maryam Moghadas | [PowerPC] Exploit xxperm, check for dead vectors and... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Fangrui Song | [modules] Support zstd in .pcm file |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Luca Boasso | [mlir][index] Add and, or, and xor ops |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Snehasish Kumar | [memprof] Fix RAII usage of SpinMutexLock, remove unuse... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Uday Bondhugula | [MLIR] Fix bug in simplify affine map with operands |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Hanhan Wang | [mlir][linalg] Add a new pattern to handle folding... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Alexey Kreshchuk | Do not suggest taking the address of a const pointer... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Alexander Belyaev | [mlir] Remove clone methods from DPS interface. |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Greg Clayton | Add the ability to see when a type in incomplete. |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Paulo Matos | [WebAssembly] Remove unnecessary GEP insts from table... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Matt Arsenault | CloneModule: Handling cloning ifuncs |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Hassnaa Hamdi | [AArch64][SME]: Generate streaming-compatible code... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Hassnaa Hamdi | [AArch64][SME]: Add precursory tests for D138292 |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Louis Dionne | [libc++][NFC] Fix documentation build |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Hans Wennborg | Revert "Make -fsanitize=scudo use scudo_standalone... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Jonas Paulsson | [SystemZ] Extend combineGET_CCMASK() to handle a trunc... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Balazs Benics | [analyzer] getBinding should auto-detect type only... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Louis Dionne | [libc++] Remove default definition of std::char_traits |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Louis Dionne | [libc++] Add missing __has_include checks for C headers... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Nico Weber | [lld/mac] Reorder an assert() and a printArchiveMemberL... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Michał Górny | [flang] Fix unittests in standalone build for third... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Emmmer | [LLDB][RISCV] Add RV32F instruction support for Emulate... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
OCHyams | [Assignment Tracking] Fix DbgVariableIntrinsic::replace... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Matt Arsenault | Utils: Fix deleting calls to null in non-0 address... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Louis Dionne | [libc++][NFC] Use if-else chain instead of match, which... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Matt Devereau | [VectorCombine] Enable scalarizeBinopOrCmp for scalable... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Matthias Springer | [mlir][utils] Fix invalid reshapes in ComposeCollapseOf... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Sam McCall | [include-cleaner] Show includes matched by refs in... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Pavel Labath | Revert "Add runToBinaryEntry option for lldb-vscode" |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Benjamin Kramer | Revert "[SROA] `isVectorPromotionViable()`: memory... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
David Green | [AArch64] Add Host identifiers for cortex-a55, cortex... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
zhongyunde | [AArch64] Optimize cmp chain before legalization |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Haohai Wen | [CostModel][X86] Fix permute latency cost |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Stefan Gränitz | Reland "[CGObjC] Add run line for release mode in test... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Stefan Gränitz | [ObjC][ARC] Fix UB in ObjCARCOpt with -enable-objc... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Benjamin Kramer | [bazel] Add missing dependencies after 7a69a9d7ae |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Alex Richardson | [libc++] Fix __regex_word value when using newlib/picolibc |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Alex Richardson | [SelectionDAG] Remove deprecated MemSDNode->getAlignment() |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Alex Richardson | [ASTContext][NFC] Remove getTargetAddressSpace(Qualifie... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Kito Cheng | [clang][RISCV][NFC] Prevent data race in RVVType::compu... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Akshay Baviskar | Add RegionBranchOpInterface for AffineIf Op |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Matthias Springer | [mlir][tensor/memref] Disallow Collapse/ExpandShapeOps... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Nicolas Vasilache | [NFC][mlir] VectorUtils / IndexingUtils simplifications... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Max Kazantsev | [SCEV][NFC] Fix typo in comment |
commit | commitdiff | tree | snapshot |
2022-11-23 |
WuXinlong | Add MC support of RISCV Zcf Extension |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Tom Stellard | libclc: Use cmake files instead of llvm-config |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Michał Górny | [cmake] Fix Findzstd.cmake to handle OpenBSD shared... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Fangrui Song | [ELF] createSyntheticSections: simplify config->relocat... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Philip Reames | [RISCV] Add callback plumbing for getArithmeticInstrCos... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Daniel Rodríguez... | [MachO][ObjCopy] Handle exports trie in LC_DYLD_INFO... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Matt Arsenault | GlobalIFunc: Make ifunc respect function address spaces |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Matt Arsenault | InstCombine: Fold some identities for canonicalize |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Matt Arsenault | InstCombine: Add baseline tests for canonicalize identities |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Haohai Wen | [CostModel][X86] Add CostKinds test coverage for shuffl... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Ruiling Song | [AMDGPU][InsertWaits] No wait for WAW for global/scratc... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Daniel Rodríguez... | [MachO] Support exports trie in both LC_DYLD_INFO and... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Phoebe Wang | [X86] Use lock add/sub/or/and/xor for cases that we... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Xiang Li | [NFC][DirectX backend] Update header to fix build error. |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Ben Shi | [AVR] Fix wrong ABI of AVRTiny. |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Nico Weber | [bolt] Stop setting config.llvm_plugin_ext in lit.site... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
chenglin.bi | [DAGCombiner] fold or (xor x, y),? patterns |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Fangrui Song | [PPC] Undefine __ppc64__ to match GCC |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Peiming Liu | [mlir][sparse] fix compiler warning when using release... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Mehdi Amini | Apply clang-tidy fixes for readability-simplify-boolean... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Mehdi Amini | Apply clang-tidy fixes for llvm-include-order in FileUt... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Fangrui Song | [asan] Don't demangle __odr_asan_gen_* symbols |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Alexander Yermolovich | [BOLT][DWARF] Re-enable DWARF5 for asm-func-debug tests |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Fangrui Song | Revert D138095 Use InernalAlloc in DemangleCXXABI |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Roman Lebedev | [SROA] `isVectorPromotionViable()`: avoid allowing... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Ayke van Laethem | [AVR][Clang] Implement __AVR_HAVE_*__ macros |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Peiming Liu | [mlir][sparse] make resolve cycle works with affine... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Peiming Liu | [mlir][sparse] support affine expression on sparse... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Peiming Liu | [mlir][sparse] support affine expression on sparse... |
commit | commitdiff | tree | snapshot |
2022-11-22 |
Zequan Wu | Fix lto AddStream callsite in gold plugin. |
commit | commitdiff | tree | snapshot |
2022-11-22 |
Roman Lebedev | [SROA] `isVectorPromotionViable()`: memory intrinsics... |
commit | commitdiff | tree | snapshot |
2022-11-22 |
Roman Lebedev | [NFC][AMDGPU] Rewrite two test files to avoid completel... |
commit | commitdiff | tree | snapshot |
2022-11-22 |
Roman Lebedev | [NFC][SROA] Autogenerate check lines in some tests... |
commit | commitdiff | tree | snapshot |
2022-11-22 |
Roman Lebedev | [NFC][SROA] Add some more tests for vector promotion |
commit | commitdiff | tree | snapshot |
2022-11-22 |
David Blaikie | [libcxx] Add _LIBCPP_NODEBUG to std::conditional relate... |
commit | commitdiff | tree | snapshot |
2022-11-22 |
James Y Knight | Refactor AsmPrinterHandler callbacks. NFCI. |
commit | commitdiff | tree | snapshot |
2022-11-22 |
Sami Tolvanen | Add generic KCFI operand bundle lowering |
commit | commitdiff | tree | snapshot |
2022-11-22 |
Zequan Wu | Fix lto AddStreamFn in gold plugin. |
commit | commitdiff | tree | snapshot |
next |