summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/pcc/spr/gn-build-use-fvisibility-global-new-deleteforce-hidden-to-build-libcxxlibcxxabilibunwindPeter Collingbourne2024-04-113-3/+3
* [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
* [memprof] Use structured binding (NFC) (#88363)Kazu Hirata2024-04-112-13/+11
* [SLP][NFC]Add a test with the zext feeding into sitofp instructions.Alexey Bataev2024-04-111-0/+57
* [flang] Add design document for debug info generation. (#86939)abidh2024-04-112-0/+443
* [libc++] Fix -Wgnu-include-next in stddef.h (#88214)Louis Dionne2024-04-111-4/+4
* [Object][Wasm] Move wasm Object tests into their own directory (NFC) (#81072)Derek Schuff2024-04-1119-13/+13
* [libclc] Refactor build system to allow in-tree builds (#87622)Fraser Cormack2024-04-1112-312/+322
* [libc++][NFC] Reduce the memory footprint of __copy_cv a bit (#87718)Nikolas Klauser2024-04-111-12/+16
* [libc][docs] Generate docs for signal.h & optimized is_implemented func (#88028)Xu Zhang2024-04-114-4/+82
* [X86] LowerBITREVERSE - support SSE-only GFNI i32/i64 bitreverseSimon Pilgrim2024-04-112-48/+15