aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2011-08-15reformatted to match Clang style; thanks to John McCall for the nudgeMarshall Clow1-100/+109
2011-08-12demangler: Drop preceeding () from function types, but not from pointers and ...Howard Hinnant2-1/+103
2011-08-09First cut at exception handling; missing dependent exceptions. Next step: testsMarshall Clow1-7/+224
2011-08-08Silence some -Wall warnings pointed out by Marshall ClowHoward Hinnant2-53/+1
2011-08-08Remove include reference to non-existant file cxa_exception_storage.hppMarshall Clow1-1/+0
2011-08-02make cxxabi.h safe for C code to includeNick Kledzik1-0/+4
2011-08-02use LIBCXXABI_NORETURNNick Kledzik1-2/+5
2011-08-02make LIBCXXABI_NORETURN be the right attributeNick Kledzik1-1/+1
2011-08-02use abort_message() for pthread errors in __cxa_get_globalsNick Kledzik1-9/+15
2011-08-02use abort_message()Nick Kledzik1-7/+3
2011-08-02move abort_message() to its own fileNick Kledzik1-7/+1
2011-08-02add abort_message() utility functionNick Kledzik2-0/+75
2011-08-02Added kledzik to CREDITS.TXTNick Kledzik1-0/+3
2011-07-25Updated commentsMarshall Clow1-2/+2
2011-07-20Added copyright headerMarshall Clow1-0/+14
2011-07-20Update status: http://libcxxabi.llvm.org/spec.html . Looking good! :-)Howard Hinnant2-64/+60
2011-07-20Memory manangement routines for exception objectsMarshall Clow3-0/+448
2011-07-20Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow3-0/+240
2011-07-20Fixed struct/class mismatch for std::type_info and added NORETURN flagsMarshall Clow1-3/+3
2011-07-18Update by Marshall ClowHoward Hinnant1-4/+6
2011-07-14A stawman specification for libc++abi and status pageHoward Hinnant2-1/+978
2011-06-22In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant3-40/+80
2011-06-13Clean up the vector testsMarshall Clow2-43/+50
2011-06-10Implement vector new and delete functionalityMarshall Clow4-0/+747
2011-06-08Added Marshall to CREDITS.TXT as requestedMarshall Clow1-0/+6
2011-06-07tabs to spacesHoward Hinnant3-39/+39
2011-06-07Add support for the ARM EABI variant of the __cxa_guard methods, controlled byNick Lewycky2-6/+68
2011-06-04Add more tests for cxa_guard methods. This includes our first two tests usingNick Lewycky1-0/+75
2011-06-03Tests for bad_typeid and bad_castMarshall Clow1-0/+64
2011-06-03Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macroMarshall Clow3-4/+42
2011-05-24Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant4-0/+269
2011-05-19Add goalHoward Hinnant1-0/+1
2011-05-19Fix think-oHoward Hinnant1-1/+0
2011-05-19testingHoward Hinnant1-1/+1
2011-05-19testingHoward Hinnant1-1/+1
2011-05-19Add Mac OS X as supported platform.Howard Hinnant1-1/+1
2011-05-19Add Mac OS X as supported platform.Howard Hinnant1-0/+1
2011-05-05initial importHoward Hinnant9-0/+45145