summaryrefslogtreecommitdiff
path: root/libcxxabi/lib
AgeCommit message (Expand)Author
2024-10-01[libc++] Avoid re-exporting a few specific symbols from libc++abi (#109054)Louis Dionne
2024-06-30[libc++abi] Fix test failures with GCC 14 (#95759)Nikolas Klauser
2024-02-26[libc++] Always keep libc++abi re-exports up-to-date (#79012)Louis Dionne
2024-01-22[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std...itrofimow
2020-10-05[libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi"Louis Dionne
2020-10-02[libc++] Move the weak symbols list to libc++abiLouis Dionne
2020-04-20[libc++] Fix the no-exceptions build of libc++ on AppleLouis Dionne
2019-10-03[libc++abi] Do not export some implementation-detail functionsLouis Dionne
2019-06-27[libcxxabi] Use an explicit list to export symbols from the dylibLouis Dionne
2019-06-18[libcxxabi] Remove the unused buildit scriptLouis Dionne
2013-09-09Add ability to set OPTIONS for compileMarshall Clow
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant
2012-03-14fix crash log magicNick Kledzik
2012-03-09Enable / silence -Wunused-parameter.Howard Hinnant
2012-03-08Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.Howard Hinnant
2012-03-08Enable/silence -Wsign-compare.Howard Hinnant
2012-03-08Enable/silence -Wsign-compare.Howard Hinnant
2012-03-08Enable/silence -Wmissing-field-initializers.Howard Hinnant
2012-03-08Enable/silence -Wunused-variable.Howard Hinnant
2012-03-08Enable/silence -Wconversion.Howard Hinnant
2012-03-08Enable/silence -Wshadow.Howard Hinnant
2012-03-08Enable/silence -Wsign-conversion.Howard Hinnant
2012-02-22Pedantic fix: missing newline at EOFDave Zarzycki
2012-02-03Pushed optimization back up. Crash disappeared with compiler upgrade. Assum...Howard Hinnant
2012-02-02There's a crasher I need to track down, occurring at -O0.Howard Hinnant
2012-01-31Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...Howard Hinnant
2012-01-30Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3Howard Hinnant
2012-01-24By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant