summaryrefslogtreecommitdiff
path: root/libcxxabi/src
Commit message (Expand)AuthorAgeFilesLines
* Rename class __lambda to __lambda_node to avoid clash with gcc. This fixes h...Howard Hinnant2012-09-211-3/+3
* Tweak use of dlopen to be a little more correct and higher performing.Howard Hinnant2012-09-211-1/+1
* I've added Apple-only behavior that looks for libstdc++ in the same process a...Howard Hinnant2012-09-181-6/+44
* Specifically disallow primary-expressions of the form LT_... on the basis of ...Howard Hinnant2012-09-131-0/+4
* Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant2012-08-081-3/+3
* Fixes apple: #12020687. This was a problem in the demangler with templateHoward Hinnant2012-08-031-2/+3
* Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...Howard Hinnant2012-08-011-4/+133
* Andrew Morrow: Mainline clang seems to have recently become more strict about...Howard Hinnant2012-07-291-1/+1
* Andrew Morrow: The variable 't1' on line 10188 of cxa_demangle.cpp is uninit...Howard Hinnant2012-07-291-1/+1
* Don't dereference root in __parse_ctor_dtor_name unless it is known to not be...Howard Hinnant2012-06-151-1/+1
* Fix bug in cxa_demangle involving template substitution.Howard Hinnant2012-05-021-6/+9
* Make __cxa_new_handler un-mangledHoward Hinnant2012-04-281-1/+1
* Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handlerHoward Hinnant2012-04-241-1/+1
* Richard Smith: __int128 is a GNU keyword which clang 3.1 supports. This usag...Howard Hinnant2012-04-181-2/+2
* I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant2012-03-193-4/+39
* I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant2012-03-195-33/+31
* Arm fixes in cxa_personality.cpp and a little refactoring.Howard Hinnant2012-03-171-24/+41
* Less lame "concurrency" supportDave Zarzycki2012-03-152-6/+6
* Be friendly to when dead_strip doesn't workDave Zarzycki2012-03-152-19/+23
* move default handlers to their own file so they can be overridden at build ti...Nick Kledzik2012-03-153-77/+124
* Missed an underscore on the last commit.Howard Hinnant2012-03-141-2/+2
* Enable __arm__ on appleHoward Hinnant2012-03-141-6/+6
* fix crash log magicNick Kledzik2012-03-141-10/+0
* Enable / silence -Wunused-parameter.Howard Hinnant2012-03-093-9/+10
* Enable/silence -Wsign-compare.Howard Hinnant2012-03-081-10/+10
* Enable/silence -Wmissing-field-initializers.Howard Hinnant2012-03-081-0/+15
* Enable/silence -Wunused-variable.Howard Hinnant2012-03-081-0/+1
* Enable/silence -Wconversion.Howard Hinnant2012-03-083-7/+7
* Enable/silence -Wshadow.Howard Hinnant2012-03-081-3/+0
* Enable/silence -Wsign-conversion.Howard Hinnant2012-03-083-242/+322
* First attempt at arm support.Howard Hinnant2012-02-292-8/+51
* Insert a couple of dummy virtual functions to ease low level binary compatibi...Howard Hinnant2012-02-232-0/+5
* And the handlers should be extern C.Howard Hinnant2012-02-231-0/+5
* I had originally made the handler function pointers a static internal detail,...Howard Hinnant2012-02-232-50/+9
* Pedantic fix: missing newline at EOFDave Zarzycki2012-02-221-1/+1
* Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant2012-02-171-0/+122
* Remove outdated information from comment.Howard Hinnant2012-02-171-7/+0
* Work on restricting symbol visibility.Howard Hinnant2012-02-028-57/+81
* Changed a TODO to a 'maybe some time in the future'.Howard Hinnant2012-02-011-1/+2
* Removed DEBUG statements.Howard Hinnant2012-02-012-138/+0
* Remove a TODO regarding where some can_catch are implemented. I opted to mak...Howard Hinnant2012-02-012-10/+1
* Quash a TODO related to catching pointer-to-member. These tests fail on my c...Howard Hinnant2012-02-011-2/+1
* Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant2012-02-011-1/+4
* Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant2012-02-011-1/+4
* Removing a TODO: can_catch is fundamentally different than search_above_dst....Howard Hinnant2012-02-011-2/+0
* Teach exception_cleanup_func about dependent exceptions.Howard Hinnant2012-02-011-6/+3
* Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant2012-02-014-13/+16
* Nothing but polishing comments.Howard Hinnant2012-02-011-8/+27
* Move an error detector to a better place.Howard Hinnant2012-02-011-5/+2
* Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...Howard Hinnant2012-01-311-2/+4