summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* reformatted to match Clang style; thanks to John McCall for the nudgeMarshall Clow2011-08-151-100/+109
* demangler: Drop preceeding () from function types, but not from pointers and ...Howard Hinnant2011-08-122-1/+103
* First cut at exception handling; missing dependent exceptions. Next step: testsMarshall Clow2011-08-091-7/+224
* Silence some -Wall warnings pointed out by Marshall ClowHoward Hinnant2011-08-082-53/+1
* Remove include reference to non-existant file cxa_exception_storage.hppMarshall Clow2011-08-081-1/+0
* make cxxabi.h safe for C code to includeNick Kledzik2011-08-021-0/+4
* use LIBCXXABI_NORETURNNick Kledzik2011-08-021-2/+5
* make LIBCXXABI_NORETURN be the right attributeNick Kledzik2011-08-021-1/+1
* use abort_message() for pthread errors in __cxa_get_globalsNick Kledzik2011-08-021-9/+15
* use abort_message()Nick Kledzik2011-08-021-7/+3
* move abort_message() to its own fileNick Kledzik2011-08-021-7/+1
* add abort_message() utility functionNick Kledzik2011-08-022-0/+75
* Added kledzik to CREDITS.TXTNick Kledzik2011-08-021-0/+3
* Updated commentsMarshall Clow2011-07-251-2/+2
* Added copyright headerMarshall Clow2011-07-201-0/+14
* Update status: http://libcxxabi.llvm.org/spec.html . Looking good! :-)Howard Hinnant2011-07-202-64/+60
* Memory manangement routines for exception objectsMarshall Clow2011-07-203-0/+448
* Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow2011-07-203-0/+240
* Fixed struct/class mismatch for std::type_info and added NORETURN flagsMarshall Clow2011-07-201-3/+3
* Update by Marshall ClowHoward Hinnant2011-07-181-4/+6
* A stawman specification for libc++abi and status pageHoward Hinnant2011-07-142-1/+978
* In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant2011-06-223-40/+80
* Clean up the vector testsMarshall Clow2011-06-132-43/+50
* Implement vector new and delete functionalityMarshall Clow2011-06-104-0/+747
* Added Marshall to CREDITS.TXT as requestedMarshall Clow2011-06-081-0/+6
* tabs to spacesHoward Hinnant2011-06-073-39/+39
* Add support for the ARM EABI variant of the __cxa_guard methods, controlled byNick Lewycky2011-06-072-6/+68
* Add more tests for cxa_guard methods. This includes our first two tests usingNick Lewycky2011-06-041-0/+75
* Tests for bad_typeid and bad_castMarshall Clow2011-06-031-0/+64
* Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macroMarshall Clow2011-06-033-4/+42
* Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant2011-05-244-0/+269
* Add goalHoward Hinnant2011-05-191-0/+1
* Fix think-oHoward Hinnant2011-05-191-1/+0
* testingHoward Hinnant2011-05-191-1/+1
* testingHoward Hinnant2011-05-191-1/+1
* Add Mac OS X as supported platform.Howard Hinnant2011-05-191-1/+1
* Add Mac OS X as supported platform.Howard Hinnant2011-05-191-0/+1
* initial importHoward Hinnant2011-05-059-0/+45145
OpenPOWER on IntegriCloud