index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxxabi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __atomic_exchange_n instead of Clang's __sync_swap
Reid Kleckner
2014-10-03
2
-8
/
+10
*
Support Cortex-m0
Jonathan Roelofs
2014-10-02
3
-21
/
+70
*
Adding ABI support for __cxa_throw_bad_array_new_length.
Aaron Ballman
2014-09-11
4
-0
/
+48
*
ARM Unwind syntax
Renato Golin
2014-09-11
2
-6
/
+30
*
Implement post-review comments for r216730
Jonathan Roelofs
2014-09-09
1
-2
/
+16
*
Remove an unused typedef from __class_type_info::search_below_dst
Alexander Potapenko
2014-09-08
1
-1
/
+0
*
Use correct __ARM_ARCH macro
Renato Golin
2014-09-07
2
-2
/
+2
*
s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...
Jonathan Roelofs
2014-09-05
6
-18
/
+16
*
Allow LIBCXXABI_SINGLE_THREADED to be defined by build scripts
Jonathan Roelofs
2014-09-02
1
-1
/
+2
*
Add missing include to a test case.
Dan Albert
2014-08-29
1
-0
/
+1
*
Make _Unwind_Backtrace() work on ARM.
Dan Albert
2014-08-29
6
-31
/
+152
*
Remove strict dependency on llvm-config.
Dan Albert
2014-08-26
1
-22
/
+20
*
Add baremetal ARM support to libcxxabi/libunwind
Jonathan Roelofs
2014-08-21
3
-2
/
+40
*
Improve logging of aborts for Android.
Dan Albert
2014-08-19
1
-2
/
+21
*
libcxxabi must link to dl if using bundled unwind
Jonathan Roelofs
2014-08-18
2
-0
/
+2
*
Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6
Hans Wennborg
2014-08-12
1
-1
/
+1
*
Update CREDITS.txt with the list of folks who worked on ARM EHABI support
Jonathan Roelofs
2014-08-05
1
-0
/
+25
*
Fix a copy-pasta in r214573
Jonathan Roelofs
2014-08-05
1
-1
/
+0
*
[unwinder] Tell the assembler that functions are functions so that the linker...
Jonathan Roelofs
2014-08-01
1
-0
/
+19
*
libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.
Nico Weber
2014-07-16
2
-5
/
+1
*
Fix for libc++abi when using -Wl,--as-needed.
Dan Albert
2014-07-14
3
-0
/
+10
*
Support LLVM_LIBDIR_SUFFIX.
Dan Albert
2014-07-11
2
-4
/
+4
*
Add support for building and testing the unwinder.
Dan Albert
2014-07-11
6
-8
/
+124
*
Make cmake cxxflags match those in lib/buildit.
Dan Albert
2014-07-10
2
-11
/
+32
*
Add lit configs for libcxxabi tests.
Dan Albert
2014-07-10
6
-9
/
+321
*
Add a cmake build system.
Dan Albert
2014-07-03
4
-0
/
+355
*
Fix a warning about undeclared call to abort().
Dan Albert
2014-07-02
1
-1
/
+3
*
Revert the LSDA change to scan_eh_tab.
Logan Chien
2014-06-30
1
-19
/
+8
*
Silence the implicit signed/unsigned conversion warning.
Logan Chien
2014-06-27
2
-27
/
+29
*
Silence unused variable and parameter warnings.
Logan Chien
2014-06-26
2
-3
/
+9
*
Fix linux build.
Logan Chien
2014-06-26
1
-8
/
+10
*
Add missing header for _LIBUNWIND_LOG().
Logan Chien
2014-06-26
1
-0
/
+1
*
Fix building for iOS
Nick Kledzik
2014-06-26
1
-1
/
+1
*
Minor libc++abi changes to make things build better with gcc.
Nico Weber
2014-06-25
3
-1
/
+3
*
Update libc++abi to use the ARM EHABI unwinder from its libunwind.
Nico Weber
2014-06-25
3
-36
/
+85
*
Land support for ARM EHABI unwinding for libunwind.
Nico Weber
2014-06-25
10
-83
/
+1636
*
Start landing support for ARM EHABI unwinding.
Nico Weber
2014-06-25
5
-17
/
+75
*
Add a FAQ section, with a question about why the std::exception class destruc...
Marshall Clow
2014-06-11
1
-0
/
+16
*
Add test case for inherited exceptions
Jonathan Roelofs
2014-06-03
1
-0
/
+165
*
Add EH test case checking that handlers in noexcept functions can still unwind
Jonathan Roelofs
2014-05-31
1
-0
/
+34
*
Add EH test cases corresponding to C++ ABI # 15.3.3
Jonathan Roelofs
2014-05-31
1
-0
/
+444
*
Let libc++abi compile with gcc.
Nico Weber
2014-05-30
1
-11
/
+12
*
Fix typo in comment.
Logan Chien
2014-05-14
1
-1
/
+1
*
PR19091: Track whether we're demangling a function template specialization to
Richard Smith
2014-05-12
2
-11
/
+31
*
Implement ARM EHABI exception handling.
Logan Chien
2014-05-10
7
-18
/
+462
*
Check exception specification with __cplusplus.
Logan Chien
2014-05-10
1
-1
/
+1
*
Fixes more incorrect #ifs for SJ/LJ exceptions
Jonathan Roelofs
2014-05-08
2
-19
/
+19
*
Fix broken build from r208135
Jonathan Roelofs
2014-05-08
1
-0
/
+1
*
Make libc++abi use the implementation of __numstr from libc++. No functionali...
Marshall Clow
2014-05-07
1
-127
/
+6
*
On single threaded systems, turn mutexes into nops
Jonathan Roelofs
2014-05-06
6
-8
/
+96
[next]