Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libcxxabi
/
7ad3c1475e6a68879062cd5d6be8f6982d8087f9
/
lib
01c2084
Add ability to set OPTIONS for compile
by Marshall Clow
· 11 years ago
6c33e76
Demangler update: This now demangles many more (all?) C++11 symbols. Demangler tests updated.
by Howard Hinnant
· 11 years ago
a31cad9
fix crash log magic
by Nick Kledzik
· 13 years ago
96f0171
Enable / silence -Wunused-parameter.
by Howard Hinnant
· 13 years ago
3edfd1b
Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.
by Howard Hinnant
· 13 years ago
ffdd8c4
Enable/silence -Wsign-compare.
by Howard Hinnant
· 13 years ago
30a486d
Enable/silence -Wsign-compare.
by Howard Hinnant
· 13 years ago
91f198a
Enable/silence -Wmissing-field-initializers.
by Howard Hinnant
· 13 years ago
dfa81ca
Enable/silence -Wunused-variable.
by Howard Hinnant
· 13 years ago
85bc82e
Enable/silence -Wconversion.
by Howard Hinnant
· 13 years ago
f2ebd59
Enable/silence -Wshadow.
by Howard Hinnant
· 13 years ago
3e5c7d0
Enable/silence -Wsign-conversion.
by Howard Hinnant
· 13 years ago
74ecc63
Pedantic fix: missing newline at EOF
by Dave Zarzycki
· 13 years ago
6a16979
Pushed optimization back up. Crash disappeared with compiler upgrade. Assumed to be due to compiler bug.
by Howard Hinnant
· 13 years ago
e35bb60
There's a crasher I need to track down, occurring at -O0.
by Howard Hinnant
· 13 years ago
3a2765f
Back the optimization down from -O3 to -Os. I'm getting an unexplained crasher on -O3. I've looked for a libc++abi bug and can't find one. I'm suspecting clang optimizer bug. But I don't have a good test case at the moment. Deferring investigation on this for now as I will soon be developing more and smaller tests.
by Howard Hinnant
· 13 years ago
2b891bf
Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3
by Howard Hinnant
· 13 years ago
f81cdff
By changing all of the throw() specs to noexcept I've been able to compile and link all of the source files into a dylib. Prior to this substitution the changed functions were calling __cxa_call_unexpected which isn't implemented yet. However in none of these cases do we actaully want __cxa_call_unexpected to be called. Primative buildit script added.
by Howard Hinnant
· 13 years ago