aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/lib
AgeCommit message (Expand)AuthorFilesLines
2020-10-05[libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi"Louis Dionne1-7/+0
2020-10-02[libc++] Move the weak symbols list to libc++abiLouis Dionne1-0/+7
2020-04-20[libc++] Fix the no-exceptions build of libc++ on AppleLouis Dionne2-12/+12
2019-10-03[libc++abi] Do not export some implementation-detail functionsLouis Dionne1-5/+0
2019-06-27[libcxxabi] Use an explicit list to export symbols from the dylibLouis Dionne4-0/+395
2019-06-18[libcxxabi] Remove the unused buildit scriptLouis Dionne1-99/+0
2013-09-09Add ability to set OPTIONS for compileMarshall Clow1-2/+2
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant1-1/+1
2012-03-14fix crash log magicNick Kledzik1-0/+4
2012-03-09Enable / silence -Wunused-parameter.Howard Hinnant1-1/+2
2012-03-08Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.Howard Hinnant1-1/+1
2012-03-08Enable/silence -Wsign-compare.Howard Hinnant1-1/+2
2012-03-08Enable/silence -Wsign-compare.Howard Hinnant1-1/+2
2012-03-08Enable/silence -Wmissing-field-initializers.Howard Hinnant1-1/+1
2012-03-08Enable/silence -Wunused-variable.Howard Hinnant1-1/+2
2012-03-08Enable/silence -Wconversion.Howard Hinnant1-1/+1
2012-03-08Enable/silence -Wshadow.Howard Hinnant1-1/+1
2012-03-08Enable/silence -Wsign-conversion.Howard Hinnant1-1/+2
2012-02-22Pedantic fix: missing newline at EOFDave Zarzycki1-1/+1
2012-02-03Pushed optimization back up. Crash disappeared with compiler upgrade. Assum...Howard Hinnant1-1/+1
2012-02-02There's a crasher I need to track down, occurring at -O0.Howard Hinnant1-1/+1
2012-01-31Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...Howard Hinnant1-1/+1
2012-01-30Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3Howard Hinnant1-2/+2
2012-01-24By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant1-0/+90