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
/
libcxx
/
test
/
std
/
utilities
/
memory
/
util.smartptr
/
util.smartptr.shared
/
util.smartptr.shared.create
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Use named Lit features to flag back-deployment XFAILs
Louis Dionne
2023-03-27
4
-12
/
+8
*
[libc++] Qualifies intptr_t and uintptr_t.
Mark de Wever
2023-03-22
1
-1
/
+1
*
[libc++] Qualifies size_t.
Mark de Wever
2023-03-21
2
-7
/
+7
*
[libc++][NFC] Use std::malloc and std::free instead of unqualified versions i...
Louis Dionne
2023-03-10
1
-3
/
+3
*
[libc++] Fix bug in allocate_shared_for_overwrite
Louis Dionne
2023-02-13
1
-6
/
+31
*
[libc++] implement P1020R1 P1973R1 make_unique[shared]_for_overwrite
Hui
2023-01-23
2
-0
/
+323
*
[libc++] Granularize <type_traits> includes in <compare>
Nikolas Klauser
2022-12-23
1
-0
/
+1
*
[libc++] Granularize the rest of memory
Nikolas Klauser
2022-09-05
1
-1
/
+3
*
Revert "[libc++] Granularize the rest of memory"
Vitaly Buka
2022-09-02
1
-3
/
+1
*
[libc++] Granularize the rest of memory
Nikolas Klauser
2022-09-02
1
-1
/
+3
*
[libc++] Support arrays in make_shared and allocate_shared (P0674R1)
Louis Dionne
2022-04-06
9
-7
/
+1826
*
[libc++] Make test_allocator constexpr-friendly for constexpr string/vector
Nikolas Klauser
2021-11-07
1
-3
/
+4
*
[libc++][test] Use = delete over DELETE_FUNCTION. NFC.
Joe Loser
2021-10-05
2
-14
/
+2
*
[libc++] Disallow volatile types in std::allocator
Joe Loser
2021-09-22
2
-64
/
+24
*
[libc++] Remove Lit annotations for unsupported GCC versions from the test suite
Louis Dionne
2021-08-12
1
-3
/
+0
*
[libc++] NFC: Normalize links to bug reports
Louis Dionne
2021-03-03
1
-2
/
+2
*
[libc++] LWG2070: Use Allocator construction for objects created with allocat...
Louis Dionne
2021-01-08
2
-0
/
+199
*
[libc++] Fix allocate_shared when used with an explicitly convertible allocator
Louis Dionne
2020-12-15
1
-0
/
+32
*
[libc++] Remove unnecessary static assertion in allocate_shared
Louis Dionne
2020-12-14
2
-65
/
+0
*
[libc++] NFCI: Implement make_shared as allocate_shared with std::allocator
Louis Dionne
2020-12-11
2
-5
/
+36
*
[libcxx] Re-commit: shared_ptr changes from library fundamentals (P0414R2).
zoecarver
2020-05-12
1
-1
/
+2
*
Revert "[libcxx] shared_ptr changes from library fundamentals (P0414R2)."
zoecarver
2020-05-11
1
-2
/
+1
*
[libcxx] shared_ptr changes from library fundamentals (P0414R2).
zoecarver
2020-05-11
1
-1
/
+2
*
[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...
Louis Dionne
2020-04-15
1
-0
/
+0
*
[libc++] Always use -fsyntax-only in .fail.cpp tests
Louis Dionne
2020-04-06
2
-0
/
+6
*
[libc++] Remove C++03 variadics in shared_ptr
Zoe Carver
2019-09-24
2
-122
/
+79
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
1
-1
/
+1
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
3
-0
/
+4
*
Support tests in freestanding
JF Bastien
2019-02-04
6
-6
/
+18
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
6
-24
/
+18
*
Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-...
Marshall Clow
2018-08-28
2
-0
/
+17
*
Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)
Marshall Clow
2017-12-05
2
-0
/
+58
*
[test] Fix breakage from r303947 =(
Casey Carter
2017-05-26
1
-2
/
+4
*
[test] make_shared<T()>(...) is, uh, libc++-specific
Casey Carter
2017-05-26
1
-5
/
+13
*
Add support for shared_ptr<FunctionType>
Erik Pilkington
2017-05-25
1
-1
/
+12
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
1
-1
/
+1
*
Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
Eric Fiselier
2016-10-01
1
-1
/
+2
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
1
-1
/
+1
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-2
/
+2
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
2
-3
/
+3
*
Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...
Marshall Clow
2015-07-16
1
-0
/
+16
*
Fix PR#23647 - make_shared<volatile bool> - second try
Marshall Clow
2015-05-27
1
-3
/
+3
*
Revert 238354 while I figure out what broke in weak_ptr
Marshall Clow
2015-05-27
1
-3
/
+3
*
Fix PR#23647 - make_shared<volatile bool>
Marshall Clow
2015-05-27
1
-0
/
+61
*
[libcxx] Consolidate new/delete replacement in tests and disable it when usin...
Eric Fiselier
2014-12-22
1
-20
/
+5
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
3
-0
/
+275