-
Notifications
You must be signed in to change notification settings - Fork 345
Insights: swiftlang/llvm-project
Overview
-
- 28 Merged pull requests
- 20 Open pull requests
- 1 Closed issue
- 0 New issues
Could not load contribution data
Please try again later
28 Pull requests merged by 15 people
-
[BoundsSafety] Fix CodeGen tests (NFC)
#11247 merged
Aug 22, 2025 -
[windows] change deactivation method for ProtocolMCPServerTest.cpp
#11244 merged
Aug 22, 2025 -
Revert "[lldb][windows] deactivate ProtocolMCPServerTest"
#11243 merged
Aug 22, 2025 -
[lldb] Avoid crashlog scripted process launch StopAtEntry
#11239 merged
Aug 22, 2025 -
🍒 [lldb][windows] deactivate ProtocolMCPServerTest
#11242 merged
Aug 22, 2025 -
[lldb][windows] deactivate ProtocolMCPServerTest
#11241 merged
Aug 22, 2025 -
🍒 [lldb] make lit use the same PYTHONHOME for building and running the API tests
#11234 merged
Aug 22, 2025 -
[stable/21.x] Revert "[Modules] Process include files changes (#90319)"
#11237 merged
Aug 22, 2025 -
WebKit checkers: recgonize @YES / @NO as safe constants (#148721)
#11230 merged
Aug 21, 2025 -
Fix MCCAS issue with LEB and CVInline Fragments.
#11224 merged
Aug 21, 2025 -
🍒 [lldb] cherry-picking missing commits to next
#11232 merged
Aug 21, 2025 -
🍒 LLDB MCP Cherrypicks
#11093 merged
Aug 20, 2025 -
[CAS] Update ActionCache to upstream implementation
#11225 merged
Aug 20, 2025 -
[next] Temporarily workaround the cycle after CAS upstreaming
#11226 merged
Aug 20, 2025 -
[llvm] support Windows DLL build of LLVM
#11117 merged
Aug 20, 2025 -
[IncludeTree] Do not pass compilation directories
#11034 merged
Aug 20, 2025 -
[next] Add change from upstream #114098
#11223 merged
Aug 20, 2025 -
[C] Fix issue with -Wimplicit-void-ptr-cast (#154351)
#11222 merged
Aug 20, 2025 -
🍒 [lldb] remove unittest2
#11221 merged
Aug 20, 2025 -
🍒 [lldb] cherry-picking missing commits into next
#11220 merged
Aug 20, 2025 -
Fix the following CAS-related tests with LLVM_ENABLE_ONDISK_CAS=ON on Windows
#11194 merged
Aug 19, 2025 -
[windows] move llvm test overrides to the llvm-project repository
#11218 merged
Aug 19, 2025 -
[CAS] Fix GRPC CAS implemenationa after upstream changes
#11198 merged
Aug 18, 2025 -
🍒 [lldb] Skip prologue when stepping through swift_task_switch
#11181 merged
Aug 18, 2025 -
[amtool] Clean up the local merge ID record file
#11197 merged
Aug 18, 2025 -
[lldb] Fix a regression in SBValue::GetObjectDescription() (#117242)
#11196 merged
Aug 18, 2025 -
[lldb] Fix bad method call in
TestExprDiagnostics.py
(#120901)#11191 merged
Aug 18, 2025 -
[lldb][test] Re-enable reference storage types
#11193 merged
Aug 18, 2025
20 Pull requests opened by 13 people
-
[lldb] Update for extension binding cleanup
#11189 opened
Aug 17, 2025 -
[next] [lldb] Update for extension binding cleanup
#11190 opened
Aug 18, 2025 -
[stable/21.x] [lldb] Update for extension binding cleanup
#11192 opened
Aug 18, 2025 -
Test
#11195 opened
Aug 18, 2025 -
[lldb][test] enable reference storage types on linux.
#11215 opened
Aug 19, 2025 -
[lldb][test] Enable reference storage types test
#11216 opened
Aug 19, 2025 -
[lldb][test] Re-enable swift stepping on linux
#11217 opened
Aug 19, 2025 -
🍒 [lldb][windows] use Windows APIs to print to the console (#149493)
#11219 opened
Aug 19, 2025 -
[lldb] Fix mangled name being overwritten on type with DW_AT_specific…
#11227 opened
Aug 20, 2025 -
[lldb] Fix source line annotations for libsanitizers traces
#11228 opened
Aug 20, 2025 -
[lldb] Get the SDK path from CompileUnit on Linux
#11231 opened
Aug 21, 2025 -
[CAS] Remove CAS dependency from LLVM_Utils module
#11235 opened
Aug 21, 2025 -
Fix the following CAS-related tests on Windows
#11236 opened
Aug 21, 2025 -
[lldb][test] Enable `BackwardInteropExpressions` on linux
#11240 opened
Aug 22, 2025 -
Add new llvm.dbg.coroframe_entry intrinsic and support for it in the Corosplitter pass
#11245 opened
Aug 22, 2025 -
[CAS] Improve CAS ObjectStore initialization
#11246 opened
Aug 22, 2025 -
[lldb/crashlog] Implement speculative binary lookup for target creation
#11248 opened
Aug 22, 2025 -
Expose macros for availability domain definitions
#11250 opened
Aug 23, 2025 -
[lldb] Skip TestPlatformConnect.py which times out on Windows
#11251 opened
Aug 23, 2025 -
[clang][NFC][PAC] Resolve some code drift from upstream pointer auth
#11252 opened
Aug 23, 2025
1 Issue closed by 1 person
-
[SR-2141] TestThreadExit.py failing on Ubuntu, master-next
#4512 closed
Aug 22, 2025
15 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Fix MCCAS after changed made to MC layer upstream
#11184 commented on
Aug 23, 2025 • 12 new comments -
🍒 [windows][lldb] implement system logging on Windows (#150213)
#11096 commented on
Aug 20, 2025 • 5 new comments -
[lldb] fix cropped demangled names in Swift backtraces
#11068 commented on
Aug 23, 2025 • 4 new comments -
[C++ BoundsSafety] Fix false positives when pointer argument is a function call
#11046 commented on
Aug 20, 2025 • 1 new comment -
[-Wunsafe-buffer-usage] Relax passing to __counted_by_or_null()
#11170 commented on
Aug 19, 2025 • 1 new comment -
[SR-2140] TestRegisterVariables.py failing on master-next [Ubuntu]
#4513 commented on
Aug 19, 2025 • 0 new comments -
[BoundsSafety] `__single` pointers are not null-checked.
#10944 commented on
Aug 20, 2025 • 0 new comments -
[BoundsSafety] Miscompilation with "-O3" and "-fbounds-safety"
#11072 commented on
Aug 22, 2025 • 0 new comments -
Merge Webkit checker fixes
#10219 commented on
Aug 21, 2025 • 0 new comments -
[lldb] Add Swift exception breakpoint frame recognizer
#11097 commented on
Aug 19, 2025 • 0 new comments -
🍒21.x: Pass platform name in SwiftCore link
#11153 commented on
Aug 22, 2025 • 0 new comments -
[🍒next]: Pass platform name in SwiftCore link
#11154 commented on
Aug 22, 2025 • 0 new comments -
[-Wunsafe-buffer-usage] Allow passing anything to void *__single
#11167 commented on
Aug 19, 2025 • 0 new comments -
[BoundsSafety] Allow evaluating the same CLE in a bounds-check
#11175 commented on
Aug 19, 2025 • 0 new comments -
[lldb] Print ValueObject when GetObjectDescription fails (#152417)
#11178 commented on
Aug 19, 2025 • 0 new comments