summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src
Commit message (Collapse)AuthorAgeFilesLines
...
* In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated ↵Howard Hinnant2011-06-221-38/+77
| | | | | | understanding and sync with updated clang mangling. Also fix think-o in __parse_encoding enabling the parsing of trailing .eh and .b. llvm-svn: 133632
* Implement vector new and delete functionalityMarshall Clow2011-06-101-0/+367
| | | | llvm-svn: 132832
* tabs to spacesHoward Hinnant2011-06-071-5/+5
| | | | llvm-svn: 132729
* Add support for the ARM EABI variant of the __cxa_guard methods, controlled byNick Lewycky2011-06-071-6/+62
| | | | | | the LIBCXXABI_ARMEABI macro. llvm-svn: 132723
* Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macroMarshall Clow2011-06-032-0/+36
| | | | llvm-svn: 132524
* Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, ↵Howard Hinnant2011-05-242-0/+207
| | | | | | Howard Hinnant and John McCall llvm-svn: 132009
* initial importHoward Hinnant2011-05-051-0/+14933
llvm-svn: 130921
OpenPOWER on IntegriCloud