Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated ↵ | Howard Hinnant | 2011-06-22 | 1 | -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 functionality | Marshall Clow | 2011-06-10 | 1 | -0/+367 | |
| | | | | llvm-svn: 132832 | |||||
* | tabs to spaces | Howard Hinnant | 2011-06-07 | 1 | -5/+5 | |
| | | | | llvm-svn: 132729 | |||||
* | Add support for the ARM EABI variant of the __cxa_guard methods, controlled by | Nick Lewycky | 2011-06-07 | 1 | -6/+62 | |
| | | | | | | the LIBCXXABI_ARMEABI macro. llvm-svn: 132723 | |||||
* | Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macro | Marshall Clow | 2011-06-03 | 2 | -0/+36 | |
| | | | | llvm-svn: 132524 | |||||
* | Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, ↵ | Howard Hinnant | 2011-05-24 | 2 | -0/+207 | |
| | | | | | | Howard Hinnant and John McCall llvm-svn: 132009 | |||||
* | initial import | Howard Hinnant | 2011-05-05 | 1 | -0/+14933 | |
llvm-svn: 130921 |