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
Commit message (
Expand
)
Author
Age
Files
Lines
*
unwind: clean up more -Wformat warnings
Saleem Abdulrasool
2015-02-11
2
-46
/
+56
*
unwind: clean up straggling -Wundef warning
Saleem Abdulrasool
2015-02-11
1
-0
/
+4
*
unwind: silence -Wconversion warnings
Saleem Abdulrasool
2015-02-11
2
-6
/
+8
*
unwind: improve compilation on Linux with gcc
Saleem Abdulrasool
2015-02-10
1
-23
/
+24
*
unwind: clean up some stray semicolons
Saleem Abdulrasool
2015-02-10
2
-2
/
+2
*
unwind: clean up -Wundef warnings
Saleem Abdulrasool
2015-02-10
2
-14
/
+14
*
unwind: fix -Wformat warnings from gcc
Saleem Abdulrasool
2015-02-10
3
-95
/
+98
*
Unwind: hoist placement delete into base class
Saleem Abdulrasool
2015-02-06
1
-2
/
+4
*
Unwind: replace pure virtual functions with aborts
Saleem Abdulrasool
2015-02-06
1
-17
/
+33
*
unwind: use -fno-rtti -fno-exceptions -funwind-tables
Saleem Abdulrasool
2015-02-06
1
-1
/
+7
*
Fix build for apple machines.
Matthias Braun
2015-02-06
1
-2
/
+2
*
Fix build.
Dan Albert
2015-02-06
1
-2
/
+0
*
Revert "indicate tag type in C"
Saleem Abdulrasool
2015-02-05
2
-9
/
+9
*
[libcxxabi] Fix -Werror build for 32-bit non-ARM.
Dan Albert
2015-02-05
4
-15
/
+13
*
Formatting fixes.
Dan Albert
2015-02-05
3
-36
/
+34
*
Fix compilation of unwind on Darwin-x86_64
Saleem Abdulrasool
2015-02-05
1
-0
/
+4
*
Silence some -Wundef warnings
Saleem Abdulrasool
2015-02-05
2
-4
/
+4
*
Silence warning about loss of precision
Saleem Abdulrasool
2015-02-05
1
-1
/
+1
*
indicate tag type in C
Saleem Abdulrasool
2015-02-05
2
-9
/
+9
*
Some more -Wundef issues.
Dan Albert
2015-02-05
2
-7
/
+7
*
Enable -Wundef.
Dan Albert
2015-02-05
11
-52
/
+59
*
Force unwind frame with user-defined personality.
Logan Chien
2015-01-22
4
-69
/
+109
*
Fix _Unwind_Backtrace for libc++abi built with libgcc.
Logan Chien
2015-01-22
1
-0
/
+12
*
Allow libc++abi to be built without unwinder.
Logan Chien
2015-01-22
1
-34
/
+41
*
Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build.
Logan Chien
2015-01-22
1
-22
/
+0
*
Fix abort_message.cpp for the NDK.
Dan Albert
2015-01-16
1
-3
/
+15
*
Fix some formatting I messed up in r225187.
Dan Albert
2015-01-05
1
-1
/
+1
*
Make the Unwinder -Werror clean.
Dan Albert
2015-01-05
5
-95
/
+110
*
Typo.
Joerg Sonnenberger
2015-01-04
1
-1
/
+1
*
[cmake/multilib] Teach libc++abi's CMake build to support multilib
Chandler Carruth
2014-12-29
1
-2
/
+2
*
Silence warnings in libunwind.
Logan Chien
2014-12-21
2
-6
/
+9
*
[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.
Dan Albert
2014-12-18
2
-0
/
+36
*
[libcxxabi] Refactor building and testing libc++abi without threads
Eric Fiselier
2014-11-24
1
-1
/
+3
*
[libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.
Eric Fiselier
2014-11-24
1
-7
/
+11
*
[libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to s...
Eric Fiselier
2014-11-18
2
-18
/
+18
*
Make sure only NEON enabled devices save/restore D16+ registers
Renato Golin
2014-11-07
2
-2
/
+2
*
Correctly export _Unwind_[GS]et(GR|IP) for EHABI.
Dan Albert
2014-10-13
3
-2
/
+24
*
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
1
-0
/
+5
*
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
5
-15
/
+13
*
Allow LIBCXXABI_SINGLE_THREADED to be defined by build scripts
Jonathan Roelofs
2014-09-02
1
-1
/
+2
*
Make _Unwind_Backtrace() work on ARM.
Dan Albert
2014-08-29
4
-27
/
+91
*
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
1
-0
/
+1
[next]