aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-15[AArch64] Guard against a invalid size request in performVecReduceAddCombineDavid Green2-1/+55
2023-09-15[clang-tidy]add new check `bugprone-compare-pointer-to-member-virtual-functio...Congcong Cai8-0/+302
2023-09-15Reapply [Verifier] Sanity check alloca size against DILocalVariable fragment ...Nikita Popov20-204/+225
2023-09-15[update_mir_test_checks] Fix new test in non-X86 buildsJay Foad1-0/+1
2023-09-15[clang-format] Generate the style optionssstwcw1-1/+1
2023-09-15[clang-format] Disable string breaking in JS for now (#66372)sstwcw4-132/+17
2023-09-15[clang][dataflow] Add a test for context-sensitive analysis on a self-referen...martinboehme1-0/+35
2023-09-15[MemoryBuiltins] Use SmallDenseMap for visited map (NFC)Nikita Popov1-1/+1
2023-09-15[IRSymtab] Replace linear time lookup with DenseSet (#66376)Dhruv Chawla1-1/+8
2023-09-15[update_mir_test_checks] Handle multiple defs of vreg (#66483)Jay Foad3-5/+7
2023-09-15[update_mir_test_checks] Precommit test for multiple defs of vreg (#66482)Jay Foad3-0/+38
2023-09-15[AArch64][GlobalISel] Select llvm.aarch64.neon.ld* intrinsics (#65630)Vladislav Dzhidzhoev3-161/+650
2023-09-15[SCEV] Add tests for PR66066 (NFC)Nikita Popov2-0/+67
2023-09-15[ConstantRange] Optimize smul nowrap with constant (NFC)Nikita Popov1-0/+4
2023-09-15[clang][Interp][NFC] Remove unused includesTimm Bäder2-7/+0
2023-09-15Revert "[MachineLICM] Handle Subloops"Benjamin Kramer7-262/+216
2023-09-15Disable writing an output file to the source directory in Driver testBenjamin Kramer1-5/+5
2023-09-15Revert "[analyzer] Simplify SVal for simple NonLoc->Loc casts (#66463)"Balazs Benics2-28/+1
2023-09-15[Github] add spirv backend team (#66075)Nathan Gauër1-0/+7
2023-09-15[clang][Interp] Diagnose unknown parameter valuesTimm Bäder7-3/+113
2023-09-15[clang][Interp] Check pointer inc/dec ops for initializationTimm Bäder2-30/+76
2023-09-15[analyzer] Simplify SVal for simple NonLoc->Loc casts (#66463)Ding Fei2-1/+28
2023-09-15[SLP]Fix PR66176: SLP incorrectly reorders select operands.Alexey Bataev3-25/+29
2023-09-15[CMake][Z3]Don't attempt to compile / run if cross-compiling (#66355)Zhang1-1/+1
2023-09-15[AArch64][SME] Emit Zero instruction for NewZA functionsMatthew Devereau3-0/+9
2023-09-15[AMDGPU] Remove repeated -mtriple options from RUN lines (#66486)Jay Foad53-132/+132
2023-09-15[BOLT][RISCV] Add support for linker relaxationJob Noorman10-23/+145
2023-09-15[GVN] Also remove phi nodes from VN table (PR65447)Nikita Popov2-1/+74
2023-09-15[mlir][Conversion] Allow lowering to fixed arrays of scalable vectorsBenjamin Maxwell2-1/+12
2023-09-15[flang][hlfir] Add hlfir.minval intrinsic (#66306)Yusuke MINATO9-3/+887
2023-09-15Revert "[mlir][bufferization] Switch tests to new deallocation pass pipeline ...Martin Erhart12-54/+118
2023-09-15[libc] Add invoke / invoke_result type traits (#65750)Guillaume Chatelet6-0/+208
2023-09-15[mlir][bufferization] Switch tests to new deallocation pass pipeline (#66471)Martin Erhart12-118/+54
2023-09-15[clang] Fix wrong warning about missing init for flexible array members (#66341)Mariya Podchishchaeva2-1/+13
2023-09-15Revert "[compiler-rt] Check for and use -lunwind when linking with -nodefault...Martin Storsjö1-6/+0
2023-09-15[mlir][linalg][transform][python] Clean up _ext.py test. (#66469)Ingo Müller1-355/+204
2023-09-15[compiler-rt] Check for and use -lunwind when linking with -nodefaultlibs (#6...Martin Storsjö1-0/+6
2023-09-15[mlir][bazel] Fix build.Oleg Shyshkov1-0/+1
2023-09-15[MemoryBuiltins] Cache the result of ObjectOffsetSizeVisitor::visit. #64796 (...Bevin Hansson3-5/+65
2023-09-15[LoongArch] Fix incorrect instruction 'and' in patternWeining Lu4-208/+208
2023-09-15[GlobalISel] Check for unsupported Windows features on invoke (#65864)Martin Storsjö2-1/+51
2023-09-15[compiler-rt] Allow to build on CYGWIN (#66348)Carlo Bramini1-1/+1
2023-09-15[LLD] [MinGW] Ignore --sort-common option (#66336)Julien Schueller1-0/+1
2023-09-15[clang][Interp] Visit Logical-not operand as boolTimm Bäder2-3/+14
2023-09-15[Assignment Tracking] Trim assignments for untagged out of bounds stores (#66...Orlando Cazalet-Hyams3-14/+207
2023-09-15[CMake] Fix BUILD_SHARED_LIBS build on SolarisRainer Orth1-0/+8
2023-09-15[clang][Interp][NFC] Fix a comment typoTimm Bäder1-1/+1
2023-09-15[clang][Interp] Convert logical binop operands to boolTimm Bäder2-36/+52
2023-09-15[mlir][bufferization] Define a pipeline for buffer deallocation (#66352)Martin Erhart15-3/+155
2023-09-15[clang][Interp] Specify C standard in test caseTimm Bäder1-4/+4