summaryrefslogtreecommitdiff
path: root/libcxxabi/lib
Commit message (Expand)AuthorAgeFilesLines
* [libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi"Louis Dionne2020-10-051-7/+0
* [libc++] Move the weak symbols list to libc++abiLouis Dionne2020-10-021-0/+7
* [libc++] Fix the no-exceptions build of libc++ on AppleLouis Dionne2020-04-202-12/+12
* [libc++abi] Do not export some implementation-detail functionsLouis Dionne2019-10-031-5/+0
* [libcxxabi] Use an explicit list to export symbols from the dylibLouis Dionne2019-06-274-0/+395
* [libcxxabi] Remove the unused buildit scriptLouis Dionne2019-06-181-99/+0
* Add ability to set OPTIONS for compileMarshall Clow2013-09-091-2/+2
* Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant2013-06-171-1/+1
* fix crash log magicNick Kledzik2012-03-141-0/+4
* Enable / silence -Wunused-parameter.Howard Hinnant2012-03-091-1/+2
* Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.Howard Hinnant2012-03-081-1/+1
* Enable/silence -Wsign-compare.Howard Hinnant2012-03-081-1/+2
* Enable/silence -Wsign-compare.Howard Hinnant2012-03-081-1/+2
* Enable/silence -Wmissing-field-initializers.Howard Hinnant2012-03-081-1/+1
* Enable/silence -Wunused-variable.Howard Hinnant2012-03-081-1/+2
* Enable/silence -Wconversion.Howard Hinnant2012-03-081-1/+1
* Enable/silence -Wshadow.Howard Hinnant2012-03-081-1/+1
* Enable/silence -Wsign-conversion.Howard Hinnant2012-03-081-1/+2
* Pedantic fix: missing newline at EOFDave Zarzycki2012-02-221-1/+1
* Pushed optimization back up. Crash disappeared with compiler upgrade. Assum...Howard Hinnant2012-02-031-1/+1
* There's a crasher I need to track down, occurring at -O0.Howard Hinnant2012-02-021-1/+1
* Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...Howard Hinnant2012-01-311-1/+1
* Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3Howard Hinnant2012-01-301-2/+2
* By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant2012-01-241-0/+90