index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
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/13.x
release/14.x
release/15.x
release/16.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
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcxxabi
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++abi] Remove unnecessary atomic_support.h header from libc++abi
Louis Dionne
2021-09-21
8
-189
/
+8
*
[libcxx][libcxxabi] CMAKE_REQUIRED_FLAGS is a string, not a list
Nehal J Wani
2021-09-16
1
-1
/
+1
*
[libcxxabi] NFC: fix incorrect indentation of braces
Zhouyi Zhou
2021-09-11
1
-35
/
+33
*
[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)
Martin Storsjö
2021-09-09
2
-0
/
+7
*
[libc++abi] Remove workarounds for missing -Wno-exceptions on older GCCs
Louis Dionne
2021-09-03
5
-60
/
+20
*
[Unwind] Harmonise exception class for EHABI spec.
Daniel Kiss
2021-09-02
2
-2
/
+2
*
[libc++] Remove some workarounds for unsupported GCC and Clang versions
Louis Dionne
2021-09-01
1
-1
/
+1
*
[libc++abi] Avoid the warning: "__EXCEPTIONS" is not defined, evaluates to 0 ...
Xiang Xiao
2021-08-30
1
-1
/
+1
*
[libc++abi] Apply simplify scan_eh_tab to SjLj
Kazushi (Jam) Marukawa
2021-08-24
1
-1
/
+1
*
[libc++] Remove test-suite annotations for unsupported Clang versions
Louis Dionne
2021-08-20
1
-3
/
+0
*
[libc++] Remove more test-suite workarounds for unsupported GCC versions
Louis Dionne
2021-08-20
4
-4
/
+4
*
[NFC][libcxxabi] Run clang-format on libcxxabi/src/cxa_guard_impl.h
Daniel McIntosh
2021-08-18
2
-93
/
+63
*
[libc++abi] Fix possible infinite loop in itanium demangler
Mikhail Borisov
2021-08-17
2
-0
/
+27
*
[libc++abi][NFC] Move PODSmallVector definition to the top of ItaniumDemangle.h
Mikhail Borisov
2021-08-17
1
-119
/
+120
*
[libc++] Remove Lit annotations for unsupported GCC versions from the test suite
Louis Dionne
2021-08-12
4
-8
/
+2
*
[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.
Daniel Kiss
2021-08-11
3
-13
/
+8
*
[runtimes] Always build libc++, libc++abi and libunwind with -fPIC
Louis Dionne
2021-07-27
1
-0
/
+2
*
[libc++abi/unwind] NFC: Normalize how we set target properties
Louis Dionne
2021-07-26
1
-32
/
+19
*
[demangler] Fix demangling of 'half'
Stuart Brady
2021-07-19
1
-1
/
+1
*
[runtimes] Simplify how we set the target triple
Louis Dionne
2021-07-16
2
-7
/
+3
*
[libc++] Add a job running GCC with C++11
Louis Dionne
2021-07-15
4
-0
/
+4
*
[runtimes] Don't try passing --target flags to GCC
Louis Dionne
2021-07-15
2
-3
/
+14
*
[libc++/abi] Fix broken Lit feature no-noexcept-function-type
Louis Dionne
2021-07-15
3
-9
/
+9
*
[runtimes] Serialize all Lit params instead of passing them to add_lit_testsuite
Louis Dionne
2021-07-15
1
-2
/
+7
*
[runtimes] Bring back TARGET_TRIPLE
Louis Dionne
2021-07-14
2
-3
/
+7
*
[runtimes] Inherit the TARGET_TRIPLE that may be set by LLVM
Louis Dionne
2021-07-14
1
-1
/
+1
*
[runtimes] NFCI: Drop intermediate CMake variable TARGET_TRIPLE
Louis Dionne
2021-07-14
2
-6
/
+2
*
[libc++] Add a CI job for macOS on arm64 hardware 🥳
Louis Dionne
2021-07-13
1
-0
/
+3
*
Prepare Compiler-RT for GnuInstallDirs, matching libcxx, document all
John Ericson
2021-07-13
1
-3
/
+6
*
[libc++] NFC: Fix incorrect comments in CMake
Louis Dionne
2021-07-07
1
-1
/
+1
*
[runtimes] Move enable_32bit to the DSL
Louis Dionne
2021-07-06
2
-1
/
+4
*
[runtimes] Simplify how we specify XFAIL & friends based on the triple
Louis Dionne
2021-07-01
16
-77
/
+21
*
[libc++] Serialize Lit parameters to make them available to from-scratch configs
Louis Dionne
2021-06-29
2
-6
/
+22
*
[libc++] NFCI: Remove unused Lit parameter sanitizer_library
Louis Dionne
2021-06-28
1
-1
/
+0
*
[libc++abi][AIX] Enable calculating addresses with DW_EH_PE_datarel
Xing Xue
2021-06-23
1
-6
/
+49
*
[libc++] Promote GCC 11 to mandatory CI
Louis Dionne
2021-06-15
1
-1
/
+1
*
[libc++abi] NFC: avoid a -Wunused-parameter warning
Xing Xue
2021-06-14
1
-1
/
+1
*
[libc++abi] Remove the LIBCXXABI_ENABLE_PIC option
Louis Dionne
2021-06-10
2
-9
/
+0
*
[libc++abi] NFC: adding a new parameter base to functions for calculating...
Xing Xue
2021-06-10
1
-11
/
+23
*
Save/restore OuterTemplateParams in AbstractManglingParser::parseEncoding.
Justin Lebar
2021-06-09
2
-1
/
+8
*
[libc++] Enable tests for the experimental library by default
Louis Dionne
2021-06-02
1
-0
/
+1
*
[libcxxabi] Use ASan interface header for declaration. NFC
Shoaib Meenai
2021-05-25
1
-1
/
+1
*
[libcxxabi] Remove unnecessary define from build
Shoaib Meenai
2021-05-20
1
-4
/
+0
*
[libc++] Move handling of the target triple to the DSL
Louis Dionne
2021-05-08
19
-79
/
+81
*
[libc++] Support per-target __config_site in per-target runtime build
Petr Hosek
2021-04-28
1
-0
/
+6
*
[demangler] Use standard semantics for StringView::substr
Tomasz Miąsko
2021-04-25
1
-10
/
+3
*
[libcxx] Stop using use c++ subdirectory for libc++ library
Petr Hosek
2021-04-21
1
-2
/
+2
*
[libc++] NFC: Normalize `#endif //` comment indentation
Louis Dionne
2021-04-20
8
-21
/
+21
*
[libc++abi] Adjust XFAIL for misaligned exception header on ARM
Louis Dionne
2021-04-07
1
-7
/
+7
*
[CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIX
Petr Hosek
2021-04-01
2
-4
/
+2
[next]