summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang codegen] Fix MS ABI detection of user-provided constructors. (#90151)llvmorg-18.1.5Eli Friedman2024-05-013-3/+30
* [RISCV][ISel] Fix types in `tryFoldSelectIntoOp` (#90659)Yingwei Zheng2024-05-012-1/+20
* [GlobalISel] Fix store merging incorrectly classifying an unknown index expr ...Amara Emerson2024-05-014-34/+115
* [X86] Enable EVEX512 when host CPU has AVX512 (#90479)Phoebe Wang2024-05-011-1/+4
* [GlobalISel] Don't form anyextending atomic loads.Amara Emerson2024-05-015-59/+131
* [AArch64] Remove invalid uabdl patterns. (#89272)David Green2024-04-302-10/+48
* [clang][CoverageMapping] do not emit a gap region when either end doesn't hav...Wentao Zhang2024-04-302-3/+44
* [X86][EVEX512] Check hasEVEX512 for canExtendTo512DQ (#90390)Phoebe Wang2024-04-302-3/+35
* [CGP] Drop poison-generating flags after hoisting (#90382)Yingwei Zheng2024-04-303-0/+105
* [Clang] Handle structs with inner structs and no fields (#89126)Bill Wendling2024-04-293-11/+75
* [IRCE] Skip icmp ptr in `InductiveRangeCheck::parseRangeCheckICmp` (#89967)Yingwei Zheng2024-04-292-0/+36
* Fix Objective-C++ Sret of non-trivial data types on Windows ARM64 (#88671)Hugo Melder2024-04-294-14/+105
* [clang-format] Fix a regression in ContinuationIndenter (#88414)Owen Pan2024-04-262-1/+11
* [clang-format] Fix a regression in annotating TrailingReturnArrow (#86624)Owen Pan2024-04-262-0/+6
* [AMDGPU] Fix setting nontemporal in memory legalizer (#83815)Mirko Brkušanin2024-04-265-5/+710
* [DAGCombiner] Fix miscompile bug in combineShiftOfShiftedLogic (#89616)Björn Pettersson2024-04-252-45/+22
* [DAGCombiner] Pre-commit test case for miscompile bug in combineShiftOfShifte...Bjorn Pettersson2024-04-251-0/+65
* release/18.x: [clang-format] Correctly annotate braces in macros (#87953)Owen Pan2024-04-254-16/+29
* [libcxx] [modules] Add _LIBCPP_USING_IF_EXISTS on aligned_alloc (#89827)Martin Storsjö2024-04-251-1/+1
* release/18.x: [clang-format] Revert breaking stream operators to previous def...Owen Pan2024-04-245-26/+9
* [analyzer] Fix performance of getTaintedSymbolsImpl() (#89606)NagyDonat2024-04-241-8/+6
* release/18.x: [clang-format] Fix a regression in annotating BK_BracedInit (#8...Owen Pan2024-04-243-7/+38
* [GlobalISel] Fix fewerElementsVectorPhi to insert after G_PHIs (#87927)Dávid Ferenc Szabó2024-04-242-3/+7
* [X86] Fix miscompile in combineShiftRightArithmeticRose2024-04-242-18/+21
* [X86] Pre-commit tests (NFC)Rose2024-04-241-0/+41
* [InstCombine] Fix unexpected overwriting in `foldSelectWithSRem` (#89539)Yingwei Zheng2024-04-232-1/+18
* ReleaseNote: Mention SpecialCaseList change (#89141)Fangrui Song2024-04-231-0/+7
* [X86] Always use 64-bit relocations in no-PIC large code model (#89101)Arthur Eubanks2024-04-232-6/+5
* [analyzer] Fix a security.cert.env.InvalidPtr crashBalazs Benics2024-04-233-1/+19
* Bump version to 18.1.5 (#89291)Tom Stellard2024-04-232-2/+2
* [CMake][Release] Disable PGO (#88465) (#89000)llvmorg-18.1.4Tom Stellard2024-04-161-1/+1
* [MIPS] Fix the opcode of max.fmt and mina.fmt (#85609)Cinhi Young2024-04-167-28/+28
* Fix override keyword being print to the left sideGiuliano Belinassi2024-04-162-0/+22
* Revert "[Mips] Fix missing sign extension in expansion of sub-word atomic max...Nikita Popov2024-04-162-594/+81
* [LLD] [COFF] Don't add pseudo relocs for dangling references (#88487)Martin Storsjö2024-04-162-0/+48
* [libc++] Fix -Wgnu-include-next in stddef.h (#88214)Louis Dionne2024-04-161-4/+4
* [SelectionDAG] Prevent combination on inconsistent type in `combineCarryDiamo...XChy2024-04-162-1/+29
* [RISCV] Support rv{32, 64}e in the compiler builtins (#88252)Cyrill Leutwiler2024-04-152-0/+84
* github-upload-release.py: Fix bug preventing release creation (#84571)Tom Stellard2024-04-151-1/+1
* [Codegen][X86] Fix /HOTPATCH with clang-cl and inline asm (#87639)Alexandre Ganea2024-04-152-1/+20
* [InstSimplify] Make sure the simplified value doesn't generate poison in thre...Yingwei Zheng2024-04-152-1/+44
* Prepend all library intrinsics with `#` when building for Arm64EC (#87542)Daniel Paoliello2024-04-152-34/+11
* [SLP]Fix a crash if the argument of call was affected by minbitwidth analysis.Alexey Bataev2024-04-152-1/+102
* [libcxx] coerce formatter precision to int (#87738)Brian Cain2024-04-151-1/+1
* [SPARC] Implement L and H inline asm argument modifiers (#87259)Koakuma2024-04-104-0/+64
* [libc++] Simplify the implementation of <stddef.h> (#86843)Louis Dionne2024-04-101-17/+8
* [lit][ci] Publish lit wheels (#88072)Schuyler Eldridge2024-04-101-1/+1
* [clang-format] Correctly annotate braces of empty ctors/dtors (#82097)Owen Pan2024-04-106-14/+28
* [Headers] Don't declare unreachable() from stddef.h in C++ (#86748)Ian Anderson2024-04-101-0/+4
* [ConstantRange] Fix off by 1 bugs in UIToFP and SIToFP handling. (#86041)Craig Topper2024-04-103-5/+24