summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-09[𝘀𝗽𝗿] initial versionusers/vitalybuka/spr/nfcsanitizer-extract-getdtlsrangeVitaly Buka
2024-09-07[lsan] Deflake test on aarch64Vitaly Buka
2024-09-07[compiler-rt] Replace assignment w/.set directive (#107667)Brian Cain
2024-09-07[rtsan] Add basic test for c compilation (#107717)Chris Apple
2024-09-07[RISCV] Move fixed vector LocVT change in CC_RISCV. NFCCraig Topper
2024-09-07[clang] Implement CWG2398 provisional TTP matching to class templates (#94981)Matheus Izvekov
2024-09-07[TableGen] Avoid repeated hash lookups (NFC) (#107710)Kazu Hirata
2024-09-07[AST] Avoid repeated hash lookups (NFC) (#107709)Kazu Hirata
2024-09-07[Bitcode] Avoid repeated hash lookups (NFC) (#107708)Kazu Hirata
2024-09-07[ThinLTO] Shrink FunctionSummary by 8 bytes (#107706)Kazu Hirata
2024-09-07[mlir][vector] Fix the enum type in vector::CombiningKind (#107681)Amr Hesham
2024-09-07[RISCV] Use RISCVSubtarget to get XLen in CC_RISCV. NFCCraig Topper
2024-09-07[DFAJumpThreading] Avoid repeated hash lookups (NFC) (#107670)Kazu Hirata
2024-09-07[TableGen] Avoid repeated hash lookups (NFC) (#107669)Kazu Hirata
2024-09-07[ARM] Add and extend big-endian testing for vorrimm and vbicimm. NFCDavid Green
2024-09-07[AArch64] Do not generate uitofp(ld4) where and/shift can be used. (#107538)David Green
2024-09-07[clang][OpenMP] Simplify handling of implicit DSA/mapping information (#106786)Krzysztof Parzyszek
2024-09-07[libc] Add proxy header for the stack_t type (#107559)wldfngrs
2024-09-07[clang][bytecode] Fix two-pointer-style std::initializer_lists (#107682)Timm Baeder
2024-09-07[TableGen] Add PrintError family overload that take a print function (#107333)Rahul Joshi
2024-09-07[X86] LowerSELECTWithCmpZero - extend branchless OR/XOR select codegen to han...Simon Pilgrim
2024-09-07[clang][bytecode] Implement using operator new/operator delete (#107679)Timm Baeder
2024-09-07[clang][bytecode][NFC] Fix Function::getName() for non-decl functionsTimm Bäder
2024-09-07[clang][bytecode] Implement __builtin_operator{new,delete} (#107672)Timm Baeder
2024-09-07[clang][bytecode] Allow continuing when discarded MemberExpr Base fails (#107...Timm Baeder
2024-09-07[ARM][Codegen] Fix vector data miscompilation in arm32be (#105519)Austin
2024-09-06[nfc][ctx_prof] Fix the second source of nondeterminism in `CtxProfAnalysisPr...Mircea Trofin
2024-09-07[clang][bytecode] Only visit local variables if they have constant init (#107...Timm Baeder
2024-09-07[clang][bytecode] Fix reinterpret casts of two non-primitive types (#107564)Timm Baeder
2024-09-06[nfc][ctx_prof] Test comments and more clarity in values.Mircea Trofin
2024-09-06[RISCV] Simplify some code in unpackFromMemLoc. NFCCraig Topper
2024-09-06[ctx_prof] PGOCtxProfFlattener must always return `PreservedAnalyses::none()`Mircea Trofin
2024-09-06[GISel] Use Function::getFunctionType() instead of getType() in some remarks....Craig Topper
2024-09-06Fix build errors with a `LLVM_ENABLE_MODULES=ON` build (#107654)Argyrios Kyrtzidis
2024-09-06Revert "[LSR] Do not create duplicated PHI nodes while preserving LCSSA form"...dyung
2024-09-06[ctx_prof] Fix nondeterminism in CtxProfAnalysisPrinterPassMircea Trofin
2024-09-06[RISCV] Use int64_t for offsets returned from CCState::AllocateStack. NFCCraig Topper
2024-09-07[gn build] Port 775c50709c2dLLVM GN Syncbot
2024-09-06[gn] port 787cd8f0fee8 (llvm-profdata debuginfod dep)Nico Weber
2024-09-06[RISCV] Support fastcc passing scalable vectors indirectly with no free GPRs....Craig Topper
2024-09-06[lldb] Fix some tests that fail with system libstdc++ (#106885)Tom Stellard
2024-09-07[Bitcode] Fix -Wunused-but-set-variable in BitcodeReader.cpp (NFC)Jie Fu
2024-09-06[RISCV] Add fastcc support for bf16 with Zfbfmin.Craig Topper
2024-09-06[RISCV] Add Zfhmin fastcc test. NFCCraig Topper
2024-09-06[NFCI]Remove EntryCount from FunctionSummary and clean up surrounding synthet...Mingming Liu
2024-09-06[tsan] Disable tests flaky on PPC with COMPILER_RT_DEBUGVitaly Buka
2024-09-06Fix compiler errors in GVN.h for clang versions older than 15 (#107636)Thomas Fransham
2024-09-06[asan] Try to deflake the testVitaly Buka
2024-09-06[LTO] Modernize AliasSummary and ModuleSummaryIndex (NFC) (#107633)Kazu Hirata
2024-09-06[RISCV] Pass f32/f64 directly without a bitcast for Zfinx/Zdinx. (#107464)Craig Topper