aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Rebase and use RISCVVtype helpersusers/wangpc-pp/spr/clangriscv-add-assumptions-to-vsetvlivsetvlimaxwangpc11881-644033/+819761
2024-03-06[AArch64] Fix fptoi/itofp for bf16David Majnemer6-74/+672
2024-03-05[nfc] Fix RTTI for `InstrProf` intrinsics (#83511)Mircea Trofin1-2/+35
2024-03-06Convert many LivePhysRegs uses to LiveRegUnits (#83905)AtariDreams12-104/+96
2024-03-05[RISCV] Use uint32_t for NumOfVReg in getVLENFactoredAmount. (#84110)Craig Topper1-4/+4
2024-03-05[clangd] Show argument names for function pointer struct fields (#69011)Qwinci2-0/+23
2024-03-06[mlir][complex] Support fast math flag in converting complex.atan2 op (#82101)Kai Sasaki2-10/+582
2024-03-05[clangd] Remove calls to getFileLoc() in declToSym() (#83532)Nathan Ridge2-3/+10
2024-03-05[clangd] Make all calls to format::getStyle() go through getFormatStyleForFil...Nathan Ridge5-27/+19
2024-03-06AMDGPU: Correct cycle counts for f64 mfma on gfx940 (#83782)Matt Arsenault4-36/+79
2024-03-05[libc] Fix standalone cross compiling build for the GPU (#84042)Joseph Huber2-4/+24
2024-03-05[CUDA] Correctly set CUDA default architecture (#84017)Joseph Huber7-124/+123
2024-03-05[WebAssembly] Use RefTypeMem2Local instead of Mem2Reg (#83196)Heejin Ahn4-12/+9
2024-03-06[RISCV] Add TargetParser to MCA (#84109)Wang Pengcheng1-0/+1
2024-03-05[libomptarget] Fix libomptarget.rtl.amdgpu.so installationYe Luo1-1/+0
2024-03-06[gn build] Port 85388a06b602LLVM GN Syncbot2-1/+1
2024-03-05Revert "[mlir][py] better support for arith.constant construction" (#84103)Mehdi Amini2-59/+2
2024-03-06[RISCV] Move RISCVVType namespace to TargetParser (#83222)Wang Pengcheng8-165/+173
2024-03-05AMDGPU: Define and Use HasInterpInsts for interp inst definitions (#84102)Changpeng Fang3-2/+9
2024-03-06[InstrProf][NFC] Fix -Wimplicit-fallthrough warning in InstrProf.cpp after #8...wanglei1-1/+0
2024-03-06[lldb] Fix build failure in Debugger.cpp (NFC)Jie Fu1-1/+1
2024-03-05[SCEV] Migrate a couple tests to be auto generatedPhilip Reames2-71/+221
2024-03-06[Clang][LoongArch] Fix wrong return value type of __iocsrrd_h (#84100)wanglei3-9/+9
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini37-66/+65
2024-03-05[SCEV] Migrate some tests to be autogeneratedPhilip Reames14-149/+434
2024-03-05[TTI] Add alignment argument to TTI for compress/expand support (#83516)Kolya Panchenko6-21/+31
2024-03-06[clang-tidy] fix false negative in cppcoreguidelines-missing-std-forward (#83...Qizhi Hu3-5/+18
2024-03-06[Clang][LoongArch] Precommit test for fix wrong return value type of __iocsrr...wanglei2-10/+40
2024-03-06[RISCV] Improve error message when the extension is not supported (#83989)Brandon Wu3-12/+33
2024-03-06[RISCV][SiFive] Add RISCVUsage for SiFive Intelligence Extensions (#84010)Brandon Wu1-0/+9
2024-03-06[clang][RISCV] Reorder sema check for RVV type (#83553)Brandon Wu2-7/+7
2024-03-06[RISCV] Don't remove extends for i1 indices in mgather/mscatter (#83951)Luke Lau3-4/+36
2024-03-06[X86][AVX512BF16] Add a few missing insert/extract patternsBenjamin Kramer2-0/+33
2024-03-05Revert "[AArch64] Verify ldp/stp alignment stricter" (#84096)Florian Mayer2-81/+19
2024-03-05AMDGPU: Define HasExpOrExportInsts for export instruction definitions. (#84083)Changpeng Fang4-3/+12
2024-03-05[ORC][MachO] Simplify use of LC_BUILD_VERSION in JITDylib headers.Lang Hames3-1/+51
2024-03-05[RISCV] Always use signed APSInt in getExactInteger. (#84070)Craig Topper2-7/+8
2024-03-06 [InstCombine] Fix shift calculation in InstCombineCasts (#84027)Quentin Dian2-2/+17
2024-03-05[BOLT] Add reading support for Linux kernel .parainstructions section (#83965)Maksim Panchenko2-0/+138
2024-03-05[AArch64] Implement -fno-plt for SelectionDAG/GlobalISelFangrui Song9-68/+116
2024-03-05AMDGPU: Copy SubtargetPredicate from pseudo for DSDIR_Real (#84057)Changpeng Fang1-0/+3
2024-03-05[flang] Added lowering and runtime for COMPLEX(16) intrinsics. (#83874)Slava Zakharin34-233/+444
2024-03-05[HLSL] implement the rcp intrinsic (#83857)Farzon Lotfi7-7/+144
2024-03-05[RISCV] Add test for incorrect FP build vector lowering. NFCCraig Topper1-0/+17
2024-03-05[SPIR-V] Memory leak fix in SPIRVEmitIntrinsics (#83015)bwlodarcz1-121/+152
2024-03-05[compiler-rt/darwin] Disable building sanitizers on platforms without fork()....rohit-rao1-1/+1
2024-03-05[OpenACC] Fix typo in StmtOpenACC.cpp header.erichkeane1-1/+1
2024-03-05Use the new ThreadPoolInterface base class instead of the concrete implementa...Mehdi Amini6-10/+10
2024-03-05[SystemZ] [z/OS] Emit offset to PPA2 in separate MCSection (#84043)Neumann Hon3-0/+10
2024-03-05[libc++abi] Always re-export std:: exception types from libc++abi (#84031)Louis Dionne1-1/+4