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
/
src
/
cxa_exception.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC][libc++abi] Convert stray tabs to spaces
Louis Dionne
2019-10-02
1
-9
/
+9
*
[libc++abi] Remove uses of C++ headers when possible
Louis Dionne
2019-10-01
1
-6
/
+5
*
[NFC][libc++abi] Remove trailing whitespace from sources
Louis Dionne
2019-10-01
1
-21
/
+21
*
libcxxabi: Rename .hpp files to .h
Nico Weber
2019-08-12
1
-2
/
+2
*
[NFC] Correct outdated links to the Itanium C++ ABI documentation
Louis Dionne
2019-04-11
1
-1
/
+1
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...
Marshall Clow
2018-10-10
1
-15
/
+30
*
Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build system
Nico Weber
2018-04-29
1
-2
/
+0
*
[libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions.
Eli Friedman
2018-04-16
1
-2
/
+3
*
[CFI] Disable CFI checks for __cxa_decrement_exception_refcount
Vlad Tsyrklevich
2018-04-09
1
-2
/
+2
*
Fix compilation in C++17 mode.
Richard Smith
2018-02-07
1
-0
/
+2
*
Insert padding before the __cxa_exception header to ensure the thrown
Akira Hatanaka
2017-11-28
1
-4
/
+36
*
Fix ASAN build with older compiler-rt versions.
Eric Fiselier
2017-09-14
1
-3
/
+2
*
[libc++abi] Fix ASAN build with older compiler-rt versions.
Eric Fiselier
2017-09-14
1
-1
/
+2
*
Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return"
Petr Hosek
2017-09-13
1
-0
/
+10
*
Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...
Petr Hosek
2017-09-06
1
-10
/
+0
*
[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return
Petr Hosek
2017-09-06
1
-0
/
+10
*
Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...
Petr Hosek
2017-08-16
1
-10
/
+0
*
[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return
Petr Hosek
2017-08-16
1
-0
/
+10
*
[libc++abi] Delete config.h
Shoaib Meenai
2017-03-30
1
-1
/
+0
*
[libcxxabi] Fix alignment of allocated exceptions in 32 bit builds
Eric Fiselier
2017-03-04
1
-10
/
+14
*
[libcxxabi] Clean up macro usage.
Ranjeet Singh
2017-03-01
1
-4
/
+4
*
[libc++abi] Clean up visibility
Shoaib Meenai
2017-03-01
1
-15
/
+9
*
Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.
Eric Fiselier
2017-03-01
1
-7
/
+7
*
[libcxxabi] Introduce an externally threaded libc++abi variant.
Asiri Rathnayake
2017-01-03
1
-1
/
+0
*
[libcxxabi] Refactor pthread usage into a separate API
Asiri Rathnayake
2016-10-13
1
-0
/
+1
*
Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...
Igor Kudrin
2016-10-07
1
-22
/
+6
*
Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...
Igor Kudrin
2016-09-29
1
-6
/
+22
*
[libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...
Igor Kudrin
2016-09-29
1
-22
/
+6
*
[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)
Asiri Rathnayake
2016-09-21
1
-1
/
+1
*
Fix ARM __cxa_end_cleanup() and gc-sections.
Logan Chien
2015-12-22
1
-1
/
+1
*
ibc++abi: mark visibility
Saleem Abdulrasool
2015-12-04
1
-12
/
+14
*
c++abi: whitespace adjustment
Saleem Abdulrasool
2015-12-04
1
-26
/
+12
*
c++abi: use __builtin_offsetof instead of offsetof
Saleem Abdulrasool
2015-11-18
1
-8
/
+9
*
Implement uncaught_exceptions() to get a count, rather than a bool. Update th...
Marshall Clow
2015-06-02
1
-3
/
+6
*
Formatting fixes.
Dan Albert
2015-02-05
1
-5
/
+3
*
Enable -Wundef.
Dan Albert
2015-02-05
1
-3
/
+3
*
s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...
Jonathan Roelofs
2014-09-05
1
-1
/
+1
*
Update libc++abi to use the ARM EHABI unwinder from its libunwind.
Nico Weber
2014-06-25
1
-2
/
+11
*
Implement ARM EHABI exception handling.
Logan Chien
2014-05-10
1
-0
/
+95
*
On single threaded systems, turn mutexes into nops
Jonathan Roelofs
2014-05-06
1
-2
/
+4
*
Fixes incorrect #ifs for SJ/LJ exceptions
Dan Albert
2014-04-23
1
-3
/
+3
*
[libcxxabi] Fix broken codesourcery.com links in comments
Jonathan Roelofs
2014-02-12
1
-1
/
+1
*
Demangler update: This now demangles many more (all?) C++11 symbols. Demang...
Howard Hinnant
2013-06-17
1
-1
/
+1
*
Bruce Mitchener: Typo fixes.
Howard Hinnant
2013-02-15
1
-2
/
+2
*
First attempt at arm support.
Howard Hinnant
2012-02-29
1
-2
/
+2
*
Work on restricting symbol visibility.
Howard Hinnant
2012-02-02
1
-0
/
+4
*
Teach exception_cleanup_func about dependent exceptions.
Howard Hinnant
2012-02-01
1
-6
/
+3
*
Treat all exceptions except that the ones that this library throws as foreign...
Howard Hinnant
2012-02-01
1
-2
/
+2
*
Removed debugging print statements
Howard Hinnant
2012-01-30
1
-9
/
+0
[next]