aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-27[IR] Account for byte width in m_PtrAddusers/s-barannikov/byte/5-match-ptraddSergei Barannikov5-16/+34
2024-10-27[IRBuilder] Add getByteTy and use it in CreatePtrAddusers/s-barannikov/byte/4-create-ptraddSergei Barannikov3-5/+32
2024-10-27[ValueTracking] Make isBytewiseValue byte width agnosticusers/s-barannikov/byte/3-bytewise-valueSergei Barannikov1-14/+16
2024-10-27[IR] Make @llvm.memset prototype byte width dependentusers/s-barannikov/byte/2-memset-intrinsicSergei Barannikov11-44/+63
2024-10-27[DataLayout] Add byte specificationusers/s-barannikov/byte/1-datalayoutSergei Barannikov2-27/+85
2024-10-26[NFC] Fix typo in description of `AfterPassInvalidatedCallbacks` (#113779)Justin Fargnoli1-1/+1
2024-10-26Reland (2nd attempt) [StructuralHash] Refactor (#112621)Kyungwoo Lee6-68/+106
2024-10-26[NFC] [CMake] Add -Wno-dangling-else for GCC built unittests (#112817)Jinsong Ji1-0/+14
2024-10-26Revert "Reland [StructuralHash] Refactor (#112621)"Kyungwoo Lee6-106/+68
2024-10-26Revert "[flang][debug] Support mlir::NoneType." (#113769)jeanPerier2-16/+0
2024-10-26[MC] Export llvm::XCOFFObjectwriter and access it from MCXCOFFStreamerFangrui Song4-98/+83
2024-10-26Reland [StructuralHash] Refactor (#112621)Kyungwoo Lee6-68/+106
2024-10-26[libc++] Implement P0429R9 `std::flat_map` (#98643)Hui115-13/+12225
2024-10-26[MCParser] De-capitalize ELFAsmParser comments. NFCFangrui Song1-6/+6
2024-10-26Revert "[ADT] Teach StringRef to derive from std::string_view" (#113767)Fangrui Song1-10/+31
2024-10-26[ADT] Teach StringRef to derive from std::string_view (#113752)Kazu Hirata1-31/+10
2024-10-26Revert "[StructuralHash] Refactor (#112621)"Kyungwoo Lee4-100/+63
2024-10-26[StructuralHash] Refactor (#112621)Kyungwoo Lee4-63/+100
2024-10-26[analyzer] Fix a crash from element region construction during `ArrayInitLoop...isuckatcs2-57/+50
2024-10-26[LV][VPlan] Use VF VPValue in VPVectorPointerRecipe (#110974)Shih-Po Hung12-207/+267
2024-10-26[libc][math] Add tests and fix some issues with FTZ/DAZ modes. (#113744)lntue56-38/+1135
2024-10-26[llvm][SystemZ] Remove some leftover code from #106014. NFC. (#113761)Alex Rønne Petersen1-5/+0
2024-10-26[libc++] Split Apple and Freebsd locale support into their own headers (#113737)Louis Dionne5-2/+38
2024-10-26[MLIR][Vector] Update Transfer{Read|Write}DropUnitDimsPattern patterns (#112394)Andrzej Warzyński3-18/+139
2024-10-26[rtsan][llvm][NFC] Rename sanitize_realtime_unsafe attr to sanitize_realtime_...davidtrevelyan16-28/+28
2024-10-26[llvm] Enable building Analysis plugins on windows (#112303)Thomas Fransham2-2/+2
2024-10-26Revert "Add extendhfxf2 into compiler rt (#111099)"Martin Storsjö5-92/+0
2024-10-26[SHT_LLVM_BB_ADDR_MAP][AsmPrinter] Emit error on bad option combinatonsAiden Grossman2-0/+14
2024-10-26[libc++][test] Make macro detection more friendly to MSVC (#113633)A. Jiang1-1/+1
2024-10-26[MLIR][NVGPU] Fix nvgpu_arrive syntax in matmulBuilder.py (#113713)Durgadoss R1-9/+2
2024-10-25[mlir][vector] Remove unneeded mask restriction (#113742)Jacques Pienaar3-29/+35
2024-10-26[mlir][SPIRVToLLVM] Erase empty `spirv.mlir.loop` in `LoopPattern` (#113527)Longsheng Mou2-0/+14
2024-10-26[mlir][GPU] Add FunctionOpInterface check for `OpToFuncCallLowering` (#113449)Longsheng Mou2-1/+20
2024-10-25[ADT] Use data() and size() within StringRef (NFC) (#113657)Kazu Hirata2-73/+77
2024-10-25[clang-format] Print the names of unfound files in error messages (#113640)Owen Pan2-2/+7
2024-10-25[mlir] Fix build (#113750)Matthias Springer1-1/+1
2024-10-25[libc][math] Fix a bug in cbrt when the result is rounded to the next exponen...lntue3-8/+11
2024-10-26[mlir] [memref] add more checks to the memref.reinterpret_cast (#112669)donald chen9-63/+81
2024-10-25Add extendhfxf2 into compiler rt (#111099)B I Mohammed Abbas5-0/+92
2024-10-26[libc++] Bump `__cpp_lib_optional` and `__cpp_lib_variant` (#113650)A. Jiang8-22/+47
2024-10-25[RISCV] Coverage for a few missed vector idiomsPhilip Reames3-20/+175
2024-10-25X86: Improve cost model of fp16 conversion (#113195)Matthias Braun3-0/+650
2024-10-25[llvm][TLI] Sort a switch's cases. NFCJon Roelofs1-19/+19
2024-10-25Adding CUFCommon.{h,cpp} for CUF utilities (#113740)Renaud Kauffmann4-4/+60
2024-10-25[clang] update the number in no-external-type-id.cppm (#113738)Gang Chen1-1/+1
2024-10-25[SHT_LLVM_BB_ADDR_MAP][AsmPrinter] Add none and all options to PGO Map (#111221)Aiden Grossman2-10/+28
2024-10-25[lldb] Avoid repeated hash lookups (NFC) (#113412)Kazu Hirata1-4/+3
2024-10-25[RISCV] Remove duplicate Smrnmi CSR test cases. NFCCraig Topper1-60/+0
2024-10-25[clang][modules] Only serialize info for locally-included headers (#113718)Jan Svoboda3-5/+4
2024-10-25[rtsan][NFC] Documentation of suppression flag (#112727)Chris Apple1-4/+64