aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-04[BPF] expand mem intrinsics (memcpy, memmove, memset)users/inclyc/bpf-expand-memYingchi Long4-234/+108
2024-07-03[AsmParser] Use range-based for loops (NFC) (#97499)Kazu Hirata1-36/+35
2024-07-03mlir/Presburger: reinstate use of LogicalResult (#97415)Ramkumar Ramachandra7-94/+106
2024-07-03UTC: support debug output from LDist (#93208)Ramkumar Ramachandra7-46/+275
2024-07-03ConstantRange: add query for isAllPositive (#97420)Ramkumar Ramachandra3-2/+23
2024-07-03Revert "[AMDGPU][OpenMP] Do not attach -fcuda-is-device flag for AMDGPU OpenM...Dominik Adamski2-1/+3
2024-07-03[AArch64][GlobalISel] Create copy rather than single-element concatDavid Green2-1/+32
2024-07-03[CodeGen] Only deduplicate PHIs on critical edges (#97064)Alexis Engelke4-334/+361
2024-07-03[Support] Move raw_ostream::tie to raw_fd_ostream (#97396)Alexis Engelke5-54/+71
2024-07-03[InstCombine] Fix invalid scalarization of divNikita Popov2-4/+8
2024-07-03[InstCombine] Add test for #97053 (NFC)Nikita Popov1-2/+31
2024-07-03[mlir][vector] Project out anonymous bounds in ScalableValueBoundsConstraintS...Benjamin Maxwell2-0/+30
2024-07-03[mlir][acc] Added async to data clause operations. (#97307)Slava Zakharin10-192/+580
2024-07-03[lldb][DataFormatter][NFC] std::map: minor restructuring in GetChildAtIndex t...Michael Buch1-34/+37
2024-07-03[lldb][DataFormatter][NFC] std::map: Add comments and other minor cleanupsMichael Buch1-10/+5
2024-07-03[lldb][DataFormatter][NFC] Remove redundant variables in std::map formatterMichael Buch1-3/+0
2024-07-03[clang-repl] Fix RuntimeInterfaceBuilder for 32-bit systems (#97071)Stefan Gränitz2-7/+5
2024-07-03[lldb] Make Broadcaster mutexes non-recursive (#97400)Pavel Labath4-31/+70
2024-07-03[Driver][X86] Add flang visibility for -mapx-features= (#97525)Shengchen Kan2-2/+14
2024-07-03[test] Remove immarg parameter attribute from calls (#97432)Jay Foad16-52/+52
2024-07-03[RISCV] Use LiveIntervals::extendToIndices to extend AVL in insertVSETVLI (#9...Luke Lau2-17/+44
2024-07-03[InstCombine] Disable select known bits fold for vectorsNikita Popov2-2/+7
2024-07-03[lldb][AArch64] Add register field enum information (#96887)David Spickett6-9/+35
2024-07-03[OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429)Joachim23-215/+199
2024-07-03[GlobalIsel][NFC] Modernize UBFX combine (#97513)Thorsten Schütt3-89/+110
2024-07-03remove the symlink adding by mistake, NFC.Chen Zheng1-1/+0
2024-07-03[AMDGPU][DAG] Enable ganging up of memcpy loads/stores for AMDGPU (#96185)Fabian Ritter8-2226/+20191
2024-07-03Revert "Refactor LoopFuseSiblingOp and support parallel fusion (#94391)" (#97...srcarroll9-586/+283
2024-07-02[ProfileData] Use ArrayRef in PatchItem (NFC) (#97379)Kazu Hirata1-15/+16
2024-07-02[RISCV] Add wrapper function for getStringError in RISCVISAInfo. NFC (#97478)Craig Topper1-101/+65
2024-07-03[Flang][OpenMP] More elegantly handle declare target in unnamed program (#95834)agozillon2-1/+44
2024-07-02[flang][runtime] Split MATMUL[_TRANSPOSE] into separate entries. (#97406)Slava Zakharin7-2/+646
2024-07-02[asan] Disable flaky test on Android (#97516)Vitaly Buka1-0/+3
2024-07-03[PowerPC] refactor CPU info in PPCTargetParser.def, NFCChen Zheng5-120/+126
2024-07-03[Docs][RISCV] Document RISC-V vector codegen (#96740)Luke Lau2-0/+338
2024-07-02[lld][ELF] Support LLVM repository and LLVM revision information (#97323)Hongyu Chen5-5/+10
2024-07-02[CodeGen] Use range-based for loops (NFC) (#97500)Kazu Hirata1-10/+9
2024-07-02[RISCV] Add the missing dependency on VectorizeMin Hsu1-0/+1
2024-07-02[RISCV][LoopIdiomVectorize] Support VP intrinsics in LoopIdiomVectorize (#94082)Min-Yih Hsu7-19/+2674
2024-07-03[DebugInfo][InferAddressSpaces] Fix the missing debug location update for the...Shan Huang2-0/+34
2024-07-02[LoopIdiomVectorize][NFC] Factoring out the part that handles vectorization s...Min-Yih Hsu1-107/+133
2024-07-02[clang][StaticAnalyzer] Avoid 'raw_string_ostream::str' (NFC)Youngsuk Kim5-18/+18
2024-07-02[Clang][Driver] Link nsan runtime (#97364)Alexander Shaposhnikov2-0/+14
2024-07-03Reapply "[MachinePipeliner] Fix constraints aren't considered in cert… (#97...Ryotaro KASUGA3-33/+379
2024-07-02[Clang] Enable nsan instrumentation pass (#97359)Alexander Shaposhnikov4-0/+13
2024-07-02Remove llvm/MC/MCAsmLayout.h and the unused parameter in MCAssembler::layoutFangrui Song7-37/+5
2024-07-02[libc] Include Linux kernel headers in the full build (#97486)Petr Hosek2-0/+10
2024-07-02[CodeGen] Use range-based for loops (NFC) (#97467)Kazu Hirata3-10/+10
2024-07-02[libc][math][c23] Add f16{add,sub}{,l,f128} C23 math functions (#97072)OverMighty31-2/+605
2024-07-02[Transforms] Use range-based for loops (NFC) (#97195)Kazu Hirata8-41/+24