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