Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10Add 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-09Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.Howard Hinnant
2012-03-09Enable/silence -Wsign-compare.Howard Hinnant
2012-03-09Enable/silence -Wsign-compare.Howard Hinnant
2012-03-09Enable/silence -Wmissing-field-initializers.Howard Hinnant
2012-03-09Enable/silence -Wunused-variable.Howard Hinnant
2012-03-09Enable/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-03There's a crasher I need to track down, occurring at -O0.Howard Hinnant
2012-02-01Back 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-25By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant