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
*
[demangle] Special case clang's creative mangling of __uuidof expressions.
Erik Pilkington
2019-06-18
2
-0
/
+34
*
[libcxxabi] Remove the unused buildit script
Louis Dionne
2019-06-18
1
-99
/
+0
*
[demangle] Vendor extended types shouldn't be considered substitution candidates
Erik Pilkington
2019-06-10
2
-2
/
+9
*
[libcxx] Use libtool when merging archives on Apple platforms
Petr Hosek
2019-06-02
1
-0
/
+5
*
[libcxx][libcxxabi] Remove the unused CMake checks
Petr Hosek
2019-05-30
1
-32
/
+1
*
[runtimes] Use -Wunknown-pragmas for the pragma check
Petr Hosek
2019-05-30
1
-0
/
+4
*
[runtimes] Check if pragma comment(lib, ...) is supported first
Petr Hosek
2019-05-30
6
-3
/
+20
*
[runtimes] Support ELF dependent libraries feature
Petr Hosek
2019-05-30
3
-0
/
+16
*
Update private_typeinfo's `is_equal` implementation after r361913
Eric Fiselier
2019-05-29
1
-7
/
+5
*
[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...
Petr Hosek
2019-05-22
2
-6
/
+11
*
[libcxxabi] Add a test for invalid assumptions on the alignment of exceptions
Louis Dionne
2019-05-17
1
-0
/
+34
*
XFAIL test for new GCC version
Eric Fiselier
2019-05-16
1
-1
/
+1
*
minor cmake formatting style fix
Nico Weber
2019-05-07
1
-1
/
+3
*
[libcxxabi] Don't use -fvisibility-global-new-delete-hidden when not defining...
Petr Hosek
2019-05-06
1
-1
/
+6
*
[gn] Support for building libcxxabi
Petr Hosek
2019-05-02
2
-7
/
+11
*
Attempt to fix flaky tests.
Eric Fiselier
2019-05-02
1
-188
/
+149
*
Update DemangleConfig.h to better mangle LLVM's version.
Eric Fiselier
2019-04-30
1
-12
/
+68
*
Remove XFail for new GCC. They fixed it
Eric Fiselier
2019-04-29
1
-1
/
+1
*
Fix compilation error with -DLIBCXXABI_ENABLE_THREADS=OFF
Michael Platings
2019-04-25
1
-0
/
+3
*
Cleanup new cxa guard implementation.
Eric Fiselier
2019-04-24
3
-8
/
+58
*
Work around GCC test failure.
Eric Fiselier
2019-04-24
1
-2
/
+2
*
Rewrite cxa guard implementation.
Eric Fiselier
2019-04-24
5
-263
/
+1127
*
[libc++abi] Don't use a .sh.cpp test for uncaught_exception
Louis Dionne
2019-04-23
1
-6
/
+0
*
[libc++] Make sure we re-export some missing libc++abi symbols from libc++
Louis Dionne
2019-04-18
2
-16
/
+40
*
Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.
Eric Fiselier
2019-04-11
2
-4
/
+31
*
[NFC] Correct outdated links to the Itanium C++ ABI documentation
Louis Dionne
2019-04-11
8
-8
/
+8
*
[libc++abi] Create a macro for the 32 bit guard setting on ARM platforms
Louis Dionne
2019-04-10
3
-11
/
+15
*
Revert "Make reads and writes of the guard variable atomic."
Eric Fiselier
2019-04-08
1
-33
/
+19
*
Fix incorrect change during refactoring.
Eric Fiselier
2019-04-08
1
-1
/
+1
*
Remove unneeded write in __cxa_guard_release.
Eric Fiselier
2019-04-08
1
-1
/
+0
*
Make reads and writes of the guard variable atomic.
Eric Fiselier
2019-04-08
1
-19
/
+34
*
Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation.
Eric Fiselier
2019-04-05
2
-13
/
+165
*
Further refactor cxa_guard.cpp
Eric Fiselier
2019-04-05
1
-144
/
+176
*
Create RAII lock guard for global initialization lock.
Eric Fiselier
2019-04-04
1
-81
/
+94
*
Always use is_initialized and set_initialized in cxa_guard.cpp
Eric Fiselier
2019-04-04
1
-16
/
+8
*
llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtors
Nico Weber
2019-04-03
2
-7
/
+16
*
[libc++abi] Do not share an object library to create the static/shared libraries
Petr Hosek
2019-04-03
1
-59
/
+39
*
[libc++abi] Add LIBCXXABI_ENABLE_PIC cmake option
Sam Clegg
2019-04-03
2
-1
/
+5
*
[libc++abi] Actually set POSITION_INDEPENDENT_CODE when building shared library
Sam Clegg
2019-04-03
1
-1
/
+3
*
[libc++abi] Don't set POSITION_INDEPENDENT_CODE when building static library
Sam Clegg
2019-03-29
1
-12
/
+7
*
Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"
Matthew Voss
2019-03-08
2
-11
/
+6
*
[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/
Petr Hosek
2019-03-08
2
-6
/
+11
*
[libc++abi] Specify unwind lib before other system libraries when linking
Louis Dionne
2019-03-01
1
-2
/
+2
*
[libcxxabi][CMake] Drop unused HandleOutOfTreeLLVM include
Petr Hosek
2019-02-18
1
-3
/
+0
*
[compiler-rt] Build custom libcxx with libcxxabi
Jonas Hahnfeld
2019-02-17
1
-1
/
+1
*
[CMake] Avoid passing -rtlib=compiler-rt when using compiler-rt
Petr Hosek
2019-02-12
1
-4
/
+0
*
[CMake] Support compiler-rt builtins library in tests
Petr Hosek
2019-02-05
1
-1
/
+1
*
[CMake] Update lit test configuration
Petr Hosek
2019-02-05
2
-7
/
+9
*
[CMake] Support CMake variables for setting target, sysroot and toolchain
Petr Hosek
2019-02-04
2
-7
/
+17
*
[CMake] Use correct visibility for linked libraries in CMake
Petr Hosek
2019-01-30
1
-2
/
+2
[next]