-
edit: lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
-
Commit de683e76d074d81169101b195c0a41dcb13b236b by teemperor:
[lldb] Print full Clang diagnostics when the ClangModulesDeclVendor
-
add: lldb/test/API/lang/objc/modules-compile-error/main.m
-
edit: lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
-
add: lldb/test/API/lang/objc/modules-compile-error/module.h
-
add: lldb/test/API/lang/objc/modules-compile-error/TestModulesCompileError.py
-
add: lldb/test/API/lang/objc/modules-compile-error/Makefile
-
edit: lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
-
add: lldb/test/API/lang/objc/modules-compile-error/module.modulemap
-
Commit 1206ecdf02c5758568d622cfb1b8cfa67d69501a by arphaman:
[Triple] support macOS 11 os version number
-
edit: llvm/unittests/ADT/TripleTest.cpp
-
edit: llvm/include/llvm/ADT/Triple.h
-
edit: llvm/lib/Support/Triple.cpp
-
Commit 6be6e117b4aa5c593f93a23e97125cfef40769fc by arphaman:
[clang][driver] allow macOS 11 OS version in the driver
-
edit: clang/lib/Driver/ToolChains/Darwin.cpp
-
edit: clang/test/Driver/darwin-version.c
-
Commit 927d93379271d087653f86f22abd7ac4db001c19 by arphaman:
[cmake] configure the host triple on an Apple Silicon machine correctly
-
edit: llvm/cmake/config.guess
-
Commit 8ce5b6b2112c51068a6551dcdd60667a99513ea6 by arphaman:
[clang][driver] set macOS as the target OS for -arch arm64 when clang is
-
add: clang/test/Driver/apple-silicon-arch.c
-
add: clang/test/Driver/apple-arm64-arch.c
-
edit: clang/test/lit.cfg.py
-
edit: clang/lib/Driver/ToolChains/Darwin.cpp
-
Commit 3e9a7de65274ab2008d66bfe7be4a02be59bd122 by arphaman:
test fix: add missing system-darwin REQUIRES
-
edit: clang/test/Driver/apple-arm64-arch.c
-
Commit 2776fa1951d0934b42e49ffe4bb307a49933affc by arphaman:
[darwin][driver] Do not link with libarclite when building for Apple
-
edit: clang/lib/Driver/ToolChains/Darwin.cpp
-
edit: clang/test/Driver/arclite-link.c
-
edit: clang/lib/Driver/ToolChains/Darwin.h
-
Commit 551c3a7113220d31ed0429fec54facdbe4af8293 by arphaman:
[darwin][driver] NFC, split addStartObjectFileArgs into multiple
-
edit: clang/lib/Driver/ToolChains/Darwin.cpp
-
edit: clang/lib/Driver/ToolChains/Darwin.h
-
Commit d0b68290c81cc2aa52d702602e048c438eba01bb by arphaman:
[darwin][driver] isMacosxVersionLT should check against the minimum
-
edit: llvm/lib/Support/Triple.cpp
-
edit: clang/lib/Driver/ToolChains/Darwin.h
-
add: clang/test/Driver/macos-apple-silicon-slice-link-libs.cpp
-
edit: llvm/include/llvm/ADT/Triple.h
-
Commit 05f0eaeff4f65c1171522b5a30f761af0ae25c34 by arphaman:
[darwin][driver] pass the minimum supported OS version to the linker if
-
edit: clang/test/Driver/darwin-ld-platform-version-macos.c
-
edit: clang/lib/Driver/ToolChains/Darwin.cpp
-
Commit 5aa7d5b69cb6108dbdd194c61621e8a66434aa7a by arphaman:
canonicalize macOS 10.16 availability to macOS 11 while preserving uses
-
edit: clang/test/CodeGenObjC/availability-check.m
-
add: clang/test/Sema/attr-availability-macos-new.c
-
edit: clang/lib/Sema/SemaDeclAttr.cpp
-
edit: clang/lib/Sema/SemaExpr.cpp
-
edit: clang/lib/Serialization/ASTReaderStmt.cpp
-
edit: clang/lib/Serialization/ASTWriterStmt.cpp
-
edit: clang/lib/CodeGen/CGExprScalar.cpp
-
add: clang/test/CodeGen/attr-availability-new.c
-
edit: clang/include/clang/AST/ExprObjC.h
-
Commit 10f3e50eaeeb6300c60221a1a6d490d7729dcf19 by aprantl:
Improve the detection of iOS/tvOS/watchOS simulator binaries in
-
add: lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
-
edit: lldb/tools/debugserver/source/MacOSX/MachProcess.mm
-
edit: lldb/tools/debugserver/source/DNB.cpp
-
edit: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
-
edit: lldb/tools/debugserver/source/MacOSX/MachProcess.h
-
Commit 744ac977d611d4a21e00aec0ff255a50acfecc7b by arphaman:
[macho] emit LC_BUILD_VERSION load command for supported OSes and
-
edit: llvm/lib/MC/MCStreamer.cpp
-
edit: llvm/lib/Support/Triple.cpp
-
edit: llvm/test/MC/MachO/darwin-version-min-load-command.s
-
edit: llvm/test/MC/MachO/darwin-sdk-version.ll
-
Commit b6ea8265b6ba675f76186b8d5ee5530eac98ae5b by arphaman:
Fix the driver logic for dealing with macOS version checks for Mac
-
edit: clang/lib/Driver/ToolChains/Darwin.cpp
-
edit: clang/lib/Driver/ToolChains/Darwin.h
-
Commit 291f3896fb4e03eb09b4ef7e803dd21144e6ac7d by medismail.bennani:
[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)
-
edit: lldb/include/lldb/API/SBBreakpoint.h
-
edit: lldb/source/API/SBBreakpoint.cpp
-
edit: lldb/bindings/interface/SBBreakpoint.i
-
edit: lldb/test/API/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
-
Commit fca4588082958867a4106516848a827cd1bfa678 by aprantl:
debugserver: Return a nullptr in GetPlatformString()
-
edit: lldb/tools/debugserver/source/MacOSX/MachProcess.mm
-
Commit 84b05c1ff646033fc2ef5428e49dbf96ce116ac2 by ditaliano:
[lldb/test] Rework TestSwiftDeploymentTarget to not hardcode x86_64.
-
edit: lldb/test/API/lang/swift/deployment_target/Makefile
-
Commit 9fd29837db792952a7fb282cb7298a5662ba00a8 by arphaman:
macOS 11 support: add a temporary macOS 10.16 -> macOS 11 triple
-
edit: llvm/lib/Support/Triple.cpp
-
edit: llvm/unittests/ADT/TripleTest.cpp
-
Commit 6bf428d99f507194a733fdada728d4decb07db99 by ditaliano:
[lldb/test] Float80 is an architecture feature, not an OS one.
-
edit: lldb/test/API/lang/swift/variables/swift/TestSwiftTypes.py
-
edit: lldb/test/API/lang/swift/variables/swift/main.swift
-
Commit 95a8799ec4088943b48e2ff6112490e91b676f5b by jonas:
[lldb] Remove deprecated check for LLDB_REPRODUCER_DISABLE_CAPTURE
-
edit: lldb/tools/driver/Driver.cpp
-
Commit 1974241e280f83156321ad7823a637d20c36ebbe by friss:
[lldb] Fix that SIGWINCH crashes IOHandlerEditline when we are not using
-
add: lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py
-
edit: lldb/source/Core/IOHandler.cpp
-
Commit 1e3d48d2f5334c808d484429f04c1fa12f48de58 by github:
Preserve GlobalsAA analysis result in InjectTLIMappings (#1382)
-
edit: llvm/lib/Transforms/Utils/InjectTLIMappings.cpp
-
Commit 705d120af59bcc92969276abce75bb9689d964a3 by github:
[SLP] Limit GEP lists based on width of index computation. (#1403)
-
edit: llvm/test/Transforms/SLPVectorizer/AArch64/getelementptr.ll
-
edit: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
-
Commit 4ac4b3ab418e510f85737f3307e1fb500a7fc9e2 by jonas:
[lldb] Fix TestBridging.test under ASan
-
edit: lldb/test/Shell/Reproducer/Swift/Inputs/Bridging.in
-
edit: lldb/test/Shell/Reproducer/Swift/Inputs/Bridging.swift
-
Commit a1efde8d4a207cb3f4e227af738d99c753f5808b by jonas:
[lldb] Disable parallel module import
-
edit: lldb/test/Shell/Reproducer/Swift/TestModule.test
-
add: lldb/test/Shell/Reproducer/Swift/Inputs/swift.lldbinit
-
edit: lldb/test/Shell/Reproducer/Swift/TestSwiftInterface.test
-
edit: lldb/test/Shell/Reproducer/Swift/TestBridging.test
-
edit: lldb/test/Shell/Reproducer/Swift/TestSimple.test
-
Commit f05406ed8da37c804e988ddcf80192f4c0863b8b by jonas:
[lldb] Re-instate accidentally deleted RUN lines
-
edit: lldb/test/Shell/Reproducer/Swift/TestBridging.test
-
Commit 67da4609a75d5f87e25440a20ae17580cf399f13 by ahatanaka:
Fix Darwin 'constinit thread_local' variables.
-
edit: clang/lib/CodeGen/CodeGenModule.cpp
-
edit: clang/test/CodeGenCXX/cxx2a-thread-local-constinit.cpp
-
Commit 935e9a93d9841dc799733205484cce8225da28a5 by jonas:
[lldb] Regenerate static bindings
-
edit: lldb/bindings/python/static-binding/lldb.py
-
edit: lldb/bindings/python/static-binding/LLDBWrapPython.cpp
-
Commit a89525e9af23024cc2b25b144482b61e6806078c by jonas:
[lldb] Fix invalid syntax in Bridging.swift
-
edit: lldb/test/Shell/Reproducer/Swift/Inputs/Bridging.swift
-
Commit cc6b4849e9c247f407d6de4be95cf92f0be0ec11 by jonas:
[lldb] Use Print instead of Int to import the stdlib
-
edit: lldb/test/Shell/Reproducer/Swift/Inputs/Module.swift
-
edit: lldb/test/Shell/Reproducer/Swift/Inputs/Bridging.in
-
edit: lldb/test/Shell/Reproducer/Swift/Inputs/Bridging.swift