summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-28[mlir][memref] Make `finalize-memref-to-llvm` the last MemRef passusers/matthias-springer/finalize_memrefMatthias Springer
2024-10-27[Flang][OpenMP] Add parser support for grainsize and num_tasks clause (#113136)Kiran Chandramohan
2024-10-27Assumed-size arrays are shared and cannot be privatized (#112963)Kiran Chandramohan
2024-10-27[MLIR][NVVM] Update the elect.sync Op to use intrinsics (#113757)Durgadoss R
2024-10-27[VPlan] Replace getIRBasicBlock with IRBB in VPIRBB::execute (NFC).Florian Hahn
2024-10-27[mlir] Prefer StringRef::substr to slice (NFC) (#113788)Kazu Hirata
2024-10-27[libc] Add `__builtin_expect` tag on assert conditions; NFC (#99498)goldsteinn
2024-10-27[DemoteRegToStack] Use correct variable for branch instructions in DemoteRegT...Eirik Byrkjeflot Anonsen
2024-10-26[ARM] Remove a redundant call to StringRef::slice (NFC) (#113783)Kazu Hirata
2024-10-27[clang][bytecode][NFC] Make CheckVolatile static (#113785)Timm Baeder
2024-10-27[clang][bytecode][NFC] Only do CheckConstant checks for global pointers (#113...Timm Baeder
2024-10-26[MemProf] Fix clone edge comparison (#113753)Teresa Johnson
2024-10-27[mlir][LLVM] Add builders for llvm.intr.assume (#113317)Sirui Mu
2024-10-26[StructuralHash] Support Differences (#112638)Kyungwoo Lee
2024-10-26[ARM] clang-format (NFC)Kazu Hirata
2024-10-26[ADT] Use std::string_view inside StringRef (#113775)Kazu Hirata
2024-10-26[NFC] Fix typo in description of `AfterPassInvalidatedCallbacks` (#113779)Justin Fargnoli
2024-10-26Reland (2nd attempt) [StructuralHash] Refactor (#112621)Kyungwoo Lee
2024-10-26[NFC] [CMake] Add -Wno-dangling-else for GCC built unittests (#112817)Jinsong Ji
2024-10-26Revert "Reland [StructuralHash] Refactor (#112621)"Kyungwoo Lee
2024-10-26Revert "[flang][debug] Support mlir::NoneType." (#113769)jeanPerier
2024-10-26[MC] Export llvm::XCOFFObjectwriter and access it from MCXCOFFStreamerFangrui Song
2024-10-26Reland [StructuralHash] Refactor (#112621)Kyungwoo Lee
2024-10-26[libc++] Implement P0429R9 `std::flat_map` (#98643)Hui
2024-10-26[MCParser] De-capitalize ELFAsmParser comments. NFCFangrui Song
2024-10-26Revert "[ADT] Teach StringRef to derive from std::string_view" (#113767)Fangrui Song
2024-10-26[ADT] Teach StringRef to derive from std::string_view (#113752)Kazu Hirata
2024-10-26Revert "[StructuralHash] Refactor (#112621)"Kyungwoo Lee
2024-10-26[StructuralHash] Refactor (#112621)Kyungwoo Lee
2024-10-26[analyzer] Fix a crash from element region construction during `ArrayInitLoop...isuckatcs
2024-10-26[LV][VPlan] Use VF VPValue in VPVectorPointerRecipe (#110974)Shih-Po Hung
2024-10-26[libc][math] Add tests and fix some issues with FTZ/DAZ modes. (#113744)lntue
2024-10-26[llvm][SystemZ] Remove some leftover code from #106014. NFC. (#113761)Alex Rønne Petersen
2024-10-26[libc++] Split Apple and Freebsd locale support into their own headers (#113737)Louis Dionne
2024-10-26[MLIR][Vector] Update Transfer{Read|Write}DropUnitDimsPattern patterns (#112394)Andrzej Warzyński
2024-10-26[rtsan][llvm][NFC] Rename sanitize_realtime_unsafe attr to sanitize_realtime_...davidtrevelyan
2024-10-26[llvm] Enable building Analysis plugins on windows (#112303)Thomas Fransham
2024-10-26Revert "Add extendhfxf2 into compiler rt (#111099)"Martin Storsjö
2024-10-26[SHT_LLVM_BB_ADDR_MAP][AsmPrinter] Emit error on bad option combinatonsAiden Grossman
2024-10-26[libc++][test] Make macro detection more friendly to MSVC (#113633)A. Jiang
2024-10-26[MLIR][NVGPU] Fix nvgpu_arrive syntax in matmulBuilder.py (#113713)Durgadoss R
2024-10-25[mlir][vector] Remove unneeded mask restriction (#113742)Jacques Pienaar
2024-10-26[mlir][SPIRVToLLVM] Erase empty `spirv.mlir.loop` in `LoopPattern` (#113527)Longsheng Mou
2024-10-26[mlir][GPU] Add FunctionOpInterface check for `OpToFuncCallLowering` (#113449)Longsheng Mou
2024-10-25[ADT] Use data() and size() within StringRef (NFC) (#113657)Kazu Hirata
2024-10-25[clang-format] Print the names of unfound files in error messages (#113640)Owen Pan
2024-10-25[mlir] Fix build (#113750)Matthias Springer
2024-10-25[libc][math] Fix a bug in cbrt when the result is rounded to the next exponen...lntue
2024-10-26[mlir] [memref] add more checks to the memref.reinterpret_cast (#112669)donald chen
2024-10-25Add extendhfxf2 into compiler rt (#111099)B I Mohammed Abbas