Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
libunwind
/
HEAD
322be58
[Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (#152942)
by Jade Marker
· 34 hours ago
main
4a68b52
[libcxx][CI] Use lld for everything in the ARM picolib builds (#158320)
by David Spickett
· 11 days ago
cf32009
[libunwind][test] set fed test to require x86 as others arch may have cross toolchain build (#156383)
by Wu Yingcong
· 3 weeks ago
92fb77d
[libunwind] fix pc range condition check bug (#154902)
by Wu Yingcong
· 4 weeks ago
c948b3c
[libunwind] Add support for the AArch64 "Vector Granule" (VG) register (#153565)
by Benjamin Maxwell
· 5 weeks ago
bdc00ca
[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)
by David Tenty
· 5 weeks ago
84c5262
[libunwind] Fix return type of `DwarfFDECache::findFDE()` in definition (#146308)
by Alex Rønne Petersen
· 9 weeks ago
634c609
[libcxxabi][libunwind] Support for using LLVM libc (#134893)
by Petr Hosek
· 3 months ago
5bbf35a
libunwind: Do not use __attribute__((target("gcs"))) with non-clang compilers (#138077)
by Khem Raj
· 4 months ago
79e5145
[libunwind] Remove checks for -nostdlib++ (#143162)
by Nikolas Klauser
· 4 months ago
e3eb847
[libunwind][Haiku] Fix signal frame unwinding (#135367)
by Trung Nguyen
· 4 months ago
8575f4a
[libunwind] Add initial ARM64EC support (#138583)
by Jacek Caban
· 5 months ago
2bd5f3c
[cmake] Normalize TARGET_SUBDIR paths (#138524)
by Raul Tambre
· 5 months ago
09f6f7b
[libunwind] [SEH] Set NonVolatileRegisters before calling a personality function (#137951)
by Martin Storsjö
· 5 months ago
4d6b64f
[libunwind] [SEH] Implement parsing of ARM pdata/xdata (#137950)
by Martin Storsjö
· 5 months ago
4acde98
[libunwind] [SEH] Implement parsing of aarch64 pdata/xdata (#137949)
by Martin Storsjö
· 5 months ago
81e2cb4
Update LIBUNWIND_ENABLE_WERROR default value in BuildingLibunwind.rst (#135546)
by Firas Khalil Khana
· 6 months ago
e2e6f2a
[libunwind][RISCV] Make asm statement volatile (#130286)
by Gergely Futo
· 7 months ago
62e217a
[libunwind][NFC] Remove the CET keyword in shadow stack-related stuffs (#126663)
by Ming-Yi Lai
· 7 months ago
b05ea6f
[libunwind] Silence -Wunused-parameter warnings in Unwind-wasm.c (#125412)
by Yuriy Chernyshov
· 7 months ago
4337c99
[libunwind] Unwind through loongarch64/Linux sigreturn frame (#123682)
by Ami-zhang
· 8 months ago
e55d8cf
[libunwind][cmake] Compile _Unwind* routines with -fexceptions (#121819)
by Paul Kirth
· 8 months ago
d1e95b1
[libunwind] Fix compilation for the x32 ABI. (#116608)
by Alex Rønne Petersen
· 10 months ago
19bfdd5
[libc++abi] Provide an explicit error when trying to build for MSVC (#119370)
by Louis Dionne
· 10 months ago
6066b14
[libunwind] Fix a typo in debug print (#118856)
by Sergei Barannikov
· 10 months ago
907c5f1
[libunwind][Haiku] Improve support (#115462)
by Jérôme Duval
· 10 months ago
5b01ea4
[compiler-rt][libunwind] Support aarch64 without FPU (#111235)
by Keith Packard
· 11 months ago
93a837d
[libc++] Unify the benchmarks with the test suite (#101399)
by Louis Dionne
· 11 months ago
c3b4ce8
[cmake] Remove obsolete files, docs and CMake variables related to the standalone build (#112741)
by Louis Dionne
· 11 months ago
bf06289
Replace documentation mentions of IRC with Discord (#114276)
by Aaron Ballman
· 11 months ago
b4c3ee0
[AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171)
by Jack Styles
· 11 months ago
f887fe0
Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler" (#113653)
by Vitaly Buka
· 11 months ago
c54b50f
[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357)
by Martin Storsjö
· 11 months ago
59d0517
[libunwind][AIX] Call dlclose only when dlsym() fails (#112768)
by Xing Xue
· 11 months ago
c8fc2ea
[runtimes] Improve the documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS (#112733)
by Louis Dionne
· 11 months ago
e72a675
[runtimes] Avoid cluttering the top-level build directory with test artifacts (#112717)
by Louis Dionne
· 11 months ago
41b4634
[libunwind][AIX] Remove weak declaration "__xlcxx_personality_v0" (#112436)
by Xing Xue
· 11 months ago
efc3baa
[runtimes][NFC] Reindent CMake files (#111821)
by Louis Dionne
· 12 months ago
87f1910
[runtimes] Always define cxx_shared, cxx_static & other targets (#80007)
by Louis Dionne
· 12 months ago
71735e8
[libunwind] Fix libunwind library path for runtime test (#110777)
by Haowei
· 12 months ago
37c7d98
[runtimes] Run backdeployment CI on Github hosted runners (#109984)
by Louis Dionne
· 12 months ago
b7cdaca
[libc++abi][libunwind] Run c++abi and unwind tests against a fake install root (#110171)
by Louis Dionne
· 12 months ago
9846aba
[libunwind] Introduce LIBUNWIND_LIBRARY_VERSION and drop outdated Apple flags (#110178)
by Louis Dionne
· 12 months ago
f93a871
[libunwind][CMake] Remove LIBUNWIND_BUILD_32_BITS which has been an error for 3 years (#110175)
by Louis Dionne
· 12 months ago
dc70138
[libunwind] Stop installing the mach-o module map (#105616)
by Ian Anderson
· 1 year, 1 month ago
116c20d
[libunwind] Fix problems caused by combining BTI and GCS (#102322)
by John Brawn
· 1 year, 2 months ago
6db1ccf
[libunwind] Be more careful about enabling GCS (#101973)
by John Brawn
· 1 year, 2 months ago
6e2e576
[libunwind] Undefined behaviour pointer arithmetic with null pointer (#98648)
by Daniel Kiss
· 1 year, 2 months ago
92d5d5b
[libunwind] Add GCS support for AArch64 (#99335)
by John Brawn
· 1 year, 2 months ago
8fab97f
[RISCV] Allow libunwind to build for rv32e (#98855)
by R
· 1 year, 2 months ago
9f0b376
[NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT tests (#101196)
by Xing Xue
· 1 year, 2 months ago
d96f9ef
[libunwind][AIX] Fix the wrong traceback from signal handler (#101069)
by Xing Xue
· 1 year, 2 months ago
d09db73
[libunwind] fix unwinding from signal handler (#92291)
by Azat Khuzhin
· 1 year, 3 months ago
8f49d64
[libunwind] Remove needless `sys/uio.h` (#97495)
by Izaak Schroeder
· 1 year, 3 months ago
48659aa
[runtimes][NFC] Improve error message when running Lit incorrectly
by Louis Dionne
· 1 year, 3 months ago
dcc1ffa
[libc++] Fix deployment target Lit features (#94791)
by Louis Dionne
· 1 year, 3 months ago
c8f1d81
[libunwind] Tweak tests for musl support. (#85097)
by Alastair Houghton
· 1 year, 4 months ago
ab43b1d
[runtimes] Correctly apply libdir subdir for multilib (#93354)
by Petr Hosek
· 1 year, 4 months ago
a16d528
[runtimes][CMake] Simplify the propagation of test dependencies (#93558)
by Louis Dionne
· 1 year, 4 months ago
4e786af
[runtimes] Reintroduce a way to select the compiler used for the test suite (#93542)
by Louis Dionne
· 1 year, 4 months ago
8c5b971
Revise IDE folder structure (#89755)
by Michael Kruse
· 1 year, 4 months ago
e0a4f35
[libunwind][AIX] Cast NULL as type uintptr_t. (#93204)
by Xing Xue
· 1 year, 4 months ago
0906c4a
[WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840)
by Heejin Ahn
· 1 year, 4 months ago
c6e0c05
[libunwind][WebAssembly] Make libunwind compilable (#92192)
by Heejin Ahn
· 1 year, 4 months ago
419b03c
[runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917)
by Martin Storsjö
· 1 year, 7 months ago
8bad7bd
MIPS/libunwind: Use -mfp64 if compiler is FPXX (#68521)
by YunQiang Su
· 1 year, 8 months ago
fc50574
[libunwind][doc] Remove reference to Phabricator from the landing page
by Louis Dionne
· 1 year, 8 months ago
f400fdb
[libunwind] Move errno.h and signal.h includes under the block where they're needed (#78054)
by Louis Dionne
· 1 year, 8 months ago
eb55b13
[libunwind][WebAssembly] Fix libunwind.cpp guard (#78230)
by Heejin Ahn
· 1 year, 8 months ago
39b08eb
[libunwind] fix dynamic .eh_frame registration (#77185)
by SihangZhu
· 1 year, 8 months ago
e09e0d4
[libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534)
by Martin Storsjö
· 1 year, 9 months ago
29eb3a5
[libc++] Allow running the test suite with optimizations (#68753)
by Louis Dionne
· 1 year, 9 months ago
42293b9
[libunwind] Replace process_vm_readv with SYS_rt_sigprocmask (#74791)
by Jordan R AW
· 1 year, 9 months ago
2602aec
[libunwind] Bump to CXX_STANDARD 17 (#75986)
by Fangrui Song
· 1 year, 9 months ago
3cafb40
[libunwind] Use -nostdlib++ when linking libunwind (#75646)
by Louis Dionne
· 1 year, 9 months ago
3bb3983
[runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ (#75089)
by Louis Dionne
· 1 year, 10 months ago
278e5fb
[libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196)
by Heejin Ahn
· 1 year, 10 months ago
f20d5cf
[libc++] Run picolibc tests with qemu
by Michael Platings
· 1 year, 10 months ago
bbe2764
[libc++] Add initial support for picolibc
by Michael Platings
· 1 year, 10 months ago
85df028
[runtimes][NFC] Remove trailing whitespace
by Louis Dionne
· 1 year, 10 months ago
668c76f
Remove deprecated warning from cmake files (#72595)
by Tacet
· 1 year, 10 months ago
19b1234
[libunwind] Remove unnecessary strcpy dependency (#72043)
by Michael Kenzel
· 1 year, 11 months ago
7b9fd7a
[libunwind] Fix an inconsistent indentation (NFC) (#72314)
by Heejin Ahn
· 1 year, 11 months ago
69b8c64
[libc++][AIX] Add OS version to target triple
by Jake Egan
· 1 year, 11 months ago
7686b5d
[libunwind][AIX] static_cast the value from getLR() to avoid the warning from -Wconversion (#69767)
by xingxue-ibm
· 1 year, 11 months ago
11d9f3e
[libunwind][AIX] Fix problem with stepping up from a leaf function when unwinding started in a signal handler
by Xing Xue
· 2 years ago
7b1593d
[libunwind] Avoid reading OOB for non-existent .eh_frame_hdr (#68815)
by Alexander Richardson
· 2 years ago
9ebf30f
[libunwind] Fix wrong end argument passed to decodeEHHdr() (#68813)
by Alexander Richardson
· 2 years ago
2ce7927
[runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691)
by Alexander Richardson
· 2 years ago
7608093
[libunwind] Add Unwind-wasm.c to CMakeLists.txt (#67770)
by Heejin Ahn
· 2 years ago
43e5a34
[libunwind] Fix a -Wextra-semi warning
by Alex Richardson
· 2 years ago
724cd40
[libunwind][nfc] Avoid type warning of debug printf (#67390)
by Kazushi Marukawa
· 2 years ago
4965829
[libc++][lit] Allow overriding the executor for tests (#66545)
by Alexander Richardson
· 2 years ago
f9d7638
Revert "[libunwind] Relax a REQUIRES on a test that passes on FreeBSD"
by Alex Richardson
· 2 years ago
1bd0778
[libunwind] Clarify comment added in #67205
by Alex Richardson
· 2 years ago
f2ca661
[libunwind] Pass -Wl,--export-dynamic on all supported platforms (#67205)
by Alexander Richardson
· 2 years ago
1f88fff
[libunwind][nfc] avoid prototype warning (#67250)
by Kazushi Marukawa
· 2 years ago
806fda6
[libunwind] Relax a REQUIRES on a test that passes on FreeBSD
by Alex Richardson
· 2 years ago
9cbe8ba
[libunwind][WebAssembly] Support Wasm EH
by Heejin Ahn
· 2 years ago
4027f45
[runtimes] Fix link order of system librarires on Apple platforms (#66940)
by Louis Dionne
· 2 years ago
Next »