summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-11[𝘀𝗽𝗿] changes to main this commit is based onusers/pcc/spr/main.gn-build-embed-libcabia-objects-into-libcaPeter Collingbourne
2024-04-12[PowerPC][AIX] Enable aix-small-local-dynamic-tls target attribute (#86641)Felix (Ting Wang)
2024-04-11[RISCV] Give HWASAN_CHECK_MEMACCESS_SHORTGRANULES pseudo the same code size a...Craig Topper
2024-04-11[MLIR][LoopPipelining] Improve schedule verifier, so it checks also operands ...pawelszczerbuk
2024-04-11[MLIR] Bug Fix: affine.prefetch replaceAffineOp invoked during canonicalizati...Alexandre Eichenberger
2024-04-11[clangd] Avoid using CompletionItemKind.Text for macro completions from the i...Nathan Ridge
2024-04-11[libc] add remaining epoll functions, pipe (#84587)Michael Jones
2024-04-11[compiler-rt] Don't explicitly ad-hoc code sign dylibs if using Apple's new l...Mark Rowe
2024-04-11[BOLT] Fix handling of trailing entries in jump tables (#88444)Maksim Panchenko
2024-04-11[clang][docs] Modernize attribute docs for darwin specifics (#88448)Cyndy Ishida
2024-04-11[HLSL] move rcp to cgbuiltins (#88401)Farzon Lotfi
2024-04-11Fix error in unrecognized register name handling for "SBFrame.register" (#88047)jimingham
2024-04-11[clangd] Don't ignore external HFI in `SymbolCollector` (#88446)Jan Svoboda
2024-04-11[clang][modules] Do not resolve `HeaderFileInfo` externally in `ASTWriter` (#...Jan Svoboda
2024-04-11[GitHub] Set top level token permission (#87326)Marius Brehler
2024-04-11[CIR][cmake] Add support for cmake variable CLANG_ENABLE_CIRNathan Lanza
2024-04-11Revert "[lldb][lit] Add MallocNanoZone envvar to Darwin ASan builds" (#88436)Chelsea Cassanova
2024-04-11[lldb][lit] Add MallocNanoZone envvar to Darwin ASan builds (#88431)Chelsea Cassanova
2024-04-11[NFC][IndirectCallProm] Refactor function-based conditional devirtualization ...Mingming Liu
2024-04-11Reapply "[Clang][Sema] Fix crash when 'this' is used in a dependent class sco...Krystian Stasiowski
2024-04-11[nfc]Fix test gold/x86/thinlto.ll with GV Summary change (#88429)Mingming Liu
2024-04-11[clang][llvm] Remove "implicit-section-name" attribute (#87906)Arthur Eubanks
2024-04-11[HLSL] Remove an unnecessary .ll file in clang/test/SemaHLSL/. (#87346)Haojian Wu
2024-04-11[BOLT] Cover all call sites in writeBATYAMLAmir Ayupov
2024-04-11[BOLT][BAT] Fix handling of split functionsAmir Ayupov
2024-04-11[SLP]Fix variable redefinition errorAlexey Bataev
2024-04-11[SLP]Consider (f)sub, being operand of llvm.(f)abs/icmp eq/ne 0, commutative.Alexey Bataev
2024-04-11[BOLT][NFC] Remove unneeded if (#88322)Nathan Sidwell
2024-04-12[SCCP] Refine trunc with nsw/nuw flags (#87926)XChy
2024-04-11[lldb][ClangExpressionParser] Don't by default enable Objecitve-C support whe...Michael Buch
2024-04-11[lldb][ClangUserExpression][NFCI] Pass the most specific ExecutionContextScop...Michael Buch
2024-04-11[clang][Interp] Fix handling integral function pointersTimm Bäder
2024-04-11[HWASAN] Emit optimization remarks (#88332)Vitaly Buka
2024-04-11Revert "[libclc] Refactor build system to allow in-tree builds (#87622)"Alexey Bataev
2024-04-11PS support for erf/erff/erfl. (#88412)Sunil Srivastava
2024-04-11[libclc] Refactor build system to allow in-tree builds (#87622)Fraser Cormack
2024-04-11[StandardInstrumentations] Support -print-after-pass-number option (#87458)Vincent Lee
2024-04-11[lldb] Fix call to TemplateTemplateParmDecl::Create after #88139 (#88417)Krystian Stasiowski
2024-04-11[SLP]Consider unsigned nodes, feeding into sitofp, being converted usingAlexey Bataev
2024-04-11[libcxx] applies changes regarding post-commit feedback to #75259 (#76534)Christopher Di Bella
2024-04-11[ValueTracking] compute knownbits from `(icmp upred X (and/or X, Y))`; NFCNoah Goldstein
2024-04-11[ValueTracking] Add tests for computing knownbits from `(icmp upred X (and/or...Noah Goldstein
2024-04-11[mlir][sparse] support querying sparse buffer types from sparse tenso… (#88...Peiming Liu
2024-04-11[Clang][AST] Track whether template template parameters used the 'typename' k...Krystian Stasiowski
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers
2024-04-11[mlir][sparse] allow for direct-out passing of sparse tensor buffers (#88327)Aart Bik
2024-04-11[clang][Interp] Allow initializing static class membersTimm Bäder
2024-04-11[clang][Interp][NFC] Expand pointer unittestsTimm Bäder
2024-04-11Reland "[lldb][sbdebugger] Move SBDebugger Broadcast bit enum into ll… (#88...Chelsea Cassanova
2024-04-11[memprof] Use std::optional (NFC) (#88366)Kazu Hirata