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
*
Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL.
Nico Weber
2015-09-20
1
-0
/
+24
*
EH: fix register usage for SjLj
Saleem Abdulrasool
2015-09-20
1
-5
/
+8
*
[libcxxabi] Add "install-libcxxabi" target.
Eric Fiselier
2015-08-19
1
-2
/
+10
*
[AArch64] Quick fix for cxa demangler
Renato Golin
2015-08-19
1
-1
/
+1
*
[libcxxabi][mips] Correct float_data::mangled_size for all ABI's.
Daniel Sanders
2015-07-30
1
-1
/
+3
*
Remove include directive for the unused libunwind_ext.h.
Logan Chien
2015-07-12
1
-4
/
+0
*
fallback_malloc: silence conversion warning (NFC)
Saleem Abdulrasool
2015-06-03
1
-4
/
+4
*
fallback_malloc: silence qual-cast warning (NFC)
Saleem Abdulrasool
2015-06-03
1
-1
/
+1
*
Implement uncaught_exceptions() to get a count, rather than a bool. Update th...
Marshall Clow
2015-06-02
1
-3
/
+6
*
libcxx: Switch to use __gnu_unwind_frame() for libunwind.
Logan Chien
2015-05-29
1
-32
/
+2
*
Make sure !empty() before calling String::front().
Chaoren Lin
2015-05-26
1
-4
/
+7
*
Disallow conversions from function pointers to void*.
Eric Fiselier
2015-05-01
1
-3
/
+7
*
libc++abi: work around layering violation
Saleem Abdulrasool
2015-04-28
1
-1
/
+1
*
libc++abi: remove unused variable
Saleem Abdulrasool
2015-04-27
1
-2
/
+1
*
libc++abi: clear up some -Wqual-cast warnings
Saleem Abdulrasool
2015-04-27
2
-3
/
+2
*
libc++abi: silence some warnings
Saleem Abdulrasool
2015-04-27
1
-1
/
+1
*
libc++abi: remove the duplicated unwind content
Saleem Abdulrasool
2015-04-24
22
-10394
/
+0
*
Declare __cxa_new_handler as extern "C", or it declares a new variable
Reid Kleckner
2015-04-15
1
-1
/
+1
*
[libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...
Eric Fiselier
2015-04-06
1
-5
/
+3
*
[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...
Eric Fiselier
2015-04-02
2
-0
/
+98
*
Also use dl_iterate_phdr() on CloudABI.
Ed Schouten
2015-03-31
1
-1
/
+1
*
Don't print debugging messages to stdout.
Ed Schouten
2015-03-19
1
-18
/
+18
*
Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofs
Eric Fiselier
2015-03-10
1
-1
/
+1
*
[libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()
Eric Fiselier
2015-03-10
1
-12
/
+20
*
Unwind: define more interfaces more often
Saleem Abdulrasool
2015-03-09
1
-40
/
+36
*
Unwind: always define unwind APIs
Saleem Abdulrasool
2015-03-09
1
-4
/
+0
*
Unwind: remove unnecessary check
Saleem Abdulrasool
2015-03-07
1
-1
/
+0
*
Unwind: tweak register handling for AArch64
Saleem Abdulrasool
2015-03-07
2
-22
/
+22
*
Fix build with GCC:
Nick Lewycky
2015-03-05
3
-1
/
+17
*
[libcxxabi] Build both static and shared versions of libc++abi by default.
Eric Fiselier
2015-03-03
1
-24
/
+44
*
Unwind: make it build on Darwin again
Saleem Abdulrasool
2015-02-28
1
-2
/
+5
*
Add .eh_frame_hdr search to Linux unwinder.
Dan Albert
2015-02-27
4
-10
/
+242
*
Unwind: clean up some GCC warnings
Saleem Abdulrasool
2015-02-26
2
-8
/
+9
*
Add .fpu directives to ARM unwind save & restore functions.
Jonathan Roelofs
2015-02-24
2
-36
/
+6
*
Do not add -fno-exceptions without -funwind-tables
Sergey Dmitrouk
2015-02-16
1
-2
/
+9
*
Moar post-commit review.
Jonathan Roelofs
2015-02-14
1
-1
/
+1
*
Address post-commit review comments
Jonathan Roelofs
2015-02-14
1
-0
/
+3
*
Make the unwinder build on thumbv6-m with the integrated assembler.
Jonathan Roelofs
2015-02-14
1
-0
/
+4
*
unwind: always export unw_local_addr_space
Saleem Abdulrasool
2015-02-13
1
-5
/
+4
*
unwind: use sizeof() instead of hardcoded sizes
Saleem Abdulrasool
2015-02-13
2
-10
/
+15
*
Don't use bzero() and strcpy().
Ed Schouten
2015-02-13
3
-16
/
+21
*
unwind: use explicit memcpy for register saving
Saleem Abdulrasool
2015-02-12
1
-6
/
+19
*
unwind: move exported APIs out of header
Saleem Abdulrasool
2015-02-12
1
-41
/
+72
*
unwind: tweak inclusion ordering to work around GCC
Saleem Abdulrasool
2015-02-11
2
-0
/
+5
*
unwind: clean up some -Werror=return-type warnings
Saleem Abdulrasool
2015-02-11
1
-17
/
+16
*
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
[next]