aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2 daysSafeStack: Respect alloca addrspaceusers/arsenm/safestack-respect-alloca-addrspaceMatt Arsenault3-3/+34
2 days[RISCV] Fix vp-intrinsics args in cost model tests. NFC (#112463)Elvis Wang2-1151/+1151
2 days[ORC] Fix LLJIT's atexit declaration for clang-repl on SystemZ.Lang Hames1-4/+10
2 days[mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (#112143)Sirui Mu20-77/+276
2 days[JITLink] Fix i686 R_386_32 and other relocation values (#111091)Jameson Nash7-44/+60
2 days[Coroutines] Improve dump of BB label to avoid str copies (#112374)Tyler Nowicki3-26/+43
2 days[lld] Fix warning in SymbolTable.cpp (#112323)Karl-Johan Karlsson1-1/+1
2 days[ORC][llvm-jitlink] Add support for forced loading of archive members.Lang Hames10-13/+180
2 days[LoongArch] Add options for annotate tablejumpwanglei8-1/+268
2 days[NFC][lsan] Fix name of local varVitaly Buka1-3/+3
2 daysUpdate LLVMLibCArchitectures.cmake (#112464)westtide1-1/+1
2 days[AIX][CMake] Disable `openmp` as LLVM_ENABLE_PROJECTS (#110152)Daniel Chen1-0/+6
2 days[HLSL] Implement `WaveReadLaneAt` intrinsic (#111010)Finn Plummer14-0/+413
2 days[JITLink] Add support for R_X86_64_SIZE* relocations. (#110081)Xing Guo4-0/+71
3 daysRevert "[lldb] Fix command-expr-diagnostics.test for Windows (#112109)"Muhammad Omair Javaid1-1/+2
3 days[lldb] Fix command-expr-diagnostics.test for Windows (#112109)Muhammad Omair Javaid1-1/+1
3 days[scudo] Double frees result in chunk state error (#110345)Christopher Ferris2-8/+35
3 days[ORC][COFF] Remove the `ExecutionSession&` argument to `COFFPlatform` factory...Tyler Kenney4-24/+24
3 days[lldb] Make the system log a NOOP on non-Darwin platformsJonas Devlieghere1-22/+4
3 days[libc] Fix incorrect RPC usage in testsJoseph Huber2-14/+21
3 days[Clang][TableGen] Use const pointers for various Init objects in Diagnostic E...Rahul Joshi1-8/+8
3 days[Clang][TableGen] Use const pointers for various Init objects in NeonEmitter ...Rahul Joshi1-37/+45
3 days[libc] Add sinpif16 function (#110994)wldfngrs13-3/+307
3 days[flang] Fix broken shared library build (#112444)Peter Klausler2-7/+12
3 days[RISCV] Fix bf16 cost model tests. NFCLuke Lau2-34/+34
3 days[MLIR][ROCDL] Added `SchedGroupBarrier` and `IglpOpt` ops (#112237)ravil-mobile3-0/+46
3 days[SandboxVec] Add pass to create Regions from metadata. Generalize SandboxVec ...Jorge Gorbe Moya17-79/+409
3 days[RISCV] Promote fixed-length bf16 arith vector ops with zvfbfmin (#112393)Luke Lau2-84/+1656
3 days[NFC] Fix flakiness in test if run unsharded (#112439)Vitaly Buka1-1/+1
3 days[NFC] Remove unnececary check from test (#112438)Vitaly Buka1-1/+0
3 days[flang] Retain spaces when preprocessing fixed-form source (#112417)Peter Klausler8-9/+17
3 days[flang] Fold ERFC_SCALED (#112287)Peter Klausler4-100/+127
3 days[flang] Silence impossible error about SMP interface incompatibility (#112054)Peter Klausler6-4/+53
3 days[flang] Support "PRINT namelistname" (#112024)Peter Klausler4-2/+37
3 days[flang] Split interoperability warnings, disable some by default (#111922)Peter Klausler5-17/+45
3 days[flang][cuda] Add kernel registration in CUF constructor (#112416)Valentin Clement (バレンタイン クレメン)4-9/+22
3 days[NFC][PowerPC] Use tablegen's MatchRegisterName() (#111553)Lei Huang2-42/+15
3 days[LLD][COFF] Fix handling of weak aliases referencing lazy symbols (#112243)Jacek Caban4-7/+28
3 days[VPlan] Use VPWidenIntrinsicRecipe to vp.select. (#110489)Florian Hahn7-2/+101
3 daysMake [[clang::lifetimebound]] work for expressions coming from default argume...higher-performance3-4/+58
3 days[HLSL] Make HLSLAttributedResourceType canonical and add code paths to conver...Helena Kotas28-85/+277
3 days[GSYM] Remove redundant getInliningInfoForAddress call (#111136)David Stenberg1-1/+0
3 daysDynamicLoaderDarwin load images in parallel with preload (#110646)Dmitrii Galimzianov9-43/+215
3 daysRevert "[AMDGPU] Serialize WWM_REG vreg flag (#110229)"Peter Collingbourne4-44/+0
3 days[mlir][SCF] Fix dynamic loop pipeline peeling for num_stages > total_iters (#...SJW2-55/+65
3 days[lldb][test] Fix TestStdCXXDisassembly test (#112357)Dmitry Vasilyev2-2/+9
3 days[libc] fix -Wmissing-attributes in setjmp (#112415)Nick Desaulniers2-1/+14
3 daysRevert "[SLP]Initial non-power-of-2 support (but still whole register) for re...Alexey Bataev2-21/+31
3 days[Clang][TableGen] Use const pointers for various `Init *` pointers in SA chec...Rahul Joshi1-5/+5
3 days[VPlan] Implement VPInterleaveRecipe::computeCost. (#106067)Florian Hahn1-1/+27