aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[SimplifyCFG] Remove unnecessary content in `ForwardSwitchConditionToPHI.ll` ...DianQK1-9/+3
2024-06-18[RISCV] Add processor definition for SpacemiT-X60 (#94564)Shao-Ce SUN3-2/+74
2024-06-18[NFC]Fix memory leak in HeaderSearchTest (#95927)Danial Klimkin1-2/+4
2024-06-18[Clang] Fix immediate escalation in templated entities (#95233)cor3ntin6-2/+67
2024-06-18[LV] Add extra tests for interleave-group, reduction store costing.Florian Hahn2-0/+221
2024-06-18Fixup __float128 uses and if defined guard in ConstantFoldingMatt Devereau1-5/+4
2024-06-18[flang] Change vector always errors to warnings (#95908)David Truby3-8/+5
2024-06-18[MLIR][Vector] Implement XferOp To {Load|Store}Lowering as MaskableOpRewriteP...Hugo Trachino2-25/+48
2024-06-18[git] Add libcxx touch-up formatting to git-blame-ignore-revsLouis Dionne1-0/+3
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne79-522/+548
2024-06-18[gn build] Port 8fc9c03cded0LLVM GN Syncbot2-2/+0
2024-06-18[analyzer] Revert Z3 changes (#95916)Balazs Benics14-602/+126
2024-06-18[mlir][vector] Fix crash in `vector.extract` folder (#95912)Matthias Springer2-1/+15
2024-06-18[Analysis] Fix -Wunused-function in ConstantFolding.cpp (NFC)Jie Fu1-0/+1
2024-06-18[InstCombine] Fix funnel shift bailout in demanded bits simplificationNikita Popov1-4/+8
2024-06-18ConstantFold logl calls (#94944)Matthew Devereau2-8/+82
2024-06-18Reland "[ORC] Preserve order of constructors with same priority (#95532)"David Spickett2-1/+178
2024-06-18[GlobalISel] Allow more illegal vector types in params/returns. (#95514)David Green10-20/+855
2024-06-18[clang][Interp][NFC] Fix a user-after-moveTimm Bäder1-1/+0
2024-06-18[InstCombine] Remove redundant urem demanded bits caseNikita Popov1-9/+0
2024-06-18[gn build] Port 89c26f6c7b0aLLVM GN Syncbot2-0/+2
2024-06-18[clang][Interp] Implement complex division (#94892)Timm Baeder7-42/+196
2024-06-18[bolt] stale-matching-min-matched-block.test requires assertsHans Wennborg1-0/+1
2024-06-18[gn] port 8b0d38be9ece414Nico Weber2-30/+1
2024-06-18AMDGPU: Flat instructions do not have signed offsets gfx7-gfx11 (#95852)Matt Arsenault6-74/+151
2024-06-18[clang][NFC] Take const pointers in Sema::DiagnoseAutoDeductionFailureTimm Bäder2-2/+3
2024-06-18[X86] Add AVX1 v8i32 comparison test coverageSimon Pilgrim1-0/+263
2024-06-18[flang] Simplify copy-in copy-out runtime API (#95822)jeanPerier26-387/+376
2024-06-18AMDGPU: Add some addressing mode tests for flat atomic intrinsicsMatt Arsenault2-0/+504
2024-06-18[AArch64][SME] Remove unused ZA lazy-save (#81648)Matthew Devereau10-174/+323
2024-06-18RegPressure: Fix incorrect comment. NFC (#95896)csstormq1-1/+1
2024-06-18[LLD][COFF] Add support for ARM64EC entry thunks. (#88132)Jacek Caban13-12/+623
2024-06-18[RISCV] Remove redundant dependency on SlotIndexes in RISCVInsertVSETVLI. NFCLuke Lau1-1/+0
2024-06-18[AArch64][TargetParser] move CPUInfo into tablegen [NFC] (#92145)Tomas Matheson11-668/+576
2024-06-18[libc++] Refactor<__type_traits/is_swappable.h> (#86822)Nikolas Klauser27-178/+141
2024-06-18[libc++] Enable modernize-use-equals-delete (#93293)Nikolas Klauser21-75/+61
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser33-79/+77
2024-06-18[Serialization] Use specialized decl hash function for GlobalDeclID (#95730)Chuanqi Xu1-1/+6
2024-06-18AMDGPU: Create pseudo to real mapping for flat/buffer atomic fmin/fmax (#95591)Matt Arsenault4-125/+129
2024-06-18AMDGPU: Add some tests for i128 and fp128 atomic expansionMatt Arsenault2-0/+323
2024-06-18[tools] Fix -Wstrict-prototypes in llvm-c-test.h (NFC)Jie Fu2-2/+2
2024-06-18[mlir][linalg] Add pattern to bubble-up pack through expand shape op (#93529)Adam Siemieniuk2-0/+390
2024-06-18[AArch64][GISel] Translate legal SVE formal arguments and select COPY for SVE...Him18810-46/+1103
2024-06-18[llvm] Remove the Legacy PM Hello example (#95708)Andrzej Warzyński8-491/+30
2024-06-18[Loads] Pass DominatorTree if available (#95752)Ruiling, Song2-1/+60
2024-06-18[analyzer] Harden safeguards for Z3 query timesBalazs Benics6-38/+221
2024-06-18[analyzer][NFC] Reorganize Z3 report refutationBalazs Benics12-126/+419
2024-06-18Revert "[clang] Fix-it hint for `++this` -> `++*this` when deref is modifiabl...Sirraide7-91/+2
2024-06-18[RemoveDIs] Update DIBuilder C API with DbgRecord functions. (#95535)Carlos Alberto Enciso10-379/+95
2024-06-18[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DISubroutineType (...eddyz8711-90/+295