aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-01[clang codegen] Fix MS ABI detection of user-provided constructors. (#90151)llvmorg-18.1.5Eli Friedman3-3/+30
2024-05-01[RISCV][ISel] Fix types in `tryFoldSelectIntoOp` (#90659)Yingwei Zheng2-1/+20
2024-05-01[GlobalISel] Fix store merging incorrectly classifying an unknown index expr ...Amara Emerson4-34/+115
2024-05-01[X86] Enable EVEX512 when host CPU has AVX512 (#90479)Phoebe Wang1-1/+4
2024-05-01[GlobalISel] Don't form anyextending atomic loads.Amara Emerson5-59/+131
2024-04-30[AArch64] Remove invalid uabdl patterns. (#89272)David Green2-10/+48
2024-04-30[clang][CoverageMapping] do not emit a gap region when either end doesn't hav...Wentao Zhang2-3/+44
2024-04-30[X86][EVEX512] Check hasEVEX512 for canExtendTo512DQ (#90390)Phoebe Wang2-3/+35
2024-04-30 [CGP] Drop poison-generating flags after hoisting (#90382)Yingwei Zheng3-0/+105
2024-04-29[Clang] Handle structs with inner structs and no fields (#89126)Bill Wendling3-11/+75
2024-04-29[IRCE] Skip icmp ptr in `InductiveRangeCheck::parseRangeCheckICmp` (#89967)Yingwei Zheng2-0/+36
2024-04-29Fix Objective-C++ Sret of non-trivial data types on Windows ARM64 (#88671)Hugo Melder4-14/+105
2024-04-26[clang-format] Fix a regression in ContinuationIndenter (#88414)Owen Pan2-1/+11
2024-04-26[clang-format] Fix a regression in annotating TrailingReturnArrow (#86624)Owen Pan2-0/+6
2024-04-26[AMDGPU] Fix setting nontemporal in memory legalizer (#83815)Mirko Brkušanin5-5/+710
2024-04-25[DAGCombiner] Fix miscompile bug in combineShiftOfShiftedLogic (#89616)Björn Pettersson2-45/+22
2024-04-25[DAGCombiner] Pre-commit test case for miscompile bug in combineShiftOfShifte...Bjorn Pettersson1-0/+65
2024-04-25release/18.x: [clang-format] Correctly annotate braces in macros (#87953)Owen Pan4-16/+29
2024-04-25[libcxx] [modules] Add _LIBCPP_USING_IF_EXISTS on aligned_alloc (#89827)Martin Storsjö1-1/+1
2024-04-24release/18.x: [clang-format] Revert breaking stream operators to previous def...Owen Pan5-26/+9
2024-04-24[analyzer] Fix performance of getTaintedSymbolsImpl() (#89606)NagyDonat1-8/+6
2024-04-24release/18.x: [clang-format] Fix a regression in annotating BK_BracedInit (#8...Owen Pan3-7/+38
2024-04-24[GlobalISel] Fix fewerElementsVectorPhi to insert after G_PHIs (#87927)Dávid Ferenc Szabó2-3/+7
2024-04-24[X86] Fix miscompile in combineShiftRightArithmeticRose2-18/+21
2024-04-24[X86] Pre-commit tests (NFC)Rose1-0/+41
2024-04-23 [InstCombine] Fix unexpected overwriting in `foldSelectWithSRem` (#89539)Yingwei Zheng2-1/+18
2024-04-23ReleaseNote: Mention SpecialCaseList change (#89141)Fangrui Song1-0/+7
2024-04-23[X86] Always use 64-bit relocations in no-PIC large code model (#89101)Arthur Eubanks2-6/+5
2024-04-23[analyzer] Fix a security.cert.env.InvalidPtr crashBalazs Benics3-1/+19
2024-04-23Bump version to 18.1.5 (#89291)Tom Stellard2-2/+2
2024-04-16[CMake][Release] Disable PGO (#88465) (#89000)llvmorg-18.1.4Tom Stellard1-1/+1
2024-04-16[MIPS] Fix the opcode of max.fmt and mina.fmt (#85609)Cinhi Young7-28/+28
2024-04-16Fix override keyword being print to the left sideGiuliano Belinassi2-0/+22
2024-04-16Revert "[Mips] Fix missing sign extension in expansion of sub-word atomic max...Nikita Popov2-594/+81
2024-04-16[LLD] [COFF] Don't add pseudo relocs for dangling references (#88487)Martin Storsjö2-0/+48
2024-04-16[libc++] Fix -Wgnu-include-next in stddef.h (#88214)Louis Dionne1-4/+4
2024-04-16[SelectionDAG] Prevent combination on inconsistent type in `combineCarryDiamo...XChy2-1/+29
2024-04-15[RISCV] Support rv{32, 64}e in the compiler builtins (#88252)Cyrill Leutwiler2-0/+84
2024-04-15github-upload-release.py: Fix bug preventing release creation (#84571)Tom Stellard1-1/+1
2024-04-15[Codegen][X86] Fix /HOTPATCH with clang-cl and inline asm (#87639)Alexandre Ganea2-1/+20
2024-04-15[InstSimplify] Make sure the simplified value doesn't generate poison in thre...Yingwei Zheng2-1/+44
2024-04-15Prepend all library intrinsics with `#` when building for Arm64EC (#87542)Daniel Paoliello2-34/+11
2024-04-15[SLP]Fix a crash if the argument of call was affected by minbitwidth analysis.Alexey Bataev2-1/+102
2024-04-15[libcxx] coerce formatter precision to int (#87738)Brian Cain1-1/+1
2024-04-10[SPARC] Implement L and H inline asm argument modifiers (#87259)Koakuma4-0/+64
2024-04-10[libc++] Simplify the implementation of <stddef.h> (#86843)Louis Dionne1-17/+8
2024-04-10[lit][ci] Publish lit wheels (#88072)Schuyler Eldridge1-1/+1
2024-04-10[clang-format] Correctly annotate braces of empty ctors/dtors (#82097)Owen Pan6-14/+28
2024-04-10[Headers] Don't declare unreachable() from stddef.h in C++ (#86748)Ian Anderson1-0/+4
2024-04-10[ConstantRange] Fix off by 1 bugs in UIToFP and SIToFP handling. (#86041)Craig Topper3-5/+24