GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcxxabi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version to 11.1.0
Tom Stellard
2021-01-12
1
-1
/
+1
*
Bump version to 11.0.1
Tom Stellard
2020-10-22
1
-1
/
+1
*
Drop the 'git' suffix from various version variables
Hans Wennborg
2020-07-27
1
-1
/
+1
*
[demangler] More properly save and restore the template parameter state
Richard Smith
2020-07-09
2
-1
/
+16
*
[demangler] Don't allow the template parameters from the <encoding> in a
Richard Smith
2020-07-09
2
-0
/
+12
*
[runtimes] Allow passing Lit parameters through CMake
Louis Dionne
2020-07-09
2
-3
/
+6
*
[libc++/libc++abi] Automatically detect whether exceptions are enabled
Louis Dionne
2020-07-03
2
-1
/
+8
*
[libc++abi] Remove unused include of <sys/types.h>
Louis Dionne
2020-06-30
1
-1
/
+0
*
[libc++abi] Remove empty source file cxa_unexpected.cpp
Louis Dionne
2020-06-30
2
-23
/
+0
*
[runtimes] Rename newformat to just format, now that the old format has been ...
Louis Dionne
2020-06-30
1
-2
/
+2
*
[runtimes] Remove the ability to select the old libc++ testing format
Louis Dionne
2020-06-29
1
-7
/
+3
*
[libc++abi] Fix build failure in abort_message.cpp when vasprintf isn't provided
Louis Dionne
2020-06-26
1
-1
/
+7
*
[libc++abi] NFCI: Minor refactoring of abort_message()
Louis Dionne
2020-06-25
1
-34
/
+30
*
[libc++abi] Allow specifying custom Lit config files
Louis Dionne
2020-06-25
5
-88
/
+53
*
[libc++abi] Allow code-signing executables when running the tests
Louis Dionne
2020-06-23
1
-0
/
+2
*
[libc++abi] Ensure custom libc++ header paths are honoured during libc++abi b...
Louis Dionne
2020-06-15
1
-5
/
+3
*
[libc++] Allow specifying arbitrary custom executors with the new format
Louis Dionne
2020-06-11
1
-2
/
+2
*
[libc++abi] Simplify the logic for finding libc++ from libc++abi
Louis Dionne
2020-06-11
2
-47
/
+6
*
[libc++] Consider everything inside %T to be a dependency of each test
Louis Dionne
2020-06-10
1
-1
/
+0
*
[libc++abi] Replace LIBCXXABI_HAS_NO_EXCEPTIONS by TEST_HAS_NO_EXCEPTIONS
Louis Dionne
2020-06-09
6
-14
/
+22
*
[libc++abi][libunwind] Don't override libc++'s handling of exception features
Louis Dionne
2020-06-09
1
-3
/
+0
*
[NFCI] Clean up exceptions related CMake and Lit options in libc++abi and lib...
Louis Dionne
2020-06-09
1
-2
/
+0
*
[libc++abi] Properly fix XFAILs for exception alignment
Louis Dionne
2020-06-05
1
-8
/
+7
*
[libc++abi] Fix incorrect XFAILs for mis-aligned _Unwind_Exception on Apple
Louis Dionne
2020-06-03
1
-4
/
+8
*
[libc++] Remove the c++98 Lit feature from the test suite
Louis Dionne
2020-06-03
18
-20
/
+20
*
[libc++abi] Make sure we link in CrashReporterClient.a when it's present
Louis Dionne
2020-06-02
1
-0
/
+11
*
[demangler] Support for 'this' expressions
Erik Pilkington
2020-05-13
2
-0
/
+5
*
[demangler] Fix demangling of enumerators with negative values
Erik Pilkington
2020-05-13
2
-9
/
+15
*
[libc++abi] Adjust XFAIL on macOS for bug that was fixed in recent OSes
Louis Dionne
2020-05-12
1
-4
/
+13
*
[libc++abi] NFC: Remove pragma mark in favor of normal comment
Louis Dionne
2020-05-05
1
-6
/
+6
*
[libc++abi] Add -Wno-unreachable-code when building test for throwing incompl...
Louis Dionne
2020-05-01
1
-2
/
+2
*
[libcxx][libcxxabi][libunwind] Use libgcc on Android
Shoaib Meenai
2020-04-30
1
-2
/
+6
*
[libc++/abi] Provide an option to turn on forgiving dynamic_cast when buildin...
Louis Dionne
2020-04-22
3
-12
/
+22
*
[libc++abi] NFC: Use "" instead of <> to include __cxxabi_config.h
Louis Dionne
2020-04-22
1
-1
/
+1
*
[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'
Louis Dionne
2020-04-22
48
-48
/
+52
*
[libc++abi] Add a rate limiter when logging dynamic_cast errors
Louis Dionne
2020-04-21
1
-8
/
+15
*
[libc++] Fix the no-exceptions build of libc++ on Apple
Louis Dionne
2020-04-20
3
-22
/
+20
*
[libc++abi] NFC: Remove trailing whitespace
Louis Dionne
2020-04-17
3
-40
/
+40
*
[demangler] PPC and S390: Fix parsing of e-prefixed long double literals
Xing Xue
2020-04-15
1
-0
/
+6
*
[libc++abi] Enable the new libc++ testing format by default
Louis Dionne
2020-04-07
1
-4
/
+5
*
[lit] Move the recursiveExpansionLimit setting to TestingConfig
Louis Dionne
2020-04-06
1
-0
/
+6
*
[libc++] Add an alternative Lit test format
Louis Dionne
2020-04-03
1
-1
/
+6
*
[libc++abi] NFC: Add link to review in workaround comment
Louis Dionne
2020-04-02
1
-0
/
+1
*
[libc++abi] Fix remote execution of .sh.cpp tests
Sergej Jaskiewicz
2020-04-01
1
-3
/
+4
*
[libc++abi] Remove the old testit script
Louis Dionne
2020-03-31
1
-126
/
+0
*
Enforce that libc++ and libc++abi are built in a monorepo layout
Louis Dionne
2020-03-30
1
-0
/
+4
*
Remove legacy CMake targets for libcxx and libcxxabi
Louis Dionne
2020-03-30
2
-6
/
+0
*
[libc++/libc++abi] Properly delimit lit substitutions
Louis Dionne
2020-03-27
3
-5
/
+5
*
[libc++abi] Remove unused lit feature
Louis Dionne
2020-03-26
1
-4
/
+1
*
Revert "Remove legacy CMake targets for libcxx and libcxxabi"
Louis Dionne
2020-03-23
2
-0
/
+6
[next]