aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-12Revert "[Flang] Use PrintModulePass to print LLVM IR from the frontend (#95142)"revert-95142-add-driver-debug-record-supportStephen Tozer2-76/+62
2024-06-12[Flang] Use PrintModulePass to print LLVM IR from the frontend (#95142)Stephen Tozer2-62/+76
2024-06-12[CodeGen] Avoid GenericDomTreeConstruction.h include in headers (NFC)Nikita Popov4-1/+3
2024-06-12Revert "[Inliner] Propagate callee argument memory access attributes before i...Nikita Popov5-134/+33
2024-06-12[PhaseOrdering] Add test for #95152 (NFC)Nikita Popov1-0/+56
2024-06-12mlir/Presburger: guard dump function; fix buildbot (#95218)Ramkumar Ramachandra1-10/+13
2024-06-12Revert "[ConstantFold] Drop gep of gep fold entirely (#95126)"Nikita Popov10-30/+63
2024-06-12[AMDGPU] Exclude certain opcodes from being marked as single use (#91802)Scott Egerton11-38/+288
2024-06-12[LoongArch] Emit error messages when using emulated TLSwanglei2-0/+15
2024-06-12[AArch64][SME] Disable outlining for functions with streaming-mode changes (#...Kerry McLaughlin2-0/+85
2024-06-12[NFC][MachineLICM] Use SmallDenseSet instead of SmallSet (#95201)Pierre van Houtryve1-4/+4
2024-06-12[lldb][Progress] Report progress when parsing forward declarations from DWARF...Michael Buch1-0/+6
2024-06-12[clang] Implement -Wmissing-include-dirs (#94827)Braden Helmer4-1/+16
2024-06-12AtomicExpand: Fix creating invalid ptrmask for fat pointers (#94955)Matt Arsenault4-1/+363
2024-06-12DAG: Fix not handling atomic fmin/fmax in dumperMatt Arsenault1-0/+2
2024-06-12[AArch64][compiler-rt] Disable SME ABI routines if function multiversioning i...Kerry McLaughlin1-6/+17
2024-06-12[lldb][ConstString] Prevent GetString from constructing a std::string with a ...Michael Buch2-1/+4
2024-06-12[lldb][DWARFASTParser][NFC] Factor out CXX/ObjC method specifics out of Parse...Michael Buch2-211/+277
2024-06-12[AMDGPULowerBufferFatPointers] Restore zero offset special caseNikita Popov2-10/+8
2024-06-12AMDGPU: Handle buffer load/store for 64-bit element typesMatt Arsenault3-0/+189
2024-06-12[gn build] Port 76030dc15796LLVM GN Syncbot2-0/+3
2024-06-12mlir/Presburger/MPInt: move into llvm/ADT (#94953)Ramkumar Ramachandra40-1774/+1869
2024-06-12[MLIR][Vector] Implement TransferOpReduceRank as MaskableOpRewritePattern (#9...Hugo Trachino2-10/+62
2024-06-12[clang-format] Fix a bug in annotating lambda l_square (#95084)Owen Pan2-0/+8
2024-06-12[clang][Interp] Fix re-visiting OpenCL variables of in constant ASTimm Bäder2-3/+10
2024-06-12[AMDGPULowerBufferFatPointers] Simplify and fix GEP offset emission (#95115)Nikita Popov3-87/+61
2024-06-12[ConstantFold] Drop gep of gep fold entirely (#95126)Nikita Popov10-63/+30
2024-06-12[flang] fix evaluate::Expr hashing in lowering (#95079)jeanPerier1-1/+1
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm96-107/+3317
2024-06-12[mlir][vector] Update tests for collapse 2/n (nfc) (#94604)Andrzej Warzyński1-32/+104
2024-06-12[AMDGPU] Remove SIWholeQuadMode pseudo wavemode optimization (#94133)Carl Ritson5-82/+28
2024-06-12[RISCV] Add Smcsrind and Sscsrind extension (#93952)Monad11-1/+272
2024-06-12[CodeGen][NewPM] Split `MachinePostDominators` into a concrete analysis resul...paperchalice17-120/+122
2024-06-12[MLIR][LLVM] Promote noinline/alwaysinline/optnone out of passthrough (#95110)Johannes de Fine Licht13-44/+149
2024-06-12[clang][Interp] Support floats in APValuesTimm Bäder2-1/+16
2024-06-12[X86] Replace hasVirtualTileReg with AMXProgModel (#95105)aengelke4-12/+1
2024-06-12[X86] Early exit MIR AMX passes when AMX is unused (#94989)aengelke4-15/+20
2024-06-11[msan] Implement shadow propagation for _mm_dp_pd, _mm_dp_ps, _mm256_dp_ps (#...Vitaly Buka3-35/+103
2024-06-12[KMSAN] Enable on PowerPC64 (#73611)NMiehlbradt3-4/+155
2024-06-12[RISCV] Add smcdeleg and ssccfg extensions (#95163)Monad9-0/+67
2024-06-11[libc++] Mark a few functions in the dylib as noexcept (#94098)Nikolas Klauser4-20/+23
2024-06-11[libc++] Fix UB in filesystem::__copy for non-existent destination. (#87615)Afanasyev Ivan1-3/+3
2024-06-12[ModuloSchedule][AArch64] Implement modulo variable expansion for pipelining ...Yuta Mukai21-51/+2857
2024-06-11Apply the `AdjustICmpImmAndPred` optimization when it results in a one-instru...Owen Anderson2-4/+704
2024-06-11[flang] Pass unmodified std::vector as const reference (#95050)Peter Klausler1-2/+3
2024-06-11[flang] Change argument to const reference (#95048)Peter Klausler1-1/+1
2024-06-11[flang] Allow interoperable object to have interoperable derived type… (#94...Peter Klausler2-13/+11
2024-06-11[flang] Adjust new warnings for extensions (#94485)Peter Klausler2-6/+5
2024-06-11[flang] Enforce F'2023 C15121 (#94418)Peter Klausler5-119/+175
2024-06-11[CMake][Fuchsia] Enable libc++ in the baremetal build (#95017)Petr Hosek1-2/+32