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
*
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
*
Fix libcxxabi's library and object root for tests.
Eric Fiselier
2015-02-11
3
-9
/
+14
*
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
2
-1
/
+9
*
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
8
-39
/
+37
*
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
*
Install header files
Greg Fitzgerald
2015-02-05
1
-0
/
+7
*
Some more -Wundef issues.
Dan Albert
2015-02-05
3
-8
/
+8
*
Enable -Wundef.
Dan Albert
2015-02-05
16
-62
/
+71
*
Whitespace cleanup.
Dan Albert
2015-02-04
2
-63
/
+55
*
Make test require 'linux' instead of 'linux2'
Eric Fiselier
2015-02-03
1
-1
/
+1
*
Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default.
Eric Fiselier
2015-01-26
1
-0
/
+4
*
[libcxxabi] Teach CMake better ways to find the libc++ source directory (and ...
Eric Fiselier
2015-01-22
6
-48
/
+114
*
Enable backtrace_test for ARM.
Logan Chien
2015-01-22
1
-1
/
+0
*
Add -funwind-tables to CMAKE_C_FLAGS.
Logan Chien
2015-01-22
2
-0
/
+6
*
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
2
-0
/
+14
*
Allow libc++abi to be built without unwinder.
Logan Chien
2015-01-22
2
-34
/
+46
*
Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build.
Logan Chien
2015-01-22
2
-22
/
+26
*
Merge libc++abi's lit configuration with libc++'s
Jonathan Roelofs
2015-01-21
6
-288
/
+133
*
Rename all of the tests in preparation for merging lit configs with libcxx
Jonathan Roelofs
2015-01-21
40
-1
/
+1
*
Fix abort_message.cpp for the NDK.
Dan Albert
2015-01-16
1
-3
/
+15
*
LIBCXXABI_TARGET_TRIPLE won't always be set.
Dan Albert
2015-01-16
1
-1
/
+2
*
[libc++abi] Add support for cross compiling.
Dan Albert
2015-01-16
1
-0
/
+7
*
Update PACKAGE_VERSION to 3.7.0svn
Hans Wennborg
2015-01-14
1
-1
/
+1
*
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
5
-24
/
+30
*
Silence warnings in libunwind.
Logan Chien
2014-12-21
2
-6
/
+9
*
[libunwind] improve x86_64 comments in compact_unwind_encoding.h
Nick Kledzik
2014-12-20
1
-3
/
+7
*
[libunwind] fix comment in compact_unwind_encoding.h
Nick Kledzik
2014-12-20
1
-1
/
+1
*
[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.
Dan Albert
2014-12-18
6
-0
/
+79
*
Use the newer python syntax for exceptions
Justin Bogner
2014-12-13
1
-1
/
+1
*
Fix comment on end of #endif to match #if
Eric Fiselier
2014-11-25
1
-1
/
+1
*
Use lit.util.executeCommand instead of our own version
Eric Fiselier
2014-11-25
1
-20
/
+2
[next]