summaryrefslogtreecommitdiff
path: root/lib/libcxxabi
AgeCommit message (Expand)Author
2020-08-03Bump libc++ and libc++abi majors due to floating point typePatrick Wildt
2020-04-04Make libcxxabi provide __register_frame, _Unwind_Backtrace and friendsJeremie Courreges-Anglas
2020-03-04crank major versions of libLLVM libc++ libc++abigkoehler
2019-06-17Merge libc++, libc++abi and libunwind version 8.0.0.Patrick Wildt
2019-06-17Import libc++abi 8.0.0.Patrick Wildt
2019-03-14libcxxRobert Nagy
2019-02-04Remove .gitignore from libc++ and libc++abi that I usually remove beforePatrick Wildt
2019-02-04Import libc++abi 7.0.1.Patrick Wildt
2018-10-31Add comment to remind people to bump libc++.Mark Kettenis
2018-09-11define _LIBCXXABI_BUILDING_LIBRARY to avoid the same issues as in libcxxRobert Nagy
2018-09-11add -Wall to CFLAGSRobert Nagy
2018-09-11merge libc++abi 6.0.0 and bump lib minor; ok patrick@, kettenis@Robert Nagy
2018-09-11import of libc++abi 6.0.0Robert Nagy
2017-04-17Change build infrastructure to allow building both gcc and clang. ThisMark Kettenis
2017-04-06Compile C code with -funwind-tables. Fixes exception handling on architecturesMark Kettenis
2017-02-25Provide libc++abi as shared library as well. Discussed and requestedPatrick Wildt
2017-02-16clang is installed as cc and c++ there is no need to set CC and CXX toJonathan Gray
2017-01-20Depend compilation on the compiler version, so that we can alwaysPatrick Wildt
2016-12-19Compile libc++ and libc++abi with clang by default instead of egcc.Patrick Wildt
2016-09-19We don't need cross-unwinding support,Mark Kettenis
2016-09-19Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding withMark Kettenis
2016-09-04Add makefiles to compile libc++, libc++abi and libunwind.Patrick Wildt
2016-09-03Import libc++abi 3.9.0Patrick Wildt