summaryrefslogtreecommitdiff
path: root/lib/libgcc_eh
AgeCommit message (Expand)Author
2025-04-11src: Use gnu++17 as the default C++ standardJohn Baldwin
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-19libgcc_{eh,s}: restore __*_frame_info symbols post llvm18Brooks Davis
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-04-14Fix DIRDEPS_BUILD for libgcc_ehSimon J. Gerraty
2022-05-14Merge llvm-project release/14.x llvmorg-14-init-18315-g190be5457c90Dimitry Andric
2022-02-10Install unwind.h into /usr/includeJohn Baldwin
2021-08-02Add build system support for ASAN+UBSAN instrumentationAlex Richardson
2020-08-25After r364423, which ensures the callbacks that dl_iterate_phdr(3)Dimitry Andric
2020-08-24Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJSAlex Richardson
2020-01-14Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans
2019-12-20Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric
2019-12-11Update dirdeps.mk and gendirdeps.mkSimon J. Gerraty
2019-10-06Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans
2019-04-22Rework CXXSTD setting via r345708Enji Cooper
2019-03-29Standardize `-std=c++* as `CXXSTD`Enji Cooper
2019-03-29Revert r345706: the third time will be the charmEnji Cooper
2019-03-29Standardize `-std=c++* as `CXXSTD`Enji Cooper
2019-03-29Revert r345704Enji Cooper
2019-03-29CXXSTD is the C++ analogue to CSTD.Enji Cooper
2019-03-12Move libunwind out of contrib/llvm/projects.John Baldwin
2018-08-10In r308100, an explicit -fexceptions flag was added for the C sourcesDimitry Andric
2017-10-31DIRDEPS_BUILD: libgcc now depends on MK_LLVM_LIBUNWINDBryan Drewery
2016-11-11libcc_{s,eh}: build without SSPEd Maste
2016-10-30compile libunwind c source with -fexceptionsEd Maste
2016-10-27libgcc_eh/libgcc_s: apply hidden visibility only to static libsEd Maste
2016-10-13Introduce lib/libgcc_eh and lib/libgcc_s for LLVM's implementationEd Maste