summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a copy-pasta in r214573Jonathan Roelofs2014-08-051-1/+0
* [unwinder] Tell the assembler that functions are functions so that the linker...Jonathan Roelofs2014-08-011-0/+19
* Fix for libc++abi when using -Wl,--as-needed.Dan Albert2014-07-142-0/+8
* Support LLVM_LIBDIR_SUFFIX.Dan Albert2014-07-112-4/+4
* Add support for building and testing the unwinder.Dan Albert2014-07-112-7/+102
* Add lit configs for libcxxabi tests.Dan Albert2014-07-101-7/+1
* Add a cmake build system.Dan Albert2014-07-031-0/+99
* Fix a warning about undeclared call to abort().Dan Albert2014-07-021-1/+3
* Revert the LSDA change to scan_eh_tab.Logan Chien2014-06-301-19/+8
* Silence the implicit signed/unsigned conversion warning.Logan Chien2014-06-272-27/+29
* Silence unused variable and parameter warnings.Logan Chien2014-06-262-3/+9
* Fix linux build.Logan Chien2014-06-261-8/+10
* Add missing header for _LIBUNWIND_LOG().Logan Chien2014-06-261-0/+1
* Fix building for iOSNick Kledzik2014-06-261-1/+1
* Minor libc++abi changes to make things build better with gcc.Nico Weber2014-06-253-1/+3
* Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber2014-06-253-36/+85
* Land support for ARM EHABI unwinding for libunwind.Nico Weber2014-06-258-63/+1596
* Start landing support for ARM EHABI unwinding.Nico Weber2014-06-252-14/+48
* Let libc++abi compile with gcc.Nico Weber2014-05-301-11/+12
* Fix typo in comment.Logan Chien2014-05-141-1/+1
* PR19091: Track whether we're demangling a function template specialization toRichard Smith2014-05-121-11/+29
* Implement ARM EHABI exception handling.Logan Chien2014-05-104-5/+310
* Fixes more incorrect #ifs for SJ/LJ exceptionsJonathan Roelofs2014-05-081-16/+16
* Fix broken build from r208135Jonathan Roelofs2014-05-081-0/+1
* Make libc++abi use the implementation of __numstr from libc++. No functionali...Marshall Clow2014-05-071-127/+6
* On single threaded systems, turn mutexes into nopsJonathan Roelofs2014-05-065-5/+83
* Fix cast warningNick Kledzik2014-04-281-2/+2
* Use return address register from CIE. Move DwarfInstructions::lastRestoreReg...Nick Kledzik2014-04-283-91/+20
* No need to specialize DwarfInstructions::getCFA(). It is the same for all archsNick Kledzik2014-04-281-63/+12
* Properly sign extend delta in compact unwind infoNick Kledzik2014-04-251-2/+3
* Fix one missed use of DW_EH_PE_omit in r203626Nick Kledzik2014-04-251-1/+1
* Fix virtual class with non-virtual dtor complaintDan Albert2014-04-231-0/+1
* Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert2014-04-232-4/+4
* Fixes type of dyldInfo for glibc/bionic systemsDan Albert2014-04-231-1/+1
* Replace bzero with memsetJonathan Roelofs2014-04-161-8/+9
* Properly sign extend sdata2/4 in unwinder. Patch by Patrick WildtNick Kledzik2014-04-121-2/+4
* Properly conditionalize DwarfFDECache<A>::dyldUnloadHook. Patch by Patrick WildtNick Kledzik2014-04-121-0/+2
* Code cleanup and re-indent cxa_exception.hppLogan Chien2014-04-121-54/+55
* The content of .eh_frame may be misaligned, so use memcpy. This is seenJoerg Sonnenberger2014-04-081-7/+31
* Include stdlib.h for getenv when !NDEBUG.Joerg Sonnenberger2014-04-031-0/+1
* Simplify.Joerg Sonnenberger2014-03-201-6/+1
* Fix DW_CFA_GNU_args_size handling. The primary architecture using thisJoerg Sonnenberger2014-03-202-3/+2
* 0 is a valid LSDA encoding and can be seen in statically linkedJoerg Sonnenberger2014-03-111-2/+2
* Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.Anders Carlsson2014-02-171-0/+5
* [libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs2014-02-127-7/+7
* Fix PR17221 - can't catch virtual base classes when throwing derived NULL poi...Marshall Clow2014-02-061-10/+14
* Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, tooMarshall Clow2014-02-051-1/+2
* Use .p2align instead of .alignNick Kledzik2014-01-232-4/+4
* Add missing alignment directives in assemblyNick Kledzik2014-01-232-0/+4
* Don't redefine static_assert()Nick Kledzik2014-01-231-1/+1
OpenPOWER on IntegriCloud