aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/lib
AgeCommit message (Expand)AuthorFilesLines
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