aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Improve logging of aborts for Android.Dan Albert1-2/+21
2014-08-18libcxxabi must link to dl if using bundled unwindJonathan Roelofs2-0/+2
2014-08-12Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6Hans Wennborg1-1/+1
2014-08-05Update CREDITS.txt with the list of folks who worked on ARM EHABI supportJonathan Roelofs1-0/+25
2014-08-05Fix a copy-pasta in r214573Jonathan Roelofs1-1/+0
2014-08-01[unwinder] Tell the assembler that functions are functions so that the linker...Jonathan Roelofs1-0/+19
2014-07-16libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.Nico Weber2-5/+1
2014-07-14Fix for libc++abi when using -Wl,--as-needed.Dan Albert3-0/+10
2014-07-11Support LLVM_LIBDIR_SUFFIX.Dan Albert2-4/+4
2014-07-11Add support for building and testing the unwinder.Dan Albert6-8/+124
2014-07-10Make cmake cxxflags match those in lib/buildit.Dan Albert2-11/+32
2014-07-10Add lit configs for libcxxabi tests.Dan Albert6-9/+321
2014-07-03Add a cmake build system.Dan Albert4-0/+355
2014-07-02Fix a warning about undeclared call to abort().Dan Albert1-1/+3
2014-06-30Revert the LSDA change to scan_eh_tab.Logan Chien1-19/+8
2014-06-27Silence the implicit signed/unsigned conversion warning.Logan Chien2-27/+29
2014-06-26Silence unused variable and parameter warnings.Logan Chien2-3/+9
2014-06-26Fix linux build.Logan Chien1-8/+10
2014-06-26Add missing header for _LIBUNWIND_LOG().Logan Chien1-0/+1
2014-06-26Fix building for iOSNick Kledzik1-1/+1
2014-06-25Minor libc++abi changes to make things build better with gcc.Nico Weber3-1/+3
2014-06-25Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber3-36/+85
2014-06-25Land support for ARM EHABI unwinding for libunwind.Nico Weber10-83/+1636
2014-06-25Start landing support for ARM EHABI unwinding.Nico Weber5-17/+75
2014-06-11Add a FAQ section, with a question about why the std::exception class destruc...Marshall Clow1-0/+16
2014-06-03Add test case for inherited exceptionsJonathan Roelofs1-0/+165
2014-05-31Add EH test case checking that handlers in noexcept functions can still unwindJonathan Roelofs1-0/+34
2014-05-31Add EH test cases corresponding to C++ ABI # 15.3.3Jonathan Roelofs1-0/+444
2014-05-30Let libc++abi compile with gcc.Nico Weber1-11/+12
2014-05-14Fix typo in comment.Logan Chien1-1/+1
2014-05-12PR19091: Track whether we're demangling a function template specialization toRichard Smith2-11/+31
2014-05-10Implement ARM EHABI exception handling.Logan Chien7-18/+462
2014-05-10Check exception specification with __cplusplus.Logan Chien1-1/+1
2014-05-08Fixes more incorrect #ifs for SJ/LJ exceptionsJonathan Roelofs2-19/+19
2014-05-08Fix broken build from r208135Jonathan Roelofs1-0/+1
2014-05-07Make libc++abi use the implementation of __numstr from libc++. No functionali...Marshall Clow1-127/+6
2014-05-06On single threaded systems, turn mutexes into nopsJonathan Roelofs6-8/+96
2014-05-04Try harder to get the compiler to use float registers in differentJoerg Sonnenberger1-8/+26
2014-05-03Don't use bash features.Joerg Sonnenberger1-16/+16
2014-04-29Add unwind test case that checks restoring of float registers (such as on AAr...Nick Kledzik1-0/+239
2014-04-28Fix cast warningNick Kledzik1-2/+2
2014-04-28Use return address register from CIE. Move DwarfInstructions::lastRestoreReg...Nick Kledzik3-91/+20
2014-04-28No need to specialize DwarfInstructions::getCFA(). It is the same for all archsNick Kledzik1-63/+12
2014-04-25Properly sign extend delta in compact unwind infoNick Kledzik1-2/+3
2014-04-25Fix one missed use of DW_EH_PE_omit in r203626Nick Kledzik1-1/+1
2014-04-24Remove unused/obsolete ARM64 constantsNick Kledzik1-10/+1
2014-04-23Fix virtual class with non-virtual dtor complaintDan Albert1-0/+1
2014-04-23Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert3-5/+5
2014-04-23Fixes type of dyldInfo for glibc/bionic systemsDan Albert1-1/+1
2014-04-16Replace bzero with memsetJonathan Roelofs1-8/+9