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
*
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
*
[demangler] Fix some more -Wshadow warnings I missed in r310535
Erik Pilkington
2017-08-10
1
-3
/
+3
*
[demangler] Fix a bunch of -Wshadow warnings
Erik Pilkington
2017-08-09
1
-105
/
+105
*
Mark test as unsupported c++98/03 to fix buildbots
Erik Pilkington
2017-08-09
1
-0
/
+2
*
[demangler] Improve representation of substitutions/templates
Erik Pilkington
2017-08-09
2
-190
/
+387
*
[demangler] Rename some variables, NFC
Erik Pilkington
2017-08-08
1
-662
/
+662
*
[libc++abi] Use proper calling convention for TLS destructor
Shoaib Meenai
2017-08-08
1
-1
/
+1
*
[demangler] Fix another oss-fuzz bug
Erik Pilkington
2017-08-06
2
-1
/
+2
*
[demangler] Fix another bug found by oss-fuzz in r309340
Erik Pilkington
2017-08-01
2
-0
/
+3
*
[demangler] Use _LIBCPP_UNREACHABLE()
Erik Pilkington
2017-08-01
1
-2
/
+2
*
libcxxabi: Suppress LLVM_ENABLE_MODULES
NAKAMURA Takumi
2017-07-31
1
-0
/
+6
*
[demangler] Fix some bugs in r309340 found by oss-fuzz
Erik Pilkington
2017-07-30
2
-7
/
+27
*
[demangler] Fix some overzealous -Wreturn-type errors
Erik Pilkington
2017-07-28
1
-0
/
+2
*
[demangler] Attempt to fix linux bots, include <cstdio>
Erik Pilkington
2017-07-28
1
-0
/
+1
*
[demangler] Use an AST to represent demangled names
Erik Pilkington
2017-07-28
2
-925
/
+1981
*
Update version to 6.0.0svn
Hans Wennborg
2017-07-19
1
-1
/
+1
*
[demangler] Respect try_to_parse_template_args
Erik Pilkington
2017-07-13
2
-10
/
+14
*
Remove dependancy on __refstring header; use local copy instead.
Eric Fiselier
2017-07-12
2
-1
/
+132
*
[libcxxabi][CMake] Add install path variable to allow overriding the destination
Petr Hosek
2017-07-11
2
-2
/
+9
*
[Demangler] NFC: Don't make the parse_* functions templates
Erik Pilkington
2017-07-08
1
-180
/
+117
*
[Demangler] NFC: Move Db struct to beginning of file
Erik Pilkington
2017-07-08
1
-207
/
+206
*
Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behavior
Eric Fiselier
2017-07-06
1
-1
/
+5
*
Add some catch(...) blocks to the tests so that if they fail, we get a good e...
Marshall Clow
2017-06-22
1
-0
/
+13
*
Use _LIBCPP_FALLTHROUGH() to avoid warnings about [[gnu::fallthrough]] being ...
Eric Fiselier
2017-06-15
1
-1
/
+1
*
Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 ...
Ismail Donmez
2017-06-13
1
-0
/
+2
*
build: use cmake to pass -std=c++11
Saleem Abdulrasool
2017-06-11
2
-5
/
+18
*
build: use POSITION_INDEPENDENT_CODE CMake property
Saleem Abdulrasool
2017-06-11
2
-16
/
+23
*
cxa_demangle: fix -Wimplicit-fallthrough for GCC:7
Saleem Abdulrasool
2017-06-11
1
-1
/
+1
*
private_typeinfo: add missing field initializers
Saleem Abdulrasool
2017-06-11
1
-3
/
+3
*
[libcxxabi] HandleLLVMOptions in out of tree build
Martell Malone
2017-06-03
1
-0
/
+1
*
[libcxxabi] Rework CMakeLists.txt into modules
Martell Malone
2017-06-01
5
-170
/
+430
*
Remove requirement for libunwind sources. Patch by Shiz.
Eric Fiselier
2017-05-31
1
-19
/
+0
*
[demangler] Fix a exponential string copying bug
Erik Pilkington
2017-05-28
2
-0
/
+5
*
[libcxxabi] Disable DLL annotations on static
Martell Malone
2017-05-28
1
-1
/
+1
*
[libcxxabi] iconv is not needed for mingw-w64
Martell Malone
2017-05-26
1
-1
/
+1
*
[Demangler] Remove a failing assert introduced in r303718
Erik Pilkington
2017-05-24
1
-3
/
+1
*
__cxa_demangle: Fix constructor cv qualifier handling
Tamas Berghammer
2017-05-24
2
-0
/
+3
*
[demangler] Fix a crash in the demangler during parsing of a lamdba
Erik Pilkington
2017-05-24
2
-24
/
+34
*
[libcxxabi] Fix the test case committed in r303175.
Akira Hatanaka
2017-05-16
1
-0
/
+1
*
[libcxxabi] Align unwindHeader on a double-word boundary.
Akira Hatanaka
2017-05-16
2
-0
/
+53
*
Revert r302978 and r302981.
Akira Hatanaka
2017-05-14
2
-68
/
+0
*
[libcxxabi] Do not align field unwindHeader when building for ARM EHABI.
Akira Hatanaka
2017-05-13
1
-3
/
+15
*
[libcxxabi] Align unwindHeader on a double-word boundary.
Akira Hatanaka
2017-05-13
2
-2
/
+58
*
[Libcxxabi]: Support using compiler-rt for MinGW64
Martell Malone
2017-05-11
1
-3
/
+8
[next]