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
*
Make sure !empty() before calling String::front().
Chaoren Lin
2015-05-26
1
-4
/
+7
*
LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and fin...
Anton Korobeynikov
2015-05-09
1
-2
/
+3
*
Typos
Anton Korobeynikov
2015-05-08
1
-2
/
+2
*
Fix "TODO" and provide the configure-time options to find libunwind.
Anton Korobeynikov
2015-05-08
1
-5
/
+30
*
Disallow conversions from function pointers to void*.
Eric Fiselier
2015-05-01
2
-3
/
+23
*
Fix syntax error in CMake created when a variable is not defined.
Eric Fiselier
2015-04-29
1
-2
/
+2
*
libc++abi: work around layering violation
Saleem Abdulrasool
2015-04-28
2
-1
/
+5
*
libc++abi: try harder to force the LLVM unwinder on ARM
Saleem Abdulrasool
2015-04-28
1
-8
/
+3
*
libc++abi: enable LLVM unwinder by default for ARM
Saleem Abdulrasool
2015-04-27
1
-1
/
+6
*
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 build infrastructure for unwind
Saleem Abdulrasool
2015-04-25
1
-5
/
+3
*
libc++abi: move tests back
Saleem Abdulrasool
2015-04-24
6
-0
/
+771
*
libc++abi: remove the duplicated unwind content
Saleem Abdulrasool
2015-04-24
32
-12473
/
+2
*
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
4
-17
/
+118
*
[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...
Eric Fiselier
2015-04-02
5
-4
/
+395
*
Revert r228351 - Dont install header files.
Eric Fiselier
2015-04-01
1
-7
/
+0
*
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
*
Let libc++'s LIT configuration setup our linker paths and env.
Eric Fiselier
2015-03-17
2
-18
/
+2
*
add option to tell LIT where to find the libc++ library when built out of tree
Eric Fiselier
2015-03-17
3
-2
/
+9
*
Update copyright year to 2015.
Renato Golin
2015-03-12
1
-1
/
+1
*
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
3
-25
/
+50
*
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
*
Add remote testing support to the lit config
Jonathan Roelofs
2015-02-26
2
-0
/
+6
*
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
*
Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length ...
Eric Fiselier
2015-02-21
1
-0
/
+9
*
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
2
-6
/
+6
*
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
2
-66
/
+73
*
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
[next]