aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-11[𝘀𝗽𝗿] changes to main this commit is based onusers/pcc/spr/main.gn-build-embed-libcabia-objects-into-libcaPeter Collingbourne3-3/+3
2024-04-12[PowerPC][AIX] Enable aix-small-local-dynamic-tls target attribute (#86641)Felix (Ting Wang)10-396/+1530
2024-04-11[RISCV] Give HWASAN_CHECK_MEMACCESS_SHORTGRANULES pseudo the same code size a...Craig Topper1-1/+1
2024-04-11[MLIR][LoopPipelining] Improve schedule verifier, so it checks also operands ...pawelszczerbuk2-4/+37
2024-04-11[MLIR] Bug Fix: affine.prefetch replaceAffineOp invoked during canonicalizati...Alexandre Eichenberger2-3/+16
2024-04-11[clangd] Avoid using CompletionItemKind.Text for macro completions from the i...Nathan Ridge4-7/+27
2024-04-11[libc] add remaining epoll functions, pipe (#84587)Michael Jones40-38/+933
2024-04-11[compiler-rt] Don't explicitly ad-hoc code sign dylibs if using Apple's new l...Mark Rowe1-3/+6
2024-04-11[BOLT] Fix handling of trailing entries in jump tables (#88444)Maksim Panchenko2-5/+185
2024-04-11[clang][docs] Modernize attribute docs for darwin specifics (#88448)Cyndy Ishida2-12/+27
2024-04-11[HLSL] move rcp to cgbuiltins (#88401)Farzon Lotfi5-116/+224
2024-04-11Fix error in unrecognized register name handling for "SBFrame.register" (#88047)jimingham2-1/+23
2024-04-11[clangd] Don't ignore external HFI in `SymbolCollector` (#88446)Jan Svoboda1-1/+1
2024-04-11[clang][modules] Do not resolve `HeaderFileInfo` externally in `ASTWriter` (#...Jan Svoboda4-54/+60
2024-04-11[GitHub] Set top level token permission (#87326)Marius Brehler1-0/+4
2024-04-11[CIR][cmake] Add support for cmake variable CLANG_ENABLE_CIRNathan Lanza8-0/+19
2024-04-11Revert "[lldb][lit] Add MallocNanoZone envvar to Darwin ASan builds" (#88436)Chelsea Cassanova2-3/+0
2024-04-11[lldb][lit] Add MallocNanoZone envvar to Darwin ASan builds (#88431)Chelsea Cassanova2-0/+3
2024-04-11[NFC][IndirectCallProm] Refactor function-based conditional devirtualization ...Mingming Liu3-22/+32
2024-04-11Reapply "[Clang][Sema] Fix crash when 'this' is used in a dependent class sco...Krystian Stasiowski9-99/+252
2024-04-11[nfc]Fix test gold/x86/thinlto.ll with GV Summary change (#88429)Mingming Liu1-3/+3
2024-04-11[clang][llvm] Remove "implicit-section-name" attribute (#87906)Arthur Eubanks12-104/+31
2024-04-11[HLSL] Remove an unnecessary .ll file in clang/test/SemaHLSL/. (#87346)Haojian Wu0-0/+0
2024-04-11[BOLT] Cover all call sites in writeBATYAMLAmir Ayupov4-92/+110
2024-04-11[BOLT][BAT] Fix handling of split functionsAmir Ayupov3-83/+66
2024-04-11[SLP]Fix variable redefinition errorAlexey Bataev1-3/+3
2024-04-11[SLP]Consider (f)sub, being operand of llvm.(f)abs/icmp eq/ne 0, commutative.Alexey Bataev2-15/+50
2024-04-11[BOLT][NFC] Remove unneeded if (#88322)Nathan Sidwell1-4/+3
2024-04-12[SCCP] Refine trunc with nsw/nuw flags (#87926)XChy6-18/+218
2024-04-11[lldb][ClangExpressionParser] Don't by default enable Objecitve-C support whe...Michael Buch7-7/+29
2024-04-11[lldb][ClangUserExpression][NFCI] Pass the most specific ExecutionContextScop...Michael Buch2-26/+15
2024-04-11[clang][Interp] Fix handling integral function pointersTimm Bäder2-18/+88
2024-04-11[HWASAN] Emit optimization remarks (#88332)Vitaly Buka2-19/+43
2024-04-11Revert "[libclc] Refactor build system to allow in-tree builds (#87622)"Alexey Bataev2-50/+15
2024-04-11PS support for erf/erff/erfl. (#88412)Sunil Srivastava2-8/+17
2024-04-11[libclc] Refactor build system to allow in-tree builds (#87622)Fraser Cormack2-15/+50
2024-04-11[StandardInstrumentations] Support -print-after-pass-number option (#87458)Vincent Lee3-19/+62
2024-04-11[lldb] Fix call to TemplateTemplateParmDecl::Create after #88139 (#88417)Krystian Stasiowski1-4/+5
2024-04-11[SLP]Consider unsigned nodes, feeding into sitofp, being converted usingAlexey Bataev2-1/+7
2024-04-11[libcxx] applies changes regarding post-commit feedback to #75259 (#76534)Christopher Di Bella10-13/+76
2024-04-11[ValueTracking] compute knownbits from `(icmp upred X (and/or X, Y))`; NFCNoah Goldstein2-20/+40
2024-04-11[ValueTracking] Add tests for computing knownbits from `(icmp upred X (and/or...Noah Goldstein1-0/+200
2024-04-11[mlir][sparse] support querying sparse buffer types from sparse tenso… (#88...Peiming Liu3-19/+75
2024-04-11[Clang][AST] Track whether template template parameters used the 'typename' k...Krystian Stasiowski13-52/+75
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers29-73/+200
2024-04-11[mlir][sparse] allow for direct-out passing of sparse tensor buffers (#88327)Aart Bik6-38/+125
2024-04-11[clang][Interp] Allow initializing static class membersTimm Bäder5-66/+118
2024-04-11[clang][Interp][NFC] Expand pointer unittestsTimm Bäder1-10/+46
2024-04-11Reland "[lldb][sbdebugger] Move SBDebugger Broadcast bit enum into ll… (#88...Chelsea Cassanova7-13/+14
2024-04-11[memprof] Use std::optional (NFC) (#88366)Kazu Hirata2-10/+8