aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-23[DebugInfo][DivRemPairs] Fix missing debug location updates (#96045)Shan Huang3-0/+111
2024-06-23AMDGPU: Remove ds atomic fadd intrinsics (#95396)Matt Arsenault18-654/+255
2024-06-23AMDGPU: Start selecting buffer fat pointer atomicrmw fmin/fmax (#95593)Matt Arsenault3-1823/+254
2024-06-23AMDGPU: Start selecting flat/global atomicrmw fmin/fmax. (#95592)Matt Arsenault22-7303/+2948
2024-06-23[mlir][GPUToNVVM] Fix memref function args/results (#96392)Matthias Springer3-8/+82
2024-06-23[mlir][NVVM] Disallow results on kernel functions (#96399)Matthias Springer2-3/+17
2024-06-22[MC] Remove unused MCObjectStreamer::CurSubsectionIdx. NFCFangrui Song2-3/+1
2024-06-23[libc++] <experimental/simd> Add swap functions of simd reference (#86478)ZhangYin4-0/+117
2024-06-22[MC] Change Subsection parameters from const MCExpr * to uint32_tFangrui Song41-142/+95
2024-06-23[InstCombine] Improve coverage of `foldSelectValueEquivalence` for non-constantsNoah Goldstein2-5/+3
2024-06-23[InstCombine] Add tests for expanding `foldSelectValueEquivalence`; NFCNoah Goldstein1-0/+186
2024-06-22[MC] MCSectionSubPair: replace const MCExpr * with uint32_tFangrui Song4-47/+67
2024-06-22[HLSL][clang] Add elementwise builtins for trig intrinsics (#95999)Farzon Lotfi18-1/+1000
2024-06-22[Serialization] Change input file content hash from size_t to uint64_tFangrui Song2-8/+4
2024-06-22[gn] port ade28a77ed1776 (clang-doc asset copy to share/clang)Nico Weber1-0/+9
2024-06-22[clang] Fix -Wsign-compare in 32-bit buildsFangrui Song2-2/+2
2024-06-22[MC] Move computeBundlePadding closer to its only caller. NFCFangrui Song3-50/+42
2024-06-22[MC] Allocate MCFragment with a bump allocatorFangrui Song4-27/+28
2024-06-22[NFC][Clang][OMPX] Fix a typo in `OMP.td` (#96398)Shilei Tian1-2/+2
2024-06-22[Support] Avoid warning about possibly uninitialized variable in format_provi...Sven Verdoolaege1-15/+15
2024-06-22[clang-format] Don't count template template parameter as declaration (#96396)Emilia Kond3-13/+38
2024-06-22[ARM64EC] Fix thunks for vector args (#96003)Daniel Paoliello3-53/+326
2024-06-22[MC] AttemptToFoldSymbolOffsetDifference: remove MCDummyFragment check. NFCFangrui Song1-12/+6
2024-06-22[clang][Interp] Fix CFStringMakeConstantString etc. evaluationTimm Bäder3-2/+12
2024-06-22[InstCombine] (uitofp bool X) * Y --> X ? Y : 0 (#96216)Alex MacLean2-0/+53
2024-06-22[MC] Remove remnant code related to pending labelsFangrui Song3-13/+0
2024-06-22[clang][utils] Remove ClangDataFormat.py for now (#96385)Michael Buch1-170/+0
2024-06-22[lldb] Resolve executables more aggressively on the hostJonas Devlieghere2-0/+28
2024-06-22Revert "[clang-format] Don't count template template parameter as declaration...Mehdi Amini2-36/+11
2024-06-22[NewPM] Add deduction guide to `MFPropsModifier` to suppress warning (#96384)paperchalice1-0/+4
2024-06-22[clang-format] Don't count template template parameter as declaration (#95025)Emilia Kond2-11/+36
2024-06-22[CodeGen][NewPM] Extract MachineFunctionProperties modification part to an RA...paperchalice4-67/+57
2024-06-22[ProfileData] Add a variant of getValueProfDataFromInst (#95993)Kazu Hirata3-11/+52
2024-06-22[MC] Remove pending labelsFangrui Song8-157/+23
2024-06-22[Clang] fix access checking inside return-type-requirement of compound requir...Zhikai Zeng3-1/+38
2024-06-22[X86][MC] Drop optional from LowerMachineOperand (#96338)Alexis Engelke1-21/+22
2024-06-22[gn build] Port bfd263a34df5LLVM GN Syncbot1-0/+1
2024-06-21[MC] Fix emitCOFFSafeSEH after 9b44cfbdbf694e29d80bea688f3ecbfd1d764bfdFangrui Song1-1/+3
2024-06-21[MC] emitLabelAtPos: change parameter to MCDataFragment &. NFCFangrui Song7-23/+13
2024-06-22[lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be ...Michael Buch6-80/+102
2024-06-21[MC] Remove Parent initializer from MCFragment ctorFangrui Song2-3/+2
2024-06-21[MC] Remove unused section parameters from MCFragment constructorsFangrui Song3-59/+42
2024-06-21[MC] Remove the Parent parameter from MCFragment ctor callers. NFCFangrui Song6-10/+9
2024-06-21[ARM] Simplify ElfMappingSymbolInfo. NFCFangrui Song1-9/+5
2024-06-21[SPIRV] #include "llvm/IR/PassInstrumentation.h"Fangrui Song1-0/+1
2024-06-22[InstCombine] Implement folds of icmp of UCMP/SCMP call and a constant (#96118)Poseydon423-0/+363
2024-06-21[libc][stdlib] Bring all GPU's alloc/free entrypoints under the same conditio...lntue1-104/+104
2024-06-21[clang-format] Annotate r_paren before braced list as TT_CastRParen (#96271)Owen Pan2-0/+9
2024-06-21[libc][stdlib] Fix skipped libc.src.stdlib.freelist_malloc target for baremet...lntue3-1/+4
2024-06-22[CodeGen][NewPM] Port machine dominator tree analysis to new pass manager (#9...paperchalice4-1/+60