aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-08Extended merge-s-load.mir to test *_ec sload optimizations.users/cdevadas/ldstopt-constrained-sloadsChristudasan Devadasan1-24/+278
2024-07-03code fixup.Christudasan Devadasan1-1/+1
2024-07-03Used byte width and simplified some more code.Christudasan Devadasan56-1916/+1920
2024-07-03Removed unwanted helper function hasXnackReplay.Christudasan Devadasan1-1/+0
2024-07-03take the alignment into consideration.Christudasan Devadasan58-1969/+1955
2024-07-03Used hasXnackReplay call to check if xnack feature is enabled.Christudasan Devadasan103-3660/+3573
2024-07-03[AMDGPU][SILoadStoreOptimizer] Merge constrained sloadsChristudasan Devadasan116-5549/+5687
2024-07-03handle the pseudo instruction defs inside a multiclass.users/cdevadas/constrained-sload-insnsChristudasan Devadasan1-18/+17
2024-06-20skip _ec ld insn when data size is lesser or equal to 32.Christudasan Devadasan1-9/+9
2024-06-20[AMDGPU] Define constrained multi-dword scalar load instructions.Christudasan Devadasan1-0/+14
2024-06-20[LV] Remove loads from null from pr73894.ll test.Florian Hahn1-9/+7
2024-06-20[MLIR][Vector] Generalize DropUnitDimFromElementwiseOps to non leading / trai...Hugo Trachino2-26/+65
2024-06-20[flang][OpenMP] support more reduction types for procedure designators (#96057)Tom Eccles4-68/+444
2024-06-20[MC] Eliminate two symbol-related hash maps (#95464)aengelke15-101/+147
2024-06-20[X86] Fix indention in X86InstrArithmetic.td, NFCIShengchen Kan1-199/+187
2024-06-20[LLVM] Add InsertPosition union-type to remove overloads of Instruction-creat...Stephen Tozer12-3138/+396
2024-06-20[mlir][ArmSME] Lower extract from 2D scalable create_mask to psel (#96066)Benjamin Maxwell6-10/+168
2024-06-20[AMDGPU] Add ALL prefix to all RUN lines for better diagnosticsJay Foad1-6/+6
2024-06-20[ARM] CMSE security mitigation on function arguments and returned values (#89...Lucas Duarte Prates4-15/+953
2024-06-20[AMDGPU] Add a RUN line to test the OSABI-PAL-ERR prefixJay Foad1-0/+1
2024-06-20[AMDGPU] Fix GFX90A/GFX940 check prefix typosJay Foad2-2/+2
2024-06-20[AMDGPU] Tweak comment to fix warning from filecheck_lint.pyJay Foad1-2/+2
2024-06-20[AMDGPU] Fix typo "GXF" in check prefixJay Foad1-17/+17
2024-06-20[MachineLICM] Work-around Incomplete RegUnits (#95926)Pierre van Houtryve3-10/+85
2024-06-20[MC] Remove SectionKind from MCSection (#96067)aengelke27-328/+224
2024-06-20[LLD] [MinGW] Interpret an empty -entry option as no entry point (#96055)Martin Storsjö2-1/+5
2024-06-20[clang] Fix `static_cast` to array of unknown bound (#96041)Mariya Podchishchaeva3-0/+37
2024-06-20mmapForContinuousMode: Align Linux's impl to __APPLE__'s more. NFC. (#95702)NAKAMURA Takumi1-4/+26
2024-06-20[nsan] Fix style issueFangrui Song12-869/+841
2024-06-20Update ExternalPreprocessorSource.h (#96144)Danial Klimkin1-0/+3
2024-06-20Fix bazel build past abd95342f0b94e140b36ac954b8f8c29b1393861 (#96143)Danial Klimkin1-0/+27
2024-06-20[mlir][vector] Disable Gather1DToConditionalLoads for scalable vectors (#96049)Cullen Rhodes2-0/+13
2024-06-20[flang] lower assumed-rank TARGET to intent(in) POINTER (#96082)jeanPerier3-4/+26
2024-06-20[flang] enable copy-in/out of assumed-rank arrays (#96080)jeanPerier2-2/+37
2024-06-20[IR] Remove support for shl constant expressions (#96037)Nikita Popov18-141/+25
2024-06-20[LLVM] Extend setModuleFlag interface. (#86031)Daniel Kiss3-0/+27
2024-06-20[mlir] Apply ClangTidy finding.Adrian Kuegel1-1/+1
2024-06-20[lldb/DWARF] Fix type definition search with simple template names (#95905)Pavel Labath5-46/+48
2024-06-20Reland "[CVP] Check whether the default case is reachable (#79993)" (#96089)Yingwei Zheng3-5/+339
2024-06-19-fsanitize=vptr: Change hash function and simplify bit mixerFangrui Song2-32/+18
2024-06-20[NFC] Fix header level in LangRefQiu Chaofan1-1/+1
2024-06-20[Serialization] No transitive identifier change (#92085)Chuanqi Xu9-82/+210
2024-06-20[RISCV] Lower llvm.clear_cache to __riscv_flush_icache for glibc targets (#93...Roger Ferrer Ibáñez4-0/+80
2024-06-20[HeaderSearch] Introduce LazyIdentifierInfoPtr for Controlling Macro in Heade...Chuanqi Xu5-30/+76
2024-06-20[PowerPC] Make verifier happy after peephole on MMA COPYs (#94321)Kai Luo2-7/+39
2024-06-20[mlir][linalg] Fix numerical issue with softmax (#96090)Prashant Kumar2-3/+3
2024-06-20[ADT] Update hash function of uint64_t for DenseMap (#95734)Chuanqi Xu1-2/+5
2024-06-19[libc] Fix scheduler test incorrectly guessing user privileges (#95562)OverMighty1-21/+27
2024-06-19[JITLink] Use MapVector to stabilize iteration orderFangrui Song1-2/+3
2024-06-19[clang-format] Correctly annotate l_brace after TypenameMacro (#96026)Owen Pan3-3/+24